:root{--olive:#8b9a46;--olive-dark:#6d7a35;--olive-light:#a8b85a;--forest:#4b632d;--navy:#0072b1;--white:#fff;--off-white:#f7f7f4;--grey-100:#f0f0ec;--grey-200:#e5e5df;--grey-600:#5a5a52;--grey-800:#2c2c28;--text:#333330;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 40px #0000001f;--radius:8px;--radius-lg:16px;--font:"Montserrat", system-ui, sans-serif;--font-display:"Playfair Display", Georgia, serif;--header-h:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(1200px,92vw);margin-inline:auto}.narrow{max-width:800px}.btn{font-family:var(--font);letter-spacing:.03em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-sm{padding:.5rem 1rem;font-size:.75rem}.btn-lg{padding:1rem 2rem;font-size:.9375rem}.btn-primary{background:var(--olive);color:var(--white);border-color:var(--olive)}.btn-primary:hover{background:var(--olive-dark);border-color:var(--olive-dark)}.btn-outline{color:var(--olive);border-color:var(--olive);background:0 0}.btn-outline:hover{background:var(--olive);color:var(--white)}.btn-outline-light{color:var(--white);border-color:var(--white);background:0 0}.btn-outline-light:hover{background:var(--white);color:var(--forest)}.btn-ghost-light{color:var(--white);background:#ffffff26;border-color:#fff6}.btn-ghost-light:hover{background:#ffffff40}.btn-light{background:var(--white);color:var(--forest);border-color:var(--white)}.btn-light:hover{background:var(--off-white)}.site-header{z-index:1000;background:var(--white);width:100%;padding-top:1.5rem;padding-bottom:1.5rem;transition:padding .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.site-header.is-scrolled{padding-top:.5rem;padding-bottom:.5rem}.site-header.is-scrolled .header-curve-bg{bottom:0}.header-logo-center{z-index:10;flex-shrink:0;justify-content:center;align-items:center;margin:0 2rem;padding:0 25px;display:flex;position:relative}.header-logo-center:before{content:"";background:var(--white);z-index:-1;position:absolute;inset:-1.5rem 0 calc(-1.5rem - 2px)}.site-header.is-scrolled .header-logo-center:before{top:-.5rem;bottom:calc(-.5rem - 2px)}.site-header.is-scrolled .logo-img{height:70px}.nav-link{text-transform:uppercase;color:#0072b1;white-space:nowrap;font-size:.85rem;font-weight:600;transition:color .2s}.nav-separator{color:#0072b1;opacity:.7;font-size:.9rem}@media (width<=1000px){.nav-section{display:none}.menu-toggle{display:flex}.custom-header-layout{justify-content:space-between}.header-logo-center{margin:0}.nav-section.open{background:var(--white);box-shadow:var(--shadow);z-index:100;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.nav-section.open .nav-item-wrapper{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.nav-section.open .nav-separator{display:none}}.hero-redesign{background:#fff;width:100%;position:relative}.hero-bg-img{width:100%;height:auto;display:block}.hero-overlay-content{flex-direction:column;display:flex;position:absolute;inset:0}.hero-content-wrapper{flex-direction:column;justify-content:space-between;width:100%;height:100%;padding-top:4vw;padding-bottom:2vw;display:flex}.hero-text-container{z-index:2;max-width:900px;margin:0 auto;padding:0 1.5rem}.hero-eyebrow-new{color:#0072b1;letter-spacing:.05em;margin-bottom:.25rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.hero-title-new{color:var(--olive-dark);text-transform:uppercase;margin-bottom:1.5rem;font-family:Alumni Sans,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-style:italic;font-weight:800;line-height:.5}.hero-subtitle-new{color:var(--grey-600);max-width:750px;margin:0 auto 2.5rem;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.6}.hero-actions-new{z-index:10;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:auto;padding:0 1rem;display:flex}.btn-pill{color:var(--white);text-transform:uppercase;letter-spacing:.02em;border-radius:50px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #0000001a}.btn-pill:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-pill-green{background:var(--olive)}.btn-pill-blue{background:#0072b1}.pill-circle{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.circle-inner{border-radius:50%;width:8px;height:8px}.btn-pill-green .circle-inner{background:var(--olive)}.btn-pill-blue .circle-inner{background:#0072b1}@media (width<=900px){.hero-actions-new{margin-top:-2rem;padding-bottom:2rem;position:relative;bottom:auto}}.section{padding:5rem 0}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{font-family:var(--font-display);color:var(--forest);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.section-heading p{color:var(--grey-600);max-width:640px;margin-inline:auto}.section-heading.light h2,.section-heading.light p{color:var(--white)}.section-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--olive);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.section-cta{text-align:center;margin-top:2.5rem}.body-text{color:var(--grey-600);margin-bottom:1rem;line-height:1.8}.body-text.light{color:#ffffffe0}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);transition:box-shadow .25s,transform .25s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-image{aspect-ratio:4/3;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-body{padding:1.5rem}.product-card-body h3{color:var(--olive);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:1.125rem}.product-card-body p{color:var(--grey-600);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.about-section{background:var(--off-white)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.why-section{background:linear-gradient(135deg, var(--forest) 0%, var(--olive-dark) 100%)}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.info-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff26;padding:1.75rem}.info-card h3{color:var(--white);margin-bottom:.75rem;font-size:1rem}.info-card p{color:#ffffffd1;font-size:.875rem;line-height:1.7}.pure-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.pure-card{text-align:center;background:var(--off-white);border-radius:var(--radius-lg);border:1px solid var(--grey-200);padding:2rem 1.5rem}.pure-letter{background:var(--olive);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-flex}.pure-card h3{color:var(--forest);margin-bottom:.75rem;font-size:1rem}.pure-card p{color:var(--grey-600);font-size:.875rem;line-height:1.7}.industries-preview{background:var(--grey-100)}.industries-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;display:grid}.industries-grid.large{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.industry-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--olive);box-shadow:var(--shadow);padding:1.5rem}.industry-card.large{border-left:none;border-top:4px solid var(--olive);text-align:center;padding:2rem}.industry-icon{margin-bottom:.75rem;font-size:2rem;display:block}.industry-card h3{color:var(--forest);margin-bottom:.5rem;font-size:.9375rem}.industry-card p{color:var(--grey-600);font-size:.8125rem;line-height:1.65}.quality-section{background:var(--olive)}.quality-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}.check-list{flex-direction:column;gap:.75rem;display:flex}.check-list li{color:var(--grey-600);padding-left:1.75rem;font-size:.9375rem;position:relative}.check-list li:before{content:"✓";color:var(--olive);font-weight:700;position:absolute;left:0}.check-list.light li{color:#ffffffe6}.check-list.light li:before{color:var(--white)}.check-list.two-col{grid-template-columns:1fr 1fr;gap:.75rem 2rem;display:grid}.clients-section{text-align:center}.clients-text{max-width:640px;margin:0 auto 2rem}.inquiry-section{background:var(--off-white)}.inquiry-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--grey-200);padding:2.5rem}.form-header{border-bottom:1px solid var(--grey-200);align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.inquiry-icon{flex-shrink:0;width:64px;height:64px}.form-header h3{color:var(--forest);margin-bottom:.5rem;font-size:1.375rem}.form-header p{color:var(--grey-600);font-size:.875rem;line-height:1.7}.form-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-600);font-size:.75rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--grey-200);border-radius:var(--radius);font-family:var(--font);background:var(--white);padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--olive);outline:none}.inquiry-success{text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem}.inquiry-success h3{color:var(--forest);margin:1rem 0 .5rem}.inquiry-success p{color:var(--grey-600)}.product-detail-header{justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.product-detail-logo{opacity:.9;width:80px;height:auto}.product-detail-header h1{color:var(--olive);text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:clamp(1.5rem,3vw,2.25rem)}.product-subtitle{text-align:center;color:var(--forest);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-weight:700}.product-intro{text-align:center;max-width:800px;margin:0 auto 2.5rem}.product-intro p{color:var(--grey-600);margin-bottom:.75rem;line-height:1.8}.product-info-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.info-box-header{background:var(--olive);color:var(--white);border-radius:var(--radius) var(--radius) 0 0;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.875rem;display:flex}.info-icon{font-size:1.25rem}.specs-table{border-collapse:collapse;border:2px solid var(--olive);border-top:none;width:100%}.specs-table tr:nth-child(odd){background:var(--grey-100)}.specs-table th,.specs-table td{text-align:left;border-bottom:1px solid var(--grey-200);padding:.75rem 1rem;font-size:.875rem}.specs-table th{color:var(--forest);width:45%;font-weight:600}.applications-box{border:2px solid var(--olive);border-radius:0 0 var(--radius) var(--radius);border-top:none;min-height:280px;padding:1.5rem}.applications-box p{color:var(--grey-600);margin-bottom:1rem;font-size:.875rem}.applications-box blockquote{color:var(--olive);text-align:center;border-left:none;padding:1rem;font-size:.9375rem;font-style:italic;font-weight:600}.applications-list{flex-direction:column;gap:.5rem;display:flex}.applications-list li{background:var(--grey-100);border-radius:var(--radius);color:var(--forest);padding:.5rem .75rem;font-size:.875rem;font-weight:500}.features-grid{border:2px solid var(--olive);border-radius:0 0 var(--radius) var(--radius);border-top:none;grid-template-columns:1fr 1fr;gap:.75rem;min-height:280px;padding:1.25rem;display:grid}.feature-item{color:var(--forest);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.feature-icon{background:var(--olive);width:28px;height:28px;color:var(--white);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.product-hero-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin:2rem 0;overflow:hidden}.product-footer-text{text-align:center;max-width:800px;color:var(--grey-600);margin:0 auto 2rem;font-size:.9375rem;line-height:1.8}.product-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-hero{margin-top:var(--header-h);background:linear-gradient(135deg, var(--forest) 0%, var(--olive-dark) 100%);color:var(--white);text-align:center;padding:4rem 0}.page-hero.compact{text-align:left;padding:2rem 0}.page-hero h1{font-family:var(--font-display);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem)}.page-hero p{opacity:.9;max-width:640px;margin-inline:auto}.breadcrumb{opacity:.85;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.breadcrumb a:hover{text-decoration:underline}.mission-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.mission-card{background:var(--off-white);border-radius:var(--radius-lg);border-top:4px solid var(--olive);padding:2.5rem}.mission-card h2{color:var(--forest);margin-bottom:1rem;font-size:1.25rem}.mission-card p{color:var(--grey-600);line-height:1.8}.two-col-section{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:3rem;display:grid}.contact-info h2{color:var(--forest);margin-bottom:1.5rem;font-size:1.25rem}.contact-block{margin-bottom:1.5rem}.contact-block h3{text-transform:uppercase;letter-spacing:.08em;color:var(--olive);margin-bottom:.375rem;font-size:.75rem}.contact-block p,.contact-block a{color:var(--grey-600);font-size:.9375rem;line-height:1.6}.contact-block a:hover{color:var(--olive)}.cta-banner{background:var(--forest);padding:3rem 0}.cta-banner-inner{color:var(--white);justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-banner h2{margin-bottom:.5rem;font-size:1.5rem}.cta-banner p{opacity:.88}.dev-tag{letter-spacing:.02em;border:1px solid #fffc;border-radius:4px;padding:2px 8px;font-weight:700}.whatsapp-float{z-index:999;width:56px;height:56px;color:var(--white);background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #25d36666}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:28px;height:28px}@media (width<=1024px){.main-nav{top:var(--header-h);background:var(--white);border-bottom:1px solid var(--grey-200);opacity:0;pointer-events:none;box-shadow:var(--shadow-lg);flex-direction:column;padding:1rem;transition:transform .3s,opacity .3s;position:fixed;left:0;right:0;transform:translateY(-120%)}.main-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{text-align:center;width:100%;padding:.75rem}.menu-toggle{display:flex}.header-actions{display:none}.about-grid,.quality-grid,.mission-grid,.two-col-section,.contact-grid,.product-info-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr 1fr}.footer-cta-inner,.cta-banner-inner{text-align:center;flex-direction:column}.check-list.two-col{grid-template-columns:1fr}}@media (width<=640px){.form-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.product-detail-header{flex-direction:column;gap:1rem}.product-detail-logo{display:none}.features-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column-reverse;align-items:center;gap:3rem;padding:3rem 0}.footer-left-content{text-align:center;align-items:center;width:100%}.footer-columns{text-align:left;justify-content:center;width:100%}.footer-map-square{width:280px;height:280px;margin-top:0}.site-footer{margin-top:40px}}@media (width<=768px){.footer-columns{text-align:center;flex-direction:column;align-items:center;gap:2rem}.footer-vertical-line{display:none}.footer-bottom-row{text-align:center;flex-direction:column;gap:.75rem}.footer-bottom-row .bottom-separator{display:none}}.site-header{z-index:1000;background:var(--white);border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:100%;padding-top:1.5rem;padding-bottom:1.5rem;transition:padding .3s,box-shadow .3s;position:relative;box-shadow:0 2px 10px #0000000d}.header-curve-bg{pointer-events:none;display:flex;position:absolute;inset:0}.curve-left,.curve-right{border-bottom:2px solid var(--olive);flex:1}.curve-left{border-left:2px solid var(--olive);border-bottom-left-radius:20px}.curve-right{border-right:2px solid var(--olive);border-bottom-right-radius:20px}.custom-header-layout{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.nav-section{align-items:center;gap:1.5rem;display:flex}.nav-left{flex:1;justify-content:flex-end}.nav-right{flex:1;justify-content:flex-start}.header-logo-center{z-index:10;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin:0 3rem;padding:0;display:flex;position:relative}.header-company-text{background:var(--white);color:#333;letter-spacing:.05em;white-space:nowrap;padding:0 1rem;font-family:Times New Roman,serif;font-size:1.25rem;position:absolute;bottom:-2.3rem}.logo-link{line-height:0;display:inline-block}.logo-img{width:auto;height:120px;transition:height .3s}.nav-item-wrapper{align-items:center;gap:1.5rem;display:flex}.nav-link{text-transform:uppercase;color:#0076a8;white-space:nowrap;letter-spacing:.02em;font-size:1rem;font-weight:700;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--olive)}.nav-separator{color:#0076a8;font-size:1rem;font-weight:700}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.menu-toggle span{background:var(--grey-800);width:24px;height:2px;transition:all .2s;display:block}@media (width<=1000px){.nav-section{display:none}.menu-toggle{display:flex}.custom-header-layout{justify-content:space-between}.header-logo-center{margin:0}.nav-section.open{background:var(--white);box-shadow:var(--shadow);z-index:100;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.nav-section.open .nav-item-wrapper{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.nav-section.open .nav-separator{display:none}}.site-footer{color:#fff;background:#768d3b;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:100px;position:relative;overflow:visible}.footer-inner{justify-content:space-between;align-items:flex-start;gap:4rem;padding:4.5rem 0 3.5rem;display:flex}.footer-left-content{flex-direction:column;flex:1;gap:2rem;display:flex}.footer-columns{align-items:flex-start;gap:3rem;display:flex}.footer-column{flex:1}.footer-column-title{color:#fff;letter-spacing:.06em;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700}.footer-address{color:#fff;letter-spacing:.03em;font-size:.85rem;font-weight:500;line-height:1.7}.footer-vertical-line{background-color:#fff6;align-self:stretch;width:1px}.footer-contact-links p{color:#fff;letter-spacing:.03em;font-size:.85rem;font-weight:500;line-height:1.8}.footer-contact-links a{color:#fff;font-weight:600;text-decoration:none;transition:opacity .2s}.footer-contact-links a:hover{opacity:.8}.footer-horizontal-line{background-color:#ffffff4d;border:none;height:1px;margin:0}.footer-bottom-row{letter-spacing:.04em;color:#fffffff2;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.72rem;font-weight:600;display:flex}.footer-bottom-row p{margin:0}.bottom-separator{color:#ffffff80}.dev-credit{align-items:center;gap:.5rem;display:flex}.dev-tag{letter-spacing:.02em;color:inherit;border:1px solid #fffc;border-radius:4px;padding:2px 8px;font-weight:700;text-decoration:none;transition:opacity .2s}.dev-tag:hover{opacity:.8}.footer-right-content{flex-shrink:0}.footer-map-square{background:#fff;border-radius:24px;justify-content:center;align-items:center;width:320px;height:320px;margin-top:-110px;padding:14px;display:flex;overflow:hidden;box-shadow:0 16px 36px #0000001f}.footer-map-square iframe{border-radius:16px;width:100%;height:100%}@media (width<=640px){.footer-inner{flex-direction:column-reverse;align-items:center;gap:3rem;padding:3rem 0}.footer-left-content{text-align:center;align-items:center;width:100%}.footer-columns{text-align:left;justify-content:center;width:100%}.footer-map-square{width:280px;height:280px;margin-top:0}.site-footer{margin-top:40px}}@media (width<=768px){.footer-columns{text-align:center;flex-direction:column;align-items:center;gap:2rem}.footer-vertical-line{display:none}.footer-bottom-row{text-align:center;flex-direction:column;gap:.75rem}.footer-bottom-row .bottom-separator{display:none}}.whatsapp-float{color:#fff;z-index:9999;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s,background-color .3s;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 4px 15px #0003}.whatsapp-float:hover{color:#fff;background-color:#1ebd5a;transform:translateY(-4px);box-shadow:0 6px 20px #00000040}.whatsapp-icon{fill:currentColor;width:35px;height:35px}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:20px;left:20px}.whatsapp-icon{width:30px;height:30px}}
