.top-bar{background-color:#2d3e50;color:#fff;padding:10px 0;font-size:13px}.top-bar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.top-bar-left{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.top-bar-item{display:flex;align-items:center;gap:8px}.top-bar-item .icon{color:#00d4d7;font-size:14px}.top-bar-right{display:flex;align-items:center;gap:15px}.social-icon{color:#fff;opacity:.7;transition:all .3s ease;font-size:14px}.social-icon:hover{opacity:1;color:#00d4d7}@media (max-width: 768px){.top-bar{display:none}}.header{position:relative;z-index:1000}.navbar{background-color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000000d}.navbar-fixed{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);transition:transform .35s ease}.navbar-fixed.navbar-visible{transform:translateY(0)}.navbar-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px}.logo-img{height:70px;width:auto}.logo-text{font-size:24px;font-weight:700;color:#2d3e50}.logo-highlight{color:#00d4d7}.nav-right{display:flex;align-items:center;gap:30px}.nav-menu{display:flex;align-items:center;gap:35px}.nav-item{position:relative}.nav-item.has-dropdown .nav-link{display:flex;align-items:center;gap:5px}.dropdown-arrow{width:14px;height:14px;transition:transform .3s ease}.dropdown-arrow.rotate{transform:rotate(180deg)}.nav-link{font-size:15px;font-weight:500;color:#2d3e50;transition:all .3s ease;position:relative;padding:5px 0}.nav-link:hover{color:#00d4d7}.nav-link.active{color:#00d4d7;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#00d4d7;animation:slideIn .3s ease}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);min-width:280px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:10px;pointer-events:none}.dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:16px;height:16px;background:#fff;border-radius:3px;transform:translate(-50%) rotate(45deg);box-shadow:-3px -3px 5px #0000000a}.dropdown-content{position:relative;z-index:1}.dropdown-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;transition:all .3s ease;text-decoration:none}.dropdown-item:hover{background:linear-gradient(135deg,#00457c0d,#00b8d90d)}.dropdown-item-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#00457c,#00b8d9);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.dropdown-item:hover .dropdown-item-icon{transform:scale(1.1);box-shadow:0 5px 15px #00457c4d}.dropdown-item-icon svg{width:18px;height:18px;color:#fff}.dropdown-item-text{display:flex;flex-direction:column;gap:2px}.dropdown-item-name{font-size:.9rem;font-weight:600;color:#1a1a2e;transition:color .3s ease}.dropdown-item:hover .dropdown-item-name{color:#00457c}.dropdown-item-desc{font-size:.75rem;color:#888;font-weight:400}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,69,124,.15),transparent);margin:10px 0}.dropdown-item.has-submenu{position:relative;cursor:pointer}.dropdown-item.has-submenu .submenu-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(-90deg);font-size:.8rem;color:#888;transition:all .3s ease}.dropdown-item.has-submenu:hover .submenu-arrow{color:#00457c;transform:translateY(-50%) rotate(0)}.submenu{position:absolute;left:100%;top:0;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;padding:10px;opacity:0;visibility:hidden;transform:translate(10px);transition:all .3s ease;z-index:1001}.dropdown-item.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translate(0)}.submenu-item{display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:8px;text-decoration:none;color:#1a1a2e;font-size:.85rem;font-weight:500;transition:all .3s ease}.submenu-item:hover{background:linear-gradient(135deg,#00457c14,#00b8d914);color:#00457c}.submenu-icon{font-size:1rem;color:#00b8d9}@media (max-width: 992px){.dropdown-item.has-submenu{flex-direction:column;align-items:flex-start}.dropdown-item.has-submenu .submenu-arrow{position:absolute;right:15px;top:20px;transform:rotate(0);transition:transform .3s ease}.dropdown-item.has-submenu:hover .submenu-arrow{transform:rotate(0)}.dropdown-item.has-submenu.submenu-open .submenu-arrow{transform:rotate(180deg)}.submenu{position:relative;left:0;top:0;width:100%;min-width:unset;margin-top:10px;padding:0;background:#00457c08;border-radius:8px;box-shadow:none;transform:none;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease}.dropdown-item.has-submenu:hover .submenu{max-height:0;opacity:0;visibility:hidden}.dropdown-item.has-submenu.submenu-open .submenu{max-height:200px;opacity:1;visibility:visible;padding:10px}.submenu-item{padding:10px 12px;font-size:.8rem}}@keyframes slideIn{0%{width:0;left:50%}to{width:100%;left:0}}.nav-icons{display:flex;align-items:center;gap:20px}.icon-btn{background:none;border:none;font-size:20px;color:#2d3e50;cursor:pointer;transition:color .3s ease;position:relative}.icon-btn:hover{color:#00d4d7}.mobile-menu-btn{display:none;background:none;border:none;font-size:24px;color:#2d3e50;cursor:pointer}@media (max-width: 992px){.navbar{padding:15px 0}.nav-right{gap:15px}.nav-icons{order:1}.mobile-menu-btn{display:block;order:2}.logo-img{height:50px}.nav-menu{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background-color:#fff;flex-direction:column;justify-content:flex-start;padding-top:40px;gap:25px;transition:left .3s ease;z-index:999;overflow-y:auto}.nav-menu.active{left:0}.nav-link{font-size:18px}.nav-item.has-dropdown{display:flex;flex-direction:column;align-items:center;width:100%}.nav-item.has-dropdown .nav-link{text-align:center}.dropdown-menu{position:relative;top:0;left:0;transform:none;width:90%;max-width:350px;margin-top:15px;box-shadow:none;background:#f8fafc;border-radius:12px;max-height:0;overflow:hidden;padding:0;opacity:0;visibility:hidden;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease,padding .3s ease}.dropdown-menu.active{max-height:800px;opacity:1;visibility:visible;padding:10px;transform:none;overflow:visible}.dropdown-menu:before{display:none}.dropdown-item{padding:12px 14px}.dropdown-item-icon{width:36px;height:36px}.dropdown-item-icon svg{width:16px;height:16px}.dropdown-item-name{font-size:.85rem}.dropdown-item-desc{font-size:.7rem}}@media (max-width: 768px){.navbar-content{padding:0 15px}.logo-img{height:45px}}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:all .4s ease;z-index:9998}.search-overlay.active{opacity:1;visibility:visible}.search-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:0;max-height:0;overflow:hidden;z-index:9999;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 50px #00000026}.search-panel.active{max-height:500px;padding:30px 0}.search-form{margin-bottom:25px}.search-input-wrapper{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid transparent;border-radius:60px;padding:0 25px;transition:all .3s ease}.search-input-wrapper:focus-within{border-color:#00b8d9;background:#fff;box-shadow:0 5px 30px #00b8d926}.search-icon{width:24px;height:24px;color:#00457c;flex-shrink:0}.search-input{flex:1;padding:18px 15px;border:none;background:transparent;font-size:1.1rem;color:#1a1a2e;outline:none}.search-input::placeholder{color:#999}.search-clear{width:32px;height:32px;border-radius:50%;border:none;background:#00457c1a;color:#00457c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.search-clear:hover{background:#00457c;color:#fff}.search-results{animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08)}.search-results-header span{font-size:.85rem;font-weight:600;color:#00457c;text-transform:uppercase;letter-spacing:1px}.results-count{color:#666!important;font-weight:500!important}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;max-height:250px;overflow-y:auto;padding-right:10px}.search-results-grid::-webkit-scrollbar{width:6px}.search-results-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.search-results-grid::-webkit-scrollbar-thumb{background:#00b8d9;border-radius:3px}.search-result-item{display:flex;align-items:center;gap:15px;padding:12px 15px;background:linear-gradient(135deg,#00457c05,#00b8d905);border:1px solid rgba(0,69,124,.08);border-radius:12px;cursor:pointer;transition:all .3s ease}.search-result-item:hover{background:linear-gradient(135deg,#00457c0d,#00b8d90d);border-color:#00b8d94d;transform:translate(5px)}.result-image{width:55px;height:55px;border-radius:10px;overflow:hidden;background:#fff;flex-shrink:0}.result-image img{width:100%;height:100%;object-fit:contain}.result-info{flex:1;min-width:0}.result-category{display:block;font-size:.7rem;font-weight:600;color:#00b8d9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.result-info h4{font-size:.95rem;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-arrow{width:18px;height:18px;color:#00b8d9;flex-shrink:0;transition:transform .3s ease}.search-result-item:hover .result-arrow{transform:translate(5px)}.view-all-results{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:20px;padding:14px;background:linear-gradient(135deg,#00457c,#00b8d9);border:none;border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.view-all-results:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00457c4d}.view-all-results svg{width:18px;height:18px}.search-no-results{text-align:center;padding:30px 20px;animation:fadeInUp .4s ease}.search-no-results p{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.search-no-results span{display:block;font-size:.9rem;color:#666;margin-bottom:20px}.browse-products-btn{padding:12px 30px;background:linear-gradient(135deg,#00457c,#00b8d9);border:none;border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.browse-products-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00457c4d}.search-suggestions{animation:fadeInUp .4s ease}.suggestions-label{display:block;font-size:.8rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.suggestions-tags{display:flex;flex-wrap:wrap;gap:10px}.suggestion-tag{padding:10px 20px;background:linear-gradient(135deg,#00457c0d,#00b8d90d);border:1px solid rgba(0,69,124,.15);border-radius:50px;color:#00457c;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.suggestion-tag:hover{background:linear-gradient(135deg,#00457c,#00b8d9);border-color:transparent;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.search-panel.active{padding:20px 0}.search-input-wrapper{padding:0 20px}.search-input{padding:15px 12px;font-size:1rem}.search-results-grid{grid-template-columns:1fr;max-height:200px}.search-result-item{padding:10px 12px}.result-image{width:45px;height:45px}.result-info h4{font-size:.9rem}.suggestions-tags{gap:8px}.suggestion-tag{padding:8px 16px;font-size:.85rem}}.footer{background-color:#2d3e50;color:#fff;padding:80px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:50px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo-img{height:65px;width:auto}.footer-logo-text{font-size:22px;font-weight:700;color:#fff}.footer-logo-text span{color:#00d4d7}.footer-about{font-size:14px;color:#ffffffb3;line-height:1.8;margin-bottom:25px}.footer-social{display:flex;gap:15px}.footer-social a{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social a:hover{background-color:#00d4d7;transform:translateY(-3px)}.footer-col h4{font-size:18px;font-weight:600;margin-bottom:25px;color:#fff}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{font-size:14px;color:#ffffffb3;transition:color .3s ease}.footer-col ul li a:hover{color:#00d4d7}.footer-contact .contact-item{display:flex;gap:15px;margin-bottom:20px}.contact-icon{color:#00d4d7;font-size:18px;margin-top:3px}.footer-contact p{font-size:14px;color:#ffffffb3}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;text-align:center}.footer-bottom p{font-size:13px;color:#ffffff80}.footer-bottom .developer-credit{margin-top:10px;font-size:12px;color:#fff6;font-weight:500}@media (max-width: 992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer{padding:60px 20px 30px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-col h4{font-size:16px;margin-bottom:20px}.footer-logo-img{height:50px}.footer-about,.footer-col ul li a,.footer-contact p{font-size:13px}}@media (max-width: 576px){.footer{padding:50px 20px 25px}.footer-grid{grid-template-columns:1fr;gap:35px;text-align:left}.footer-logo{justify-content:flex-start}.footer-logo-img{height:55px}.footer-about{max-width:100%;margin:0 0 25px}.footer-social{justify-content:flex-start}.footer-social a{width:38px;height:38px}.footer-col h4{font-size:17px;margin-bottom:18px}.footer-col ul li{margin-bottom:10px}.footer-contact .contact-item{justify-content:flex-start;text-align:left}.footer-bottom{padding-top:20px;text-align:center}.footer-bottom p{font-size:12px}}.hero{position:relative;height:100vh;min-height:600px;max-height:900px;overflow:hidden;background:#0a0a0a}.hero-slides{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out}.hero-slide.active{opacity:1}.slide-image{width:100%;height:100%}.slide-image img{width:100%;height:100%;object-fit:cover;object-position:center}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000bf,#00000080,#0000004d)}.hero-content{position:relative;z-index:10;height:100%;display:flex;align-items:center}.hero-text{max-width:650px;padding-left:50px}.hero-subtitle{display:inline-block;font-size:13px;font-weight:600;letter-spacing:4px;color:#00d4d7;margin-bottom:20px;position:relative;padding-left:50px}.hero-subtitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:2px;background:#00d4d7}.hero-title{font-size:62px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:25px;font-family:Playfair Display,serif;animation:fadeInUp .6s ease forwards}.hero-description{font-size:18px;color:#fffc;line-height:1.7;margin-bottom:35px;max-width:500px}.hero-buttons{display:flex;gap:20px}.btn{padding:16px 40px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none}.btn-primary{background:#00d4d7;color:#fff}.btn-primary:hover{background:#00b8ba;transform:translateY(-3px);box-shadow:0 10px 30px #00d4d766}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{border-color:#fff;background:#ffffff1a}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:60px;height:60px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.hero-nav:hover{background:#fff3;border-color:#fff6}.hero-nav-prev{left:30px}.hero-nav-next{right:30px}.hero-dots{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:12px}.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.hero-dot:hover{background:#ffffff80}.hero-dot.active{background:#00d4d7;transform:scale(1.2)}.hero-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ffffff1a;z-index:20}.hero-progress-bar{height:100%;background:#00d4d7;transition:width .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-title{font-size:48px}.hero-text{padding-left:30px}.hero-nav{width:50px;height:50px}.hero-nav-prev{left:20px}.hero-nav-next{right:20px}}@media (max-width: 768px){.hero{height:100vh;min-height:550px;max-height:none}.slide-image img{object-position:center center}.slide-overlay{background:linear-gradient(to bottom,#0000004d,#0009,#000c)}.hero-content{align-items:center;padding-bottom:100px}.hero-text{padding:0 25px;max-width:100%;text-align:center}.hero-subtitle{padding-left:0;font-size:12px;letter-spacing:3px;margin-bottom:15px}.hero-subtitle:before{display:none}.hero-title{font-size:32px;margin-bottom:18px;line-height:1.2}.hero-description{font-size:14px;margin-bottom:30px;max-width:100%;line-height:1.6;color:#ffffffe6}.hero-buttons{flex-direction:column;align-items:center;gap:12px;width:100%}.btn{padding:14px 30px;width:100%;max-width:260px;text-align:center;font-size:12px}.hero-nav{display:none}.hero-dots{bottom:40px}.hero-dot{width:10px;height:10px}.hero-progress{height:3px}}@media (max-width: 480px){.hero{min-height:500px}.hero-content{padding-bottom:80px}.hero-title{font-size:26px}.hero-subtitle{font-size:10px;letter-spacing:2px}.hero-description{font-size:13px;padding:0 5px}.btn{padding:12px 25px;max-width:240px}.hero-dots{bottom:30px}.hero-dot{width:8px;height:8px}}.featured-product{position:relative;padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff,#f0f7ff);overflow:hidden}.fp-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(0,69,124,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,184,217,.03) 0%,transparent 50%);pointer-events:none}.fp-bg-gradient{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,184,217,.3),transparent)}.fp-header{text-align:center;margin-bottom:50px}.fp-label{display:inline-block;padding:8px 24px;background:linear-gradient(135deg,#00457c1a,#00b8d91a);border:1px solid rgba(0,69,124,.2);border-radius:30px;color:#00457c;font-size:.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px}.fp-title{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:15px}.fp-title-highlight{background:linear-gradient(135deg,#00457c,#00b8d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fp-subtitle{font-size:1rem;color:#00b8d9;font-weight:600;letter-spacing:1px}.fp-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.fp-image-section-full{margin-bottom:50px}.fp-image-wrapper-large{position:relative;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e8f4f8);padding:50px;box-shadow:0 30px 60px #00457c1a,0 10px 20px #0000000d;transform:translateY(20px);opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);max-width:900px;margin:0 auto}.fp-image-wrapper-large.loaded{transform:translateY(0);opacity:1}.fp-main-image-large{position:relative;width:100%;height:auto;display:block;transition:transform .5s ease}.fp-image-wrapper-large:hover .fp-main-image-large{transform:scale(1.02)}.fp-content-new{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:flex-start}.fp-description-section{position:sticky;top:100px}.fp-image-section{position:relative}.fp-image-wrapper{position:relative;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e8f4f8);padding:40px;box-shadow:0 30px 60px #00457c1a,0 10px 20px #0000000d;transform:translateY(20px);opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.fp-image-wrapper.loaded{transform:translateY(0);opacity:1}.fp-image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(0,184,217,.15) 0%,transparent 70%);filter:blur(40px);pointer-events:none}.fp-main-image{position:relative;width:100%;height:auto;display:block;transition:transform .5s ease}.fp-image-wrapper:hover .fp-main-image{transform:scale(1.02)}.fp-image-badge{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#00457c,#00b8d9);border-radius:25px;color:#fff;font-size:.8rem;font-weight:600;box-shadow:0 5px 20px #00457c4d}.badge-icon{font-size:1rem}.fp-floating-cards{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;font-size:.85rem;font-weight:600;color:#1a1a2e;animation:float 3s ease-in-out infinite}.floating-card .card-icon{color:#00b8d9;font-size:1.2rem}.card-1{bottom:20%;left:-30px;animation-delay:0s}.card-2{top:20%;right:-30px;animation-delay:1.5s}.fp-info-section{padding-left:20px}.fp-description{margin-bottom:40px}.fp-desc-main{font-size:1rem;line-height:1.7;color:#333;margin-bottom:20px}.fp-desc-main strong{color:#00457c}.fp-desc-secondary{font-size:.9rem;line-height:1.7;color:#666}.fp-desc-secondary em{color:#00b8d9;font-style:normal;font-weight:600}.fp-features{margin-bottom:40px}.fp-section-title{font-size:1.1rem;font-weight:700;color:#00457c;margin-bottom:15px;display:flex;align-items:center;gap:10px}.fp-section-title:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#00457c,#00b8d9);border-radius:2px}.fp-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.fp-feature-item{display:flex;align-items:center;gap:12px;padding:15px 18px;background:#fff;border-radius:12px;border:1px solid rgba(0,69,124,.1);transition:all .3s ease}.fp-feature-item:hover{transform:translate(5px);border-color:#00b8d94d;box-shadow:0 5px 20px #00457c14}.fp-feature-item .feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00457c1a,#00b8d91a);border-radius:10px;color:#00457c;font-size:1.1rem;flex-shrink:0}.fp-feature-item .feature-text{font-size:.8rem;color:#333;line-height:1.4}.fp-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.fp-detail-title{font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid rgba(0,184,217,.3)}.fp-list{list-style:none;padding:0;margin:0}.fp-list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.8rem;color:#555;line-height:1.4}.fp-list .list-icon{color:#00b8d9;font-size:1rem;flex-shrink:0;margin-top:2px}.fp-cta{display:flex;gap:20px;flex-wrap:wrap}.fp-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px #00457c4d}.fp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00457c66}.fp-btn-primary .btn-icon{transition:transform .3s ease}.fp-btn-primary:hover .btn-icon{transform:translate(5px)}.fp-btn-secondary{display:inline-flex;align-items:center;padding:16px 32px;background:transparent;color:#00457c;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;border:2px solid rgba(0,69,124,.2);transition:all .3s ease}.fp-btn-secondary:hover{background:#00457c0d;border-color:#00457c}@media (max-width: 1200px){.fp-content{gap:60px}.fp-content-new{gap:40px}.fp-features-grid{grid-template-columns:1fr}}@media (max-width: 992px){.featured-product{padding:80px 0}.fp-header{margin-bottom:60px}.fp-content{grid-template-columns:1fr;gap:50px}.fp-content-new{grid-template-columns:1fr;gap:40px}.fp-description-section{position:static}.fp-image-section{order:-1;max-width:600px;margin:0 auto}.fp-image-wrapper-large{padding:40px;max-width:100%}.fp-info-section{padding-left:0}.floating-card.card-1{left:10px}.floating-card.card-2{right:10px}}@media (max-width: 768px){.featured-product{padding:60px 0}.fp-header{margin-bottom:40px}.fp-title{font-size:1.8rem}.fp-subtitle{font-size:1rem}.fp-image-wrapper,.fp-image-wrapper-large{padding:25px;border-radius:20px}.fp-image-section-full{margin-bottom:30px}.fp-features-grid{grid-template-columns:1fr}.fp-details-grid{grid-template-columns:1fr;gap:25px}.fp-cta{flex-direction:column}.fp-btn-primary,.fp-btn-secondary{width:100%;justify-content:center}.floating-card{display:none}}@media (max-width: 480px){.fp-label{font-size:.65rem;padding:6px 16px}.fp-title{font-size:1.5rem}.fp-desc-main{font-size:1rem}.fp-feature-item{padding:12px 14px}.fp-feature-item .feature-icon{width:35px;height:35px}}.what-we-do{padding:100px 0;background-color:#f5f7fa}.what-we-do-header{text-align:center;margin-bottom:60px}.section-title{font-size:42px;font-weight:700;color:#2d3e50;margin-top:15px}.what-we-do-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.what-we-do-text{text-align:left}.section-label{display:inline-block;color:#00d4d7;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:3px;background:#00d4d71a;padding:8px 16px;border-radius:30px}.section-quote{font-size:28px;font-weight:600;color:#2d3e50;line-height:1.5;margin-bottom:30px}.section-quote .highlight{color:#00d4d7;text-decoration:underline;text-decoration-color:#00d4d7;text-underline-offset:5px}.typing-text{display:inline}.cursor{display:inline;color:#00d4d7;font-weight:400;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.quote-author{position:relative;display:inline-block;padding-left:20px;border-left:3px solid #00d4d7}.author-name{font-size:18px;font-weight:600;color:#2d3e50;margin-bottom:5px}.author-title{font-size:14px;color:#888}.what-we-do-video{width:100%}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000026}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 968px){.what-we-do-content{grid-template-columns:1fr;gap:40px}.what-we-do-text{text-align:center}.quote-author{border-left:none;padding-left:0;border-top:3px solid #00d4d7;padding-top:15px}.section-quote{font-size:24px}.section-title{font-size:32px}}@media (max-width: 576px){.what-we-do{padding:60px 0}.section-quote{font-size:20px}.section-title{font-size:26px}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.product-card{position:relative;overflow:hidden;aspect-ratio:1;cursor:pointer}.product-info-mobile{display:none}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:30px 20px 20px;transform:translateY(100%);transition:transform .4s ease}.product-card:hover .product-overlay{transform:translateY(0)}.product-card:hover .product-image{transform:scale(1.1)}.product-info{background-color:#fff;padding:20px;border-radius:4px;box-shadow:0 5px 20px #0000001a}.product-name{font-size:16px;font-weight:600;color:#2d3e50;margin-bottom:5px;line-height:1.4}.product-category{font-size:13px;color:#00d4d7}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}.view-all-products-wrapper{display:flex;justify-content:center;padding:50px 0 80px;background-color:#f5f7fa}.view-all-products-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 5px 20px #00457c4d}.view-all-products-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00457c66}.view-all-products-btn svg{width:18px;height:18px;transition:transform .3s ease}.view-all-products-btn:hover svg{transform:translate(5px)}@media (max-width: 768px){.section-quote{font-size:28px}.products-grid{grid-template-columns:1fr}.product-card{aspect-ratio:auto;display:flex;flex-direction:column}.product-image{aspect-ratio:16/10;object-fit:cover}.product-overlay{display:none}.product-info-mobile{display:block;padding:15px 20px;background:#fff}.product-name-mobile{font-size:15px;font-weight:600;color:#2d3e50;margin-bottom:5px;line-height:1.4}.product-category-mobile{font-size:13px;color:#00d4d7;font-weight:500}.view-all-products-wrapper{padding:30px 20px 60px}.view-all-products-btn{width:100%;justify-content:center;padding:14px 30px}}.featured-products{background:linear-gradient(135deg,#00b8b8,#00d4d7,#20e3b2);padding-bottom:80px}.featured-header{padding:60px 40px 80px;text-align:center}.featured-header-content{max-width:1000px;margin:0 auto}.featured-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.featured-subtitle{font-size:.85rem;color:#fffffff2;line-height:1.4;max-width:1400px;margin:0 auto}.featured-products-container{max-width:1400px;margin:-40px auto 0;padding:0 40px}.featured-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.featured-product-card{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 5px 25px #00000014;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column}.featured-product-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.featured-product-image-wrapper{position:relative;aspect-ratio:1;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:15px;overflow:hidden}.featured-product-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s ease}.featured-product-card:hover .featured-product-image{transform:scale(1.05)}.video-badge{position:absolute;bottom:15px;left:15px;display:flex;align-items:center;gap:5px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:500}.video-badge svg{width:12px;height:12px}.featured-product-info{padding:15px;text-align:left;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.featured-product-name{font-size:.85rem;font-weight:600;color:#2d3e50;line-height:1.4;margin:0 0 8px}.featured-product-description{font-size:.75rem;color:#666;line-height:1.5;margin:0}.featured-view-all-wrapper{display:flex;justify-content:center;padding:50px 0 80px}.featured-view-all-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#00b8b8,#00d4d7);color:#fff;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 5px 20px #00b8b84d}.featured-view-all-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00b8b866}.featured-view-all-btn svg{width:18px;height:18px;transition:transform .3s ease}.featured-view-all-btn:hover svg{transform:translate(5px)}@media (max-width: 1200px){.featured-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.featured-products-grid{grid-template-columns:repeat(2,1fr)}.featured-title{font-size:2.2rem}.featured-subtitle{font-size:.9rem}}@media (max-width: 600px){.featured-header{padding:40px 20px 60px}.featured-products-container{padding:0 15px;margin-top:-30px}.featured-products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.featured-title{font-size:1.8rem}.featured-subtitle{display:none}.featured-product-image-wrapper,.featured-product-info{padding:15px}.featured-product-name{font-size:.8rem}.video-badge{padding:4px 8px;font-size:.65rem;bottom:10px;left:10px}.featured-view-all-wrapper{padding:30px 15px 60px}.featured-view-all-btn{width:100%;justify-content:center;padding:14px 30px}}.events-page{min-height:100vh;background:#f8f9fa}.events-hero{position:relative;background:linear-gradient(135deg,#2d3e50,#1a252f);padding:180px 0 100px;text-align:center}.events-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url("/EVENTS _ MEETINGS/IMG_0038.JPG") center/cover;opacity:.15}.events-hero .container{position:relative;z-index:1}.events-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:3px;color:#00d4d7;margin-bottom:20px}.events-hero h1{font-size:56px;font-weight:700;color:#fff;margin-bottom:20px;font-family:Playfair Display,serif}.events-hero p{font-size:18px;color:#fffc;max-width:600px;margin:0 auto}.events-stats{background:#fff;padding:60px 0;margin-top:-50px;position:relative;z-index:2}.events-stats .container{max-width:900px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 40px #0000001a}.stat-item{display:flex;align-items:center;gap:20px;justify-content:center}.stat-icon{font-size:40px;color:#00d4d7}.stat-info h3{font-size:36px;font-weight:700;color:#2d3e50;line-height:1}.stat-info p{font-size:14px;color:#666;margin-top:5px}.events-about{padding:100px 0;background:#fff}.events-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.events-about-content h2{font-size:40px;font-weight:700;color:#2d3e50;margin-bottom:25px;font-family:Playfair Display,serif;line-height:1.2}.events-about-content p{font-size:16px;color:#666;line-height:1.8;margin-bottom:20px}.events-features{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:30px}.feature-item{display:flex;align-items:center;gap:10px}.feature-check{width:24px;height:24px;background:#00d4d7;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.feature-item span:last-child{font-size:15px;color:#2d3e50;font-weight:500}.events-about-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000026}.events-about-image img{width:100%;height:100%;object-fit:cover}.events-about-image:before{content:"";position:absolute;top:-20px;left:-20px;width:100px;height:100px;background:#00d4d7;border-radius:16px;z-index:-1}.events-gallery{padding:100px 0;background:#f8f9fa}.gallery-header{text-align:center;margin-bottom:60px}.gallery-header h2{font-size:40px;font-weight:700;color:#2d3e50;margin-bottom:15px;font-family:Playfair Display,serif}.gallery-header p{font-size:16px;color:#666;max-width:500px;margin:0 auto}.gallery-navigation-wrapper{display:flex;align-items:center;gap:20px;position:relative}.gallery-nav-btn{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#00457c,#00b8d9);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #00457c4d;flex-shrink:0}.gallery-nav-btn:hover{transform:scale(1.1);box-shadow:0 8px 25px #00457c66}.gallery-nav-btn svg{width:24px;height:24px}.gallery-pagination{display:flex;justify-content:center;gap:10px;margin-top:30px}.pagination-dot{width:12px;height:12px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease}.pagination-dot:hover{background:#00b8d9}.pagination-dot.active{background:linear-gradient(135deg,#00457c,#00b8d9);transform:scale(1.2)}.events-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1}.events-grid.fade-in{animation:gridFadeIn .3s ease forwards}.events-grid.fade-out{animation:gridFadeOut .3s ease forwards}@keyframes gridFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes gridFadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.events-grid.fade-in .event-item{opacity:0;animation:itemFadeIn .5s ease forwards}@keyframes itemFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.event-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;cursor:pointer;box-shadow:0 5px 20px #0000001a}.event-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.event-item:hover img{transform:scale(1.1)}.event-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00d4d7d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.event-item:hover .event-overlay{opacity:1}.event-overlay span{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.event-item:hover .event-overlay span{transform:translateY(0)}.events-cta{background:linear-gradient(135deg,#2d3e50,#1a252f);padding:80px 0;text-align:center}.events-cta h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:15px;font-family:Playfair Display,serif}.events-cta p{font-size:16px;color:#fffc;margin-bottom:30px}.cta-btn{display:inline-block;background:#00d4d7;color:#fff;padding:16px 45px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;text-decoration:none;transition:all .3s ease}.cta-btn:hover{background:#00b8ba;transform:translateY(-3px);box-shadow:0 10px 30px #00d4d766}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.lightbox-close{position:absolute;top:30px;right:30px;width:50px;height:50px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.lightbox-close:hover{background:#fff3;transform:rotate(90deg)}.lightbox-content{max-width:90%;max-height:85%;animation:scaleIn .4s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox-nav:hover{background:#fff3}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox-counter{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:14px;letter-spacing:2px}@media (max-width: 1024px){.events-grid{grid-template-columns:repeat(3,1fr)}.events-about-grid{gap:50px}.gallery-nav-btn{width:45px;height:45px}.gallery-nav-btn svg{width:20px;height:20px}}@media (max-width: 768px){.events-hero{padding:150px 20px 80px}.events-hero h1{font-size:36px}.events-hero p{font-size:15px}.stats-grid{grid-template-columns:1fr;gap:30px;padding:30px}.stat-item{justify-content:flex-start}.events-about{padding:60px 20px}.events-about-grid{grid-template-columns:1fr;gap:40px}.events-about-content h2{font-size:30px}.events-features{grid-template-columns:1fr}.events-about-image{order:-1}.events-gallery{padding:60px 20px}.gallery-header h2{font-size:30px}.events-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-navigation-wrapper{flex-direction:column;gap:15px}.gallery-nav-btn{display:none}.gallery-pagination{margin-top:20px}.event-item{border-radius:8px}.events-cta{padding:60px 20px}.events-cta h2{font-size:28px}.lightbox-nav{width:45px;height:45px;font-size:22px}.lightbox-prev{left:15px}.lightbox-next{right:15px}.lightbox-close{top:20px;right:20px;width:40px;height:40px}}@media (max-width: 480px){.events-hero h1{font-size:28px}.events-grid{gap:10px}.stat-info h3{font-size:28px}}.contact-page{min-height:100vh;background:#f8f9fa}.contact-hero{position:relative;background:linear-gradient(135deg,#2d3e50,#1a252f);padding:180px 0 120px;text-align:center;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,212,215,.15) 0%,transparent 70%);border-radius:50%}.contact-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(0,212,215,.1) 0%,transparent 70%);border-radius:50%}.contact-hero .container{position:relative;z-index:1}.contact-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:4px;color:#00d4d7;margin-bottom:20px;padding:10px 25px;background:#00d4d71a;border-radius:30px}.contact-hero h1{font-size:60px;font-weight:700;color:#fff;margin-bottom:20px;font-family:Playfair Display,serif}.contact-hero p{font-size:18px;color:#fffc;max-width:600px;margin:0 auto;line-height:1.7}.contact-cards-section{margin-top:-60px;position:relative;z-index:10;padding:0 20px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:0 auto}.contact-card{background:#fff;padding:45px 35px;border-radius:20px;text-align:center;box-shadow:0 15px 50px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00d4d7,#00b8ba);transform:scaleX(0);transition:transform .4s ease}.contact-card:hover:before{transform:scaleX(1)}.contact-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000026}.contact-card.featured{background:linear-gradient(135deg,#00d4d7,#00b8ba)}.contact-card.featured:before{display:none}.contact-card.featured .card-icon{background:#fff3;color:#fff}.contact-card.featured h3,.contact-card.featured p,.contact-card.featured .card-details a,.contact-card.featured .card-details span{color:#fff}.contact-card.featured .card-details a:hover{color:#fffc}.card-icon{width:80px;height:80px;background:#00d4d71a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:32px;color:#00d4d7;transition:all .3s ease}.contact-card:hover .card-icon{transform:scale(1.1)}.contact-card h3{font-size:22px;font-weight:700;color:#2d3e50;margin-bottom:10px}.contact-card>p{font-size:14px;color:#888;margin-bottom:20px}.card-details{display:flex;flex-direction:column;gap:8px}.card-details a,.card-details span{font-size:16px;color:#2d3e50;font-weight:500;transition:color .3s ease;text-decoration:none}.card-details a:hover{color:#00d4d7}.contact-main{padding:100px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.section-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:3px;color:#00d4d7;margin-bottom:15px}.contact-info h2{font-size:42px;font-weight:700;color:#2d3e50;margin-bottom:20px;font-family:Playfair Display,serif;line-height:1.2}.info-description{font-size:16px;color:#666;line-height:1.8;margin-bottom:40px}.info-blocks{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.info-block{display:flex;gap:20px;padding:25px;background:#fff;border-radius:16px;box-shadow:0 5px 20px #0000000d;transition:all .3s ease}.info-block:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.info-icon{width:55px;height:55px;background:linear-gradient(135deg,#00d4d7,#00b8ba);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}.info-content h4{font-size:18px;font-weight:700;color:#2d3e50;margin-bottom:8px}.info-content p{font-size:15px;color:#666;line-height:1.6}.info-content p strong{color:#2d3e50}.social-connect{padding-top:20px;border-top:1px solid #eee}.social-connect h4{font-size:16px;font-weight:600;color:#2d3e50;margin-bottom:20px}.social-icons{display:flex;gap:15px}.social-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;transition:all .3s ease}.social-icon:hover{transform:translateY(-5px)}.social-icon.facebook{background:#1877f2}.social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.viber{background:#7360f2}.social-icon.whatsapp{background:#25d366}.contact-form-wrapper{background:#fff;padding:50px;border-radius:24px;box-shadow:0 20px 60px #0000001a}.form-header{text-align:center;margin-bottom:35px}.form-icon{font-size:40px;color:#00d4d7;margin-bottom:15px}.form-header h3{font-size:28px;font-weight:700;color:#2d3e50;margin-bottom:10px}.form-header p{font-size:15px;color:#888}.contact-form{display:flex;flex-direction:column;gap:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:600;color:#2d3e50}.form-group input,.form-group select,.form-group textarea{padding:16px 20px;border:2px solid #e8e8e8;border-radius:12px;font-size:15px;color:#2d3e50;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00d4d7;box-shadow:0 0 0 4px #00d4d71a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group textarea{resize:vertical;min-height:140px}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#00d4d7,#00b8ba);color:#fff;padding:18px 45px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;min-width:200px}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #00d4d766}.submit-btn:disabled{cursor:not-allowed;opacity:.8}.submit-btn.submitting{background:linear-gradient(135deg,#888,#666)}.submit-btn.success{background:linear-gradient(135deg,#28a745,#218838)}.submit-btn.error{background:linear-gradient(135deg,#dc3545,#c82333)}.submit-btn svg{font-size:18px;transition:transform .3s ease}.submit-btn:hover:not(:disabled) svg{transform:translate(5px)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message,.error-message{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:10px;margin-top:20px;animation:fadeIn .3s ease}.success-message{background:#28a7451a;border:1px solid rgba(40,167,69,.3);color:#28a745}.error-message{background:#dc35451a;border:1px solid rgba(220,53,69,.3);color:#dc3545}.success-message svg,.error-message svg{font-size:20px;flex-shrink:0}.success-message p,.error-message p{margin:0;font-size:14px;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-map{position:relative;height:450px;background:#e0e0e0}.contact-map iframe{filter:grayscale(100%) contrast(1.1);transition:filter .5s ease}.contact-map:hover iframe{filter:grayscale(0%) contrast(1)}.map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;display:flex;align-items:center;padding:0 10%}.map-card{background:#fff;padding:35px;border-radius:20px;box-shadow:0 20px 50px #00000026;pointer-events:all;max-width:320px}.map-card h3{font-size:22px;font-weight:700;color:#2d3e50;margin-bottom:15px}.map-card p{font-size:15px;color:#666;line-height:1.6}.directions-btn{display:inline-block;margin-top:20px;padding:14px 30px;background:#00d4d7;color:#fff;text-decoration:none;border-radius:10px;font-size:14px;font-weight:600;transition:all .3s ease}.directions-btn:hover{background:#00b8ba;transform:translateY(-2px)}@media (max-width: 1024px){.contact-grid{gap:50px}.contact-form-wrapper{padding:40px}}@media (max-width: 900px){.contact-cards{grid-template-columns:1fr;max-width:400px}.contact-grid{grid-template-columns:1fr;gap:60px}}@media (max-width: 768px){.contact-hero{padding:150px 20px 100px}.contact-hero h1{font-size:40px}.contact-hero p{font-size:16px}.contact-cards-section{margin-top:-40px}.contact-main{padding:70px 20px}.contact-info h2{font-size:32px}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:30px 25px}.form-header h3{font-size:24px}.contact-map{height:400px}.map-overlay{padding:20px 20px 30px;align-items:flex-end}.map-card{padding:25px;max-width:100%;width:100%}}@media (max-width: 480px){.contact-hero h1{font-size:32px}.contact-label{font-size:10px;padding:8px 20px}.contact-card{padding:35px 25px}.card-icon{width:65px;height:65px;font-size:26px}.info-block{flex-direction:column;text-align:center}.info-icon{margin:0 auto}.social-icons{justify-content:center}.submit-btn{width:100%}}.about-page{overflow-x:hidden}.about-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00457c,#002d54,#001a33);z-index:0}.about-hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(0,184,217,.1) 0%,transparent 40%)}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/Hero%20Section%20Images/All%20IN%20One%20Baseplate.webp) center/cover no-repeat;opacity:.08;z-index:1}.about-hero .container{position:relative;z-index:2;padding:120px 20px 80px}.about-label{display:inline-block;padding:8px 20px;background:#00b8d933;border:1px solid rgba(0,184,217,.4);border-radius:30px;color:#00b8d9;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:25px;animation:fadeInDown .8s ease}.about-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.1;animation:fadeInUp .8s ease .2s both}.about-hero p{font-size:clamp(1.1rem,2vw,1.4rem);color:#fffc;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease .4s both}.hero-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2}.hero-scroll-indicator span{display:block;width:24px;height:40px;border:2px solid rgba(255,255,255,.4);border-radius:12px;position:relative}.hero-scroll-indicator span:after{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#00b8d9;border-radius:2px;animation:scrollBounce 2s infinite}@keyframes scrollBounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(10px)}60%{transform:translate(-50%) translateY(5px)}}.section-label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#00457c1a,#00b8d91a);border:1px solid rgba(0,69,124,.2);border-radius:25px;color:#00457c;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px}.about-intro{padding:120px 20px;background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.intro-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c;margin-bottom:25px;line-height:1.2}.intro-lead{font-size:1.15rem;color:#333;line-height:1.8;margin-bottom:20px;font-weight:500}.intro-content p{color:#555;line-height:1.8;margin-bottom:40px}.intro-stats{display:flex;gap:20px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 15px;background:linear-gradient(135deg,#00457c0d,#00b8d90d);border-radius:16px;border:1px solid rgba(0,69,124,.1);flex:1;min-width:110px}.stat-number{font-size:2rem;font-weight:800;color:#00457c;line-height:1;margin-bottom:8px}.stat-label{font-size:.75rem;color:#666;font-weight:500;white-space:nowrap}.intro-image{position:relative}.image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00457c40,0 0 0 1px #00457c0d}.image-wrapper img{width:100%;height:450px;object-fit:cover;display:block}.image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,69,124,.2),transparent 50%)}.floating-card{position:absolute;bottom:-30px;left:-30px;background:#fff;padding:20px 30px;border-radius:16px;box-shadow:0 15px 40px #0000001a;display:flex;align-items:center;gap:15px}.floating-card .card-icon{width:40px;height:40px;color:#00b8d9}.floating-card span{font-weight:600;color:#00457c;font-size:.95rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about-founder{padding:120px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.founder-grid{display:grid;grid-template-columns:400px 1fr;gap:80px;align-items:center}.founder-image{position:relative}.image-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00457c4d}.image-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid rgba(0,184,217,.3);border-radius:24px;z-index:1;pointer-events:none}.image-frame img{width:100%;height:500px;object-fit:cover;object-position:center;display:block}.founder-badge{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#00457c,#00b8d9);padding:12px 30px;border-radius:30px;box-shadow:0 10px 30px #00457c4d}.founder-badge span{color:#fff;font-weight:700;font-size:.9rem;letter-spacing:1px}.founder-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c;margin-bottom:30px;line-height:1.2}.founder-quote{font-size:1.25rem;font-style:italic;color:#333;line-height:1.8;margin-bottom:25px;padding-left:25px;border-left:4px solid #00b8d9}.founder-content p{color:#555;line-height:1.9;margin-bottom:20px;font-size:1.05rem}.about-products{padding:120px 20px;background:#fff}.products-header{text-align:center;max-width:600px;margin:0 auto 60px}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c;margin-bottom:20px}.products-header p{color:#666;font-size:1.1rem;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto}.product-item{display:flex;align-items:center;gap:15px;padding:20px 25px;background:linear-gradient(135deg,#00457c08,#00b8d908);border:1px solid rgba(0,69,124,.1);border-radius:12px;transition:all .3s ease}.product-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00457c1a;border-color:#00b8d94d}.product-item .check-icon{width:24px;height:24px;color:#00b8d9;flex-shrink:0}.product-item span{font-weight:600;color:#333;font-size:.95rem}.about-featured{padding:120px 20px;background:linear-gradient(135deg,#00457c,#002d54);position:relative;overflow:hidden}.about-featured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 0% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 100% 0%,rgba(0,184,217,.1) 0%,transparent 40%)}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.featured-content .section-label{background:#00b8d933;border-color:#00b8d966;color:#00b8d9}.featured-content h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:25px;line-height:1.2}.featured-lead{font-size:1.15rem;color:#fffffff2;line-height:1.8;margin-bottom:20px}.featured-content p{color:#fffc;line-height:1.8;margin-bottom:30px}.featured-benefits{display:grid;grid-template-columns:1fr 1fr;gap:15px}.benefit{display:flex;align-items:center;gap:12px;color:#fff}.benefit svg{width:20px;height:20px;color:#00b8d9;flex-shrink:0}.benefit span{font-size:.95rem;font-weight:500}.featured-image{position:relative}.featured-image img{width:100%;border-radius:24px;box-shadow:0 30px 60px #0006}.about-values{padding:120px 20px;background:#fff}.values-header{text-align:center;margin-bottom:60px}.values-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.value-card{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#00457c05,#00b8d905);border:1px solid rgba(0,69,124,.08);border-radius:20px;transition:all .4s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00457c26;border-color:#00b8d94d}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,#00457c,#00b8d9);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;transition:transform .4s ease}.value-card:hover .value-icon{transform:scale(1.1) rotate(-5deg)}.value-icon svg{width:32px;height:32px;color:#fff}.value-card h3{font-size:1.3rem;font-weight:700;color:#00457c;margin-bottom:15px}.value-card p{color:#666;line-height:1.7;font-size:.95rem}.about-custom{padding:120px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.custom-bg{position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,184,217,.08) 0%,transparent 70%);border-radius:50%}.custom-content{max-width:800px;position:relative;z-index:1}.custom-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c;margin-bottom:25px;line-height:1.2}.custom-content>p{color:#555;line-height:1.9;font-size:1.1rem;margin-bottom:20px}.custom-features{display:flex;flex-direction:column;gap:25px;margin:40px 0}.feature{display:flex;align-items:flex-start;gap:25px}.feature-number{font-size:2rem;font-weight:800;color:#00b8d9;line-height:1;min-width:50px}.feature-text h4{font-size:1.2rem;font-weight:700;color:#00457c;margin-bottom:5px}.feature-text p{color:#666;font-size:.95rem;margin:0}.custom-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 10px 30px #00457c4d}.custom-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00457c66}.about-cta{padding:100px 20px;background:linear-gradient(135deg,#00457c,#002d54);text-align:center;position:relative;overflow:hidden}.about-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(0,184,217,.1) 0%,transparent 40%)}.about-cta .container{position:relative;z-index:1}.about-cta h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.3}.about-cta p{color:#ffffffd9;font-size:1.15rem;max-width:600px;margin:0 auto 40px;line-height:1.7}.cta-buttons .btn-primary{padding:16px 40px;background:#fff;color:#00457c;text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 10px 30px #0003}.cta-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.cta-buttons .btn-secondary{padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.4);transition:all .3s ease}.cta-buttons .btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width: 1024px){.intro-grid{grid-template-columns:1fr;gap:60px}.intro-image{order:-1}.floating-card{bottom:-20px;left:20px}.founder-grid{grid-template-columns:1fr;gap:60px;text-align:center}.founder-image{max-width:400px;margin:0 auto}.founder-quote{border-left:none;padding-left:0;border-top:4px solid #00b8d9;padding-top:25px;text-align:center}.founder-content p{text-align:left}.products-grid{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr;gap:50px}.featured-image{order:-1}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-hero{min-height:50vh}.about-hero .container{padding:100px 20px 60px}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.stat{min-width:unset;padding:18px 10px}.stat-label{font-size:.7rem}.image-wrapper img{height:350px}.image-frame img{height:400px}.products-grid{grid-template-columns:1fr}.product-item{padding:18px 20px}.featured-benefits{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr;gap:20px}.value-card{padding:30px 25px}.feature{gap:15px}.feature-number{font-size:1.5rem;min-width:40px}}@media (max-width: 480px){.about-intro,.about-founder,.about-products,.about-values,.about-custom,.about-featured{padding:80px 15px}.about-cta{padding:70px 15px}.floating-card{display:none}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.stat{min-width:unset;padding:15px 8px}.stat-number{font-size:1.4rem}.stat-label{font-size:.65rem;white-space:nowrap}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary,.custom-btn{width:100%;max-width:280px;text-align:center}}.products-page{overflow-x:hidden}.products-hero{position:relative;min-height:55vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.products-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00457c,#002d54,#001a33);z-index:0}.products-hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 30%,rgba(0,184,217,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(0,184,217,.1) 0%,transparent 40%)}.products-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/Hero%20Section%20Images/All%20IN%20One%20Baseplate.webp) center/cover no-repeat;opacity:.06;z-index:1}.products-hero .container{position:relative;z-index:2;padding:120px 20px 80px}.products-label{display:inline-block;padding:8px 20px;background:#00b8d933;border:1px solid rgba(0,184,217,.4);border-radius:30px;color:#00b8d9;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:25px;animation:fadeInDown .8s ease}.products-hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.1;animation:fadeInUp .8s ease .2s both}.products-hero p{font-size:clamp(1rem,2vw,1.3rem);color:#fffc;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease .4s both}.products-filter{background:#fff;padding:30px 20px;position:sticky;top:80px;z-index:100;box-shadow:0 4px 20px #0000000d}.filter-wrapper{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.filter-btn{padding:12px 28px;border:2px solid rgba(0,69,124,.15);background:transparent;border-radius:50px;font-size:.9rem;font-weight:600;color:#555;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#00457c;color:#00457c}.filter-btn.active{background:linear-gradient(135deg,#00457c,#00b8d9);border-color:transparent;color:#fff;box-shadow:0 5px 20px #00457c4d}.products-grid-section{padding:80px 20px;background:linear-gradient(180deg,#f8fafc,#fff)}.products-grid-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.products-grid-section .product-card{background:#fff;border-radius:20px;overflow:visible!important;box-shadow:0 5px 30px #00000014;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;aspect-ratio:unset!important;display:flex!important;flex-direction:column!important}.products-grid-section .product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00457c26}.products-grid-section .product-image{position:relative;height:220px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;border-radius:20px 20px 0 0;flex-shrink:0}.products-grid-section .product-image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .5s ease}.products-grid-section .product-card:hover .product-image img{transform:scale(1.08)}.products-grid-section .product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00457ce6,#00b8d9e6);display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transition:opacity .4s ease}.products-grid-section .product-card:hover .product-overlay{opacity:1}.products-grid-section .product-overlay span{color:#fff;font-weight:600;font-size:1rem}.products-grid-section .product-overlay svg{color:#fff;width:20px;height:20px}.products-grid-section .product-info{padding:25px;display:block!important;background:#fff;border-radius:0 0 20px 20px}.products-grid-section .product-category{display:inline-block;padding:4px 12px;background:#00457c14;border-radius:20px;font-size:.7rem;font-weight:600;color:#00457c;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.products-grid-section .product-info h3{display:block;font-size:1.15rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;line-height:1.3}.products-grid-section .product-info p{display:block;font-size:.9rem;color:#666;line-height:1.6}.products-why{padding:100px 20px;background:#fff}.why-header{text-align:center;margin-bottom:60px}.why-header .section-label{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#00457c1a,#00b8d91a);border:1px solid rgba(0,69,124,.2);border-radius:25px;color:#00457c;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px}.why-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#00457c}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.why-card{padding:40px 30px;background:linear-gradient(135deg,#00457c05,#00b8d905);border:1px solid rgba(0,69,124,.08);border-radius:20px;transition:all .4s ease;text-align:center}.why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00457c1a;border-color:#00b8d94d}.why-number{font-size:3rem;font-weight:800;color:#00457c1a;margin-bottom:15px}.why-card h3{font-size:1.2rem;font-weight:700;color:#00457c;margin-bottom:12px}.why-card p{font-size:.95rem;color:#666;line-height:1.7}.products-cta{padding:100px 20px;background:linear-gradient(135deg,#00457c,#002d54);text-align:center;position:relative;overflow:hidden}.products-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(0,184,217,.1) 0%,transparent 40%)}.products-cta .container{position:relative;z-index:1}.products-cta h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:20px}.products-cta p{color:#ffffffd9;font-size:1.1rem;max-width:550px;margin:0 auto 40px}.products-cta .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.products-cta .btn-primary{padding:16px 40px;background:#fff;color:#00457c;text-decoration:none;border-radius:50px;font-weight:700;transition:all .3s ease;box-shadow:0 10px 30px #0003}.products-cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.products-cta .btn-secondary{padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;border:2px solid rgba(255,255,255,.4);transition:all .3s ease}.products-cta .btn-secondary:hover{background:#ffffff1a;border-color:#fff}.btn-inquire{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 30px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;text-decoration:none;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.btn-inquire svg{width:18px;height:18px;transition:transform .3s ease}.btn-inquire:hover svg{transform:translate(5px)}@media (max-width: 1200px){.products-grid-section .products-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.products-grid-section .products-grid{grid-template-columns:repeat(2,1fr);gap:25px}.modal-grid{grid-template-columns:1fr}.modal-gallery{padding:30px}.main-image img{height:280px}.modal-details{padding:30px}.modal-details h2{font-size:1.6rem}}@media (max-width: 768px){.products-hero{min-height:45vh}.products-hero .container{padding:100px 20px 60px}.products-filter{padding:20px 15px;top:70px}.filter-btn{padding:10px 20px;font-size:.8rem}.products-grid-section{padding:50px 15px}.products-grid-section .products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.products-grid-section .product-image{height:160px}.products-grid-section .product-info{padding:18px}.products-grid-section .product-info h3{font-size:1rem}.products-grid-section .product-info p{font-size:.8rem}.why-grid{grid-template-columns:1fr;gap:20px}.why-card{padding:30px 25px}.modal-content{border-radius:20px;max-height:95vh}.modal-gallery{padding:20px}.main-image img{height:220px}.thumbnail{width:55px;height:55px}.modal-details{padding:25px 20px}.modal-details h2{font-size:1.4rem}.modal-actions{flex-direction:column}.products-cta{padding:70px 20px}.products-cta .cta-buttons{flex-direction:column;align-items:center}.products-cta .btn-primary,.products-cta .btn-secondary{width:100%;max-width:280px;text-align:center}}@media (max-width: 480px){.products-grid-section .products-grid{grid-template-columns:1fr;gap:20px}.products-grid-section .product-image{height:200px}.products-grid-section .product-info{padding:20px}.products-grid-section .product-info p{display:block}.filter-wrapper{gap:8px}.filter-btn{padding:8px 16px;font-size:.75rem}}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:50px;padding-top:30px;border-top:1px solid rgba(0,69,124,.1)}.pagination-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid #00457c;background:transparent;border-radius:50%;color:#00457c;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(.disabled){background:#00457c;color:#fff;transform:scale(1.05)}.pagination-btn.disabled{opacity:.3;cursor:not-allowed;border-color:#ccc;color:#ccc}.pagination-info{font-size:1rem;font-weight:600;color:#2d3e50}.pagination-info span:first-child{color:#00457c;font-size:1.2rem}.other-products-section{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.other-products-header{text-align:center;margin-bottom:60px}.other-products-header .section-label{display:inline-block;padding:8px 20px;background:#00b8d91a;border-radius:30px;color:#00b8d9;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:15px}.other-products-header h2{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:15px}.other-products-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.other-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.other-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000000f;cursor:pointer;transition:all .4s ease}.other-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00457c26}.other-product-image{position:relative;height:200px;overflow:hidden}.other-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.other-product-card:hover .other-product-image img{transform:scale(1.1)}.other-product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,69,124,.9) 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;gap:8px;opacity:0;transition:opacity .3s ease}.other-product-card:hover .other-product-overlay{opacity:1}.other-product-overlay span{color:#fff;font-weight:500;font-size:.9rem}.other-product-overlay svg{color:#fff}.other-product-info{padding:25px}.other-product-info h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:10px;line-height:1.4}.other-product-info p{font-size:.85rem;color:#666;line-height:1.5}.other-product-modal .other-modal-content{max-width:900px;max-height:85vh;overflow-y:auto}.other-modal-grid{padding:40px}.other-modal-header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.other-modal-header h2{font-size:1.8rem;font-weight:700;color:#00457c;margin-bottom:10px}.other-modal-header p{font-size:1rem;color:#666;max-width:600px;margin:0 auto}.specifications-table{background:#f8fafc;border-radius:12px;overflow:hidden;margin-bottom:30px}.spec-table-header{display:grid;grid-template-columns:1.5fr 1fr 2fr;background:#00457c;color:#fff;font-weight:600;font-size:.9rem}.spec-table-header .spec-col{padding:15px 20px}.spec-table-body{max-height:400px;overflow-y:auto}.spec-row{display:grid;grid-template-columns:1.5fr 1fr 2fr;border-bottom:1px solid #e0e0e0;transition:background .2s ease}.spec-row:hover{background:#00457c08}.spec-row .spec-col{padding:12px 20px;font-size:.85rem;color:#2d3e50}.spec-row .product-col{font-weight:500;color:#1a1a2e}.spec-row .model-col{color:#00457c;font-family:monospace;font-size:.8rem}.spec-row .instruction-col{color:#666}.other-modal-actions{display:flex;justify-content:center}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:50px;padding:20px 0}.pagination-btn{width:50px;height:50px;border:2px solid rgba(0,69,124,.2);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#00457c;font-size:1.2rem}.pagination-btn:hover:not(:disabled){background:#00457c;color:#fff;border-color:#00457c;transform:scale(1.05)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;gap:10px}.pagination-number{width:45px;height:45px;border:2px solid rgba(0,69,124,.2);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#00457c;font-weight:600;font-size:1rem}.pagination-number:hover{background:#00457c1a;border-color:#00457c}.pagination-number.active{background:#00457c;color:#fff;border-color:#00457c}.other-products-section{padding:100px 20px;background:linear-gradient(180deg,#f8fafc,#fff)}.other-products-section .section-header{text-align:center;margin-bottom:50px}.other-products-section .section-label{display:inline-block;padding:8px 20px;background:#00b8d91a;border:1px solid rgba(0,184,217,.3);border-radius:30px;color:#00b8d9;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.other-products-section .section-header h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#1a1a2e;margin-bottom:15px}.other-products-section .section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.other-products-tabs{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:50px}.other-tab{padding:14px 30px;border:2px solid rgba(0,69,124,.15);background:#fff;border-radius:50px;font-size:.95rem;font-weight:600;color:#2d3e50;cursor:pointer;transition:all .3s ease}.other-tab:hover{border-color:#00457c;color:#00457c;background:#00457c0d}.other-tab.active{background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;border-color:transparent;box-shadow:0 8px 25px #00457c4d}.other-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.other-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.other-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.other-product-image{width:100%;height:180px;overflow:hidden;background:#f5f7fa;display:flex;align-items:center;justify-content:center}.other-product-image img{width:100%;height:100%;object-fit:contain;padding:15px;transition:transform .3s ease}.other-product-card:hover .other-product-image img{transform:scale(1.05)}.other-product-info{padding:20px}.other-product-info h4{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.other-product-specs{display:flex;flex-direction:column;gap:8px}.other-product-specs .spec-row{display:flex;gap:8px;font-size:.8rem}.other-product-specs .spec-label{color:#00457c;font-weight:600;white-space:nowrap}.other-product-specs .spec-value{color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1200px){.other-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.other-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.other-products-section{padding:70px 20px}.other-products-section .section-header h2{font-size:2rem}.other-products-tabs{gap:10px}.other-tab{padding:10px 20px;font-size:.85rem}.other-products-grid{grid-template-columns:1fr;gap:20px}.pagination-controls{gap:15px;margin-top:30px}.pagination-btn{width:45px;height:45px}.pagination-number{width:40px;height:40px;font-size:.9rem}}@media (max-width: 480px){.other-product-info{padding:15px}.other-product-info h4{font-size:.9rem}.other-products-tabs{flex-direction:column;align-items:stretch}.other-tab{text-align:center}}.product-details-page{overflow-x:hidden;background:#f8fafc}.product-breadcrumb{padding:100px 20px 20px;background:linear-gradient(135deg,#00457c,#002d54)}.product-breadcrumb .container{display:flex;align-items:center;gap:10px;font-size:.9rem}.product-breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.product-breadcrumb a:hover{color:#fff}.product-breadcrumb span{color:#ffffff80}.product-breadcrumb .current{color:#00b8d9;font-weight:500}.product-main{padding:40px 20px 80px;background:linear-gradient(180deg,#00457c,#002d54 150px,#f8fafc 150px)}.back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:30px}.back-button:hover{background:#fff3;transform:translate(-5px)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.product-gallery{position:sticky;top:100px}.main-image-container{position:relative;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001a;cursor:zoom-in;aspect-ratio:1}.image-badge{position:absolute;top:20px;left:20px;padding:8px 16px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:30px;z-index:2}.main-product-image{width:100%;height:100%;object-fit:contain;padding:40px;transition:transform .5s ease}.main-image-container:hover .main-product-image{transform:scale(1.05)}.image-zoom-hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:8px 16px;background:#0009;color:#fff;font-size:.8rem;border-radius:20px;opacity:0;transition:opacity .3s ease}.main-image-container:hover .image-zoom-hint{opacity:1}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:none;background:#fff;box-shadow:0 5px 20px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:3}.gallery-nav:hover{background:#00457c;color:#fff;transform:translateY(-50%) scale(1.1)}.gallery-nav.prev{left:20px}.gallery-nav.next{right:20px}.gallery-nav svg{width:22px;height:22px}.thumbnail-strip{display:flex;gap:12px;margin-top:20px;justify-content:center}.thumbnail-btn{width:80px;height:80px;border-radius:12px;border:3px solid transparent;background:#fff;padding:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 15px #00000014}.thumbnail-btn:hover{border-color:#00457c4d;transform:translateY(-3px)}.thumbnail-btn.active{border-color:#00457c;box-shadow:0 5px 20px #00457c33}.thumbnail-btn img{width:100%;height:100%;object-fit:contain}.image-counter{text-align:center;margin-top:15px;font-size:.9rem;color:#666;font-weight:500}.product-info-section{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 40px #00000014}.product-header{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid rgba(0,0,0,.08)}.product-category-tag{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#00457c1a,#00b8d91a);color:#00457c;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:15px}.product-info-section h1{font-size:2.2rem;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:15px}.product-tagline{font-size:1.1rem;color:#555;line-height:1.7}.product-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:30px}.feature-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#00b8d90d,#00457c0d);border-radius:12px;transition:all .3s ease}.feature-item:hover{background:linear-gradient(135deg,#00b8d91a,#00457c1a);transform:translate(5px)}.feature-check{width:18px;height:18px;color:#00b8d9;flex-shrink:0}.feature-item span{font-size:.9rem;color:#333;font-weight:500}.product-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px}.highlight-item{display:flex;align-items:center;gap:12px}.highlight-icon{width:40px;height:40px;padding:10px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;border-radius:12px;flex-shrink:0}.highlight-item h4{font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:2px}.highlight-item p{font-size:.8rem;color:#666}.product-actions{display:flex;gap:12px;margin-bottom:25px}.btn-primary-large{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 30px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;text-decoration:none;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary-large:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00457c59}.btn-secondary-large{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 25px;background:#fff;color:#00457c;border:2px solid rgba(0,69,124,.2);border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary-large:hover{border-color:#00457c;background:#00457c0d}.btn-secondary-large .filled{fill:#e74c3c;color:#e74c3c}.btn-icon-large{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid rgba(0,69,124,.2);border-radius:14px;cursor:pointer;transition:all .3s ease}.btn-icon-large:hover{border-color:#00457c;background:#00457c0d}.btn-icon-large svg{width:22px;height:22px;color:#00457c}.quick-contact{padding:20px;background:linear-gradient(135deg,#00457c0d,#00b8d90d);border-radius:14px;border-left:4px solid #00b8d9}.quick-contact p{font-size:.9rem;color:#555;margin-bottom:12px}.contact-options{display:flex;gap:20px;flex-wrap:wrap}.contact-link{display:inline-flex;align-items:center;gap:8px;color:#00457c;text-decoration:none;font-size:.95rem;font-weight:600;transition:color .3s ease}.contact-link:hover{color:#00b8d9}.contact-link svg{width:18px;height:18px}.product-description-section{padding:80px 20px;background:#fff}.description-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:start}.description-content h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin-bottom:20px}.description-content>p{font-size:1.1rem;color:#555;line-height:1.9;margin-bottom:35px}.description-features h3{font-size:1.3rem;font-weight:700;color:#00457c;margin-bottom:20px}.description-features ul{list-style:none;padding:0;margin:0}.description-features li{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:1rem;color:#444}.description-features li:last-child{border-bottom:none}.description-features li svg{width:20px;height:20px;color:#00b8d9;flex-shrink:0}.specifications-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;padding:35px;position:sticky;top:100px}.specifications-card h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid rgba(0,69,124,.1)}.specs-list{margin-bottom:25px}.spec-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}.spec-row:last-child{border-bottom:none}.spec-label{font-size:.9rem;color:#666;font-weight:500}.spec-value{font-size:.9rem;color:#1a1a2e;font-weight:600;text-align:right}.download-spec-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:#fff;border:2px solid rgba(0,69,124,.2);border-radius:12px;color:#00457c;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.download-spec-btn:hover{background:#00457c;border-color:#00457c;color:#fff}.related-products-section{padding:80px 20px;background:linear-gradient(180deg,#f8fafc,#fff)}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin-bottom:10px}.section-header p{font-size:1.1rem;color:#666}.related-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.related-product-card{background:#fff;border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:0 5px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1)}.related-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00457c26}.related-product-image{height:200px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px;display:flex;align-items:center;justify-content:center}.related-product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .5s ease}.related-product-card:hover .related-product-image img{transform:scale(1.08)}.related-product-info{padding:25px}.related-category{display:inline-block;padding:5px 12px;background:linear-gradient(135deg,#00457c14,#00b8d914);border-radius:20px;font-size:.7rem;font-weight:600;color:#00457c;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.related-product-info h4{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:12px;line-height:1.3}.view-details{display:inline-flex;align-items:center;gap:5px;font-size:.9rem;font-weight:600;color:#00457c;transition:all .3s ease}.related-product-card:hover .view-details{color:#00b8d9;gap:10px}.product-cta-section{padding:100px 20px;background:linear-gradient(135deg,#00457c,#002d54);position:relative;overflow:hidden}.product-cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(0,184,217,.1) 0%,transparent 40%)}.cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:15px}.cta-content p{font-size:1.1rem;color:#ffffffd9;margin-bottom:35px}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-cta-primary{padding:18px 45px;background:#fff;color:#00457c;text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 10px 30px #0003}.btn-cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.btn-cta-secondary{padding:18px 45px;background:transparent;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.4);transition:all .3s ease}.btn-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.image-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease;cursor:zoom-out}.image-zoom-modal img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:12px}.zoom-close{position:absolute;top:30px;right:30px;width:50px;height:50px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;font-size:2rem;cursor:pointer;transition:all .3s ease}.zoom-close:hover{background:#fff3;transform:rotate(90deg)}.zoom-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.zoom-nav:hover{background:#fff3}.zoom-nav.prev{left:30px}.zoom-nav.next{right:30px}.zoom-nav svg{width:28px;height:28px}.zoom-counter{position:absolute;bottom:30px;left:50%;transform:translate(-50%);padding:10px 25px;background:#ffffff1a;color:#fff;border-radius:30px;font-size:.95rem;font-weight:500}.product-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px}.not-found-content{text-align:center;max-width:500px}.not-found-content h1{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:15px}.not-found-content p{font-size:1.1rem;color:#666;margin-bottom:30px}.back-to-products{display:inline-flex;align-items:center;gap:10px;padding:16px 35px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-to-products:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00457c4d}@media (max-width: 1024px){.product-grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:relative;top:0}.description-grid{grid-template-columns:1fr;gap:40px}.specifications-card{position:relative;top:0}.related-products-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.product-breadcrumb{padding:90px 15px 15px}.product-breadcrumb .container{font-size:.8rem}.product-main{padding:30px 15px 60px}.product-info-section{padding:25px;border-radius:20px}.product-info-section h1{font-size:1.6rem}.product-features-grid{grid-template-columns:1fr;gap:10px}.product-highlights{grid-template-columns:1fr;gap:12px;padding:20px}.product-actions{flex-direction:column}.btn-secondary-large,.btn-icon-large{width:100%}.contact-options{flex-direction:column;gap:12px}.product-description-section{padding:50px 15px}.description-content h2{font-size:1.6rem}.specifications-card{padding:25px;border-radius:20px}.related-products-section{padding:50px 15px}.related-products-grid{grid-template-columns:1fr;gap:20px}.product-cta-section{padding:60px 15px}.cta-buttons{flex-direction:column;align-items:center}.btn-cta-primary,.btn-cta-secondary{width:100%;max-width:300px;text-align:center}.thumbnail-strip{gap:8px}.thumbnail-btn{width:60px;height:60px}.gallery-nav{width:40px;height:40px}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}}.search-results-page{overflow-x:hidden}.search-hero{position:relative;padding:140px 20px 80px;background:linear-gradient(135deg,#00457c,#002d54,#001a33);text-align:center;overflow:hidden}.search-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 30%,rgba(0,184,217,.2) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(0,184,217,.1) 0%,transparent 40%)}.search-hero .container{position:relative;z-index:1}.search-label{display:inline-block;padding:8px 20px;background:#00b8d933;border:1px solid rgba(0,184,217,.4);border-radius:30px;color:#00b8d9;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;animation:fadeInDown .6s ease}.search-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:35px;animation:fadeInUp .6s ease .1s both}.search-hero-form{max-width:700px;margin:0 auto;animation:fadeInUp .6s ease .2s both}.search-hero-input-wrapper{display:flex;align-items:center;background:#fff;border-radius:60px;padding:8px 8px 8px 25px;box-shadow:0 15px 50px #0003}.search-hero-icon{width:24px;height:24px;color:#00457c;flex-shrink:0}.search-hero-input{flex:1;padding:15px;border:none;background:transparent;font-size:1.1rem;color:#1a1a2e;outline:none}.search-hero-input::placeholder{color:#999}.search-hero-clear{width:36px;height:36px;border-radius:50%;border:none;background:#00457c1a;color:#00457c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-right:10px}.search-hero-clear:hover{background:#00457c;color:#fff}.search-hero-btn{padding:15px 35px;background:linear-gradient(135deg,#00457c,#00b8d9);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.search-hero-btn:hover{transform:scale(1.02);box-shadow:0 10px 30px #00457c66}.search-results-section{padding:80px 20px;background:linear-gradient(180deg,#f8fafc,#fff);min-height:50vh}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:25px;border-bottom:2px solid rgba(0,69,124,.1)}.results-info h2{font-size:1.8rem;font-weight:700;color:#00457c;margin-bottom:5px}.results-info p{font-size:1rem;color:#666}.clear-search-btn{padding:12px 25px;background:transparent;border:2px solid rgba(0,69,124,.2);border-radius:50px;color:#00457c;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-search-btn:hover{border-color:#00457c;background:#00457c0d}.search-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.search-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 30px #00000014;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;text-decoration:none;color:inherit}.search-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00457c26}.search-product-image{position:relative;height:220px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden}.search-product-image img{width:100%;height:100%;object-fit:contain;padding:25px;transition:transform .5s ease}.search-product-card:hover .search-product-image img{transform:scale(1.08)}.search-product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00457ce6,#00b8d9e6);display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transition:opacity .4s ease}.search-product-card:hover .search-product-overlay{opacity:1}.search-product-overlay span{color:#fff;font-weight:600;font-size:1rem}.search-product-overlay svg{color:#fff;width:20px;height:20px}.search-product-info{padding:25px;flex:1;display:flex;flex-direction:column}.search-product-category{display:inline-block;padding:5px 14px;background:linear-gradient(135deg,#00457c14,#00b8d914);border-radius:20px;font-size:.7rem;font-weight:600;color:#00457c;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;align-self:flex-start}.search-product-info h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;line-height:1.3}.search-product-info>p{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:15px;flex:1}.search-product-features{display:flex;flex-wrap:wrap;gap:8px}.feature-tag{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:#00b8d914;border-radius:20px;font-size:.75rem;color:#00457c;font-weight:500}.feature-tag svg{width:12px;height:12px;color:#00b8d9}.no-results{text-align:center;padding:80px 20px;background:#fff;border-radius:24px;box-shadow:0 5px 30px #0000000d}.no-results-icon{width:100px;height:100px;background:linear-gradient(135deg,#00457c1a,#00b8d91a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.no-results-icon svg{width:45px;height:45px;color:#00457c}.no-results h3{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin-bottom:10px}.no-results>p{font-size:1.1rem;color:#666;margin-bottom:30px}.no-results-suggestions{margin-bottom:30px}.no-results-suggestions span{display:block;font-size:.9rem;color:#999;margin-bottom:15px}.suggestion-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.suggestion-btn{padding:10px 22px;background:linear-gradient(135deg,#00457c0d,#00b8d90d);border:1px solid rgba(0,69,124,.15);border-radius:50px;color:#00457c;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.suggestion-btn:hover{background:linear-gradient(135deg,#00457c,#00b8d9);border-color:transparent;color:#fff;transform:translateY(-2px)}.browse-all-btn{padding:16px 40px;background:linear-gradient(135deg,#00457c,#00b8d9);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.browse-all-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00457c4d}.search-cta{padding:100px 20px;background:linear-gradient(135deg,#00457c,#002d54);text-align:center;position:relative;overflow:hidden}.search-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(0,184,217,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(0,184,217,.1) 0%,transparent 40%)}.search-cta .container{position:relative;z-index:1}.search-cta h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:20px}.search-cta p{color:#ffffffd9;font-size:1.1rem;max-width:550px;margin:0 auto 40px}.search-cta .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.search-cta .btn-primary{padding:16px 40px;background:#fff;color:#00457c;text-decoration:none;border-radius:50px;font-weight:700;transition:all .3s ease;box-shadow:0 10px 30px #0003}.search-cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.search-cta .btn-secondary{padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;border:2px solid rgba(255,255,255,.4);transition:all .3s ease}.search-cta .btn-secondary:hover{background:#ffffff1a;border-color:#fff}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;width:45px;height:45px;border-radius:50%;border:none;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.modal-close:hover{background:#00457c1a;transform:rotate(90deg)}.modal-close svg{width:22px;height:22px;color:#333}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-gallery{padding:40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.main-image{position:relative;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:20px}.main-image img{width:100%;height:350px;object-fit:contain;padding:20px}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;border:none;background:#fff;box-shadow:0 5px 20px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery-nav:hover{background:#00457c;color:#fff}.gallery-nav.prev{left:15px}.gallery-nav.next{right:15px}.gallery-nav svg{width:20px;height:20px}.thumbnail-grid{display:flex;gap:10px;flex-wrap:wrap}.thumbnail{width:70px;height:70px;border-radius:10px;overflow:hidden;border:3px solid transparent;cursor:pointer;transition:all .3s ease;background:#fff;padding:0}.thumbnail:hover{border-color:#00457c4d}.thumbnail.active{border-color:#00457c}.thumbnail img{width:100%;height:100%;object-fit:contain}.modal-details{padding:50px 40px}.modal-category{display:block;font-size:.8rem;font-weight:600;color:#00b8d9;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.modal-details h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin-bottom:20px;line-height:1.2}.modal-description{font-size:1rem;color:#555;line-height:1.8;margin-bottom:30px}.modal-features h4{font-size:1rem;font-weight:700;color:#00457c;margin-bottom:15px}.modal-features ul{list-style:none;padding:0;margin:0 0 30px}.modal-features li{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.modal-features li:last-child{border-bottom:none}.feature-icon{width:20px;height:20px;color:#00b8d9;flex-shrink:0}.modal-features li span{font-size:.95rem;color:#444}.modal-actions{display:flex;gap:15px}.btn-inquire{flex:1;padding:16px 30px;background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;text-decoration:none;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.btn-inquire:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00457c4d}.btn-download{padding:16px 30px;background:transparent;color:#00457c;border:2px solid rgba(0,69,124,.2);border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-download:hover{border-color:#00457c;background:#00457c0d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.search-products-grid{grid-template-columns:repeat(2,1fr);gap:25px}.modal-grid{grid-template-columns:1fr}.modal-gallery{padding:30px}.main-image img{height:280px}.modal-details{padding:30px}.modal-details h2{font-size:1.6rem}}@media (max-width: 768px){.search-hero{padding:120px 15px 60px}.search-hero-input-wrapper{flex-wrap:wrap;padding:15px;border-radius:20px}.search-hero-input{width:100%;padding:10px 0}.search-hero-btn{width:100%;margin-top:10px}.search-hero-clear{position:absolute;top:20px;right:15px}.results-header{flex-direction:column;align-items:flex-start;gap:15px}.search-results-section{padding:50px 15px}.search-products-grid{grid-template-columns:1fr;gap:20px}.search-product-image{height:200px}.search-product-info{padding:20px}.search-product-info h3{font-size:1.1rem}.search-cta{padding:70px 20px}.search-cta .cta-buttons{flex-direction:column;align-items:center}.search-cta .btn-primary,.search-cta .btn-secondary{width:100%;max-width:280px;text-align:center}.modal-content{border-radius:20px}.modal-gallery{padding:20px}.main-image img{height:220px}.thumbnail{width:55px;height:55px}.modal-details{padding:25px 20px}.modal-details h2{font-size:1.4rem}.modal-actions{flex-direction:column}}.demo-video-page{min-height:100vh;background:#f8fafc}.demo-hero{position:relative;padding:160px 0 80px;overflow:hidden}.demo-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00457c,#00b8d9,#00d4d7)}.demo-hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.15) 0%,transparent 50%)}.demo-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 40px}.demo-back-link{display:inline-flex;align-items:center;gap:8px;color:#fffc;font-size:.9rem;margin-bottom:30px;transition:all .3s ease}.demo-back-link:hover{color:#fff;gap:12px}.demo-back-link svg{transition:transform .3s ease}.demo-back-link:hover svg{transform:translate(-3px)}.demo-hero-text{max-width:700px}.demo-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:50px;color:#fff;font-size:.85rem;font-weight:500;margin-bottom:20px}.demo-badge svg{width:14px;height:14px}.demo-hero-text h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:15px;line-height:1.1}.demo-subtitle{font-size:1.3rem;color:#ffffffe6;font-weight:400}.demo-video-section{margin-top:-40px;position:relative;z-index:10;padding-bottom:60px}.demo-container{max-width:1200px;margin:0 auto;padding:0 40px}.video-wrapper{max-width:900px;margin:0 auto}.video-frame{position:relative;width:100%;padding-bottom:56.25%;background:#1a1a2e;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #0000004d}.video-frame video,.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block;border-radius:20px;border:none}.video-actions{display:flex;justify-content:center;gap:20px;margin-top:25px}.video-action-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:50px;font-size:.9rem;font-weight:500;color:#2d3e50;cursor:pointer;transition:all .3s ease}.video-action-btn:hover{border-color:#00b8d9;color:#00457c;box-shadow:0 5px 20px #00b8d933}.video-action-btn svg{width:18px;height:18px}.demo-description-section{padding:80px 0;background:#fff}.description-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:start}.description-main h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:20px}.description-main p{font-size:1.1rem;line-height:1.8;color:#555}.info-card{background:linear-gradient(135deg,#f8fafc,#eef2f7);border-radius:20px;padding:30px}.info-card h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:20px}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05)}.info-card li:last-child{border-bottom:none}.check-icon{width:20px;height:20px;color:#00b8d9;flex-shrink:0;margin-top:2px}.info-card li span{font-size:.95rem;color:#444}.demo-benefits-section{padding:80px 0;background:linear-gradient(135deg,#00457c,#003d6b)}.demo-benefits-section h2{font-size:2.2rem;font-weight:700;color:#fff;text-align:center;margin-bottom:50px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.benefit-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:30px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.benefit-card:hover{background:#ffffff26;transform:translateY(-5px)}.benefit-number{font-size:2rem;font-weight:800;color:#00d4d7;margin-bottom:15px}.benefit-card p{font-size:1rem;color:#ffffffe6;line-height:1.6}.demo-related-section{padding:80px 0;background:#fff}.demo-related-section h2{font-size:2rem;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:40px}.related-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.related-card{display:flex;align-items:center;gap:12px;padding:16px 28px;background:linear-gradient(135deg,#f8fafc,#eef2f7);border-radius:50px;font-size:1rem;font-weight:600;color:#2d3e50;transition:all .3s ease}.related-card:hover{background:linear-gradient(135deg,#00457c,#00b8d9);color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #00457c4d}.related-card svg{width:18px;height:18px;transition:transform .3s ease}.related-card:hover svg{transform:translate(3px)}.demo-cta-section{padding:60px 0 100px;background:#f8fafc}.cta-card{background:linear-gradient(135deg,#00457c,#00b8d9);border-radius:24px;padding:50px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-content h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:10px}.cta-content p{font-size:1.1rem;color:#ffffffe6}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#fff;color:#00457c;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease;white-space:nowrap}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translate(3px)}.demo-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-top:100px}.demo-not-found h2{font-size:2rem;color:#1a1a2e}.back-link{display:flex;align-items:center;gap:8px;color:#00457c;font-weight:500;transition:all .3s ease}.back-link:hover{color:#00b8d9}@media (max-width: 968px){.demo-hero-text h1{font-size:2.5rem}.description-grid{grid-template-columns:1fr;gap:40px}.cta-card{flex-direction:column;text-align:center;padding:40px}}@media (max-width: 768px){.demo-hero{padding:140px 0 60px}.demo-hero-content{padding:0 20px}.demo-hero-text h1{font-size:2rem}.demo-subtitle{font-size:1.1rem}.demo-container{padding:0 20px}.video-actions{flex-direction:column;align-items:center}.demo-description-section,.demo-benefits-section,.demo-related-section{padding:60px 0}.description-main h2,.demo-benefits-section h2,.demo-related-section h2{font-size:1.6rem}.benefits-grid{grid-template-columns:1fr 1fr}.cta-content h2{font-size:1.4rem}}@media (max-width: 480px){.demo-hero-text h1{font-size:1.8rem}.benefits-grid{grid-template-columns:1fr}.related-grid{flex-direction:column;align-items:stretch}.related-card{justify-content:space-between}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a1628,#1a2d4a,#0d2137);position:relative;overflow:hidden;padding:2rem}.not-found-container{position:relative;z-index:1;text-align:center;max-width:700px;width:100%}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#00d4aa,#00b894);top:-100px;left:-100px;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#00b894,#00cec9);top:20%;right:-50px;animation-delay:-5s}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#00cec9,#00d4aa);bottom:20%;left:10%;animation-delay:-10s}.shape-4{width:250px;height:250px;background:linear-gradient(135deg,#00d4aa,#00b894);bottom:-80px;right:20%;animation-delay:-15s}.shape-5{width:100px;height:100px;background:linear-gradient(135deg,#00b894,#00d4aa);top:40%;left:5%;animation-delay:-7s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(90deg)}50%{transform:translateY(-50px) rotate(180deg)}75%{transform:translate(-30px,-30px) rotate(270deg)}}.not-found-content{position:relative;z-index:2}.error-code{margin-bottom:1rem}.glitch{font-size:clamp(100px,20vw,180px);font-weight:900;color:#00d4aa;position:relative;display:inline-block;text-shadow:0 0 10px rgba(0,212,170,.5),0 0 20px rgba(0,212,170,.3),0 0 40px rgba(0,212,170,.2);animation:glitch-skew 4s infinite linear alternate-reverse}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch:before{color:#ff6b6b;animation:glitch-effect 3s infinite linear alternate-reverse;clip-path:polygon(0 0,100% 0,100% 35%,0 35%);transform:translate(-3px)}.glitch:after{color:#4ecdc4;animation:glitch-effect 2s infinite linear alternate-reverse;clip-path:polygon(0 65%,100% 65%,100% 100%,0 100%);transform:translate(3px)}@keyframes glitch-effect{0%{transform:translate(0)}20%{transform:translate(-3px,3px)}40%{transform:translate(-3px,-3px)}60%{transform:translate(3px,3px)}80%{transform:translate(3px,-3px)}to{transform:translate(0)}}@keyframes glitch-skew{0%{transform:skew(0)}10%{transform:skew(-1deg)}20%{transform:skew(1deg)}30%{transform:skew(0)}to{transform:skew(0)}}.medical-cross{position:relative;width:80px;height:80px;margin:2rem auto}.cross-vertical,.cross-horizontal{position:absolute;background:linear-gradient(135deg,#00d4aa,#00b894);border-radius:4px}.cross-vertical{width:20px;height:60px;top:10px;left:30px}.cross-horizontal{width:60px;height:20px;top:30px;left:10px}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:3px solid #00d4aa;border-radius:50%;animation:pulse-out 2s infinite ease-out;opacity:0}.pulse-ring.delay-1{animation-delay:.6s}.pulse-ring.delay-2{animation-delay:1.2s}@keyframes pulse-out{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.not-found-title{font-size:clamp(1.8rem,5vw,2.5rem);color:#fff;margin-bottom:1rem;font-weight:700}.not-found-message{font-size:clamp(1rem,2.5vw,1.2rem);color:#ffffffb3;line-height:1.8;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.primary-btn{background:linear-gradient(135deg,#00d4aa,#00b894);color:#fff;box-shadow:0 4px 20px #00d4aa66}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00d4aa80}.secondary-btn{background:transparent;color:#00d4aa;border:2px solid #00d4aa}.secondary-btn:hover{background:#00d4aa1a;transform:translateY(-3px)}.quick-links{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.quick-links-title{color:#ffffff80;font-size:.9rem;margin-bottom:1rem}.quick-links-list{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.quick-links-list a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease;position:relative}.quick-links-list a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00d4aa;transition:width .3s ease}.quick-links-list a:hover{color:#00d4aa}.quick-links-list a:hover:after{width:100%}.dna-helix{position:absolute;right:-50px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;opacity:.3}.dna-pair{display:flex;align-items:center;gap:4px;animation:dna-wave 2s infinite ease-in-out}.dna-dot{width:12px;height:12px;border-radius:50%;background:#00d4aa}.dna-dot.left{animation:dna-left 2s infinite ease-in-out}.dna-dot.right{animation:dna-right 2s infinite ease-in-out}.dna-line{width:30px;height:3px;background:linear-gradient(90deg,#00d4aa,#00b894);border-radius:2px}@keyframes dna-wave{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@keyframes dna-left{0%,to{transform:scale(1);background:#00d4aa}50%{transform:scale(.6);background:#00b894}}@keyframes dna-right{0%,to{transform:scale(.6);background:#00b894}50%{transform:scale(1);background:#00d4aa}}@media (max-width: 768px){.not-found-page{padding:1rem}.dna-helix{display:none}.action-btn{padding:.875rem 1.5rem;font-size:.95rem}.quick-links-list{gap:1.5rem}.medical-cross{width:60px;height:60px}.cross-vertical{width:16px;height:48px;top:6px;left:22px}.cross-horizontal{width:48px;height:16px;top:22px;left:6px}.pulse-ring{width:60px;height:60px}}@media (max-width: 480px){.not-found-actions{flex-direction:column;align-items:center}.action-btn{width:100%;max-width:250px;justify-content:center}.quick-links-list{gap:1rem}}.cursor-follower{position:fixed;width:8px;height:8px;background-color:#000;border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:transform .1s ease-out,opacity .3s ease,background-color .3s ease,width .2s ease,height .2s ease;opacity:0;display:flex;align-items:center;justify-content:center}.cursor-follower.visible{opacity:1}.cursor-follower.on-dark{background-color:#999}.cursor-follower.on-testimonials{width:50px;height:30px;background-color:#2d3e50;border-radius:20px;gap:8px}.cursor-arrow{color:#fff;font-size:18px;font-weight:300;line-height:1}a:hover~.cursor-follower,button:hover~.cursor-follower{transform:translate(-50%,-50%) scale(1.5)}.app{min-height:100vh;position:relative}.page-content{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#f5f7fa;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}
