*{margin:0;padding:0;box-sizing:border-box}:root{--text-blue: #02243e;--text-gray: #707070;--text-primary: #0971ce;--header-bg: #02243e;--header-border: #ffffff;--header-text: #ffffff;--board-blue-dark: #02243e;--board-blue: #0971ce;--board-cyan: #88fcff;--board-gray-light: #ededed;--board-gray-dark: #bcbcbc;--board-gray: #cecece;--board-green: #caffcf;--primary-dark: var(--text-blue);--primary-cyan: var(--board-cyan);--primary-green: var(--board-green);--gray-light: var(--board-gray-light);--gray-medium: var(--board-gray);--text-dark: var(--text-blue);--text-light: var(--text-gray);--gray-200: #dfdfdf;--gray-300: #d3d3d3;--gray-400: #b6b6b6;--gray-500: #b3e5fc}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-dark);background:#fff}.header{background:var(--header-bg);color:var(--header-text);position:relative}.header-container{margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo img{height:32px;display:block}.header-toggle{display:none;background:transparent;border:none;color:var(--header-text);cursor:pointer;padding:.5rem}.header-nav{display:flex;gap:1rem;transition:all .3s ease-in-out}.header-btn{padding:.5rem 1rem;border:1px solid var(--header-border);border-radius:16px;background:transparent;color:var(--header-text);cursor:pointer;transition:all .2s ease;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.header-btn:hover{background:var(--header-text);color:var(--header-bg)}@media(max-width:768px){.header-container{padding:.75rem 1rem}.header-toggle{display:block}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--header-bg);flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 10px 15px -3px #0000001a;z-index:50}.header-nav.is-open{display:flex;animation:slideDown .3s ease-out}.header-btn{width:100%;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem;font-size:1rem;justify-content:flex-start}.header-btn:last-child{border-bottom:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:#fff;color:var(--text-gray);padding:0}.footer-container{width:100%;background-color:var(--board-blue-dark);margin:0 auto;padding:0}.footer-topper{height:32px;background-color:var(--board-blue)}.footer-grid{display:grid;background-color:var(--board-blue-dark);color:#fff;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-subtitle{font-weight:700;margin:1rem 0 .5rem}.footer-text{font-size:.875rem;color:#d0d0d0;line-height:1.6}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.5rem}.footer-list a{font-size:.875rem;color:#d0d0d0;text-decoration:none;transition:.2s}.footer-list a:hover{color:var(--primary-cyan)}.highlight{color:var(--primary-cyan);font-weight:700}.footer-copy{background-color:#fff;padding:1.5rem 1rem;font-size:.875rem;line-height:.9rem;color:var(--text-gray)}.footer-copy p+p{margin-top:.75rem}.tab-container{padding-left:0;padding-right:0;border:1px solid var(--gray-medium);border-radius:12px;box-shadow:8px 8px 8px #0000000d,-8px 8px 8px #0000000d}.tabs{display:flex;background:#fff;border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 2px 8px #0000000d}.tab-btn{flex:1;padding:4px 8px;border:none;background:var(--gray-300);color:var(--text-light);cursor:pointer;font-size:20px;font-weight:500;transition:all .3s}.tab-btn:hover{background:var(--board-gray-dark);color:var(--text-light)}.tab-btn.active{background:var(--board-cyan);color:var(--text-dark)}.tab-content{padding:1rem 2rem 0;min-height:50vh}.product-section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}table{border-collapse:collapse;color:var(--text-blue)}thead{background-color:var(--primary-cyan)}thead th{padding:.6rem;text-align:left;font-weight:400;font-size:16px;color:var(--text-blue)}tbody td{padding:.6rem;font-size:16px;font-weight:600;border-top:1px solid var(--gray-500)}tbody tr{color:var(--text-blue);background-color:var(--gray-200)}tbody tr:hover{background-color:var(--gray-400)}table tbody tr:nth-child(odd){background-color:var(--board-gray-light)}table tbody tr:nth-child(2n){background-color:var(--board-green)}select,input[type=number]{border:1px solid var(--board-gray);border-radius:12px;padding:.4rem .5rem;font-size:16px;font-weight:600}select:focus,input[type=number]:focus{outline:none;box-shadow:0 0 0 1px var(--board-cyan)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}select{cursor:pointer;background-color:#fff;padding:.4rem .5rem}input[type=number]{max-width:100%;text-align:center;color:var(--text-primary);-moz-appearance:textfield}@media(max-width:768px){input[type=number]{max-width:100px}}.select-wrapper{position:relative;max-width:200px}.select-wrapper__mobile{position:relative;margin:auto auto 24px;max-width:100%;width:100%}.custom-select{width:100%;padding:4px 32px 4px 8px;font-size:16px;color:var(--text-blue);font-weight:400;background:#fff;border:1px solid #ccc;border-radius:12px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.select-wrapper__mobile:after,.select-wrapper:after{content:"";position:absolute;top:50%;right:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--board-blue);transform:translateY(-50%);pointer-events:none}.custom-select option{padding:8px;font-size:16px}.custom-select option:first-child{border-radius:12px 12px 0 0!important}.custom-select option:last-child{border-radius:0 0 12px 12px}.custom-select:focus{border-color:#5dd3d3;outline:none;box-shadow:0 0 0 2px #5dd3d34d}.hero-carousel{width:100%;height:100%}.hero-carousel .splide__track{width:100%;height:100%;overflow:hidden}.hero-carousel .splide__list{width:100%;height:100%}.hero-carousel .splide__slide{width:100%;height:100%;display:flex!important}.hero-carousel .splide__slide>div{width:100%;height:100%}.hero-carousel .splide__pagination{bottom:1.5rem}.hero-carousel .splide__pagination__page{width:12px;height:12px;background-color:#fff9;border-radius:50%;margin:0 .4rem;transition:all .3s ease}.hero-carousel .splide__pagination__page.is-active{background-color:#fff;width:32px;border-radius:6px}.hero-carousel .splide__pagination__page:hover{background-color:#ffffffe6}.hero-carousel .splide__progress__bar{background-color:#0971ce;height:3px}
