*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;color:var(--text-dark);line-height:1.6;line-height:var(--line-height-body);margin:0 auto;max-width:100vw;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{line-height:1.35;line-height:var(--line-height-tight)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#3493bf;--secondary-color:#004b7d;--accent-gold:#c9a227;--accent-gold-light:#e8d48b;--accent-gold-dark:#9a7b1a;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--white:#fff;--shadow:#004b7d1a;--section-space:4rem;--section-space-md:3.25rem;--section-space-sm:2.5rem;--section-gap:1.5rem;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--line-height-body:1.6;--line-height-tight:1.35}.top-header{background:var(--secondary-color);color:#fff;font-size:.875rem;padding:.5rem 0;position:fixed;top:0;width:100%;z-index:1001}.top-header-container{display:flex;justify-content:flex-start;margin:0 auto;max-width:1200px;padding:0 2rem}.top-header-info{align-items:center;display:flex;gap:2rem}.top-header-item{align-items:center;color:#ffffffe6;display:flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.top-header-item:hover{color:#fff}.top-header-icon{font-size:1rem}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;box-shadow:0 2px 8px #00000014;height:85px;position:fixed;top:40px;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{box-shadow:0 4px 16px #0000001f}.navbar-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto;height:85px;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{align-items:center;color:var(--secondary-color);display:flex;font-weight:700;height:85px;overflow:hidden;position:relative;text-decoration:none;transition:opacity .3s ease}.navbar-logo:hover{opacity:.85}.logo-image{display:block;height:180px;left:-20px;max-height:180px;max-width:180px;object-fit:cover;object-position:center bottom;width:180px}.logo-image[style*="display: none"]+.logo-text-container{display:flex!important}.logo-text-container{display:none;flex-direction:column}.logo-text{font-size:1.8rem;letter-spacing:-.5px;line-height:1.2}.logo-subtitle{color:var(--primary-color);font-size:.75rem;font-weight:500;letter-spacing:1px}.navbar-menu{align-items:center;display:flex;gap:2.5rem;justify-content:center;list-style:none;margin:0;padding:0}.navbar-menu li a{color:#333;font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar-menu li a:after{background:var(--primary-color);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.navbar-menu li a.active,.navbar-menu li a:hover{color:var(--primary-color)}.navbar-menu li a.active:after,.navbar-menu li a:hover:after{width:100%}.navbar-right{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.btn-enquiry{background:var(--primary-color);border:none;border-radius:30px;box-shadow:0 2px 8px #3493bf40;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:.3px;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-enquiry:hover{background:var(--secondary-color);box-shadow:0 4px 12px #3493bf59;transform:translateY(-1px)}.mobile-menu-toggle{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;justify-content:center;min-height:44px;min-width:44px;padding:.5rem}.mobile-menu-toggle span{background:var(--secondary-color);border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.top-header{font-size:.75rem;padding:.4rem 0}.top-header-container{justify-content:center;padding:0 1rem}.top-header-info{flex-wrap:wrap;gap:1rem;justify-content:center}.navbar{height:70px;top:35px}.navbar-container{gap:1rem;grid-template-columns:auto 1fr auto;height:70px;padding:0 1rem}.mobile-menu-toggle{display:flex}.navbar-menu{background:#fff;box-shadow:0 10px 27px #0000001a;flex-direction:column;gap:.25rem;left:-100%;padding:1.25rem 1rem;position:fixed;text-align:center;top:105px;transition:left .3s ease;width:100%}.navbar-menu a{align-items:center;display:flex;justify-content:center;min-height:44px;padding:.5rem 1rem}.navbar-menu.active{left:0}.navbar-right{gap:.5rem}.btn-enquiry{font-size:.85rem;padding:.625rem 1.25rem}.navbar-logo{height:70px}.logo-image{height:150px;left:-15px;max-height:150px;max-width:150px;width:150px}.logo-text{font-size:1.5rem}}.footer{background:linear-gradient(135deg,var(--secondary-color) 0,#003a5f 100%);color:#fff;flex-shrink:0;margin-top:auto;overflow:hidden;padding:var(--section-space-md) 0 1rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#3493bf80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3,.footer-section h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.5rem;position:relative}.footer-section h4:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-about{max-width:300px}.footer-logo{display:block;height:60px;object-fit:cover;width:180px}.footer-logo-wrapper{align-items:center;background:#fffffff5;border-radius:999px;box-shadow:0 6px 18px #00000040;display:inline-flex;height:60px;justify-content:center;margin-bottom:1.25rem;min-height:60px;padding:.5rem 1.25rem}.footer-description{color:#ffffffd9;font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.social-media{margin-top:1.5rem}.social-media h4{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.social-icons{display:flex;flex-wrap:wrap;gap:.75rem}.social-icon{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 12px #3493bf66;transform:translateY(-3px)}.social-icon svg{height:20px;width:20px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#ffffffd9;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:var(--primary-color);transform:translateX(5px)}.footer-section ul li:not(:has(a)){color:#ffffffd9;font-size:.95rem}.footer-contact{min-width:200px}.contact-item{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.contact-icon{flex-shrink:0;font-size:1.25rem;margin-top:.125rem}.contact-item p{color:#ffffffd9;font-size:.9rem;line-height:1.6;margin:0}.map-container{border-radius:8px;box-shadow:0 2px 10px #0003;margin-top:1rem;min-height:120px;overflow:hidden;position:relative;transition:transform .3s ease}.map-container:hover{transform:scale(1.02)}.map-container iframe{border:none;display:block;height:120px;min-height:120px;vertical-align:top;width:100%}.footer-bottom{border-top:1px solid #ffffff26;color:#ffffffbf;font-size:.9rem;margin-top:2rem;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:var(--section-space-sm) 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-container{padding:0 1rem}.footer-section{margin:0 auto;max-width:100%}.footer-section,.footer-section h3,.footer-section h4{text-align:center}.footer-section h4:after{left:50%;transform:translateX(-50%)}.footer-about{max-width:100%}.footer-logo-wrapper{margin-left:auto;margin-right:auto}.footer-description,.social-media h4{text-align:center}.social-icons{justify-content:center}.footer-section ul{padding:0;text-align:center}.contact-item{align-items:center;flex-direction:column;justify-content:center;text-align:center}.map-container{margin-left:auto;margin-right:auto;max-width:100%}.footer-bottom{text-align:center}}@media (max-width:480px){.footer-content{gap:1.5rem}.map-container{min-height:100px}.map-container iframe{height:100px;min-height:100px}}.certificates{background:linear-gradient(180deg,#fafbfc,#f0f7fc 50%,#fff);padding:var(--section-space) 0}.certificates-header{margin:0 auto 2rem;max-width:800px;text-align:center}.certificates .section-title{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.certificates .section-subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.8}.certificates-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certificate-card{align-items:flex-start;background:linear-gradient(145deg,#fff,#fafcff 50%,#f5f9fd);border:1px solid #3493bf1f;border-radius:20px;box-shadow:0 4px 20px #004b7d14,0 1px 3px #0000000d;cursor:pointer;display:flex;gap:1.5rem;overflow:hidden;padding:2rem 2rem 2rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.certificate-card:before{background:linear-gradient(180deg,var(--primary-color),var(--accent-gold),var(--secondary-color));border-radius:999px;bottom:20px;content:"";left:0;opacity:1;position:absolute;top:20px;width:5px}.certificate-card:after{background:radial-gradient(circle,#c9a2270f 0,#0000 70%);content:"";height:100%;opacity:0;position:absolute;right:-50%;top:-50%;transition:opacity .4s ease;width:100%}.certificate-card:hover{border-color:#c9a22740;box-shadow:0 20px 50px #004b7d2e,0 0 0 1px #c9a22726;transform:translateY(-8px)}.certificate-card:hover:after{opacity:1}.certificate-icon{align-items:center;background:linear-gradient(135deg,#fff 0,#f5ecd8 40%,var(--accent-gold-light) 100%);border:1px solid #c9a2274d;border-radius:20px;box-shadow:0 8px 24px #c9a2274d,inset 0 1px 0 #fffc;flex-shrink:0;font-size:2.2rem;height:72px;justify-content:center;width:72px}.certificate-content,.certificate-icon{display:flex;position:relative;z-index:1}.certificate-content{flex:1 1;flex-direction:column}.certificate-content h3{color:var(--secondary-color);font-size:1.4rem;font-weight:600;letter-spacing:.01em;margin-bottom:.35rem}.certificate-content p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:.6rem}.certificate-category{background:linear-gradient(135deg,#c9a22726,#3493bf1f);border:1px solid #c9a22740;border-radius:24px;color:var(--accent-gold-dark);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.03em;margin-bottom:.5rem;padding:.3rem .9rem}.view-certificate{align-items:center;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;letter-spacing:.02em;margin-top:auto;transition:transform .3s ease}.view-certificate .view-icon,.view-certificate .view-text{color:var(--accent-gold-dark)}.certificate-card:hover .view-certificate{transform:translateX(6px)}.certificate-card:hover .view-certificate .view-text{color:var(--accent-gold)}.view-icon{font-size:1.15rem}.view-text{white-space:nowrap}.certificate-modal{align-items:center;animation:fadeIn .3s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.certificate-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #c9a2271a;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.certificate-modal-close{align-items:center;background:var(--secondary-color);border:none;border-radius:50%;box-shadow:0 4px 12px #004b7d4d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.certificate-modal-close:hover{background:var(--accent-gold);box-shadow:0 6px 16px #c9a22766;transform:rotate(90deg)}.certificate-modal-header{border-bottom:2px solid #c9a22733;padding:2rem 2rem 1rem}.certificate-modal-header h3{color:var(--secondary-color);font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.certificate-modal-header p{color:var(--text-light);font-size:1rem;margin:0}.certificate-modal-image{align-items:center;background:#f8f9fa;display:flex;justify-content:center;padding:2rem}.certificate-modal-image img{border-radius:8px;box-shadow:0 4px 15px #0000001a;height:auto;max-width:100%}.certificate-note{color:var(--text-light);font-size:.85rem;font-style:italic;padding:1rem 2rem 2rem;text-align:center}@media (max-width:768px){.certificate-modal{padding:1rem}.certificate-modal-content{max-height:95vh}.certificate-modal-header{padding:1.5rem 1.5rem 1rem}.certificate-modal-header h3{font-size:1.5rem}.certificate-modal-image{padding:1rem}.certificate-note{padding:1rem 1.5rem 1.5rem}.certificate-modal-close{font-size:1.25rem;height:35px;right:.5rem;top:.5rem;width:35px}.certificates{padding:var(--section-space-sm) 0}.certificates .section-title{font-size:2rem;text-align:center}.certificates .section-subtitle,.certificates-header{text-align:center}.certificates-grid{gap:1.5rem;grid-template-columns:1fr}.certificate-card{flex-direction:column;margin:0 auto;max-width:100%;text-align:center}.certificate-icon{margin:0 auto}.view-certificate{justify-content:center}}.home{padding-top:0}.hero{align-items:center;display:flex;height:calc(100vh - 125px);justify-content:center;margin-top:125px;max-height:600px;min-height:400px;overflow:hidden;position:relative;width:100%}@media (max-width:768px){.hero{height:calc(100vh - 105px);margin-top:105px;max-height:500px;min-height:350px}}.hero-slider{z-index:0}.hero-slide,.hero-slider{height:100%;left:0;position:absolute;top:0;width:100%}.hero-slide{opacity:0;pointer-events:none;transition:opacity .6s ease-in-out}.hero-slide-active{opacity:1;pointer-events:auto}.hero-slide-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.hero-slider-dots{bottom:1.5rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.hero-slider-dot{background:#0000;border:2px solid #fffc;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .3s ease,transform .2s ease;width:10px}.hero-slider-dot:hover{background:#ffffff80}.hero-slider-dot-active{background:#fff}.hero-content{margin:0 auto;max-width:1200px;padding:4rem 2rem;position:relative;width:100%;z-index:2}.hero-title{color:var(--secondary-color);font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;max-width:800px}.hero-subtitle{color:var(--text-light);font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-gradient,.hero-image{display:none}.btn-primary:hover{background:var(--secondary-color);box-shadow:0 8px 20px #3493bf4d}.btn-secondary{background:#0000;border-color:var(--secondary-color);color:var(--secondary-color)}.btn-secondary:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px)}.btn-outline{background:#0000;border-color:var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.text-center{text-align:center}.highlights{background:linear-gradient(165deg,#f8fbfd,#eef6fc 35%,#f5f9fd 70%,#fff);overflow:hidden;padding:var(--section-space) 0;position:relative}.highlights-bg-pattern{background-image:radial-gradient(circle at 20% 30%,#3493bf0f 0,#0000 50%),radial-gradient(circle at 80% 70%,#c9a2270d 0,#0000 50%),radial-gradient(circle at 50% 50%,#004b7d0a 0,#0000 60%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.highlights-header{margin-bottom:2.25rem;position:relative;text-align:center;z-index:1}.highlights-badge{background:linear-gradient(135deg,#c9a22733,#3493bf26);border:1px solid #c9a22759;border-radius:50px;color:var(--accent-gold-dark);display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.15em;margin-bottom:1rem;padding:.4rem 1.25rem;text-transform:uppercase}.highlights-title{color:var(--secondary-color);font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.highlights-subtitle{color:var(--text-light);font-size:1.15rem;line-height:1.75;margin:0 auto;max-width:560px}.highlights-title:after{background:linear-gradient(90deg,var(--primary-color),var(--accent-gold),var(--secondary-color));border-radius:999px;content:"";display:block;height:4px;margin:1rem auto 0;width:100px}.highlights-grid{grid-gap:var(--section-gap);display:grid;gap:var(--section-gap);grid-template-columns:repeat(5,1fr);position:relative;z-index:1}.highlight-card{background:linear-gradient(160deg,#fff,#fafcff 50%,#f4f9fe);border:1px solid #3493bf1a;border-radius:20px;box-shadow:0 4px 24px #004b7d14,inset 0 1px 0 #ffffffe6;overflow:hidden;padding:2.25rem 2rem 2.5rem;position:relative;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1)}.highlight-card:before{background:linear-gradient(180deg,var(--primary-color),var(--accent-gold));border-radius:999px;bottom:24px;content:"";left:0;opacity:.9;position:absolute;top:24px;width:5px}.highlight-card:after{background:radial-gradient(circle,#c9a22714 0,#0000 65%);content:"";height:80%;opacity:0;position:absolute;right:-60%;top:-60%;transition:opacity .4s ease;width:80%}.highlight-card:hover{border-color:#c9a22733;box-shadow:0 24px 48px #004b7d2e,0 0 0 1px #c9a22726;transform:translateY(-10px) scale(1.02)}.highlight-card:hover:after{opacity:1}.highlight-icon{align-items:center;background:linear-gradient(145deg,#fff 0,#e8f4fc 35%,var(--primary-color) 100%);border:1px solid #3493bf33;border-radius:20px;box-shadow:0 12px 28px #3493bf59,inset 0 1px 0 #fff9;display:flex;font-size:2.25rem;height:64px;justify-content:center;margin-bottom:1.5rem;position:relative;transition:transform .3s ease;width:64px;z-index:1}.highlight-card:hover .highlight-icon{transform:scale(1.08)}.highlight-card h3{color:var(--secondary-color);font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.6rem;position:relative;z-index:1}.highlight-card p{color:var(--text-light);font-size:.95rem;line-height:1.8;position:relative;z-index:1}.products-preview{background:linear-gradient(180deg,#f0f7fc,#e8f4fc 40%,#f5f9fd);overflow:hidden;padding:var(--section-space) 0;position:relative}.products-preview-pattern{background-image:radial-gradient(circle at 10% 20%,#3493bf14 0,#0000 45%),radial-gradient(circle at 90% 80%,#c9a2270f 0,#0000 45%),radial-gradient(circle at 50% 50%,#004b7d0a 0,#0000 55%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.products-preview-header{margin-bottom:2rem;position:relative;text-align:center;z-index:1}.products-preview-badge{background:linear-gradient(135deg,#3493bf2e,#c9a22726);border:1px solid #3493bf40;border-radius:50px;color:var(--secondary-color);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.18em;margin-bottom:1rem;padding:.4rem 1.25rem;text-transform:uppercase}.products-preview-title{color:var(--secondary-color);font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.products-preview-subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.75;margin:0 auto;max-width:520px}.products-preview-title:after{background:linear-gradient(90deg,var(--primary-color),var(--accent-gold));border-radius:999px;content:"";display:block;height:4px;margin:1rem auto 0;width:90px}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);position:relative;z-index:1}.product-card{background:linear-gradient(165deg,#fff,#fafcff 50%,#f4f9fe);border:1px solid #3493bf1a;border-radius:24px;box-shadow:0 4px 24px #004b7d14,inset 0 1px 0 #ffffffe6;overflow:hidden;padding:2rem 1.75rem 2.25rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card-accent{background:linear-gradient(90deg,var(--primary-color),var(--accent-gold));border-radius:24px 24px 0 0;height:5px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover{border-color:#c9a22733;box-shadow:0 20px 50px #004b7d2e,0 0 0 1px #c9a2271f;transform:translateY(-10px)}.product-card:hover .product-card-accent{opacity:1}.product-card:hover .product-icon-ring{box-shadow:0 0 0 4px #c9a22740;transform:scale(1.08)}.product-card-featured{border-color:#c9a22733;box-shadow:0 8px 30px #004b7d1f,0 0 0 1px #c9a2271a}.product-card-featured .product-card-accent{opacity:1}.product-icon-wrap{display:inline-block;margin-bottom:1.25rem;position:relative}.product-icon-ring{background:linear-gradient(135deg,#3493bf1a,#c9a22714);border:3px solid #0000;border-radius:50%;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s ease;width:100px}.product-icon{align-items:center;background:#fff;border:2px solid #3493bf1a;border-radius:50%;box-shadow:0 8px 24px #3493bf33,inset 0 1px 0 #fffc;display:flex;height:90px;justify-content:center;margin:0 auto;position:relative;transition:transform .3s ease;width:90px;z-index:1}.product-card:hover .product-icon{transform:scale(1.05)}.product-icon img{height:70%;object-fit:contain;width:70%}.product-card h3{color:var(--secondary-color);font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.6rem}.product-card p{color:var(--text-light);font-size:.9rem;line-height:1.65;margin-bottom:1rem}.product-tag{background:linear-gradient(135deg,#c9a22726,#3493bf1f);border:1px solid #c9a22740;border-radius:20px;color:var(--accent-gold-dark);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem}.products-preview-cta{margin-top:1.75rem;position:relative;text-align:center;z-index:1}.btn-products{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border:none;border-radius:50px;box-shadow:0 4px 20px #3493bf59;color:#fff!important;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.95rem 2.25rem;text-decoration:none;transition:all .3s ease}.btn-products:hover{box-shadow:0 8px 30px #3493bf66;color:#fff!important;transform:translateY(-3px)}.glimpses-section{background:#fff;padding:var(--section-space-md) 0}.glimpses-section .section-title{margin-bottom:.75rem;text-align:center}.glimpses-intro{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin:0 auto 2.5rem;max-width:560px;text-align:center}.glimpses-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.glimpses-photo{margin:0}.glimpses-photo-frame{aspect-ratio:4/3;background:#e8eef2;border-radius:12px;overflow:hidden}.glimpses-photo-img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.glimpses-photo-caption{color:var(--secondary-color);font-size:1rem;font-weight:600;margin-top:.75rem;text-align:center}@media (max-width:992px){.glimpses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.glimpses-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:var(--section-space) 0}@media (max-width:768px){.cta-section,.glimpses-section,.highlights,.products-preview{padding:var(--section-space-sm) 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.products-preview-title,.section-title{font-size:2rem}.products-preview-subtitle{font-size:1rem}.products-preview-header{text-align:center}.highlights-title{font-size:2.15rem}.highlights-subtitle{font-size:1rem}.highlights-grid{gap:1.5rem;grid-template-columns:1fr}.highlight-card{margin:0 auto;max-width:100%;text-align:center}.highlight-card:before{bottom:auto;height:5px;left:20%;right:20%;top:0;width:auto}.highlight-icon{margin-left:auto;margin-right:auto}.products-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-card{margin:0 auto;max-width:100%}.hero-buttons{flex-direction:column}.btn{text-align:center;width:100%}.cta-content{margin-left:auto;margin-right:auto;text-align:center}.cta-content h2{font-size:2rem}}@media (max-width:1200px){.highlights-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-grid{gap:1.25rem;grid-template-columns:1fr}.product-card{margin:0 auto;max-width:100%}.product-icon{height:75px;width:75px}.product-icon-ring{height:85px;width:85px}}.about{padding-top:125px}.about-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:var(--section-space-md) 0;text-align:center}.company-story{background:#fff;padding:var(--section-space) 0}.story-content{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:1.2fr .8fr}.story-text h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.story-text p{color:var(--text-light);font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem}.story-image{align-items:center;display:flex;justify-content:center}.story-image-photo{display:block;object-fit:cover;object-position:center}.image-placeholder,.story-image-photo{border-radius:12px;height:400px;max-width:400px;width:100%}.image-placeholder{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);display:flex;font-size:6rem;justify-content:center;opacity:.2}.operations-section{background:var(--bg-light);padding:var(--section-space-md) 0}.operations-section .section-title{margin-bottom:.75rem;text-align:center}.operations-intro{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin:0 auto 2.5rem;max-width:560px;text-align:center}.operations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.operations-photo{margin:0}.operations-photo-frame{aspect-ratio:4/3;background:#e8eef2;border-radius:12px;overflow:hidden}.operations-photo-img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.operations-photo-caption{color:var(--secondary-color);font-size:1rem;font-weight:600;margin-top:.75rem;text-align:center}@media (max-width:992px){.operations-grid{grid-template-columns:repeat(2,1fr)}}.our-approach{background:var(--bg-light);padding:var(--section-space-md) 0}.approach-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.approach-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px var(--shadow);padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.approach-card:hover{box-shadow:0 8px 30px #3493bf33;transform:translateY(-5px)}.approach-card h3{color:var(--secondary-color);font-size:1.75rem;font-weight:600;margin-bottom:1rem}.approach-card p{color:var(--text-light);font-size:1.05rem;line-height:1.8}.buyer-relations{background:#fff;padding:var(--section-space-md) 0}.relations-content{margin:0 auto;max-width:900px;text-align:center}.relations-content h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.relations-content p{color:var(--text-light);font-size:1.1rem;line-height:1.9}.management-future{background:var(--bg-light);padding:var(--section-space-md) 0}.management-content{margin:0 auto;max-width:900px}.management-text h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.management-text p{color:var(--text-light);font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem}.values{background:#fff;padding:var(--section-space-md) 0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.value-item{background:var(--bg-light);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,background .3s ease}.value-item:hover{background:#fff;box-shadow:0 4px 20px var(--shadow);transform:translateY(-5px)}.value-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.value-item h3{color:var(--secondary-color);font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.value-item p{color:var(--text-light);line-height:1.7}@media (max-width:768px){.about-hero,.buyer-relations,.company-story,.management-future,.operations-section,.our-approach,.values{padding:var(--section-space-sm) 0}.page-title{font-size:2rem;text-align:center}.page-subtitle{font-size:1.1rem;text-align:center}.story-content{gap:2rem;grid-template-columns:1fr}.story-content,.story-text,.story-text h2{text-align:center}.story-text h2{font-size:2rem}.story-image{justify-content:center;margin:0 auto}.story-image-photo{height:300px;max-width:100%}.image-placeholder{height:300px;margin:0 auto}.operations-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.management-text h2,.relations-content h2{font-size:2rem}.approach-grid,.values-grid{gap:1.5rem;grid-template-columns:1fr}.approach-card,.value-item{margin:0 auto;max-width:100%;text-align:center}.management-content,.management-text{text-align:center}}@media (max-width:480px){.operations-grid{grid-template-columns:1fr}}.products{padding-top:125px}.products-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:var(--section-space-md) 0;text-align:center}.page-subtitle{margin:0 auto}.products-section{background:#fff;padding:var(--section-space-md) 0}.products-list{display:flex;flex-direction:column;gap:2rem}.product-detail-card{background:#fff;border-left:4px solid var(--primary-color);border-radius:16px;box-shadow:0 4px 20px var(--shadow);padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.product-detail-card:hover{box-shadow:0 8px 30px #3493bf33;transform:translateY(-5px)}.product-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.product-icon-large{align-items:center;background:#0000;border-radius:12px;display:flex;flex-shrink:0;height:120px;justify-content:center;width:120px}.product-icon-large img{height:100%;object-fit:contain;width:100%}.product-header h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700}.product-description{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.product-image-wrap{border-radius:12px;overflow:hidden}.product-image-wrap img{height:100%;object-fit:contain;width:100%}.product-specs-on-request{background:var(--bg-light);border-left:3px solid var(--primary-color);border-radius:10px;margin-bottom:2rem;padding:1rem 1.25rem}.product-specs-on-request h3{color:var(--secondary-color);font-size:1rem;font-weight:600;margin-bottom:.75rem;text-transform:none}.product-specs-on-request ul{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));list-style:none;margin:0;padding:0}.product-specs-on-request li{color:var(--text-light);font-size:.95rem;padding-left:1rem;position:relative}.product-specs-on-request li:before{color:var(--primary-color);content:"•";left:0;position:absolute}.product-features h3{color:var(--secondary-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-features ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none}.product-features li{align-items:flex-start;color:var(--text-light);display:flex;font-size:1.05rem;gap:.75rem;line-height:1.6}.feature-check{color:var(--primary-color);flex-shrink:0;font-size:1.2rem;font-weight:700}.product-enquiry-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn-whatsapp,.btn-whatsapp-primary{background:#25d366;border:2px solid #25d366;color:#fff;font-weight:600;order:-1}.btn-whatsapp-primary:hover,.btn-whatsapp:hover{background:#1eb055;border-color:#1eb055;box-shadow:0 4px 12px #25d36659;color:#fff;transform:translateY(-2px)}.btn-outline-enquiry{background:#0000;border-color:#fffc;border-color:var(--secondary-color);color:var(--secondary-color)}.btn-outline-enquiry:hover{background:var(--secondary-color);color:#fff}.products-approach{background:var(--bg-light);padding:var(--section-space-md) 0}.approach-content{margin:0 auto;max-width:1000px;text-align:center}.approach-content h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.approach-content>p{color:var(--text-light);font-size:1.1rem;line-height:1.9;margin-bottom:3rem}.philosophy-points{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.philosophy-point{background:#fff;border-radius:12px;box-shadow:0 2px 10px var(--shadow);padding:2rem;transition:transform .3s ease}.philosophy-point:hover{transform:translateY(-5px)}.philosophy-point h3{color:var(--secondary-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.philosophy-point p{color:var(--text-light);line-height:1.7}.products-cta{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:var(--section-space) 0}.cta-content{margin:0 auto;max-width:700px;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;opacity:.95}.btn-primary{background:#fff;color:var(--secondary-color)}.btn-primary:hover{background:#ffffffe6;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.btn-large{padding:1.125rem 2.5rem}@media (max-width:768px){.products-approach,.products-cta,.products-hero,.products-section{padding:var(--section-space-sm) 0}.page-title{font-size:2rem;text-align:center}.page-subtitle{font-size:1.1rem;text-align:center}.product-detail-card{margin:0 auto;max-width:100%;padding:2rem;text-align:center}.product-header{align-items:center;flex-direction:column;margin-left:auto;margin-right:auto;text-align:center}.product-header h2{font-size:2rem}.product-icon-large{height:80px;margin:0 auto;width:80px}.product-description,.product-features,.product-features h3{text-align:center}.product-features ul{grid-template-columns:1fr;justify-items:center;text-align:left}.product-enquiry-actions{justify-content:center}.philosophy-points{gap:1.5rem;grid-template-columns:1fr}.philosophy-point{margin:0 auto;max-width:100%;text-align:center}.approach-content h2,.cta-content h2{font-size:2rem;text-align:center}.approach-content,.cta-content{margin-left:auto;margin-right:auto;text-align:center}}.contact{padding-top:125px}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:var(--section-space-md) 0;text-align:center}.page-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;line-height:1.7;margin:0 auto 1.5rem;max-width:800px;opacity:.95}.contact-hero-whatsapp{align-items:center;background:#fff3;border:2px solid #ffffff80;border-radius:8px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease,border-color .3s ease,transform .2s ease}.contact-hero-whatsapp:hover{background:#ffffff4d;border-color:#fff;color:#fff;transform:translateY(-2px)}.contact-hero-whatsapp .fast-response{font-size:.9rem;font-weight:500;opacity:.95}.contact-section{background:#fff;padding:var(--section-space) 0}.contact-wrapper{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.2fr .8fr}.contact-form-container h2,.contact-info h2{color:var(--secondary-color);font-size:2rem;font-weight:700;margin-bottom:1.75rem}.contact-form{gap:1.75rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-row{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:1fr 1fr}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:16px;min-height:48px;padding:.875rem 1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group textarea{min-height:140px}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3493bf1a;outline:none}.form-group textarea{padding-top:.875rem;resize:vertical}.form-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;font-weight:500;padding:1rem}.btn{border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background:var(--secondary-color);box-shadow:0 8px 20px #3493bf4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-large{font-size:1.125rem;margin-top:.25rem;min-height:52px;padding:1rem 2rem;width:100%}.contact-info{background:var(--bg-light);border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:2.5rem}.info-description{color:var(--text-light);font-size:1.05rem;line-height:1.75;margin-bottom:2.25rem}.info-items{display:flex;flex-direction:column;gap:1.75rem}.info-item{align-items:flex-start;display:flex;gap:1.25rem}.info-item-whatsapp{background:#25d3661f;border:2px solid #25d36659;border-radius:10px;color:inherit;padding:1rem 1.25rem;text-decoration:none;transition:background .3s ease,border-color .3s ease,transform .2s ease}.info-item-whatsapp:hover{background:#25d36633;border-color:#25d366;color:inherit;transform:translateY(-2px)}.info-item-whatsapp .info-content h3{color:var(--secondary-color)}.info-icon-whatsapp{background:#25d366!important;color:#fff}.info-whatsapp-tag{color:#1eb055;font-size:.9rem;font-weight:600;margin-bottom:0!important}.info-icon{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px var(--shadow);display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;width:50px}.info-content h3{color:var(--secondary-color);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.info-content p{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:.35rem}.info-content p:last-child{margin-bottom:0}.contact-additional{background:var(--bg-light);padding:3.25rem 0}.additional-content{margin:0 auto;max-width:900px;text-align:center}.additional-content h2{color:var(--secondary-color);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.additional-content p{color:var(--text-light);font-size:1.1rem;line-height:1.9}@media (max-width:968px){.contact-section{padding:var(--section-space-sm) 0}.contact-wrapper{gap:3rem;grid-template-columns:1fr;text-align:center}.contact-form{gap:1.75rem;text-align:left}.form-row{gap:1.75rem;grid-template-columns:1fr}.contact-info{margin:0 auto}.info-items{align-items:center;gap:1.75rem}.info-item,.info-item-whatsapp{justify-content:center}}@media (max-width:768px){.contact-hero{padding:var(--section-space-sm) 0}.page-title{font-size:2rem;margin-bottom:.75rem;text-align:center}.page-subtitle{font-size:1.1rem;margin-bottom:1.25rem;text-align:center}.contact-hero-whatsapp{flex-wrap:wrap;font-size:1rem;justify-content:center;padding:.875rem 1.25rem}.contact-section{padding:var(--section-space-sm) 0}.contact-wrapper{gap:2.5rem;text-align:center}.contact-form-container{margin:0 auto;max-width:100%;padding:0 .5rem}.contact-form-container h2,.contact-info h2{font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.contact-form{gap:1.5rem}.contact-info{margin:0 auto;padding:2rem 1.5rem;text-align:center}.info-description{margin-bottom:2rem;text-align:center}.info-item{align-items:center;flex-direction:column;text-align:center}.info-item-whatsapp{flex-direction:row;text-align:left}.additional-content{text-align:center}.additional-content h2{font-size:2rem;text-align:center}}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.App,main{width:100%}main{flex:1 1}.container{margin-left:auto;margin-right:auto;max-width:1200px;padding:0 2rem;width:100%}@media (max-width:768px){.container{padding:0 1.25rem}}@media (max-width:480px){.container{padding:0 1rem}}
/*# sourceMappingURL=main.cafaf295.css.map*/