@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{color:#fff;background:#0f0f0f}h1,h2,h3{letter-spacing:1px}button{cursor:pointer}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{margin:0;padding:0;font-family:DM Sans,sans-serif}.navbar{z-index:1000;box-sizing:border-box;background:#0b2c3d;justify-content:space-between;align-items:center;width:100%;max-width:100vw;padding:16px 60px;font-family:DM Sans,sans-serif;transition:background .35s,box-shadow .35s,padding .35s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#0a2533;padding:12px 60px;box-shadow:0 4px 24px #00000026}.logo{object-fit:contain;z-index:1100;cursor:pointer;width:auto;height:38px;transition:height .3s;position:relative}.navbar.scrolled .logo{height:34px}.nav-links{gap:40px;margin:0;padding:0;list-style:none;display:flex}.nav-links li{color:#e8f0f5;letter-spacing:.01em;cursor:pointer;white-space:nowrap;font-size:15px;font-weight:500;transition:color .25s;position:relative}.nav-links li:after{content:"";background:#f5a623;border-radius:2px;width:0%;height:2px;transition:width .28s;position:absolute;bottom:-6px;left:0}.nav-links li:hover:after{width:100%}.nav-links li:hover{color:#f5a623}.products-trigger{align-items:center;gap:6px;display:flex}.dropdown-arrow{transition:transform .25s}.products-menu.active .dropdown-arrow,.dropdown-arrow.rotated{transform:rotate(180deg)}.products-dropdown-enhanced{opacity:0;visibility:hidden;z-index:1050;will-change:transform, opacity;background:#fff;border-radius:16px;width:820px;max-width:calc(100vw - 40px);transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 12px);left:-80px;overflow:hidden;transform:translateY(-8px);box-shadow:0 20px 40px #00000026,0 4px 12px #0000001a}.products-menu:hover .products-dropdown-enhanced,.products-menu.active .products-dropdown-enhanced{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-container{background:#fff;gap:24px;width:100%;padding:24px;display:flex}.dropdown-categories{border-right:1px solid #0b2c3d1a;flex-shrink:0;width:220px;padding-right:20px}.dropdown-category-item{cursor:pointer;color:#2c4c5e;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dropdown-category-item:hover{color:#f5a623;background:#f5a62314}.dropdown-category-item.active{color:#f5a623;background:#f5a6231f}.category-name{flex:1}.category-arrow{opacity:0;transition:opacity .2s,transform .2s}.dropdown-category-item:hover .category-arrow,.dropdown-category-item.active .category-arrow{opacity:1;transform:translate(2px)}.dropdown-subcategories{flex:1;min-width:0;max-height:420px;padding-right:8px;overflow-y:auto}.dropdown-subcategories::-webkit-scrollbar{width:4px}.dropdown-subcategories::-webkit-scrollbar-track{background:#0b2c3d0d;border-radius:4px}.dropdown-subcategories::-webkit-scrollbar-thumb{background:#f5a62366;border-radius:4px}.subcategories-grid{flex-direction:column;gap:4px;display:flex}.subcategory-item{cursor:pointer;border-bottom:none;border-radius:8px;margin-bottom:4px;padding:10px 12px;transition:all .2s}.subcategory-item:hover{background:#f5a62314;padding-left:16px}.subcategory-name{color:#2c4c5e;margin-bottom:0;font-size:14px;font-weight:500}.dropdown-featured{border-left:1px solid #0b2c3d1a;flex-shrink:0;width:180px;padding-left:20px}.featured-title{color:#0b2c3d;text-transform:uppercase;letter-spacing:.02em;margin-bottom:16px;font-size:13px;font-weight:700}.featured-links{flex-direction:column;gap:12px;display:flex}.featured-links a{color:#5a6e7a;cursor:pointer;padding:4px 0;font-size:13px;text-decoration:none;transition:color .2s;display:block}.featured-links a:hover{color:#f5a623}.empty-state{color:#8a9aa5;text-align:center;justify-content:center;align-items:center;height:200px;font-size:13px;display:flex}.hamburger{cursor:pointer;z-index:1100;border-radius:10px;flex-direction:column;gap:5px;padding:8px;transition:background .2s;display:none;position:relative}.hamburger:hover{background:#ffffff1a}.hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .32s cubic-bezier(.23,1,.32,1),opacity .22s;display:block}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .32s;display:none;position:fixed;inset:0}.mobile-products-menu{background:#f8fafc;width:100%;max-height:0;transition:max-height .4s cubic-bezier(.23,1,.32,1);display:none;overflow:hidden}.mobile-products-menu.open{max-height:70vh;overflow-y:auto}.mobile-category-title{color:#0b2c3d;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s;display:flex}.mobile-category-title:active{background:#f5a62314}.mobile-category-arrow{color:#94a3b8;transition:transform .3s}.mobile-category-arrow.expanded{transform:rotate(180deg)}.mobile-subcategories{background:#f8fafc;max-height:0;transition:max-height .3s cubic-bezier(.23,1,.32,1);overflow:hidden}.mobile-subcategories.expanded{max-height:500px}.mobile-subcategory{color:#475569;cursor:pointer;border-left:3px solid #0000;padding:12px 24px 12px 48px;font-size:14px;transition:all .2s}.mobile-subcategory:active{color:#f5a623;background:#f5a62314;border-left-color:#f5a623}.mobile-quick-links{background:#fff;border-top:1px solid #0b2c3d14;margin-top:8px;padding:16px 24px}.mobile-quick-title{color:#0b2c3d;text-transform:uppercase;letter-spacing:.02em;margin-bottom:12px;font-size:13px;font-weight:600}.mobile-quick-links a{color:#475569;padding:10px 0;font-size:14px;text-decoration:none;transition:color .2s;display:block}.mobile-quick-links a:active{color:#f5a623}@media (width<=768px){.navbar{background:#0b2c3d;padding:14px 20px}.navbar.scrolled{background:#0a2533;padding:12px 20px}.hamburger{display:flex}.nav-overlay{display:block}.nav-overlay.active{opacity:1;pointer-events:all}.nav-links{z-index:1050;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border-radius:20px 0 0 20px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:min(85vw,360px);height:100dvh;padding:70px 0 20px;transition:transform .38s cubic-bezier(.23,1,.32,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-8px 0 40px #00000026}.nav-links.open{transform:translate(0%)}.nav-links::-webkit-scrollbar{width:3px}.nav-links::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.nav-links::-webkit-scrollbar-thumb{background:#f5a623;border-radius:10px}.nav-links li{color:#0b2c3d;white-space:normal;border-bottom:1px solid #0b2c3d14;width:100%;padding:0;font-size:16px;font-weight:500}.nav-links li:first-child{border-top:1px solid #0b2c3d14}.nav-links li:after{display:none}.nav-links li:not(.products-menu){padding:16px 24px}.nav-links li:not(.products-menu):active{color:#f5a623;background:#0b2c3d0d}.products-menu{flex-direction:column}.products-trigger{cursor:pointer;justify-content:space-between;width:100%;padding:16px 24px}.products-trigger:active{background:#0b2c3d0d}.products-dropdown-enhanced{display:none!important}.mobile-products-menu{display:block}.nav-links.open li{animation:.35s cubic-bezier(.23,1,.32,1) both slideIn}.nav-links.open li:first-child{animation-delay:50ms}.nav-links.open li:nth-child(2){animation-delay:90ms}.nav-links.open li:nth-child(3){animation-delay:.13s}.nav-links.open li:nth-child(4){animation-delay:.17s}.nav-links.open li:nth-child(5){animation-delay:.21s}}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width>=769px) and (width<=1024px){.navbar{padding:16px 32px}.navbar.scrolled{padding:12px 32px}.nav-links{gap:28px}.products-dropdown-enhanced{width:720px;max-width:calc(100vw - 40px);left:-40px}}@media (width>=1025px) and (width<=1280px){.products-dropdown-enhanced{width:780px;max-width:calc(100vw - 40px);left:-60px}}@media (width>=769px){.mobile-products-menu{display:none!important}}.hero-container{background:#000;width:100%;height:100vh;position:relative;overflow:hidden}.hero-slide{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute}.hero-slide.active{opacity:1}@media (width<=768px){.hero-container{aspect-ratio:1530/641;height:auto;margin-top:58px}.hero-slide{object-fit:contain;background:#000;width:100%;height:100%;position:absolute}}.company{background:#f5f5f5;justify-content:space-between;align-items:center;gap:80px;padding:100px 80px;display:flex}.company-left{width:45%;position:relative}.blue-bg{z-index:1;background:#1f66b2;width:75%;height:75%;position:absolute;bottom:0;left:0}.img-main{z-index:2;width:75%;margin-left:60px;position:relative}.img-small{z-index:3;width:55%;position:absolute;bottom:-50px;right:0;box-shadow:0 15px 40px #00000040}.company-right{width:50%}.company-right h2{color:#1f66b2;font-size:36px;font-weight:700}.company-right h3{color:#000;margin-bottom:20px;font-size:24px;font-weight:700}.company-right p{color:#666;margin-bottom:20px;font-size:15px;line-height:1.8}.company-right h4{color:#2a7ea8;margin:20px 0;font-size:20px;font-weight:700}.company-right button{color:#fff;cursor:pointer;background:#123d6b;border:none;margin-top:20px;padding:14px 35px;font-weight:600}.company-right button:hover{background:#0e2f52}@media (width<=1024px){.company{gap:48px;padding:80px 48px}.company-right h2{font-size:30px}.company-right h3{font-size:20px}}@media (width<=768px){.company{flex-direction:column;gap:0;padding:60px 24px 72px}.company-left{width:100%;min-height:260px;margin-bottom:70px}.blue-bg{width:70%;height:80%}.img-main{width:70%;margin-left:40px}.img-small{width:48%;bottom:-45px;right:0}.company-right{width:100%}.company-right h2{font-size:26px}.company-right h3{font-size:18px}.company-right h4{font-size:17px}.company-right p{font-size:14px}.line{width:120px}.company-right button{width:100%;padding:14px 20px;font-size:15px}}.footer{color:#b8c7d9;background:linear-gradient(135deg,#0a2a3a 0%,#0a1a2a 100%);border-top:1px solid #0d6ea833;padding:40px 60px 24px;position:relative}.footer:before{content:"";background:linear-gradient(90deg,#0d6ea8,#1a8bbf,#0d6ea8);height:2px;position:absolute;top:0;left:0;right:0}.footer-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.footer-content{grid-template-columns:1fr .8fr .6fr;gap:40px;margin-bottom:32px;display:grid}.footer-map-section{flex-direction:column;gap:12px;display:flex}.footer-map{border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000026}.footer-map:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.footer-address{color:#b8c7d9;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.footer-address p{margin:0;font-size:13px;line-height:1.5}.map-link{color:#0d6ea8;align-items:center;gap:4px;width:fit-content;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.map-link:hover{color:#1a8bbf;gap:8px}.footer-contact-section{flex-direction:column;gap:16px;display:flex}.footer-title{color:#fff;letter-spacing:.5px;width:fit-content;margin:0 0 4px;font-size:16px;font-weight:700;display:inline-block;position:relative}.footer-title:after{content:"";background:linear-gradient(90deg,#0d6ea8,#1a8bbf);border-radius:2px;width:30px;height:2px;position:absolute;bottom:-6px;left:0}.footer-contact-item{align-items:flex-start;gap:12px;display:flex}.footer-icon{color:#0d6ea8;flex-shrink:0;width:18px;height:18px;margin-top:2px}.contact-emails,.contact-phones{flex-direction:column;gap:6px;display:flex}.contact-emails a,.contact-phones a{color:#b8c7d9;font-size:13px;text-decoration:none;transition:all .2s}.contact-emails a:hover,.contact-phones a:hover{color:#0d6ea8;display:inline-block;transform:translate(3px)}.footer-hours-section{flex-direction:column;gap:16px;display:flex}.footer-hours-item{align-items:flex-start;gap:12px;display:flex}.hours-details{flex-direction:column;gap:8px;display:flex}.hours-row{flex-direction:column;gap:2px;display:flex}.hours-row span{color:#8a9bb0;font-size:12px}.hours-row strong{color:#fff;font-size:13px;font-weight:600}.footer-bottom{text-align:center;color:#8a9bb0;border-top:1px solid #b8c7d91a;padding-top:24px;font-size:12px}.footer-bottom p{margin:0}@media (width<=1024px){.footer{padding:32px 40px 20px}.footer-content{gap:30px}}@media (width<=900px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-map-section{grid-column:1/-1;width:100%;max-width:500px;margin:0 auto}.footer-contact-section{justify-self:end}.footer-hours-section{justify-self:start}}@media (width<=768px){.footer{padding:32px 24px 20px}.footer-content{grid-template-columns:1fr;gap:28px;margin-bottom:28px}.footer-map-section{max-width:100%;margin:0}.footer-contact-section,.footer-hours-section{justify-self:start}.footer-title:after{left:0;transform:none}.footer-contact-item,.footer-hours-item,.footer-address{justify-content:flex-start}.contact-emails a,.contact-phones a{display:inline-block}}@media (width<=480px){.footer{padding:24px 20px 16px}.footer-content{gap:24px;margin-bottom:24px}.footer-title{font-size:15px}.footer-address p,.contact-emails a,.contact-phones a,.hours-row strong{font-size:12px}.footer-icon{width:16px;height:16px}.footer-map iframe{height:160px}.footer-bottom{padding-top:20px;font-size:11px}}.products{background:#0f5a73;padding:90px 0}.slider-section{text-align:center;margin-bottom:70px}.slider-section h2{color:#eaf4f8;font-size:30px;font-weight:700}.line{background:#cfe3ea;width:220px;height:2px;margin:12px auto 35px}.slider{justify-content:center;align-items:center;display:flex;position:relative}.slider-window{width:1100px;overflow:hidden}.slider-track{gap:20px;transition:transform .6s ease-in-out;display:flex}.card{background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:140px;padding:12px;display:flex;box-shadow:0 4px 12px #00000026}.card img{object-fit:contain;max-width:100%;max-height:100%}.arrow{color:#d6e8ef;cursor:pointer;z-index:2;background:0 0;border:none;padding:0 8px;font-size:34px;line-height:1;transition:color .2s;position:absolute}.arrow:hover{color:#fff}.arrow.left{left:calc(50% - 600px)}.arrow.right{right:calc(50% - 600px)}.dots{margin-top:18px}.dots span{background:#6fa4b6;border-radius:50%;width:6px;height:6px;margin:0 4px;transition:background .25s;display:inline-block}.dots .active{background:#fff;transform:scale(1.4)}@media (width<=768px){.products{padding:60px 0 50px}.slider-section{margin-bottom:50px}.slider-section h2{font-size:22px}.line{width:140px;margin-bottom:28px}.slider-window{width:calc(100vw - 80px)}.card{border-radius:14px;width:calc(100vw - 80px);height:200px}.slider-track{gap:20px}.arrow{padding:0 4px;font-size:40px}.arrow.left{left:4px}.arrow.right{right:4px}}.highlight{text-align:center;background:#f2f2f2;padding:50px 30px}.section-title{color:#1f66b2;margin-bottom:0;font-size:32px;font-weight:700}.section-line{background:#2b2b2b;width:220px;height:2px;margin:10px auto 40px}.cards{flex-wrap:wrap;justify-content:center;gap:35px;display:flex}.card-box{background:#fff;border:2px solid #2f3e4e;width:520px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 18px #0003}.card-box:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000040}.img-wrapper{background:#f7f7f7;width:100%;height:180px;overflow:hidden}.img-wrapper img{display:block}.img-wrapper.banner img{object-fit:cover;width:100%;height:100%}.img-wrapper.normal{justify-content:center;align-items:flex-start;display:flex}.img-wrapper.normal img{object-fit:contain;width:auto;height:100%}.card-box h3{color:#1f66b2;max-width:90%;margin:15px auto 8px;font-size:22px;font-weight:700;line-height:1.3}.card-box p{color:#666;text-align:center;max-width:90%;margin:0 auto 20px;font-size:14px;line-height:1.5}@media (width<=768px){.highlight{padding:40px 20px}.section-title{font-size:28px}.cards{gap:25px}.card-box{width:100%;max-width:500px}.img-wrapper{height:160px}.card-box h3{margin:12px auto 6px;font-size:20px}.card-box p{margin:0 auto 16px;font-size:13px}}@media (width<=480px){.highlight{padding:30px 15px}.section-title{font-size:24px}.section-line{width:180px;margin:8px auto 30px}.img-wrapper{height:140px}.card-box h3{font-size:18px}.card-box p{font-size:12px;line-height:1.4}}.about-video{color:#fff;isolation:isolate;background:url(/assets/bg-tech-BBTni4t8.jpg) 50%/cover no-repeat fixed;padding:80px 60px;position:relative}.overlay{z-index:1;background:linear-gradient(135deg,#001428eb 0%,#001e32e0 100%);position:absolute;inset:0}.container{z-index:2;align-items:center;gap:60px;max-width:1400px;margin:0 auto;display:flex;position:relative}.left{flex:1}.left h2{color:#7db4e6;margin-bottom:8px;font-size:clamp(28px,5vw,42px);font-weight:600}.line{background:linear-gradient(90deg,#7db4e6,#0000);border-radius:2px;width:80px;height:3px;margin:0 0 24px}.left p{color:#e0e0e0;margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.7}.left p:last-child{margin-bottom:0}.left strong{color:#7db4e6;font-weight:600}.right{flex:1}.right h2{color:#7db4e6;margin-bottom:24px;font-size:clamp(28px,5vw,42px);font-weight:600}.video-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.video{background:#0000004d;border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.video:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}.video iframe{aspect-ratio:16/9;border:none;width:100%;display:block}@media (width<=968px){.about-video{background-attachment:scroll;padding:60px 30px}.container{flex-direction:column;align-items:stretch;gap:40px}.video-grid{gap:16px}}@media (width<=768px){.video-grid{grid-template-columns:1fr}}@media (width<=640px){.about-video{padding:40px 20px}.video-grid{gap:12px}}@media (prefers-reduced-motion:reduce){.video{transition:none}}.faq{background:linear-gradient(135deg,#eef7ff 0%,#e0f0fa 100%);padding:60px;position:relative;overflow:hidden}.faq:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d6ea814 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(15deg)}.faq:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d6ea80d 0%,#0000 70%);width:50%;height:150%;position:absolute;bottom:-30%;left:-10%}.faq-container{z-index:1;gap:60px;max-width:1400px;margin:0 auto;display:flex;position:relative}.faq-left{justify-content:center;align-items:center;width:45%;display:flex}.faq-image{width:100%;max-width:500px;height:auto;display:block}.faq-right{width:55%}.faq-header{margin-bottom:28px}.faq-header h2{color:#1a4d6b;background:linear-gradient(135deg,#0a5a7e 0%,#1c7ea3 100%);-webkit-text-fill-color:transparent;letter-spacing:-.3px;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:32px;font-weight:700}.faq-header p{color:#4a627a;margin:0;font-size:15px;line-height:1.5}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{background:#fff;border:1px solid #0d6ea81a;border-radius:20px;transition:all .3s cubic-bezier(.2,0,0,1);box-shadow:0 2px 8px #0000000a}.faq-item.active{border-color:#0d6ea833;box-shadow:0 8px 24px #0d6ea81f}.faq-question{color:#1e3a5f;cursor:pointer;border-radius:20px;align-items:center;gap:14px;padding:16px 20px;font-size:16px;font-weight:600;transition:all .25s;display:flex}.faq-question:hover{color:#0d6ea8;background:#f5faff}.faq-question.active{color:#0d6ea8}.faq-icon{color:#0d6ea8;background:#0d6ea81a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:500;transition:transform .2s;display:inline-flex}.faq-question.active .faq-icon{background:#0d6ea826}.faq-question-text{flex:1;line-height:1.4}.faq-answer{color:#2c4a6e;border-top:1px solid #0d6ea81f;margin-top:0;padding:0 20px 20px 58px;font-size:14px;line-height:1.65;animation:.3s cubic-bezier(.2,0,0,1) slideDown}.faq-answer p{margin:12px 0}.faq-answer p:first-child{margin-top:16px}.faq-answer p:last-child{margin-bottom:16px}.faq-answer ul{margin:12px 0;padding-left:0;list-style:none}.bullet-point{align-items:flex-start;gap:10px;margin:10px 0;padding-left:0;list-style:none;display:flex}.bullet-point:before{content:"•";color:#0d6ea8;flex-shrink:0;font-size:18px;font-weight:700;display:inline-block}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.faq{padding:50px 40px}.faq-container{gap:40px}.faq-left{width:42%}.faq-right{width:58%}.faq-header h2{font-size:28px}}@media (width<=768px){.faq{padding:40px 24px}.faq-container{flex-direction:column;gap:35px}.faq-left,.faq-right{width:100%}.faq-left{justify-content:center}.faq-image{max-width:70%;margin:0 auto}.faq-question{padding:14px 18px;font-size:15px}.faq-answer{padding:0 18px 18px 52px;font-size:13px}.faq-icon{width:22px;height:22px;font-size:16px}}@media (width<=480px){.faq{padding:32px 16px}.faq-header h2{font-size:24px}.faq-header p{font-size:13px}.faq-question{gap:10px;padding:12px 14px;font-size:14px}.faq-answer{padding:0 14px 14px 44px;font-size:13px}.faq-icon{width:20px;height:20px;font-size:14px}.faq-image{max-width:85%}}.products-page{background:#f5f7fa;min-height:100vh;padding-top:70px}.products-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0b2c3d 0%,#1a4a62 100%);padding:60px 20px}.products-hero-content h1{margin-bottom:16px;font-size:48px;font-weight:700}.products-hero-content p{opacity:.9;font-size:18px}.products-container{gap:32px;max-width:1400px;margin:0 auto;padding:40px 24px;display:flex}.products-sidebar{background:#fff;border-radius:16px;flex-shrink:0;width:280px;height:fit-content;position:sticky;top:90px;box-shadow:0 2px 8px #00000014}.sidebar-header{border-bottom:2px solid #f0f2f5;padding:20px 20px 16px}.sidebar-header h3{color:#0b2c3d;margin:0;font-size:18px;font-weight:700}.category-list{margin:0;padding:8px 0;list-style:none}.category-item{cursor:pointer;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;margin:4px 8px;padding:12px 20px;transition:all .2s;display:flex}.category-item:hover{background:#f8f9fa;transform:translate(4px)}.category-item.active{color:#f5a623;background:#fef9e8}.category-name{color:#2c3e50;font-size:15px;font-weight:600}.category-item.active .category-name{color:#f5a623}.category-count{color:#5a6c7e;background:#e8ecef;border-radius:20px;padding:2px 8px;font-size:12px;font-weight:600}.category-item.active .category-count{color:#fff;background:#f5a623}.products-main{flex:1;min-width:0}.category-header{background:#fff;border-radius:16px;margin-bottom:24px;padding:24px 28px;box-shadow:0 2px 8px #00000014}.category-header h2{color:#0b2c3d;margin-bottom:8px;font-size:28px;font-weight:700}.category-stats{color:#6c7a8a;gap:12px;margin-bottom:12px;font-size:14px;display:flex}.category-description{color:#4a5a6a;border-top:1px solid #e8ecef;margin-top:12px;padding-top:12px;font-size:15px;line-height:1.6}.subcategory-filter{background:#fff;border-radius:16px;flex-wrap:wrap;gap:12px;margin-bottom:28px;padding:16px 20px;display:flex;box-shadow:0 2px 8px #00000014}.filter-chip{color:#4a5a6a;cursor:pointer;background:#f8f9fa;border:1.5px solid #e8ecef;border-radius:30px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.filter-chip:hover{color:#f5a623;border-color:#f5a623;transform:translateY(-2px);box-shadow:0 2px 6px #f5a62326}.filter-chip.active{color:#fff;background:#f5a623;border-color:#f5a623}.filter-count{background:#00000014;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.filter-chip.active .filter-count{color:#fff;background:#ffffff40}.subcategory-info{background:#eef6ff;border-left:4px solid #378add;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px 20px;display:flex}.info-icon{font-size:20px}.subcategory-info p{color:#185fa5;flex:1;margin:0;font-size:14px;line-height:1.6}.products-count{color:#6c7a8a;margin-bottom:20px;padding:0 4px;font-size:14px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:48px;display:grid}.product-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.product-card.selected{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62333}.product-image-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#e8ecef 100%);justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image{transform:scale(1.08)}.product-placeholder{color:#9aaebf;justify-content:center;align-items:center;font-size:48px;display:flex}.product-details{padding:18px}.product-title{color:#0b2c3d;min-height:44px;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4}.product-spec{color:#6c7a8a;margin-bottom:14px;font-size:13px;font-weight:500}.view-details-btn{color:#0b2c3d;cursor:pointer;background:#f8f9fa;border:1.5px solid #e8ecef;border-radius:10px;width:100%;padding:10px;font-size:13px;font-weight:700;transition:all .2s}.view-details-btn:hover{color:#fff;background:#f5a623;border-color:#f5a623}.no-products{text-align:center;color:#6c7a8a;background:#fff;border-radius:16px;padding:80px 20px}.product-detail-panel{background:#fff;border-top:4px solid #f5a623;border-radius:20px;margin-top:48px;padding:32px;animation:.4s slideUp;box-shadow:0 4px 16px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.detail-header{border-bottom:2px solid #f0f2f5;justify-content:space-between;align-items:flex-start;margin-bottom:28px;padding-bottom:20px;display:flex}.detail-header h3{color:#0b2c3d;margin:0;font-size:24px;font-weight:700}.close-btn{cursor:pointer;color:#6c7a8a;background:#f8f9fa;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:28px;transition:all .2s;display:flex}.close-btn:hover{color:#0b2c3d;background:#e8ecef;transform:rotate(90deg)}.detail-content{grid-template-columns:320px 1fr;gap:32px;display:grid}.detail-image-section{background:linear-gradient(135deg,#f8f9fa 0%,#e8ecef 100%);border-radius:16px;justify-content:center;align-items:center;width:100%;height:320px;display:flex;overflow:hidden}.detail-image-section img{object-fit:cover;width:100%;height:100%}.image-placeholder{color:#9aaebf;justify-content:center;align-items:center;display:flex}.detail-info-section{flex-direction:column;gap:20px;display:flex}.breadcrumb{color:#6c7a8a;border-bottom:1px solid #f0f2f5;padding:8px 0;font-size:13px}.description h4,.variants h4,.specifications h4{color:#0b2c3d;margin-bottom:12px;font-size:16px;font-weight:700}.description p{color:#4a5a6a;background:#f8f9fa;border-radius:12px;padding:16px;font-size:14px;line-height:1.7}.variants-list{flex-direction:column;gap:8px;display:flex}.variant-item{background:#f8f9fa;border:1px solid #e8ecef;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.variant-name{color:#2c3e50;font-weight:600}.variant-range{color:#6c7a8a;font-size:12px}.specs-table{border-collapse:collapse;background:#fafbfc;border-radius:12px;width:100%;overflow:hidden}.spec-row{border-bottom:1px solid #e8ecef}.spec-row:last-child{border-bottom:none}.spec-label{color:#6c7a8a;background:#f8f9fa;width:130px;padding:10px 14px;font-weight:600}.spec-value{color:#4a5a6a;padding:10px 14px}.action-buttons{gap:16px;margin-top:8px;display:flex}.inquire-btn,.brochure-btn{cursor:pointer;border:none;border-radius:12px;padding:12px 28px;font-size:14px;font-weight:700;transition:all .2s}.inquire-btn{color:#fff;background:#f5a623}.inquire-btn:hover{background:#e69500;transform:translateY(-2px);box-shadow:0 4px 12px #f5a6234d}.brochure-btn{color:#0b2c3d;background:#f8f9fa;border:1.5px solid #e8ecef}.brochure-btn:hover{background:#e8ecef;transform:translateY(-2px)}.overview{background:#fff;border-radius:20px;padding:32px}.overview-header{margin-bottom:40px}.overview-header h2{color:#0b2c3d;margin-bottom:8px;font-size:32px;font-weight:700}.overview-header p{color:#6c7a8a;font-size:16px}.category-overview{margin-bottom:48px}.category-overview-header{cursor:pointer;border-bottom:2px solid #e8ecef;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 0;transition:all .2s;display:flex}.category-overview-header:hover{border-bottom-color:#f5a623}.category-overview-header h3{color:#0b2c3d;margin:0 0 6px;font-size:22px;font-weight:700}.category-overview-header p{color:#6c7a8a;margin:0;font-size:13px}.view-all-link{color:#f5a623;font-size:14px;font-weight:600;transition:all .2s}.category-overview-header:hover .view-all-link{transform:translate(4px)}.subcategories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.subcategory-card{cursor:pointer;background:#f8f9fa;border:1px solid #e8ecef;border-radius:12px;padding:20px;transition:all .2s}.subcategory-card:hover{border-color:#f5a623;transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.subcategory-card h4{color:#0b2c3d;margin:0 0 6px;font-size:16px;font-weight:700}.product-count{color:#f5a623;margin:0 0 8px;font-size:12px;font-weight:600}.sub-desc{color:#6c7a8a;margin:0;font-size:12px;line-height:1.5}@media (width<=1024px){.products-container{flex-direction:column}.products-sidebar{width:100%;position:static}.category-list{flex-wrap:wrap;gap:8px;padding:12px;display:flex}.category-item{flex:1;min-width:150px;margin:0}.detail-content{grid-template-columns:1fr}.detail-image-section{height:280px}}@media (width<=768px){.products-hero-content h1{font-size:32px}.products-container{padding:20px 16px}.products-grid{grid-template-columns:1fr}.category-header h2{font-size:24px}.filter-chip{padding:6px 14px;font-size:13px}.action-buttons{flex-direction:column}.inquire-btn,.brochure-btn{width:100%}.overview{padding:20px}.subcategories-grid{grid-template-columns:1fr}}.services-page{background:#f8fafc;min-height:100vh;padding-top:70px}.services-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0b2c3d 0%,#1a4a62 100%);padding:70px 20px;position:relative;overflow:hidden}.services-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;right:-50%}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero-content h1{letter-spacing:-.02em;margin-bottom:20px;font-size:52px;font-weight:700}.hero-line{background:#f5a623;border-radius:2px;width:80px;height:4px;margin:0 auto 24px}.hero-content p{opacity:.92;font-size:18px;line-height:1.6}.services-container{max-width:1400px;margin:0 auto;padding:50px 30px}.service-category{margin-bottom:70px}.category-header{text-align:center;margin-bottom:45px}.category-header h2{color:#0b2c3d;letter-spacing:-.01em;margin-bottom:0;font-size:36px;font-weight:700}.category-line{background:#f5a623;border-radius:2px;width:70px;height:3px;margin:18px auto}.category-description{color:#64748b;max-width:750px;margin:0 auto;font-size:17px;line-height:1.6}.service-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:28px;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.service-card:before{content:"";transform-origin:0;background:#f5a623;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 30px -12px #0000001f}.card-icon{margin-bottom:20px}.card-icon svg{stroke:#f5a623;transition:transform .3s}.service-card:hover .card-icon svg{transform:scale(1.05)}.service-card h3{color:#0b2c3d;letter-spacing:-.3px;margin-bottom:12px;font-size:20px;font-weight:700}.service-card p{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.65}.card-footer{flex-wrap:wrap;gap:10px;display:flex}.badge{color:#0b2c3d;letter-spacing:.3px;background:#f1f5f9;border-radius:20px;padding:5px 12px;font-size:11px;font-weight:600;transition:all .2s;display:inline-block}.badge:hover{color:#fff;background:#f5a623}.capabilities-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:20px;display:grid}.capability-item{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px 24px;transition:all .3s;box-shadow:0 2px 8px #0000000a}.capability-item:hover{border-color:#f5a623;transform:translateY(-4px);box-shadow:0 12px 24px -12px #0000001f}.capability-icon{margin-bottom:20px}.capability-icon svg{stroke:#f5a623}.capability-item h3{color:#0b2c3d;margin-bottom:12px;font-size:18px;font-weight:700}.capability-item p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.certification-section{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin:50px 0;padding:48px 32px;box-shadow:0 2px 8px #0000000a}.certification-content{max-width:800px;margin:0 auto}.cert-badge{color:#f5a623;background:#fef9e8;border-radius:40px;align-items:center;gap:10px;margin-bottom:24px;padding:8px 24px;font-size:14px;font-weight:700;display:inline-flex}.cert-check{font-size:16px;font-weight:700}.certification-section p{color:#334155;margin:0;font-size:15px;line-height:1.7}.services-cta{text-align:center;background:linear-gradient(135deg,#0b2c3d 0%,#1a4a62 100%);border-radius:24px;margin:40px 0 20px;padding:56px 40px}.cta-content{max-width:650px;margin:0 auto}.services-cta h3{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:32px;font-weight:700}.services-cta p{color:#ffffffd9;margin-bottom:32px;font-size:16px;line-height:1.7}.cta-button{color:#0b2c3d;cursor:pointer;background:#f5a623;border:none;border-radius:40px;align-items:center;gap:12px;padding:14px 32px;font-size:15px;font-weight:700;transition:all .3s;display:inline-flex}.cta-button:hover{background:#f5b84d;transform:translateY(-2px);box-shadow:0 8px 20px #f5a62359}.cta-button svg{transition:transform .25s}.cta-button:hover svg{transform:translate(5px)}@media (width<=1024px){.services-page{padding-top:60px}.hero-content h1{font-size:44px}.service-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (width<=768px){.services-page{padding-top:55px}.services-hero{padding:50px 20px}.hero-content h1{font-size:36px}.hero-content p{font-size:16px}.services-container{padding:35px 20px}.category-header h2{font-size:30px}.category-description{font-size:15px}.service-category{margin-bottom:50px}.service-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:24px}.service-card h3{font-size:18px}.capabilities-grid{grid-template-columns:1fr;gap:16px}.capability-item{padding:24px 20px}.certification-section{margin:40px 0;padding:35px 20px}.services-cta{padding:40px 24px}.services-cta h3{font-size:26px}.services-cta p{font-size:15px}.cta-button{padding:12px 28px;font-size:14px}}@media (width<=480px){.services-page{padding-top:50px}.hero-content h1{font-size:28px}.hero-line{width:60px;margin-bottom:18px}.services-container{padding:25px 16px}.category-header h2{font-size:24px}.category-line{width:50px;margin:14px auto}.category-description{font-size:14px}.service-card{padding:20px}.service-card h3{font-size:17px}.service-card p{font-size:13px}.badge{padding:4px 10px;font-size:10px}.capability-item h3{font-size:16px}.capability-item p{font-size:13px}.cert-badge{padding:6px 18px;font-size:12px}.certification-section p{font-size:14px}.services-cta h3{font-size:22px}.services-cta p{font-size:14px}}.cp-root .cp-hero{text-align:center;background:linear-gradient(135deg,#0b2c3d 0%,#1a4a62 100%);padding:70px 20px;position:relative;overflow:hidden}.cp-root .cp-hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.cp-root .cp-hero-content h1{letter-spacing:-.02em;color:#fff;margin-bottom:20px;font-size:52px;font-weight:700}.cp-root .cp-hero-line{background:#f5a623;border-radius:2px;width:80px;height:4px;margin:0 auto 24px}.cp-root .cp-hero-content p{opacity:.92;color:#ffffffe6;font-size:18px;line-height:1.6}.cp-root .cp-container{max-width:1400px;margin:0 auto;padding:60px 30px}.cp-root .cp-cards-section{margin-bottom:60px}.cp-root .cp-cards-grid{grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:60px;display:grid}.cp-root .cp-contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:28px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.cp-root .cp-contact-card:before{content:"";transform-origin:0;background:#f5a623;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.cp-root .cp-contact-card:hover:before{transform:scaleX(1)}.cp-root .cp-contact-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 30px -12px #0000001f}.cp-root .cp-card-icon{justify-content:flex-start;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.cp-root .cp-card-icon svg{stroke:#f5a623;width:32px;height:32px;transition:transform .3s}.cp-root .cp-contact-card:hover .cp-card-icon svg{transform:scale(1.05)}.cp-root .cp-contact-card h3{color:#0b2c3d;letter-spacing:-.3px;margin-bottom:16px;font-size:20px;font-weight:700}.cp-root .cp-card-lines{flex:1;margin:0;padding:0;list-style:none}.cp-root .cp-card-lines li{color:#64748b;word-break:break-word;font-size:14px;line-height:1.8}.cp-root .cp-card-lines a{color:#64748b;text-decoration:none;transition:color .2s}.cp-root .cp-card-lines a:hover{color:#f5a623}.cp-root .cp-hours-rows{flex-direction:column;flex:1;gap:12px;display:flex}.cp-root .cp-hours-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;display:flex}.cp-root .cp-hours-row:last-child{border-bottom:none;padding-bottom:0}.cp-root .cp-hours-day{color:#0b2c3d;font-weight:500}.cp-root .cp-hours-time{color:#64748b}.cp-root .cp-hours-row.closed .cp-hours-day,.cp-root .cp-hours-row.closed .cp-hours-time{color:#ef4444}.cp-root .cp-main-grid{grid-template-columns:1fr 420px;gap:32px;margin-top:20px;display:grid}.cp-root .cp-section-header{text-align:left;margin-bottom:28px}.cp-root .cp-section-header h2{color:#0b2c3d;letter-spacing:-.01em;margin-bottom:8px;font-size:28px;font-weight:700}.cp-root .cp-header-line{background:#f5a623;border-radius:2px;width:50px;height:3px;margin:12px 0 16px}.cp-root .cp-section-header p{color:#64748b;font-size:15px;line-height:1.6}.cp-root .cp-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;box-shadow:0 2px 8px #0000000a}.cp-root .cp-form{flex-direction:column;gap:20px;display:flex}.cp-root .cp-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.cp-root .cp-field{flex-direction:column;gap:8px;display:flex}.cp-root .cp-field label{color:#0b2c3d;letter-spacing:.3px;font-size:13px;font-weight:600}.cp-root .cp-field input,.cp-root .cp-field textarea{color:#0b2c3d;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.cp-root .cp-field input:focus,.cp-root .cp-field textarea:focus{border-color:#f5a623;outline:none;box-shadow:0 0 0 3px #f5a6231a}.cp-root .cp-field input::placeholder,.cp-root .cp-field textarea::placeholder{color:#94a3b8}.cp-root .cp-cta-button{color:#0b2c3d;cursor:pointer;background:#f5a623;border:none;border-radius:40px;align-items:center;gap:12px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s;display:inline-flex}.cp-root .cp-cta-button:hover:not(:disabled){background:#f5b84d;transform:translateY(-2px);box-shadow:0 8px 20px #f5a62359}.cp-root .cp-cta-button:disabled{opacity:.7;cursor:not-allowed}.cp-root .cp-cta-button svg{transition:transform .25s}.cp-root .cp-cta-button:hover:not(:disabled) svg{transform:translate(5px)}.cp-root .cp-form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}.cp-root .cp-form-legal{color:#94a3b8;font-size:12px}.cp-root .cp-map-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;box-shadow:0 2px 8px #0000000a}.cp-root .cp-map-frame{background:#f1f5f9;border-radius:16px;width:100%;height:240px;margin-bottom:20px;overflow:hidden}.cp-root .cp-map-frame iframe{width:100%;height:100%;display:block}.cp-root .cp-map-address-details{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:14px;margin-bottom:20px;padding:16px 0;display:flex}.cp-root .cp-map-address-details svg{flex-shrink:0;margin-top:2px}.cp-root .cp-map-address-details strong{color:#0b2c3d;margin-bottom:4px;font-size:14px;font-weight:700;display:block}.cp-root .cp-map-address-details p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.cp-root .cp-btn-outline{color:#0b2c3d;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:40px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.cp-root .cp-btn-outline:hover{color:#f5a623;background:#f5a6230d;border-color:#f5a623}.cp-root .cp-success-state{text-align:center;padding:40px 20px}.cp-root .cp-success-icon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:32px;font-weight:700;display:flex}.cp-root .cp-success-state h3{color:#0b2c3d;margin-bottom:12px;font-size:22px;font-weight:700}.cp-root .cp-success-state p{color:#64748b;margin-bottom:24px;font-size:14px}.cp-root .cp-error-banner{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px 16px;font-size:13px}.cp-root{background:#f8fafc;min-height:100vh;padding-top:70px}@media (width<=1100px){.cp-root .cp-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=1024px){.cp-root{padding-top:60px}.cp-root .cp-hero-content h1{font-size:44px}.cp-root .cp-main-grid{grid-template-columns:1fr;gap:28px}}@media (width<=768px){.cp-root{padding-top:55px}.cp-root .cp-hero{padding:50px 20px}.cp-root .cp-hero-content h1{font-size:36px}.cp-root .cp-hero-content p{font-size:16px}.cp-root .cp-container{padding:40px 20px}.cp-root .cp-cards-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.cp-root .cp-contact-card{padding:24px}.cp-root .cp-contact-card h3{font-size:18px}.cp-root .cp-form-row{grid-template-columns:1fr;gap:16px}.cp-root .cp-form-panel,.cp-root .cp-map-panel{padding:24px}.cp-root .cp-section-header h2{font-size:24px}.cp-root .cp-form-footer{flex-direction:column;align-items:stretch}.cp-root .cp-cta-button{justify-content:center}.cp-root .cp-form-legal{text-align:center}}@media (width<=480px){.cp-root{padding-top:50px}.cp-root .cp-hero-content h1{font-size:28px}.cp-root .cp-hero-line{width:60px;margin-bottom:18px}.cp-root .cp-container{padding:30px 16px}.cp-root .cp-contact-card h3{font-size:17px}.cp-root .cp-section-header h2{font-size:22px}.cp-root .cp-cards-grid{gap:16px}}
