*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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}.navbar{background-color:#0d3d2d;padding:.9rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;height:80px}.navbar-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo{display:flex;flex-direction:column;align-items:center;gap:.2rem;text-decoration:none}.navbar-logo-icon{height:40px;width:auto;display:block}.navbar-logo-text-img{height:20px;width:auto;display:block}.navbar-menu{display:flex;list-style:none;gap:2.2rem;margin:0}.navbar-item a{color:#fff;font-size:1rem;font-weight:400;text-decoration:none;padding-bottom:.25rem;transition:all .3s ease;position:relative}.navbar-item.active a{border-bottom:3px solid #F5B921}.navbar-item a:hover{color:#f5b921}.navbar-cta{background-color:#f5b921;color:#0d3d2d;padding:.7rem 1.75rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.navbar-cta:hover{background-color:#e5a910;transform:translateY(-2px);box-shadow:0 4px 12px #f5b9214d}.navbar-cta svg{width:20px;height:20px}.navbar-cta-mobile{background-color:#f5b921;color:#0d3d2d;padding:.75rem 1.75rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.navbar-item-mobile{display:none}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger-line{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:968px){.navbar-container{padding:0 1.5rem}.hamburger{display:flex;z-index:1001}.navbar-cta-desktop{display:none}.navbar-item-mobile{display:block}.navbar-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#0d3d2d;flex-direction:column;gap:0;padding:6rem 2rem 2rem;transition:right .3s ease;box-shadow:-2px 0 10px #0000004d}.navbar-menu.active{right:0}.navbar-item{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-item a{display:block;padding:1.25rem 0;font-size:1.1rem}.navbar-item.active a{border-bottom:none;color:#f5b921}.navbar-item-mobile{border-bottom:none;margin-top:2rem}.navbar-logo-icon{height:35px}.navbar-logo-text-img{height:18px}}.doing-business{padding:2rem 0;background-color:#fff}.doing-business-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.doing-business-content{max-width:600px}.doing-business-title{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem;color:#000}.doing-business-description{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:1rem}.offers-heading{font-size:1.05rem;font-weight:600;color:#000;margin-bottom:.5rem}.offers-list{list-style:none;padding:0;margin-bottom:1rem}.offer-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.05rem;color:#333}.offer-bullet{width:8px;height:8px;background-color:#0d3d2d;border-radius:50%;flex-shrink:0}.doing-business-footer{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:1rem}.doing-business-btn{background-color:#0d3d2d;color:#fff;padding:.7rem 1.7rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.doing-business-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.doing-business-btn-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.doing-business-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}.doing-business-image{width:100%;height:420px;border-radius:20px;overflow:hidden}.doing-business-image img{width:100%;height:100%;object-fit:cover}@media(min-width:768px)and (max-width:968px){.doing-business-container{padding:0 2rem;gap:2rem}.doing-business-title{font-size:1.7rem}.doing-business-description,.offers-heading,.offer-item,.doing-business-footer{font-size:.9rem}.doing-business-image{height:400px}}@media(max-width:767px){.doing-business{padding:1rem 0}.doing-business-container{grid-template-columns:1fr;gap:2rem;padding:0 1.3rem}.doing-business-title{font-size:1.7rem}.doing-business-description,.offers-heading,.offer-item,.doing-business-footer{font-size:.85rem}.doing-business-btn{width:55%;justify-content:center;padding:.65rem 1.65rem}.doing-business-image{display:none}}.faq{padding:2rem 0;background-color:#f8f8f8}.faq-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.faq-header{position:sticky;top:100px}.faq-title{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem;color:#000}.faq-subtitle{font-size:1rem;line-height:1.7;color:#666}.faq-link{color:#06c;text-decoration:none;transition:color .3s ease}.faq-link:hover{color:#0052a3;text-decoration:underline}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0;transition:all .3s ease}.faq-item.active{border-color:#d0d0d0}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:transparent;border:none;cursor:pointer;font-size:1.05rem;font-weight:600;color:#000;text-align:left;transition:background-color .3s ease}.faq-question:hover{background-color:#f9f9f9}.faq-icon{flex-shrink:0;transition:transform .3s ease;color:#666}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;animation:slideDown .3s ease}.faq-answer p{font-size:.95rem;line-height:1.7;color:#666;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px)and (max-width:968px){.faq-container{padding:0 2rem;grid-template-columns:1fr;gap:2rem}.faq-header{position:static}.faq-title{font-size:1.7rem}.faq-subtitle{font-size:.85rem}.faq-question{font-size:.8rem;padding:1rem}.faq-answer{padding:0 1.2rem 1.2rem}}@media(max-width:767px){.faq{padding:2rem 0}.faq-container{padding:0 1.3rem;grid-template-columns:1fr;gap:2rem}.faq-header{position:static}.faq-title{font-size:1.65rem}.faq-subtitle{font-size:.8rem}.faq-subtitle br{display:none}.faq-question{font-size:.85rem;padding:1.15rem}.faq-answer{padding:0 1.15rem 1.15rem}.faq-answer p{font-size:.8rem}}.hero-carousel{position:relative;width:100%;height:95vh;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d3d2d99,#0d3d2d66,#0d3d2d8c);z-index:1}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 2.4rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.2rem;max-width:900px;animation:fadeInUp .8s ease-out}.hero-description{font-size:1.15rem;line-height:1.7;margin-bottom:2rem;max-width:700px;color:#fffffff2;animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both}.hero-cta{background-color:#f5b921;color:#0d3d2d;padding:.6rem 1.6rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;animation:fadeInUp .8s ease-out .4s;animation-fill-mode:both}.hero-cta:hover{background-color:#e0a71f;transform:translateY(-2px);box-shadow:0 8px 24px #f5b92166}.hero-cta-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.hero-cta-icon svg{width:20px;height:20px;stroke:#f5b921}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background-color:#fff3;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-arrow:hover{background-color:#ffffff4d;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:.2rem}.hero-arrow-right{right:.2rem}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.75rem}.hero-dot{width:10px;height:10px;border-radius:50%;background-color:#fff6;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot:hover{background-color:#fff9;transform:scale(1.2)}.hero-dot.active{background-color:#f5b921;width:25px;border-radius:6px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px)and (max-width:968px){.hero-carousel{height:80vh}.hero-content{padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-cta{padding:.5rem 1.5rem;font-size:.8rem}.hero-arrow{width:35px;height:35px}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}.hero-dots{bottom:1rem}}@media(max-width:767px){.hero-carousel{height:100vh;min-height:650px}.hero-content{padding:0 1.6rem;text-align:left}.hero-title{font-size:2rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-cta{padding:.575rem 1.45rem;font-size:.7rem;width:53%;justify-content:center}.hero-cta-icon{width:27px;height:27px}.hero-arrow{width:26px;height:26px}.hero-arrow-left{left:.2rem}.hero-arrow-right{right:.2rem}.hero-dots{bottom:1rem;gap:.3rem}.hero-dot{width:8px;height:8px}.hero-dot.active{width:17px}}.info{padding:2rem 0;background-color:#f8f8f8}.info-container{max-width:1400px;margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.info-content{max-width:600px}.info-title{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1.2rem;color:#000}.info-text{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:.7rem}.info-btn{margin-top:1rem;background-color:#0d3d2d;color:#fff;padding:.6rem 1.7rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.info-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.info-btn-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.info-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}.info-image{width:100%;height:450px;border-radius:20px;overflow:hidden}.info-image img{width:100%;height:100%;object-fit:cover}@media(min-width:768px)and (max-width:968px){.info-container{padding:0 1.7rem;gap:3rem}.info-title{font-size:1.8rem}.info-text{font-size:.85rem}.info-image{height:400px}.info-btn{margin-top:.3rem}}@media(max-width:767px){.info{padding:1.2rem 0}.info-container{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}.info-title{font-size:1.75rem}.info-text{font-size:.95rem}.info-btn{width:55%;justify-content:center;padding:.65rem 1.65rem;margin-top:.5rem}.info-image{height:300px}}.products{padding:1.5rem 0;background-color:#fff}.products-container{max-width:1200px;margin:0 auto;padding:0 1.7rem}.products-header{text-align:center;margin-bottom:1.7rem;max-width:900px;margin-left:auto;margin-right:auto}.products-title{font-size:2.5rem;font-weight:600;margin-bottom:.7rem;color:#000}.products-subtitle{font-size:1.05rem;line-height:1.7;color:#333}.products-list{display:flex;flex-direction:column;gap:1.4rem;margin-bottom:2rem}.product-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background-color:#f8f8f8;padding:1rem;border-radius:16px}.product-content{max-width:500px}.product-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#000}.product-description{font-size:1.05rem;line-height:1.7;color:#333}.product-image{width:95%;height:250px;border-radius:12px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.products-cta{display:flex;justify-content:left;margin-top:1rem}.products-btn{background-color:#0d3d2d;color:#fff;padding:.6rem 1.7rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.products-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.products-btn-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center}.products-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}@media(min-width:768px)and (max-width:968px){.products-container{padding:0 1.5rem}.products-title{font-size:1.8rem}.products-subtitle{font-size:1rem}.product-card{gap:2rem;padding:2rem}.product-title{font-size:1.75rem}.product-description{font-size:1rem}.product-image{height:240px}}@media(max-width:767px){.products{padding:1.2rem 0}.products-container{padding:0 1.5rem}.products-header{margin-bottom:3rem}.products-title{font-size:1.75rem}.products-subtitle{font-size:.95rem}.products-list{gap:1.5rem}.product-card{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.product-title{font-size:1.5rem}.product-description{font-size:.95rem}.product-image{height:220px}.products-btn{width:60%;justify-content:center;padding:.65rem 1.65rem;font-size:.9rem}}.why-choose-us{padding:2rem 0;background-color:#f8f8f8}.why-choose-us-container{max-width:1400px;margin:0 auto;padding:0 2rem}.why-choose-us-header{text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.why-choose-us-title{font-size:2.5rem;font-weight:600;margin-bottom:.5rem;color:#000}.why-choose-us-subtitle{font-size:1.05rem;line-height:1.7;color:#333}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background-color:transparent;border-radius:0;overflow:visible;transition:none}.feature-card:hover{transform:none;box-shadow:none}.feature-image{width:100%;height:240px;overflow:hidden;border-radius:12px}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-content{padding:1.5rem 0 0}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.45rem;color:#000;line-height:1.3}.feature-description{font-size:.95rem;line-height:1.6;color:#666}@media(min-width:768px)and (max-width:968px){.why-choose-us-container{padding:0 2rem}.why-choose-us-title{font-size:1.7rem}.why-choose-us-subtitle{font-size:.9rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.3rem}.feature-image{height:210px}.feature-content{padding:1.3rem}.feature-title{font-size:1.05rem}.feature-description{font-size:.9rem}}@media(max-width:767px){.why-choose-us{padding:1.1rem 0}.why-choose-us-container{padding:0 1.4rem}.why-choose-us-header{margin-bottom:1rem}.why-choose-us-title{font-size:1.75rem}.why-choose-us-subtitle{font-size:.95rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-image{height:200px}.feature-content{padding:1.4rem}.feature-title{font-size:1.05rem}.feature-description{font-size:.9rem}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.footer{background-color:#0d3d2d;color:#fff;padding:1rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:1.5fr 3fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-brand{max-width:400px}.footer-brand-logo{display:flex;flex-direction:row;align-items:center;gap:0rem;margin-bottom:.5rem}.footer-logo-icon{height:38px;width:auto;display:block}.footer-logo-text-img{height:25px;width:auto;display:block}.footer-description{font-size:.9rem;line-height:1.7;color:#fffc}.footer-links{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:.95rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-list li{font-size:.9rem;line-height:1.6}.footer-list a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-list a:hover{color:#f5b921}.footer-contact li{color:#ffffffb3}.footer-contact strong{color:#fff;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;flex-wrap:wrap;gap:1rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.85rem;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}.footer-copyright{font-size:.85rem;color:#fff9}@media(min-width:768px)and (max-width:968px){.footer-container{padding:0 2rem}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-logo-icon{height:37px}.footer-logo-text-img{height:24px}}@media(max-width:767px){.footer{padding:1rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;padding-top:1.5rem}.footer-legal{flex-direction:column;gap:.75rem}.footer-copyright{margin-top:1rem}.footer-logo-icon{height:36px}.footer-logo-text-img{height:23px}}.about-page{padding-top:80px}.about-hero{padding:2rem 0;background-color:#fff}.about-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#000}.about-hero-text{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:1rem;max-width:900px}.about-hero-video{margin-top:2rem;width:100%;height:400px;border-radius:16px;overflow:hidden}.about-hero-video video{width:100%;height:100%;object-fit:cover}.about-section-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.about-section-container.reverse{direction:rtl}.about-section-container.reverse>*{direction:ltr}.about-section-image{width:100%;height:280px;border-radius:16px;overflow:hidden}.about-section-image img{width:100%;height:100%;object-fit:cover}.about-section-content{max-width:500px}.about-section-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#000}.about-section-text{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:1rem}.about-mission{padding:1.5rem 0;background-color:#e8f5e8}.about-history,.about-value,.about-commitments{padding:1.5rem 0;background-color:#fff}.about-commitments-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.commitment-card{padding:1.5rem;border-radius:7px}.commitment-green{background-color:#0d3d2d;color:#fff}.commitment-yellow{background-color:#f5b921;color:#0d3d2d}.commitment-icon{width:48px;height:48px;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.commitment-green .commitment-icon{background-color:#ffffff26}.commitment-yellow .commitment-icon{background-color:#0d3d2d26}.commitments-title{font-size:1.5rem;font-weight:600;margin-bottom:.7rem}.commitment-text{font-size:1rem;line-height:1.7;opacity:.9}.about-expertise{padding:1.5rem 0;background-color:#fff}.about-section-title-expertise{font-size:1.5rem;font-weight:600;margin-bottom:.4rem;color:#000}.about-section-text-expertise{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.5rem}.expertise-list{list-style:none;padding:0;margin:.6rem 0}.expertise-list li{font-size:1.05rem;color:#333;padding-left:1.5rem;margin-bottom:.4rem;position:relative}.expertise-list li:before{content:"•";position:absolute;left:0;color:#0d3d2d;font-weight:700}.about-section-image-expertise{width:100%;height:350px;border-radius:16px;overflow:hidden}.about-cta-btn{margin-top:.2rem;background-color:#0d3d2d;color:#fff;padding:.6rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.about-cta-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.about-cta-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.about-cta-icon svg{width:18px;height:18px;stroke:#0d3d2d}.about-future{padding:1.5rem 0;background-color:#fff}@media(min-width:768px)and (max-width:968px){.about-hero-container,.about-section-container,.about-commitments-container{padding:0 2rem}.about-hero-title{font-size:2rem}.about-section-title{font-size:1.75rem}.about-hero-text,.about-section-text{font-size:1rem}.about-section-container{gap:3rem}.about-section-image,.about-hero-image{height:300px}.commitment-card{padding:2rem}}@media(max-width:767px){.about-hero{padding:3rem 0}.about-hero-container,.about-section-container,.about-commitments-container{padding:0 1.5rem}.about-hero-title{font-size:1.75rem}.about-section-title{font-size:1.5rem}.about-hero-text,.about-section-text{font-size:.95rem}.about-hero-image{height:250px;margin-top:2rem}.about-section-container{grid-template-columns:1fr;gap:2rem}.about-section-container.reverse{direction:ltr}.about-section-image{height:250px}.about-mission,.about-history,.about-value,.about-commitments,.about-expertise,.about-future{padding:3rem 0}.about-commitments-container{grid-template-columns:1fr;gap:1.5rem}.commitment-card{padding:2rem}.commitment-title{font-size:1.25rem}.commitment-text{font-size:.95rem}.about-cta-btn{width:55%;justify-content:center;padding:.65rem 1.65rem}.about-section-image-expertise{display:none}}.contact-form-section{padding:2rem 0;background-image:url(/home/hero-bg2.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.contact-form-section:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.contact-form-container{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.contact-form-card{background-color:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.contact-form-header{text-align:center;margin-bottom:.5rem}.contact-form-title{font-size:2rem;font-weight:600;margin-bottom:.3rem;color:#000}.contact-form-subtitle{font-size:.9rem;line-height:1.7;color:#666;max-width:700px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:.85rem;font-weight:500;margin-bottom:.2rem;color:#000}.form-input,.form-select,.form-textarea{padding:.6rem 1rem;border:1px solid #d0d0d0;border-radius:8px;font-size:.85rem;color:#333;transition:border-color .3s ease;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#0d3d2d}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;padding-top:.3rem}.checkbox-label{display:flex;align-items:center;gap:.7rem;cursor:pointer;font-size:.95rem;color:#333}.checkbox-label input[type=checkbox]{width:17px;height:17px;cursor:pointer;accent-color:#0d3d2d}.form-textarea{resize:vertical;min-height:120px}.character-count{text-align:right;font-size:.85rem;color:#999;margin-top:.5rem}.form-submit-btn{background-color:#0d3d2d;color:#fff;padding:.7rem 1.7rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;align-self:center;margin-top:.5rem}.form-submit-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.form-submit-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.form-submit-icon svg{width:18px;height:18px;stroke:#0d3d2d}@media(min-width:768px)and (max-width:968px){.contact-form-container{padding:0 1.5rem}.contact-form-card{padding:1rem}.contact-form-title{font-size:1.7rem}.contact-form-subtitle{font-size:.7rem}.form-row{gap:1rem}}@media(max-width:767px){.contact-form-section{padding:1.5rem 0}.contact-form-container{padding:0 1rem}.contact-form-card{padding:1.5rem 1rem}.contact-form-header{margin-bottom:.5rem}.contact-form-title{font-size:1.55rem}.contact-form-subtitle{font-size:.75rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-submit-btn{width:65%;justify-content:center;font-size:.85rem;padding:.65rem 1.65rem}}.how-to-order{padding:1.2rem 0;background-color:#fff}.how-to-order-container{max-width:1400px;margin:0 auto;padding:0 2rem}.how-to-order-header{text-align:center;margin-bottom:1rem}.how-to-order-title{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#0d3d2d}.how-to-order-subtitle{font-size:1rem;line-height:1.7;color:#333}.how-to-order-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.how-to-order-image{width:100%;height:300px;border-radius:20px;overflow:hidden}.how-to-order-image img{width:100%;height:100%;object-fit:cover}.how-to-order-steps{display:flex;flex-direction:column;gap:2rem}.order-step{display:flex;gap:1rem;align-items:flex-start}.order-step-number{width:35px;height:35px;background-color:#e3f2fd;color:#1976d2;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0}.order-step-content{flex:1}.order-step-title{font-size:1.2rem;font-weight:600;margin-bottom:.3rem;color:#000}.order-step-text{font-size:1rem;line-height:1.7;color:#333}.order-link{color:#1976d2;text-decoration:underline;transition:color .3s ease}.order-link:hover{color:#0d3d2d}@media(min-width:768px)and (max-width:968px){.how-to-order-container{padding:0 2rem}.how-to-order-title{font-size:2rem}.how-to-order-subtitle{font-size:1.05rem}.how-to-order-content{gap:3rem}.how-to-order-image{height:400px}.order-step-title{font-size:1.25rem}.order-step-text{font-size:1rem}}@media(max-width:767px){.how-to-order{padding:1rem 0}.how-to-order-container{padding:0 1rem}.how-to-order-header{margin-bottom:1rem}.how-to-order-title{font-size:1.65rem}.how-to-order-subtitle{font-size:.9rem}.how-to-order-content{grid-template-columns:1fr;gap:2rem}.how-to-order-image{height:300px}.how-to-order-steps{gap:1.6rem}.order-step{gap:.8rem}.order-step-number{width:33px;height:33px;font-size:1rem}.order-step-title{font-size:1.25rem}.order-step-text{font-size:.85rem}}.product-detail{padding:1.5rem 0}.product-detail-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.product-detail-container.reverse{direction:rtl}.product-detail-container.reverse>*{direction:ltr}.product-detail-image{width:100%;height:400px;border-radius:20px;overflow:hidden}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-content{max-width:600px}.product-detail-title{font-size:2.1rem;font-weight:600;margin-bottom:.3rem}.product-detail-heading{font-size:1.1rem;font-weight:600;margin-bottom:.7rem;margin-top:.7rem;color:#000}.product-detail-heading:first-of-type{margin-top:0}.product-detail-description{font-size:1rem;line-height:1.7;color:#333}.product-detail-features{list-style:none;padding:0;margin:0}.product-detail-features li{font-size:.9rem;line-height:1.5;color:#333;padding-left:1.5rem;margin-bottom:.45rem;position:relative}.product-detail-features li:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;background-color:#0d3d2d;border-radius:50%}.product-detail-packaging{font-size:1rem;line-height:1.7;color:#333}.product-detail-btn{margin-top:.3rem;background-color:#0d3d2d;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.product-detail-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.product-detail-btn-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.product-detail-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}@media(min-width:768px)and (max-width:968px){.product-detail-container{padding:0 2rem;gap:3rem}.product-detail-image{height:400px}.product-detail-title{font-size:2rem}.product-detail-heading{font-size:1.05rem}.product-detail-description,.product-detail-features li,.product-detail-packaging{font-size:1rem}}@media(max-width:767px){.product-detail{padding:3rem 0}.product-detail-container{padding:0 1.5rem;grid-template-columns:1fr;gap:2rem}.product-detail-container.reverse{direction:ltr}.product-detail-image{height:300px}.product-detail-title{font-size:1.75rem}.product-detail-heading{font-size:1rem;margin-top:1.5rem}.product-detail-description,.product-detail-features li,.product-detail-packaging{font-size:.95rem}.product-detail-btn{width:58%;justify-content:center;padding:.65rem 1.65rem;font-size:.9rem}}.product-hero{padding:2rem 0;background-color:#fff;text-align:center}.product-hero-container{max-width:1000px;margin:0 auto;padding:0 3rem}.product-hero-title{font-size:3rem;font-weight:600;margin-bottom:.5rem;color:#000}.product-hero-text{font-size:1.15rem;line-height:1.8;color:#333}@media(min-width:768px)and (max-width:968px){.product-hero{padding:1.5rem 0}.product-hero-container{padding:0 2rem}.product-hero-title{font-size:2.3rem}.product-hero-text{font-size:1.05rem}}@media(max-width:767px){.product-hero{padding:1rem 0}.product-hero-container{padding:0 1.3rem}.product-hero-title{font-size:2rem}.product-hero-text{font-size:1rem}}.sales-ordering{padding:1.5rem 0;background-color:#f8f8f8}.sales-ordering-container{max-width:1200px;margin:0 auto;padding:0 2rem}.sales-ordering-title{font-size:2.3rem;font-weight:600;text-align:center;margin-bottom:.3rem;color:#000}.sales-ordering-subtitle{font-size:1rem;line-height:1.7;text-align:center;color:#333;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.sales-ordering-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.sales-ordering-card{padding:1rem;border-radius:16px;border:1px solid #e0e0e0}.sales-ordering-icon{width:46px;height:46px;background-color:#fce4ec;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;color:#e91e63}.sales-ordering-card-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#000}.sales-ordering-list{list-style:none;padding:0;margin:0}.sales-ordering-list li{font-size:1rem;line-height:1.7;color:#333;padding-left:1.5rem;margin-bottom:.35rem;position:relative}.sales-ordering-list li:before{content:"";position:absolute;left:0;top:.75rem;width:7px;height:7px;background-color:#000;border-radius:50%}@media(min-width:768px)and (max-width:968px){.sales-ordering-container{padding:0 2rem}.sales-ordering-title{font-size:2rem}.sales-ordering-subtitle{font-size:1.05rem;margin-bottom:3rem}.sales-ordering-grid{gap:1.5rem}.sales-ordering-card{padding:2rem}.sales-ordering-card-title{font-size:1.25rem}.sales-ordering-list li{font-size:1rem}}@media(max-width:767px){.sales-ordering{padding:1rem 0}.sales-ordering-container{padding:0 1.4rem}.sales-ordering-title{font-size:1.65rem}.sales-ordering-subtitle{font-size:1rem;margin-bottom:1.8rem}.sales-ordering-grid{grid-template-columns:1fr;gap:1.2rem}.sales-ordering-card{padding:1.5rem}.sales-ordering-card-title{font-size:1.15rem}.sales-ordering-list li{font-size:.85rem}}.products-and-sales-page{padding-top:80px}.partnership-hero{padding:1.5rem 0;background-color:#fff}.partnership-hero-container{max-width:1400px;margin:0 auto;padding:0 2rem}.partnership-hero-header{text-align:center;margin-bottom:1.6rem;max-width:900px;margin-left:auto;margin-right:auto}.partnership-hero-title{font-size:2.5rem;font-weight:600;margin-bottom:.6rem;color:#000}.partnership-hero-subtitle{font-size:1rem;line-height:1.7;color:#333}.partnership-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.partnership-hero-text{max-width:600px}.partnership-hero-section-title{font-size:2rem;font-weight:600;margin-bottom:.7rem;color:#000;line-height:1.3}.partnership-hero-description{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1.25rem}.partnership-hero-btn{margin-top:.2rem;background-color:#0d3d2d;color:#fff;padding:.6rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.partnership-hero-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.partnership-hero-btn-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.partnership-hero-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}.partnership-hero-image{width:100%;height:370px;border-radius:20px;overflow:hidden}.partnership-hero-image img{width:100%;height:100%;object-fit:cover}@media(min-width:768px)and (max-width:968px){.partnership-hero-container{padding:0 1.5rem}.partnership-hero-title{font-size:2.1rem}.partnership-hero-subtitle{font-size:1rem}.partnership-hero-content{gap:1.8rem}.partnership-hero-section-title{font-size:1.55rem}.partnership-hero-description{font-size:.8rem}.partnership-hero-image{height:380px}}@media(max-width:767px){.partnership-hero{padding:1rem 0}.partnership-hero-container{padding:0 1.3rem}.partnership-hero-header{margin-bottom:1.8rem}.partnership-hero-title{font-size:1.7rem}.partnership-hero-subtitle{font-size:.8rem}.partnership-hero-content{grid-template-columns:1fr;gap:2rem}.partnership-hero-section-title{font-size:1.2rem}.partnership-hero-description{font-size:.85rem}.partnership-hero-btn{width:60%;justify-content:center;font-size:.85rem;padding:.65rem 1.65rem}.partnership-hero-image{height:280px}}.who-we-work-with{padding:1.5rem 0;background-color:#fff}.who-we-work-with-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.who-we-work-with-image{width:100%;height:350px;border-radius:20px;overflow:hidden}.who-we-work-with-image img{width:100%;height:100%;object-fit:cover}.who-we-work-with-content{max-width:600px}.who-we-work-with-title{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#000}.who-we-work-with-text{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.7rem}.who-we-work-with-list{list-style:none;padding:0;margin:0 0 .7rem}.who-we-work-with-list li{font-size:1rem;line-height:1.7;color:#333;padding-left:1.5rem;margin-bottom:.45rem;position:relative}.who-we-work-with-list li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;background-color:#0d3d2d;border-radius:50%}.who-we-work-with-footer{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.5rem}.who-we-work-with-btn{background-color:#0d3d2d;color:#fff;padding:.6rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.who-we-work-with-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.who-we-work-with-btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.who-we-work-with-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}@media(min-width:768px)and (max-width:968px){.who-we-work-with-container{padding:0 1.5rem;gap:2rem}.who-we-work-with-image{height:380px}.who-we-work-with-title{font-size:1.8rem}.who-we-work-with-text,.who-we-work-with-list li,.who-we-work-with-footer{font-size:1rem}}@media(max-width:767px){.who-we-work-with{padding:1.5rem 0}.who-we-work-with-container{padding:0 1.5rem;grid-template-columns:1fr;gap:2rem}.who-we-work-with-image{display:none}.who-we-work-with-title{font-size:1.65rem}.who-we-work-with-text,.who-we-work-with-list li,.who-we-work-with-footer{font-size:.85rem}.who-we-work-with-btn{width:63%;justify-content:center;font-size:.85rem;padding:.65rem 1.65rem}}.partner-commitment{padding:1.5rem 0;background-color:#fff}.partner-commitment-container{max-width:1400px;margin:0 auto;padding:0 2rem}.partner-commitment-header{text-align:center;margin-bottom:.7rem;max-width:900px;margin-left:auto;margin-right:auto}.partner-commitment-title{font-size:2.5rem;font-weight:600;margin-bottom:.7rem;color:#000}.partner-commitment-subtitle{font-size:1.05rem;line-height:1.7;color:#333}.commitments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.7rem}.commitment-card{border-radius:16px;margin:0;padding:10px}.commitment-image{width:100%;height:250px;overflow:hidden;border-radius:20px}.commitment-image img{width:100%;height:100%;object-fit:cover}.commitment-content{padding:.4rem}.commitment-title{font-size:1.25rem;font-weight:600;margin-bottom:.55rem;color:#000}.commitment-description{font-size:.95rem;line-height:1.6;color:#666}@media(min-width:768px)and (max-width:968px){.partner-commitment-container{padding:0 2rem}.partner-commitment-title{font-size:2rem}.partner-commitment-subtitle{font-size:1rem}.commitments-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.commitment-image{height:220px}.commitment-content{padding:1.4rem}.commitment-title{font-size:1.15rem}}@media(max-width:767px){.partner-commitment{padding:1rem 0}.partner-commitment-container{padding:0 1.4rem}.partner-commitment-header{margin-bottom:1rem}.partner-commitment-title{font-size:1.65rem}.partner-commitment-subtitle{font-size:.85rem}.commitments-grid{grid-template-columns:1fr;gap:1.2rem}.commitment-image{height:200px}.commitment-content{padding:1.2rem}.commitment-title{font-size:1.1rem}.commitment-description{font-size:.85rem}}.bulk-orders{padding:1rem 0;background-color:#fff}.bulk-orders-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.bulk-orders-image{width:100%;height:450px;border-radius:20px;overflow:hidden}.bulk-orders-image img{width:100%;height:100%;object-fit:cover}.bulk-orders-content{max-width:600px}.bulk-orders-title{font-size:2.1rem;font-weight:600;margin-bottom:.5rem;color:#000}.bulk-orders-text{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.5rem}.bulk-orders-list,.bulk-orders-steps{list-style:none;padding:0;margin:0 0 .5rem}.bulk-orders-list li,.bulk-orders-steps li{font-size:1rem;line-height:1.7;color:#333;padding-left:1.5rem;margin-bottom:.45rem;position:relative}.bulk-orders-list li:before,.bulk-orders-steps li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;background-color:#0d3d2d;border-radius:50%}.bulk-orders-description,.bulk-orders-footer{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.5rem}.bulk-orders-subtitle{font-size:1.1rem;font-weight:600;margin-top:.4rem;margin-bottom:.4rem;color:#000}.bulk-orders-btn{margin-top:.5rem;background-color:#0d3d2d;color:#fff;padding:.6rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;transition:all .3s ease}.bulk-orders-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.bulk-orders-btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.bulk-orders-btn-icon svg{width:18px;height:18px;stroke:#0d3d2d}@media(min-width:768px)and (max-width:968px){.bulk-orders-container{padding:0 1rem;gap:1rem}.bulk-orders-image{height:350px}.bulk-orders-title{font-size:1.5rem}.bulk-orders-subtitle{font-size:1.05rem}.bulk-orders-text,.bulk-orders-list li,.bulk-orders-steps li,.bulk-orders-description,.bulk-orders-footer{font-size:.7rem}}@media(max-width:767px){.bulk-orders{padding:1rem 0}.bulk-orders-container{padding:0 1rem;grid-template-columns:1fr;gap:1.5rem}.bulk-orders-image{height:300px}.bulk-orders-title{font-size:1.65rem}.bulk-orders-subtitle{font-size:1.05rem}.bulk-orders-text,.bulk-orders-list li,.bulk-orders-steps li,.bulk-orders-description,.bulk-orders-footer{font-size:.75rem}.bulk-orders-btn{width:60%;justify-content:center;font-size:.85rem;padding:.65rem 1.65rem}}.partnership-page{padding-top:80px}.contact-page{padding-top:50px;min-height:100vh}.contact-container{display:grid;grid-template-columns:450px 1fr;min-height:calc(100vh - 80px)}.contact-info{background-color:#0d3d2d;color:#fff;padding:3rem 2rem;display:flex;flex-direction:column;gap:2rem}.contact-info-title{font-size:2.4rem;font-weight:600;margin-bottom:.5rem}.contact-info-description{font-size:.9rem;line-height:1.7;color:#ffffffe6}.contact-info-section{display:flex;gap:1rem;align-items:flex-start}.contact-info-icon{width:24px;height:24px;flex-shrink:0;color:#f5b921}.contact-info-heading{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.contact-info-text{font-size:.9rem;line-height:1.6;color:#fffc;margin-bottom:.2rem}.contact-form-wrapper{background-color:#fff;padding:4rem;overflow-y:auto}.contact-main-form{max-width:700px;display:flex;flex-direction:column;gap:1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form-group{display:flex;flex-direction:column}.contact-form-group.contact-full-width{grid-column:1 / -1}.contact-form-label{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#000}.contact-form-input,.contact-form-select,.contact-form-textarea{padding:.575rem 1rem;border:none;border-bottom:1px solid #d0d0d0;font-size:.95rem;color:#333;transition:border-color .3s ease;font-family:inherit;background-color:transparent}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#999}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{outline:none;border-bottom-color:#0d3d2d}.contact-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:2rem}.contact-radio-group{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.contact-radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:#666}.contact-radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#0d3d2d}.contact-form-textarea{resize:vertical;min-height:120px}.contact-character-count{text-align:right;font-size:.85rem;color:#999;margin-top:.4rem}.contact-submit-btn{background-color:#0d3d2d;color:#fff;padding:.6rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;align-self:flex-start}.contact-submit-btn:hover{background-color:#0a2f22;transform:translateY(-2px);box-shadow:0 4px 12px #0d3d2d4d}.contact-submit-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.contact-submit-icon svg{width:18px;height:18px;stroke:#0d3d2d}.contact-disclaimer{font-size:.8rem;line-height:1.6;color:#999;margin-top:.2rem}@media(min-width:768px)and (max-width:968px){.contact-container{grid-template-columns:1fr}.contact-info{padding:2.5rem 1.5rem}.contact-form-wrapper{padding:3rem 2rem}}@media(max-width:767px){.contact-container{grid-template-columns:1fr}.contact-info{padding:2.2rem 1.2rem;gap:1.7rem}.contact-info-title{font-size:1.7rem}.contact-form-wrapper{padding:2.5rem 1.5rem}.contact-form-row{grid-template-columns:1fr;gap:1.3rem}.contact-submit-btn{width:100%;justify-content:center}}
