:root{--color-bg: #FFFFFF;--color-surface: #F8F9FA;--color-surface-hover: #E9ECEF;--color-primary: #002d5b;--color-primary-hover: #001f3f;--color-secondary: #0056b3;--color-accent: #ffffff;--color-accent-hover: #f0f0f0;--color-text-main: #333333;--color-text-muted: #666666;--color-text-inverted: #FFFFFF;--color-border: #DEE2E6;--font-family-base: "Noto Sans Thai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-display: "Noto Sans Thai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 3rem;--spacing-2xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--transition-base: all .3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family-base);color:var(--color-text);background-color:var(--color-background);margin:0;padding:0;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display);font-weight:600;line-height:1.2;color:var(--color-text-main)}a{color:inherit;text-decoration:none;transition:var(--transition-base)}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}.animate-on-scroll{opacity:0;animation-fill-mode:forwards;animation-duration:.8s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}.animate-fade-in-up{animation-name:fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:1.25rem 0;transition:all .4s cubic-bezier(.165,.84,.44,1);background:transparent}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 30px #0000000d;padding:.85rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-family:var(--font-family-display);font-size:1.85rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.5px;transition:color .3s ease;display:flex;align-items:center}.navbar.scrolled .navbar-brand{color:#0a1628}.navbar-brand span{color:#63b3ed;margin-left:2px}.navbar.scrolled .navbar-brand span{color:#3182ce}.navbar-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar-link{font-size:1rem;font-weight:500;color:#fffffff2;text-decoration:none;position:relative;padding:.5rem 0;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.navbar.scrolled .navbar-link{color:#4a5568}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#63b3ed;transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar.scrolled .navbar-link:after{background:#3182ce}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-link:hover,.navbar-link.active{color:#fff}.navbar.scrolled .navbar-link:hover,.navbar.scrolled .navbar-link.active{color:#0a1628}.navbar-mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.navbar.scrolled .navbar-mobile-toggle{color:#0a1628}.navbar-mobile-toggle:hover{background:#ffffff26}.navbar.scrolled .navbar-mobile-toggle:hover{background:#0000000d}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a1628b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;opacity:0;visibility:hidden;transition:all .4s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-320px;width:300px;height:100%;background:#fff;z-index:1002;padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:.75rem;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px #0000001a}.mobile-menu.open{right:0}.mobile-nav-link{font-size:1.1rem;font-weight:600;color:#2d3748;text-decoration:none;padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease}.mobile-nav-link:hover{background:#edf2f7;color:#3182ce;transform:translate(5px)}@media(max-width:768px){.navbar-links{display:none}.navbar-mobile-toggle{display:block}.navbar{padding:1rem 0}.navbar-container{padding:0 1.5rem}}.footer{background:linear-gradient(180deg,#0a1628,#1a365d);color:#fff;padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col:first-child .navbar-brand{font-size:2rem;font-weight:800;margin-bottom:1.5rem;display:inline-block}.footer-col:first-child .navbar-brand span{color:#4299e1}.footer-desc{font-size:1rem;color:#ffffffb3;line-height:1.8;max-width:300px}.footer-col h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative}.footer-col h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#4299e1,#63b3ed)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#63b3ed;transform:translate(5px)}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#ffffffb3;font-size:.95rem;line-height:1.6}.contact-icon{font-size:1.1rem;min-width:24px;text-align:center}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.9rem;color:#fff9}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links span{cursor:pointer;transition:color .3s ease}.footer-bottom-links span:hover{color:#63b3ed}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.floating-line-btn{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:linear-gradient(135deg,#00b900,#00c600);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #00b90066;transition:all .3s ease;z-index:1000;text-decoration:none}.floating-line-btn:hover{transform:scale(1.1) translateY(-4px);box-shadow:0 8px 30px #00b90080}.floating-line-btn:active{transform:scale(1.05)}.floating-line-btn:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#00b9004d;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@media(max-width:768px){.floating-line-btn{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.floating-line-btn svg{width:28px;height:28px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-page{width:100%;overflow-x:hidden;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#0a1628,#1a365d 60%,#102a43);overflow:hidden;padding:120px 0}.hero-section:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2000&q=80) center/cover;opacity:.1;mix-blend-mode:overlay}.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-block;padding:6px 16px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#63b3ed;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.gradient-text{background:linear-gradient(135deg,#90cdf4,#4fd1c5,#81e6d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.35rem;color:#fffffff2;line-height:1.8;margin-bottom:2.5rem;max-width:600px;font-weight:400;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.btn-primary-glow{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;font-weight:600;font-size:1.125rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #3182ce66;border:1px solid rgba(255,255,255,.1);letter-spacing:.5px}.btn-primary-glow:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3182ce99;background:linear-gradient(135deg,#4299e1,#3182ce)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600;font-size:1.125rem;border-radius:8px;text-decoration:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px);border-color:#fff6}.hero-stats{display:flex;align-items:center;gap:2.5rem;padding:1.5rem 2.5rem;background:#0a162899;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:fit-content}.stat-item{text-align:left}.stat-number{display:block;font-size:1.75rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.stat-label{display:block;font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:1px;height:40px;background:#ffffff26}.categories-section{padding:5rem 0;background:#f8fafc}.categories-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.category-card{position:relative;border-radius:20px;overflow:hidden;text-decoration:none;display:block;min-height:280px;cursor:pointer}.category-card.category-featured{grid-column:1;grid-row:1 / 3;min-height:100%}.category-bg{position:absolute;inset:0;z-index:1}.category-bg img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover .category-bg img{transform:scale(1.1)}.category-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#0000001a,#000000b3);transition:background .4s ease}.category-card:hover .category-overlay{background:linear-gradient(180deg,#0003,#000000d9)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:3;color:#fff;transform:translateY(20px);transition:transform .4s ease}.category-card:hover .category-content{transform:translateY(0)}.category-featured .category-content{padding:2.5rem}.category-badge{display:inline-block;padding:8px 16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.category-icon-wrap{width:60px;height:60px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.category-card:hover .category-icon-wrap{background:#ffffff40;transform:scale(1.1)}.category-card:not(.category-featured) .category-icon-wrap{width:50px;height:50px}.category-icon-wrap svg{color:#fff}.category-card h3{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;color:#fff}.category-card:not(.category-featured) h3{font-size:1.35rem}.category-card p{font-size:1rem;color:#ffffffd9;line-height:1.5;margin-bottom:1rem}.category-stats{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#ffffffb3;margin-bottom:1.5rem}.category-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1rem;padding:12px 24px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:50px;transition:all .3s ease;opacity:0;transform:translateY(10px)}.category-card:hover .category-link{opacity:1;transform:translateY(0)}.category-link:hover{background:#ffffff4d;gap:.75rem}.category-card:not(.category-featured) .category-link{padding:10px 20px;font-size:.9rem}.services-section{padding:0;margin-top:-6rem;position:relative;z-index:20;margin-bottom:5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{padding:2.5rem;border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:flex-start;height:100%;position:relative;overflow:hidden;color:#fff!important}.service-card:hover{transform:translateY(-10px)}.card-blue{background:linear-gradient(145deg,#2c5282,#1a365d);box-shadow:0 15px 35px #1a365d40}.card-gold{background:linear-gradient(145deg,#b7791f,#744210);box-shadow:0 15px 35px #74421040}.card-dark{background:linear-gradient(145deg,#2d3748,#171923);box-shadow:0 15px 35px #17192340}.service-icon{width:64px;height:64px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{color:#fff;width:32px;height:32px}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.service-card p{font-size:1rem;opacity:.85;line-height:1.6;margin-bottom:2rem;flex-grow:1;color:#ffffffe6}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.95rem;padding:.5rem 0;border-bottom:2px solid rgba(255,255,255,.3);transition:all .3s ease}.service-card:hover .service-link{border-color:#fff;gap:.75rem}.service-card.featured{position:relative;transform:scale(1.02);box-shadow:0 20px 50px #b7791f59}.service-card.featured:before{content:"";position:absolute;inset:0;border:2px solid rgba(255,215,0,.3);border-radius:16px;pointer-events:none}.service-card.featured:hover{transform:scale(1.02) translateY(-10px)}.service-badge{position:absolute;top:1rem;right:1rem;padding:6px 14px;background:linear-gradient(135deg,gold,#ffb300);color:#1a202c;font-size:.75rem;font-weight:700;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #ffb30066}.products-section{padding:4rem 0 6rem;background:#fff}.section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.section-tag{display:inline-block;padding:6px 14px;background:#ebf8ff;color:#2b6cb0;font-size:.85rem;font-weight:700;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:2.75rem;font-weight:800;color:#1a202c;margin-bottom:1rem;line-height:1.2}.section-title.left{text-align:left}.section-subtitle{font-size:1.125rem;color:#718096;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem}.product-card{position:relative;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .4s ease;background:#edf2f7;box-shadow:0 4px 6px #0000000d}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.product-card.large{grid-column:span 2;grid-row:span 2}.product-card.wide{grid-column:span 2;grid-row:span 1}.product-image{width:100%;height:100%;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.product-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff;z-index:10}.product-tag{display:inline-block;padding:4px 10px;background:#3182ce;color:#fff;font-size:.7rem;font-weight:700;border-radius:4px;margin-bottom:.5rem;text-transform:uppercase}.product-tag.new{background:#48bb78}.product-content h3{font-size:1.35rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.product-content p{font-size:.9rem;opacity:.9;font-weight:300}.why-us-section{padding:6rem 0;background:#f7fafc}.why-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-us-content{padding-right:2rem}.why-us-description{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:2.5rem}.features-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.feature-item{display:flex;gap:1.25rem;align-items:flex-start}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#ebf8ff,#bee3f8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3182ce}.feature-text h4{font-size:1.15rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.feature-text p{font-size:.95rem;color:#718096;line-height:1.6}.btn-outline-dark{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:transparent;border:2px solid #2d3748;color:#2d3748;font-weight:600;font-size:1rem;border-radius:8px;text-decoration:none;transition:all .3s ease}.btn-outline-dark:hover{background:#2d3748;color:#fff}.why-us-image{position:relative}.why-us-image img{width:100%;height:600px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px #0000001a}.image-accent{position:absolute;width:100%;height:100%;top:25px;left:25px;border:4px solid #3182ce;border-radius:20px;z-index:-1;opacity:.2}.cta-section{position:relative;padding:8rem 0;background:linear-gradient(135deg,#1a365d,#2a4365);overflow:hidden;text-align:center}.cta-background{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1600607687644-aac4c3eac7f4?auto=format&fit=crop&w=2000&q=80) center/cover;opacity:.15;mix-blend-mode:overlay}.cta-content{position:relative;z-index:10;max-width:700px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.cta-content p{font-size:1.35rem;color:#ffffffe6;margin-bottom:3rem;font-weight:300}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-white{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;background:#fff;color:#1a365d;font-weight:700;font-size:1.1rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #0003}.btn-white:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d;background:#f7fafc}.btn-green{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;background:#06c755;color:#fff;font-weight:700;font-size:1.1rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #06c7554d}.btn-green:hover{background:#05a647;transform:translateY(-3px);box-shadow:0 10px 25px #06c75580}.brands-section{padding:5rem 0;background:#fff}.brands-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.brand-item{text-align:center;padding:2rem 1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.brand-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 25px #00000014;transform:translateY(-5px)}.brand-logo{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.brand-logo span{font-size:1.5rem;font-weight:800;color:#2d3748;letter-spacing:-.5px}.brand-item p{font-size:.85rem;color:#718096;font-weight:500}.testimonials-section{padding:6rem 0;background:linear-gradient(180deg,#f7fafc,#edf2f7)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 15px #0000000d;transition:all .4s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.testimonial-card.featured{background:linear-gradient(145deg,#1a365d,#2a4365);color:#fff;transform:scale(1.02)}.testimonial-card.featured:hover{transform:scale(1.02) translateY(-8px)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-rating span{color:#fbbf24;font-size:1.25rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:2rem;flex-grow:1;font-style:italic}.testimonial-card.featured .testimonial-text{color:#fffffff2}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#3182ce,#2b6cb0);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.testimonial-card.featured .author-avatar{background:#fff3}.author-info h4{font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.testimonial-card.featured .author-info h4{color:#fff}.author-info p{font-size:.85rem;color:#718096}.testimonial-card.featured .author-info p{color:#ffffffb3}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card:last-child{grid-column:span 2}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card.large{grid-row:span 1}.why-us-grid{grid-template-columns:1fr;gap:3rem}.why-us-image img{height:400px}.why-us-content{padding-right:0}.categories-grid{grid-template-columns:1fr 1fr}.category-card.category-featured{grid-row:span 1}}@media(max-width:768px){.container{padding:0 1.5rem}.hero-section{padding:100px 0 80px;min-height:auto}.hero-title{font-size:2.75rem}.hero-stats{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.stat-divider{display:none}.services-section{margin-top:2rem}.services-grid{grid-template-columns:1fr}.service-card:last-child{grid-column:span 1}.products-grid{grid-template-columns:1fr}.product-card.large,.product-card.wide{grid-column:span 1;grid-row:span 1}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.btn-white,.btn-green{width:100%;justify-content:center}.brands-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.brand-item{padding:1.5rem 1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card.featured{transform:none}.testimonial-card.featured:hover{transform:translateY(-8px)}.categories-grid{grid-template-columns:1fr;gap:1.25rem}.category-card.category-featured{grid-row:span 1;min-height:350px}.category-card{min-height:250px}.category-content{transform:translateY(0)}.category-link{opacity:1;transform:translateY(0)}}.product-card-link{text-decoration:none;color:inherit;display:block;height:100%}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.03);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.product-card-image{position:relative;padding-bottom:75%;background:#f7fafc;overflow:hidden}.product-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-badge{position:absolute;top:1rem;right:1rem;padding:4px 10px;background:#48bb78;color:#fff;font-size:.75rem;font-weight:700;border-radius:4px;z-index:10}.product-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-category{font-size:.8rem;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.product-title{font-size:1.15rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.product-desc{font-size:.9rem;color:#718096;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #edf2f7}.product-price{font-size:1.1rem;font-weight:700;color:#3182ce}.btn-arrow{width:32px;height:32px;border-radius:50%;background:#edf2f7;display:flex;align-items:center;justify-content:center;color:#4a5568;transition:all .3s ease}.product-card:hover .btn-arrow{background:#3182ce;color:#fff}.page-products{background-color:#f8f9fa;min-height:100vh;padding-bottom:4rem}.catalog-header{background:linear-gradient(135deg,#1a365d,#2a4365);padding:120px 0 60px;margin-bottom:3rem;text-align:center;color:#fff;position:relative;overflow:hidden}.catalog-header:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1504198458649-3128b932f49e?auto=format&fit=crop&w=2000&q=80) center/cover;opacity:.1}.catalog-header .container{position:relative;z-index:10}.catalog-badge{display:inline-block;font-size:.8rem;font-weight:700;color:#63b3ed;margin-bottom:1rem;letter-spacing:2px}.catalog-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff}.catalog-header p{font-size:1.1rem;color:#ffffffe6;max-width:600px;margin:0 auto}.catalog-controls{display:flex;justify-content:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;color:#4a5568;font-family:var(--font-family-base);font-size:.95rem;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #00000005}.filter-btn:hover{background:#edf2f7;transform:translateY(-2px)}.filter-btn.active{background:#3182ce;color:#fff;border-color:#3182ce;box-shadow:0 4px 12px #3182ce4d}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 0;color:#718096}.reset-btn{margin-top:1rem;padding:.5rem 1.5rem;background:transparent;border:1px solid #718096;color:#718096;border-radius:4px;cursor:pointer}.reset-btn:hover{background:#718096;color:#fff}@media(max-width:640px){.catalog-header h1{font-size:2rem}.catalog-controls{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-1rem}.filter-btn{white-space:nowrap}}.product-detail-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff);padding-bottom:4rem}.breadcrumb{padding:1.5rem 0;background:#fff;border-bottom:1px solid #edf2f7;margin-bottom:2rem}.breadcrumb .container{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb a{color:#718096;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#3182ce}.breadcrumb .separator{color:#cbd5e0}.breadcrumb .current{color:#1a202c;font-weight:500}.not-found{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.not-found h2{font-size:1.5rem;color:#1a202c;margin-bottom:.5rem}.not-found p{color:#718096;margin-bottom:1.5rem}.back-link{display:inline-block;color:#3182ce;font-weight:600;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#2c5282}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width:900px){.product-main{grid-template-columns:1fr;gap:2rem}}.product-gallery{position:sticky;top:100px;height:fit-content}.main-image{position:relative;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 40px #00000014}.main-image img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.badge-new{position:absolute;top:1rem;right:1rem;padding:6px 14px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:.8rem;font-weight:700;border-radius:6px;box-shadow:0 4px 10px #48bb784d}.product-info{padding:1rem 0}.product-category-tag{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#edf2f7,#e2e8f0);color:#4a5568;font-size:.85rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.product-name{font-size:2rem;font-weight:700;color:#1a202c;line-height:1.3;margin-bottom:1rem}.product-description{font-size:1.1rem;color:#718096;line-height:1.7;margin-bottom:2rem}.product-price-section{display:flex;align-items:baseline;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ebf8ff,#bee3f8);border-radius:12px;margin-bottom:2rem}.price-label{font-size:.95rem;color:#4a5568;font-weight:500}.price-value{font-size:1.75rem;font-weight:700;color:#2b6cb0}.product-features{margin-bottom:2rem}.product-features h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#4a5568;font-size:.95rem;border-bottom:1px solid #edf2f7}.product-features li:last-child{border-bottom:none}.feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:50%;font-size:.75rem;flex-shrink:0}.product-actions{display:flex;gap:1rem;flex-wrap:wrap}.product-actions .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3182ce4d}.product-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3182ce66}.product-actions .btn-secondary{padding:1rem 2rem;background:#fff;color:#4a5568;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease}.product-actions .btn-secondary:hover{border-color:#3182ce;color:#3182ce}.related-section{padding-top:2rem;border-top:1px solid #edf2f7}.related-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.related-card{display:block;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px #0000000d;border:1px solid #edf2f7}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.related-image{aspect-ratio:16/10;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.related-card:hover .related-image img{transform:scale(1.05)}.related-info{padding:1rem 1.25rem}.related-info h4{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.related-price{font-size:.95rem;font-weight:700;color:#3182ce}.page-about{padding-bottom:6rem;background:#fff;overflow-x:hidden}.about-hero{position:relative;height:400px;display:flex;align-items:center;background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2000&q=80) center/cover;margin-bottom:5rem}.about-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628e6,#1a365dcc)}.about-hero-content{position:relative;z-index:10;text-align:center;max-width:800px;margin:0 auto}.about-hero-content h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-hero-content p{font-size:1.25rem;color:#ffffffe6;font-weight:300}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:6rem}.about-text .section-tag{display:inline-block;padding:6px 14px;background:#ebf8ff;color:#2b6cb0;font-size:.85rem;font-weight:700;border-radius:50px;margin-bottom:1.5rem;letter-spacing:1px}.about-text h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2}.about-text p{font-size:1.1rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.about-image{position:relative}.about-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a}.exp-badge{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000026;text-align:center}.exp-badge .years{display:block;font-size:3rem;font-weight:800;color:#3182ce;line-height:1}.exp-badge .label{display:block;font-size:.9rem;color:#718096;margin-top:.5rem}.values-section{text-align:center}.values-section h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#f7fafc;padding:3rem 2rem;border-radius:16px;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 20px 40px #00000014}.value-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.value-icon svg{color:#3182ce;transition:all .3s ease}.value-card:hover .value-icon svg{color:#2b6cb0;transform:scale(1.1)}.value-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.value-card p{color:#718096;line-height:1.6}@media(max-width:768px){.about-hero{height:350px}.about-hero-content h1{font-size:2.5rem}.about-content-grid{grid-template-columns:1fr;gap:3rem}.values-grid{grid-template-columns:1fr}.exp-badge{left:20px;bottom:-30px}}.page-contact{min-height:100vh;background:linear-gradient(180deg,#f0f4f8,#fff);padding-bottom:6rem}.contact-hero{background:linear-gradient(135deg,#1a365d,#2c5282);padding:140px 0 100px;text-align:center;color:#fff}.contact-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.contact-hero p{font-size:1.2rem;font-weight:400;color:#fffffff2}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-3rem;position:relative;z-index:10}.contact-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;text-decoration:none;box-shadow:0 10px 40px #00000014;transition:all .4s ease;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:height .3s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.contact-card:hover:before{height:6px}.line-card:before{background:linear-gradient(90deg,#00b900,#00c600)}.line-card .card-icon{color:#00b900}.line-card:hover{background:linear-gradient(180deg,#f0fff0,#fff)}.facebook-card:before{background:linear-gradient(90deg,#1877f2,#3b5998)}.facebook-card .card-icon{color:#1877f2}.facebook-card:hover{background:linear-gradient(180deg,#f0f7ff,#fff)}.phone-card:before{background:linear-gradient(90deg,#2c5282,#3182ce)}.phone-card .card-icon{color:#2c5282}.phone-card:hover{background:linear-gradient(180deg,#f0f4ff,#fff)}.card-icon{width:80px;height:80px;background:#f7fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-card:hover .card-icon{transform:scale(1.1)}.card-content h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.card-id{display:block;font-size:1.15rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.card-content p{font-size:.9rem;color:#718096}.card-cta{display:inline-block;margin-top:auto;padding:.75rem 1.5rem;background:#f7fafc;color:#2d3748;font-weight:600;font-size:.95rem;border-radius:50px;transition:all .3s ease}.line-card:hover .card-cta{background:#00b900;color:#fff}.facebook-card:hover .card-cta{background:#1877f2;color:#fff}.phone-card:hover .card-cta{background:#2c5282;color:#fff}.location-section{display:grid;grid-template-columns:1fr 1.5fr;gap:0;margin-top:4rem;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.location-info{padding:2.5rem;background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff}.location-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#a0aec0;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.location-header svg{opacity:.8}.location-info h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.location-info .address{color:#a0aec0;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.business-hours{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#ffffff14;border-radius:12px;margin-bottom:1.5rem}.business-hours svg{color:#63b3ed;flex-shrink:0;margin-top:2px}.business-hours>div{display:flex;flex-direction:column;gap:.25rem}.hours-label{font-size:.8rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px}.hours-value{font-size:.95rem;font-weight:600;color:#fff}.directions-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:10px;transition:all .3s ease}.directions-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3182ce66}.location-map{min-height:350px}.location-map iframe{display:block}@media(max-width:1024px){.contact-cards{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media(max-width:900px){.location-section{grid-template-columns:1fr}.location-map{min-height:300px}}@media(max-width:768px){.contact-hero h1{font-size:2.25rem}.contact-cards{margin-top:-2rem}.contact-card{padding:2rem 1.5rem}.location-info{padding:2rem}}
