*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}:root{--orange:#f26722;--orange-dark:#c24f10;--grey:#7d7d7d;--grey-light:#f5f5f5;--grey-mid:#e8e8e8;--black:#000000;--charcoal:#1a1a1a;--white:#ffffff;--text-muted:#555555;}html{scroll-padding-top:80px;}body{font-family:'Georgia','Times New Roman',serif;line-height:1.6;color:var(--charcoal);overflow-x:hidden;}img{max-width:100%;height:auto;display:block;}a{text-decoration:none;color:inherit;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.skip-link{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden;}.skip-link:focus{position:fixed;left:0;top:0;width:auto;height:auto;overflow:visible;background:var(--orange);color:var(--white);padding:10px 20px;font-weight:600;z-index:10000;border-radius:0 0 4px 0;}.whatsapp-float{position:fixed;left:20px;bottom:30px;z-index:9999;width:55px;height:55px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(37,211,102,0.45);transition:transform 0.3s,box-shadow 0.3s;}.whatsapp-float:hover{transform:translateY(-4px) scale(1.07);box-shadow:0 8px 25px rgba(37,211,102,0.55);}.whatsapp-float svg{width:30px;height:30px;fill:#fff;}nav{background:var(--white);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000;transition:box-shadow 0.3s;}nav.scrolled{box-shadow:0 4px 15px rgba(0,0,0,0.15);}@media (max-width:768px){nav{transition:none;}}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px;}.logo{font-size:20px;font-weight:700;color:var(--black);display:flex;align-items:center;gap:10px;font-family:'Georgia',serif;}.logo span{color:var(--black);font-size:13px !important;}.nav-links{display:flex;list-style:none;gap:30px;align-items:center;}.nav-links a{color:var(--charcoal);font-weight:500;font-size:14px;transition:color 0.3s;font-family:'Georgia',serif;padding:10px 12px;min-height:48px;display:flex;align-items:center;}.nav-links a:hover{color:var(--orange);}.nav-cta-btn{background:var(--orange-dark);color:#ffffff !important;padding:10px 22px;border-radius:4px;transition:background 0.3s;}.nav-cta-btn:hover{background:var(--black) !important;}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;}.hamburger span{width:25px;height:3px;background:var(--black);transition:all 0.3s;}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:998;}.mobile-overlay.active{display:block;}.scroll-top{position:fixed;bottom:30px;right:30px;background:var(--orange);color:var(--white);width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s;z-index:999;display:flex;align-items:center;justify-content:center;}.scroll-top svg{stroke:var(--white);}.scroll-top.visible{opacity:1;visibility:visible;}.scroll-top:hover{background:var(--black);transform:translateY(-5px);}@media (max-width:768px){.scroll-top{transition:none;}.scroll-top:hover{transform:none;}}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.58);z-index:1;}.hero-overlay::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(242,103,34,0.04) 0px,rgba(242,103,34,0.04) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(-45deg,rgba(255,255,255,0.02) 0px,rgba(255,255,255,0.02) 1px,transparent 1px,transparent 40px);z-index:1;}.hero-content{position:relative;z-index:2;color:var(--white);max-width:750px;padding:30px;border-radius:10px;margin-left:max(20px,calc((100% - 1200px) / 2));}.hero-content h1{font-size:42px;font-weight:700;margin-bottom:18px;line-height:1.2;font-family:'Georgia',serif;}.hero-content h1 span{color:var(--orange);}.hero-content p{font-size:16px;margin-bottom:32px;line-height:1.65;opacity:0.92;}.cta-btn{display:inline-flex;background:var(--orange);color:var(--white);padding:14px 36px;border-radius:4px;font-weight:600;font-size:15px;transition:all 0.3s;font-family:'Georgia',serif;align-items:center;min-height:48px;}.cta-btn:hover{background:var(--white);color:var(--black);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.25);}section{padding:80px 0;content-visibility:auto;contain-intrinsic-size:auto 500px;}.section-title{font-size:30px;color:var(--black);margin-bottom:10px;font-weight:700;text-align:center;font-family:'Georgia',serif;}.section-subtitle{font-size:15px;color:#333333;text-align:center;margin-bottom:55px;}.about{background:var(--white);padding:80px 0;}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}.about-text h2{font-size:26px;color:var(--black);margin-bottom:15px;line-height:1.3;font-family:'Georgia',serif;}.about-text p{color:var(--text-muted);line-height:1.65;margin-bottom:14px;font-size:15px;}.about-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.about-image-box{background:linear-gradient(135deg,#1a1a1a,#2d1208);border-radius:10px;overflow:hidden;min-height:340px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.2);}.about-image-box::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(242,103,34,0.06) 0,rgba(242,103,34,0.06) 1px,transparent 1px,transparent 30px);}.about-icon-block{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px;}.about-icon-block .icon-row{display:flex;gap:20px;}.tool-icon{width:70px;height:70px;background:rgba(242,103,34,0.18);border:2px solid rgba(242,103,34,0.4);border-radius:12px;display:flex;align-items:center;justify-content:center;}.tool-icon svg{width:36px;height:36px;stroke:var(--orange);fill:none;stroke-width:1.5;}.about-tagline{font-size:20px;font-weight:700;color:var(--white);text-align:center;font-family:'Georgia',serif;}.about-tagline span{color:var(--orange);}.featured-products{background:var(--grey-light);padding:50px 10px;overflow:hidden;}.featured-carousel{width:100%;overflow:hidden;margin-top:40px;padding:10px 0;}.featured-track{display:flex;gap:25px;animation:scrollFeatured 40s linear infinite;width:max-content;will-change:transform;}.featured-track:hover{animation-play-state:paused;}.featured-card{flex-shrink:0;width:240px;background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s;position:relative;contain:layout style paint;}.featured-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.15);}.featured-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,var(--orange),var(--black));color:var(--white);padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;z-index:2;text-transform:uppercase;letter-spacing:0.5px;}.featured-image{height:110px;overflow:hidden;}.featured-image img{width:100%;height:100%;object-fit:cover;}.featured-image-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}.featured-image-bg svg{width:48px;height:48px;stroke:var(--orange);fill:none;stroke-width:1.5;}.featured-content{padding:18px;}.featured-content h3{font-size:14px;color:var(--black);margin-bottom:8px;font-weight:700;font-family:'Georgia',serif;}.featured-content p{font-size:12px;color:var(--text-muted);line-height:1.5;margin-bottom:12px;}.featured-btn{display:block;width:100%;background:var(--black);color:var(--white);text-align:center;padding:10px 0;border-radius:5px;font-weight:600;font-size:12px;transition:all 0.3s;min-height:44px;display:flex;align-items:center;justify-content:center;}.featured-btn:hover{background:var(--orange);}@keyframes scrollFeatured{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scrollReviews{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.cta-section{background:var(--black);padding:45px 15px;}.cta-content{max-width:700px;margin:0 auto;text-align:center;color:var(--white);}.cta-content h2{font-size:26px;margin-bottom:12px;font-weight:700;font-family:'Georgia',serif;}.cta-content p{font-size:14px;margin-bottom:22px;line-height:1.55;opacity:0.9;}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}.cta-primary{background:var(--orange-dark);color:#ffffff;padding:11px 28px;border-radius:4px;font-weight:600;font-size:14px;transition:all 0.3s;}.cta-primary:hover{background:var(--white);color:var(--black);}.cta-secondary{background:transparent;color:var(--white);padding:11px 28px;border:2px solid var(--white);border-radius:4px;font-weight:600;font-size:14px;transition:all 0.3s;}.cta-secondary:hover{background:var(--white);color:var(--black);}.products{background:var(--grey-light);padding:60px 15px;}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;}.product-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(0,0,0,0.07);transition:all 0.3s;display:flex;flex-direction:column;height:100%;}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.13);}.product-image{height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;}.product-image img{width:100%;height:100%;object-fit:cover;}.product-image svg{width:60px;height:60px;stroke:var(--white);fill:none;stroke-width:1.4;}.product-content{padding:18px;display:flex;flex-direction:column;flex:1;}.product-content h3{font-size:17px;color:var(--black);margin-bottom:8px;font-weight:700;font-family:'Georgia',serif;}.product-content p{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:14px;flex-grow:1;}.product-btn{display:inline-block;background:var(--orange-dark);color:var(--white);padding:10px 22px;border-radius:4px;font-weight:600;font-size:13px;transition:all 0.3s;margin-top:auto;min-height:44px;display:flex;align-items:center;justify-content:center;}.product-btn:hover{background:var(--black);transform:translateY(-1px);}.fade-init{opacity:0;transform:translateY(25px);transition:opacity 0.55s ease,transform 0.55s ease;}.fade-init.visible{opacity:1;transform:translateY(0);}@media (max-width:768px){.fade-init,.fade-init.visible{opacity:1;transform:translateY(0);transition:none;}}.services{background:var(--white);padding:50px 15px;}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px;}.service-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(0,0,0,0.07);transition:all 0.3s;display:flex;flex-direction:column;height:100%;}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.12);}.service-image{height:130px;overflow:hidden;display:flex;align-items:center;justify-content:center;}.service-image img{width:100%;height:100%;object-fit:cover;}.service-image svg{width:50px;height:50px;stroke:var(--white);fill:none;stroke-width:1.4;}.service-content{padding:14px;display:flex;flex-direction:column;flex:1;}.service-content h3{font-size:15px;color:var(--black);margin-bottom:7px;font-weight:700;font-family:'Georgia',serif;}.service-content p{font-size:13px;color:var(--text-muted);line-height:1.45;margin-bottom:12px;flex-grow:1;}.service-btn{display:inline-block;background:var(--orange-dark);color:var(--white);padding:10px 18px;border-radius:4px;font-weight:600;font-size:12px;transition:all 0.3s;margin-top:auto;min-height:44px;display:flex;align-items:center;justify-content:center;}.service-btn:hover{background:var(--black);}.metrics{background:linear-gradient(135deg,var(--black),#2a1205,var(--orange-dark));padding:50px 15px;color:var(--white);}.metrics .section-title{color:var(--white);font-size:28px;}.metrics .section-subtitle{color:rgba(255,255,255,0.7);font-size:14px;}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px;}.metric-item{text-align:center;padding:28px 20px;background:rgba(255,255,255,0.08);border-radius:10px;border:1px solid rgba(255,255,255,0.15);transition:all 0.3s;backdrop-filter:blur(6px);}.metric-item:hover{transform:translateY(-5px);background:rgba(242,103,34,0.18);border-color:var(--orange);}.metric-number{font-size:38px;font-weight:700;color:var(--orange);margin-bottom:10px;font-family:'Georgia',serif;}.metric-item h3{font-size:15px;color:var(--white);margin-bottom:8px;font-weight:600;}.metric-item p{font-size:13px;color:rgba(255,255,255,0.75);line-height:1.4;}.commitments{background:var(--grey-light);padding:50px 15px;}.commitments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:30px;}.commitment-item{text-align:center;padding:22px 15px;background:var(--white);border-radius:8px;border:1px solid var(--grey-mid);transition:all 0.3s;}.commitment-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(242,103,34,0.12);border-color:var(--orange);}.commitment-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--orange),var(--black));border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;position:relative;}.commitment-icon::after{content:'✓';font-size:22px;color:var(--white);font-weight:700;}.commitment-item h3{font-size:16px;color:var(--black);margin-bottom:8px;font-weight:600;font-family:'Georgia',serif;}.commitment-item p{font-size:13px;color:var(--text-muted);line-height:1.4;}.mission-vision{background:var(--black);padding:50px 15px;}.mission-vision .section-title{color:var(--white);font-size:26px;}.mission-vision .section-subtitle{color:rgba(255,255,255,0.65);font-size:14px;margin-bottom:25px;}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;}.mission-card,.vision-card{background:rgba(255,255,255,0.06);padding:20px;border-radius:8px;display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(242,103,34,0.25);}.mv-icon{font-size:28px;flex-shrink:0;}.mv-content h3{font-size:16px;color:var(--white);margin-bottom:6px;font-family:'Georgia',serif;}.mv-content p{font-size:13px;color:rgba(255,255,255,0.8);line-height:1.45;}.mv-label{font-size:10px;padding:3px 10px;border-radius:12px;background:var(--orange-dark);color:#ffffff;font-weight:700;display:inline-block;margin-bottom:7px;text-transform:uppercase;letter-spacing:0.5px;}.values{background:var(--grey-light);padding:60px 0;}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;}.value-item{text-align:center;padding:20px 15px;background:var(--white);border-radius:8px;transition:all 0.3s;}.value-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.1);}.value-icon{width:50px;height:50px;background:var(--orange);color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 12px;}.value-icon svg{stroke:var(--white);}.value-item h3{font-size:16px;color:var(--black);margin-bottom:8px;font-family:'Georgia',serif;}.value-item p{font-size:13px;color:var(--text-muted);line-height:1.4;}.reviews{background:linear-gradient(135deg,var(--black) 0%,#2a1205 60%,var(--orange-dark) 100%);padding:70px 15px;color:var(--white);}.reviews .section-title{color:var(--white);font-size:26px;}.reviews .section-subtitle{color:rgba(255,255,255,0.65);font-size:14px;}.reviews-carousel{width:100%;overflow:hidden;margin-top:40px;padding:10px 0;}.reviews-track{display:flex;gap:25px;animation:scrollReviews 50s linear infinite;width:max-content;will-change:transform;}.reviews-track:hover{animation-play-state:paused;}.review-card{flex-shrink:0;width:280px;background:rgba(255,255,255,0.07);padding:22px;border-radius:10px;border:1px solid rgba(255,255,255,0.15);transition:all 0.3s;}.review-card:hover{background:rgba(255,255,255,0.12);transform:translateY(-3px);border-color:var(--orange);}.stars{margin-bottom:14px;display:flex;gap:3px;}.stars::before{content:'★★★★★';font-size:16px;color:#ffd700;letter-spacing:2px;}.review-text{font-style:italic;font-size:14px;margin-bottom:15px;line-height:1.5;color:var(--white);}.reviewer{display:flex;align-items:center;gap:12px;}.reviewer-avatar{width:42px;height:42px;font-size:16px;font-weight:700;border-radius:50%;background:var(--orange-dark);color:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.reviewer-info h3{font-size:14px;margin-bottom:3px;color:var(--white);font-weight:600;}.reviewer-info p{font-size:12px;color:rgba(255,255,255,0.65);}.faqs{display:flex;flex-direction:column;align-items:center;padding:60px 20px;background:#f4f4f4;}.faqs .section-title,.faqs .section-subtitle{text-align:center;width:100%;}.faq-container{width:100%;max-width:700px;margin:0 auto;}.faq-item{width:100%;margin-bottom:12px;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,0.08);}.faq-question{padding:14px 16px;font-size:14px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--black);color:var(--white);transition:background 0.3s;font-family:'Georgia',serif;min-height:48px;}.faq-question:hover{background:#1a1a1a;}.faq-toggle{font-size:1.5rem;font-weight:700;transition:transform 0.3s;color:var(--orange);}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease;background:var(--black);}.faq-item.active .faq-answer{max-height:300px;}.faq-item.active .faq-toggle{transform:rotate(45deg);}.faq-answer-content{padding:14px 16px;font-size:13px;line-height:1.55;color:rgba(255,255,255,0.85);}.contact{background:var(--grey-light);padding:60px 20px;}.contact .section-title{font-size:28px;margin-bottom:5px;}.contact .section-subtitle{font-size:14px;margin-bottom:25px;color:var(--charcoal);}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:25px;}.contact-info{background:var(--white);padding:28px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.08);}.contact-item{display:flex;gap:14px;margin-bottom:28px;align-items:flex-start;}.contact-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--orange),var(--black));border-radius:50%;color:var(--white);}.contact-icon svg{width:22px;height:22px;}.contact-details h3{font-size:15px;margin-bottom:8px;font-family:'Georgia',serif;font-weight:700;}.contact-details p{font-size:13px;line-height:1.55;color:var(--text-muted);margin-bottom:10px;}.contact-details a{font-size:13px;line-height:1.55;color:var(--text-muted);display:flex;align-items:center;min-height:44px;padding:8px 0;}.contact-details a:hover{color:var(--orange);}.social-links{display:flex;gap:14px;margin-top:20px;}.social-links a{width:48px;height:48px;background:var(--orange-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s;color:var(--white);min-height:48px;}.social-links a:hover{background:var(--black);transform:translateY(-4px);}.social-links a svg{fill:var(--white);width:18px;height:18px;}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);min-height:360px;}.map-container iframe{width:100%;height:100%;border:none;}footer{background:var(--black);color:var(--white);padding:55px 0 20px;font-size:14px;}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;margin-bottom:30px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px;}.footer-section{display:flex;flex-direction:column;align-items:flex-start;text-align:left;}.footer-section h3{font-size:15px;margin-bottom:14px;color:var(--orange);font-family:'Georgia',serif;}.footer-section p,.footer-section a{font-size:13px;line-height:1.65;margin-bottom:7px;color:rgba(255,255,255,0.8);padding:8px 0;min-height:44px;display:flex;align-items:center;}.footer-section a:hover{color:var(--orange);}.footer-logo{margin-bottom:14px;}.footer-logo img{max-width:150px;height:auto;}.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px;font-size:12px;color:rgba(255,255,255,0.6);}.designer span{font-size:12px;}.designer{display:flex;align-items:center;gap:5px;flex-wrap:nowrap;}.designer span,.designer a,.designer img{display:inline-block;}.designer a{font-size:12px;color:inherit;text-decoration:none;position:relative;}.designer a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background-color:currentColor;transition:width 0.3s ease;}.designer a:hover::after{width:100%;}.designer img{width:18px;height:18px;}@media (max-width:968px){.hamburger{display:flex;}.nav-links{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:0.3s;box-shadow:0 10px 27px rgba(0,0,0,0.08);padding:30px 0;z-index:999;}.nav-links.active{left:0;}.about-content,.contact-wrapper,.mission-vision-grid{grid-template-columns:1fr;}.footer-content{grid-template-columns:1fr 1fr;gap:25px;}.services-grid{grid-template-columns:repeat(2,1fr);}.products-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:768px){.hero{height:500px;}section{padding:50px 0;}.container{padding:0 15px;}.hero-content{margin-left:0;padding:0 20px;}.hero-content h1{font-size:26px;}.hero-content p{font-size:14px;}.section-title{font-size:20px;text-align:left;}.section-subtitle{text-align:left;}.services-grid,.products-grid{grid-template-columns:1fr;}.reviews-grid{grid-template-columns:1fr;}.footer-content{grid-template-columns:1fr;padding:0 15px;}.footer-bottom{flex-direction:column;text-align:left;padding:15px 15px 0;}.about-text h2,.about-text p,section p,h2,h3{text-align:left;}.cta-buttons{flex-direction:column;align-items:center;}.cta-primary,.cta-secondary{width:100%;max-width:280px;text-align:center;}.faqs .section-title,.faqs .section-subtitle{text-align:left;}.metrics .section-title,.metrics .section-subtitle,.reviews .section-title,.reviews .section-subtitle,.mission-vision .section-title,.mission-vision .section-subtitle{text-align:left;}}@media (max-width:480px){.hero{height:450px;}.hero-content h1{font-size:20px;}.section-title{font-size:16px;}.about-text h2{font-size:16px;}.scroll-top{right:15px;bottom:15px;width:44px;height:44px;}.whatsapp-float{left:15px;bottom:15px;width:50px;height:50px;}}@media (max-width:768px){*,*::before,*::after{transition:none !important;animation:none !important;}.whatsapp-float:hover{transform:none;box-shadow:0 4px 15px rgba(37,211,102,0.45);}.nav-links a{transition:none;}.nav-cta-btn:hover{background:var(--black) !important;}.cta-btn:hover{background:var(--white);color:var(--black);transform:none;box-shadow:0 5px 15px rgba(0,0,0,0.25);}.featured-card:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,0.08);}.product-btn:hover{background:var(--black);transform:none;}}@media (prefers-reduced-motion:reduce){.featured-track{animation-play-state:paused !important;}*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}}.bg-orange{background:linear-gradient(135deg,#f26722,#c24f10);}.bg-dark{background:linear-gradient(135deg,#1a1a1a,#3a1a05);}.bg-grey{background:linear-gradient(135deg,#4a4a4a,#2a2a2a);}.bg-amber{background:linear-gradient(135deg,#e88b30,#c26010);}