:root{--color-primary: #003d82;--color-secondary: #0066cc;--color-accent: #ff6b35;--color-text: #333333;--color-text-light: #666666;--color-background: #ffffff;--color-background-alt: #f5f5f5;--color-border: #e0e0e0;--font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-base: 16px;--font-size-small: 14px;--font-size-large: 18px;--font-size-h1: 48px;--font-size-h2: 36px;--font-size-h3: 24px;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--animation-duration-fast: .2s;--animation-duration-normal: .3s;--animation-duration-slow: .6s;--animation-easing: cubic-bezier(.4, 0, .2, 1);--breakpoint-mobile: 768px;--breakpoint-tablet: 1024px;--breakpoint-desktop: 1280px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--color-text);background-color:var(--color-background)}*:focus{outline:2px solid var(--color-secondary);outline-offset:2px}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1rem;background-color:var(--color-secondary);color:#fff;text-decoration:none}.skip-to-main:focus{left:50%;transform:translate(-50%);top:1rem}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}@media(max-width:768px){button,a{min-height:44px;min-width:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.navbar{position:sticky;top:0;width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 2px 8px #0003;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-brand{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;z-index:1001}.brand-logo{height:40px;width:auto;object-fit:contain}.brand-name{color:#fff;text-decoration:none}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:30px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translateY(8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.navbar-item{margin:0}.navbar-link{color:#e0e0e0;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;padding:.5rem 0}.navbar-link:hover{color:#4a90e2}.navbar-link.active{color:#4a90e2;font-weight:600;border-bottom:2px solid #4a90e2}@media(max-width:1024px){.navbar-container{padding:1rem 1.5rem}.navbar-menu{gap:1.5rem}.brand-logo{height:36px}}.navbar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.navbar-overlay.open{display:block;opacity:1}@media(max-width:768px){.navbar-container{padding:1rem}.hamburger-menu{display:flex}.brand-logo{height:32px}.navbar-menu{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-2px 0 10px #0000004d;transition:right .3s ease;overflow-y:auto;z-index:1000}.navbar-menu.open{right:0}.navbar-item{width:100%}.navbar-link{display:block;font-size:1.1rem;padding:.75rem 0;width:100%}}@media(max-width:480px){.navbar-menu{width:80%}.brand-logo{height:28px}.brand-name{font-size:1.2rem}}.hero-section{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;color:#fff;padding:4rem 2rem}.hero-section-full{min-height:580px}.hero-section:before{content:"";position:absolute;background-color:#002fffb1;z-index:1;inset:0;mix-blend-mode:multiply}.hero-section-full:before{content:"";position:absolute;background-color:#fff0;z-index:1;inset:0;mix-blend-mode:multiply}.hero-content{max-width:1200px;text-align:center;position:relative;z-index:2}.hero-heading{font-size:3rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;letter-spacing:.5px}.hero-subheading{font-size:1.5rem;font-weight:400;margin:0;line-height:1.6;opacity:.95}@media(max-width:768px){.hero-section{min-height:300px;padding:3rem 1.5rem}.hero-heading{font-size:2rem}.hero-subheading{font-size:1.125rem}}@media(max-width:480px){.hero-section{min-height:250px;padding:2rem 1rem}.hero-heading{font-size:1.5rem}.hero-subheading{font-size:1rem}}.stylesContainer{width:100%;height:70px;overflow:hidden;display:flex;align-items:center;background-color:#fff;box-shadow:0 25px 50px -12px #00000040;position:relative;padding:0 30px;box-sizing:border-box;z-index:10}.stylesSlider{display:flex;align-items:center;overflow:hidden;position:relative;width:100%}.stylesSliderTrack{display:flex;gap:40px;animation:scroll 25s linear infinite}.stylesTile{color:#1a1a2e;font-size:20px;font-weight:600;padding:8px 25px;border-radius:10px;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:transform .3s ease}.stylesTile:hover{transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.stylesContainer{height:60px;padding:0 15px}.stylesTile{font-size:16px;padding:6px 18px}}.section-container{position:relative;width:100%;padding:5rem 2rem;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden;opacity:0;transform:translateY(60px);transition:all .8s ease}.section-visible{opacity:1;transform:translateY(0)}.section-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}.section-heading{font-size:2.6rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#0f172a;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-heading:after{content:"";display:block;width:60px;height:4px;margin:12px auto 0;border-radius:2px;background:linear-gradient(90deg,#1e90ff,#00c6ff);animation:lineGrow 1s ease forwards}@keyframes lineGrow{0%{width:0;opacity:0}to{width:80px;opacity:1}}.section-subheading{font-size:1.15rem;text-align:center;margin-bottom:3rem;color:#555;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.7}.section-children{width:100%;animation:fadeUp .9s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.section-bg-blur{position:absolute;width:350px;height:350px;border-radius:50%;filter:blur(120px);opacity:.25;animation:float 8s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(30px)}to{transform:translateY(0)}}.section-container:nth-child(2n){background:linear-gradient(180deg,#f8fbff,#fff)}@media(max-width:768px){.section-container{padding:4rem 1.5rem}.section-heading{font-size:2rem}.section-subheading{font-size:1rem}}@media(max-width:480px){.section-container{padding:3rem 1rem}.section-heading{font-size:1.7rem}}.video-bg-section{background:transparent}.section-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.video-overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.section-content{position:relative;z-index:2}.section-subheading-white{color:#fff}.service-card{position:relative;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;padding:2.2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 10px 30px #00000014,inset 0 0 0 1px #fff6;transform-style:preserve-3d;perspective:1000px;overflow:hidden}.service-card:hover{box-shadow:0 25px 60px #00000026,0 0 30px #008cff40}.service-card__glow{position:absolute;width:250px;height:250px;background:radial-gradient(circle,rgba(0,153,255,.35),transparent 70%);top:-50%;left:-50%;opacity:0;transition:opacity .4s ease}.service-card:hover .service-card__glow{opacity:1}.service-card__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#09f,#00c6ff);border-radius:50%;box-shadow:0 10px 20px #00000026;animation:floatIcon 4s ease-in-out infinite}.service-card__icon img{width:40px;height:40px;object-fit:contain}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.service-card__heading{font-size:1.3rem;font-weight:700;color:#0f172a}.service-card__description{font-size:.95rem;color:#555;line-height:1.6}.service-card:before{content:"";position:absolute;top:-120%;left:-120%;width:250%;height:250%;background:linear-gradient(120deg,transparent 40%,rgba(255,255,255,.4),transparent 60%);transform:rotate(25deg);transition:.6s}.service-card:hover:before{top:-20%;left:-20%}@media(max-width:768px){.service-card{padding:1.6rem}.service-card__icon{width:55px;height:55px}}.product-card{position:relative;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 10px 30px #00000014,inset 0 0 0 1px #fff6;transform-style:preserve-3d;perspective:1000px}.product-card:hover{box-shadow:0 25px 60px #00000026,0 0 35px #0099ff40}.product-card__image{position:relative;width:100%;height:200px;overflow:hidden;background:#f3f6fb}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .6s ease}.product-card:hover .product-card__image img{transform:scale(1.1) translateY(-5px)}.product-card__shine{position:absolute;top:-120%;left:-120%;width:250%;height:250%;background:linear-gradient(120deg,transparent 40%,rgba(255,255,255,.5),transparent 60%);transform:rotate(25deg);transition:.7s}.product-card:hover .product-card__shine{top:-20%;left:-20%}.product-card__content{padding:1.2rem;display:flex;flex-direction:column;gap:.35rem}.product-card__name{font-size:1.1rem;font-weight:700;color:#0f172a}.product-card__engine-type{font-size:.85rem;font-weight:600;color:#09f}.product-card__manufacturer{font-size:.85rem;color:#666}.product-card:after{content:"";position:absolute;inset:1;border-radius:18px;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#09f,#00e0ff) border-box;opacity:0;transition:opacity .3s ease}.product-card:hover:after{opacity:1}@media(max-width:768px){.product-card__image{height:170px}.product-card__name{font-size:1rem}}[class*=animation-]{opacity:0;transition-property:opacity,transform;transition-duration:var(--animation-duration, .6s);transition-timing-function:var(--animation-easing, cubic-bezier(.4, 0, .2, 1));transition-delay:var(--animation-delay, 0ms)}.animation-fade-in{opacity:0}.animation-fade-in.animation-visible{opacity:1}.animation-slide-up{opacity:0;transform:translateY(30px)}.animation-slide-up.animation-visible{opacity:1;transform:translateY(0)}.animation-slide-left{opacity:0;transform:translate(30px)}.animation-slide-left.animation-visible{opacity:1;transform:translate(0)}.animation-slide-right{opacity:0;transform:translate(-30px)}.animation-slide-right.animation-visible{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){[class*=animation-]{opacity:1!important;transform:none!important;transition:none!important}}.why-us-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:2.5rem 2.5rem 1.5rem;border:2px solid transparent;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden;min-height:320px}.why-us-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#06c,#004999);transition:width .3s ease}.why-us-card:hover{transform:translate(8px);border-color:#06c;background:#fff;box-shadow:0 8px 24px #0066cc26}.why-us-card:hover:before{width:6px}.why-us-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;padding:.75rem;box-shadow:0 2px 8px #00000014;transition:transform .3s ease}.why-us-card:hover .why-us-card__icon{transform:scale(1.1)}.why-us-card__icon img{width:100%;height:100%;object-fit:contain}.why-us-card__heading{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;transition:color .3s ease}.why-us-card:hover .why-us-card__heading{color:#06c}.why-us-card__description{font-size:1rem;color:#555;line-height:1.7;margin:0}@media(max-width:768px){.why-us-card{padding:1.75rem;gap:1rem}.why-us-card__icon{width:56px;height:56px;padding:.5rem}.why-us-card__heading{font-size:1.5rem}.why-us-card__description{font-size:.95rem}.why-us-card:hover{transform:translate(4px)}}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;max-width:300px;width:100%}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.testimonial-content{margin-bottom:1.5rem}.testimonial-text{font-size:1rem;line-height:1.6;color:#333;font-style:italic;word-wrap:break-word;overflow-wrap:break-word}.testimonial-author{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #e0e0e0;padding-top:1rem;gap:1rem}.author-info{flex:1;min-width:0}.author-name{font-weight:700;color:#1a1a1a;margin-bottom:.25rem;font-size:1rem;word-wrap:break-word}.author-company{color:#666;font-size:.9rem;word-wrap:break-word}.testimonial-rating{display:flex;gap:.25rem;flex-shrink:0}.star{font-size:1.2rem}.star.empty{color:#e0e0e0}@media(max-width:768px){.testimonial-card{padding:1.5rem;max-width:100%}.testimonial-author{flex-direction:column;align-items:flex-start;gap:1rem}}.testimonials-section{padding:4rem 2rem;background-color:#f8f9fa}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-heading{font-size:2.5rem;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:1px}.testimonials-subheading{font-size:1.2rem;text-align:center;color:#666;margin-bottom:3rem}.testimonials-empty{text-align:center;color:#666;font-size:1.1rem;padding:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;justify-items:center}.testimonials-slider-wrapper{position:relative;margin-top:2rem}.testimonials-slider{overflow:hidden;padding:1rem 0}.testimonials-slider:focus{outline:2px solid #003d82;outline-offset:4px}.testimonials-slider-track{display:flex;transition:transform .4s ease-in-out;gap:2rem;padding:0 1rem}.testimonials-slider-item{display:flex;justify-content:center;padding:0 1rem}.testimonials-slider-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.slider-control{background-color:#003d82;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .2s ease;flex-shrink:0}.slider-control:hover:not(:disabled){background-color:#06c;transform:scale(1.1)}.slider-control:focus{outline:2px solid #003d82;outline-offset:2px}.slider-control:disabled{background-color:#ccc;cursor:not-allowed;opacity:.5}.slider-control span{line-height:1;margin-top:-4px}.slider-indicators{display:flex;gap:.5rem;align-items:center}.slider-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #003d82;background-color:transparent;cursor:pointer;padding:0;transition:background-color .3s ease,transform .2s ease}.slider-indicator:hover{transform:scale(1.2)}.slider-indicator:focus{outline:2px solid #003d82;outline-offset:2px}.slider-indicator.active{background-color:#003d82}@media(max-width:768px){.testimonials-section{padding:3rem 1rem}.testimonials-heading{font-size:2rem}.testimonials-subheading{font-size:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonials-slider-track{gap:1rem;padding:0 .5rem}.testimonials-slider-item{padding:0 .5rem}.testimonials-slider-controls{gap:1rem}.slider-control{width:40px;height:40px;font-size:1.5rem}}.testimonial-form-container{display:flex;gap:2rem;max-width:1000px;margin:0 auto;padding:1.5rem}.testimonial-submission-form{flex:1;max-width:500px;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.testimonial-description{flex:1;max-width:500px;padding:1.5rem;background-color:#f8f9fa;border-radius:12px;border:2px solid #e2e8f0}.testimonial-description h3{margin-top:0;margin-bottom:1rem;font-size:1.75rem;color:#333;font-weight:700;font-size:1.5rem}.testimonial-description>p{margin-bottom:1.5rem;color:#555;font-size:1rem;line-height:1.6}.description-points{margin-bottom:1.5rem}.description-point{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#555;font-size:.9375rem;line-height:1.5}.point-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#4a90e2;color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;flex-shrink:0}.description-note{margin-top:1.5rem;padding:1rem;background-color:#fff;border-left:4px solid #4a90e2;border-radius:4px;color:#666;font-size:.875rem;line-height:1.5}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:1rem}.form-group label span[aria-label=required]{color:#e53e3e;margin-left:.25rem}.form-group input,.form-group textarea{width:100%;padding:.6rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.form-group textarea{resize:vertical;min-height:120px}.error-message{display:block;margin-top:.5rem;color:#e53e3e;font-size:.875rem;font-weight:500}.star-rating{display:flex;gap:.5rem;margin-top:.5rem}.star{background:none;border:none;font-size:2rem;color:#cbd5e0;cursor:pointer;transition:all .2s ease;padding:0;line-height:1}.star:hover:not(:disabled),.star:focus:not(:disabled){transform:scale(1.1)}.star:focus{outline:2px solid #4a90e2;outline-offset:4px;border-radius:4px}.star.filled{color:#fbbf24}.star:disabled{cursor:not-allowed;opacity:.6}.submit-button{width:100%;padding:1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;padding:.8rem;font-size:1rem}.submit-button:hover:not(:disabled){background-color:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:focus{outline:2px solid #4a90e2;outline-offset:2px}.submit-button:disabled{background-color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:1024px){.testimonial-form-container{gap:2rem;padding:1.75rem}.testimonial-submission-form,.testimonial-description{padding:1.75rem}.star{font-size:2.25rem}}@media(max-width:768px){.testimonial-form-container{flex-direction:column;gap:2rem;padding:1.5rem}.testimonial-submission-form,.testimonial-description{max-width:100%;padding:1.5rem;border-radius:8px}.testimonial-description h3{font-size:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9375rem}.form-group input,.form-group textarea{padding:.625rem;font-size:.9375rem}.star{font-size:2rem;gap:.375rem}.submit-button{padding:.875rem;font-size:1rem}}@media(max-width:480px){.testimonial-form-container{padding:1.25rem;gap:1.5rem}.testimonial-submission-form,.testimonial-description{padding:1.25rem}.testimonial-description h3{font-size:1.25rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.875rem}.form-group input,.form-group textarea{padding:.5rem;font-size:.875rem}.star{font-size:1.75rem}.submit-button{padding:.75rem;font-size:.9375rem}}.counter-section{padding:var(--spacing-xl) var(--spacing-md);background-color:var(--color-background-alt)}.counter-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-lg);text-align:center}.counter-section__item{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background-color:var(--color-background);border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform var(--animation-duration-normal) var(--animation-easing),box-shadow var(--animation-duration-normal) var(--animation-easing)}.counter-section__item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.counter-section__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.counter-section__icon img{width:100%;height:100%;object-fit:contain}.counter-section__value{font-size:48px;font-weight:700;color:var(--color-primary);line-height:1;display:flex;align-items:baseline;gap:4px}.counter-section__number{font-variant-numeric:tabular-nums}.counter-section__suffix{font-size:36px;color:var(--color-secondary)}.counter-section__label{font-size:var(--font-size-large);color:var(--color-text-light);font-weight:500}@media(max-width:768px){.counter-section{padding:var(--spacing-lg) var(--spacing-sm)}.counter-section__container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--spacing-md)}.counter-section__item{padding:var(--spacing-sm)}.counter-section__value{font-size:36px}.counter-section__suffix{font-size:28px}.counter-section__label{font-size:var(--font-size-base)}}@media(max-width:480px){.counter-section__container{grid-template-columns:1fr 1fr;gap:var(--spacing-sm)}.counter-section__value{font-size:32px}.counter-section__suffix{font-size:24px}.counter-section__label{font-size:var(--font-size-small)}}@media(prefers-reduced-motion:reduce){.counter-section__item{transition:none}.counter-section__item:hover{transform:none}}.footer{background-color:#1a1a1a;color:#e0e0e0;padding:60px 0 0}.footer-container{max-width:1200px;margin:0 auto 50px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:20px;font-weight:600}.footer-section h3{font-size:28px;margin-bottom:10px}.footer-section h4{font-size:18px}.company-info{grid-column:span 1}.footer-logo-container{display:flex;align-items:center;gap:12px;margin-bottom:10px}.footer-logo-image{height:45px;width:auto;object-fit:contain}.footer-logo{color:#4a90e2;font-size:32px;font-weight:700;margin-bottom:8px}.footer-tagline{font-size:14px;color:#4a90e2;margin-bottom:15px;font-style:italic}.footer-description{font-size:14px;line-height:1.6;color:#b0b0b0;margin-bottom:25px}.social-media{margin-top:25px}.social-links{display:flex;gap:15px;margin-top:15px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#2a2a2a;border-radius:50%;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:#4b4b4b;transform:translateY(-3px)}.social-icon{font-size:20px}.social-icon>img{width:25px}.quick-links ul{list-style:none;padding:0;margin:0}.quick-links li{margin-bottom:12px}.quick-links a{color:#b0b0b0;text-decoration:none;font-size:15px;transition:all .3s ease;display:inline-block}.quick-links a:hover{color:#4a90e2;padding-left:5px}.contact-details p{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;font-size:14px;line-height:1.6}.contact-icon{font-size:18px;flex-shrink:0}.contact-details a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#4a90e2}.newsletter p{font-size:14px;color:#b0b0b0;margin-bottom:15px;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-input{padding:12px 15px;border:1px solid #3a3a3a;background-color:#2a2a2a;color:#e0e0e0;border-radius:5px;font-size:14px;transition:all .3s ease}.newsletter-input:focus{outline:none;border-color:#4a90e2;background-color:#333}.newsletter-input::placeholder{color:#707070}.newsletter-button{padding:12px 20px;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-button:hover:not(:disabled){background-color:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.newsletter-button:disabled{opacity:.6;cursor:not-allowed}.subscribe-message{margin-top:10px;padding:10px;border-radius:5px;font-size:14px;font-weight:500;text-align:center}.subscribe-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.subscribe-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer-map{max-width:1200px;margin:0 auto;padding:0 20px 40px}.footer-map h4{color:#fff;font-size:20px;margin-bottom:20px;text-align:center}.map-container{border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.map-container iframe{display:block;width:100%}.footer-bottom{background-color:#0f0f0f;padding:20px;text-align:center;border-top:1px solid #2a2a2a}.footer-bottom p{margin:0;font-size:14px;color:gray}@media(max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}.company-info{grid-column:span 2}}@media(max-width:768px){.footer{padding:40px 0 0;margin-top:60px}.footer-container{grid-template-columns:1fr;gap:35px;margin-bottom:40px}.company-info{grid-column:span 1}.footer-section h3{font-size:24px}.footer-section h4{font-size:16px}.footer-logo{font-size:28px}.social-links{justify-content:flex-start}.map-container iframe{height:250px}}@media(max-width:480px){.footer{padding:30px 0 0;margin-top:40px}.footer-container{padding:0 15px;gap:30px}.footer-logo{font-size:24px}.footer-section h4{font-size:15px}.social-link{width:36px;height:36px}.social-icon{font-size:18px}.newsletter-input,.newsletter-button{padding:10px 12px;font-size:13px}.map-container iframe{height:200px}.footer-bottom p{font-size:12px}}.landing-page{width:100%;min-height:100vh}.landing-page section{margin-bottom:0}.view-all-products-btn{display:inline-block;margin-top:2rem;padding:14px 32px;background-color:#06c;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.view-all-products-btn:hover{background-color:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.view-all-products-btn:active{background-color:#004080;transform:translateY(0)}.view-all-products-btn:focus{outline:2px solid #0066cc;outline-offset:2px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.button-container{display:flex;justify-content:center;margin-top:2rem}@media(min-width:1400px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}}@media(max-width:1200px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}}@media(max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.view-all-products-btn{padding:12px 24px}}@media(max-width:640px){.cards-grid{grid-template-columns:1fr;gap:1.25rem}.view-all-products-btn{width:100%}}@media(max-width:480px){.button-container{padding:0 .5rem}}.testimonial-submission-container{max-width:1000px;margin:0 auto;padding:2rem 0}.testimonial-submission-container .submit-message{padding:16px;margin-bottom:24px;border-radius:8px;font-size:16px;font-weight:500;text-align:center}.testimonial-submission-container .submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.testimonial-submission-container .submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:768px){.testimonial-submission-container{padding:1rem 0}}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;min-height:200px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0066cc;border-radius:50%;animation:spin 1s linear infinite}.products-loading p{margin-top:1rem;color:#666;font-size:1rem}.lazy-image-container{position:relative;display:inline-block;width:100%;height:100%;overflow:hidden;background-color:#f0f0f0}.lazy-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;z-index:1}.lazy-image-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#003d82;border-radius:50%;animation:lazy-image-spin .8s linear infinite}@keyframes lazy-image-spin{to{transform:rotate(360deg)}}.lazy-image{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.lazy-image.visible{opacity:1}.lazy-image-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;color:#999}.lazy-image-error svg{margin-bottom:8px}@media(prefers-reduced-motion:reduce){.lazy-image{transition:none}.lazy-image-spinner{animation:none;border-top-color:transparent}}.about-page{width:100%;min-height:100vh;display:flex;flex-direction:column}.about-intro{margin-bottom:3rem;text-align:center}.about-intro p{font-size:1.3rem;line-height:1.8;color:#444;max-width:900px;margin:0 auto}.about-section{display:flex;gap:3rem;align-items:center;margin-bottom:4rem}.about-section-image-left{flex-direction:row}.about-section-image-right{flex-direction:row-reverse}.about-section-image{flex:1;min-width:0}.about-section-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;object-fit:cover;max-height:400px}.about-section-content{flex:1;min-width:0}.about-section-content h2{font-size:2rem;color:#003d82;margin-bottom:1rem;font-weight:600}.about-section-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem}.about-section-content p:last-child{margin-bottom:0}.about-closing{margin-top:3rem;text-align:center;padding:2rem;background-color:#f5f9ff;border-radius:8px}.about-closing p{font-size:1.2rem;line-height:1.8;color:#444;margin-bottom:1rem}.about-closing p:last-child{margin-bottom:0}.about-tagline{font-size:1.3rem!important;color:#003d82!important}@media(max-width:1024px){.about-section{gap:2rem}.about-section-content h2{font-size:1.75rem}.about-section-content p{font-size:1rem}.about-intro p{font-size:1.2rem}.about-closing p{font-size:1.1rem}.about-tagline{font-size:1.2rem!important}}@media(max-width:768px){.about-section{flex-direction:column!important;gap:1.5rem;margin-bottom:3rem}.about-section-image img{max-height:300px}.about-section-content h2{font-size:1.5rem}.about-section-content p{font-size:1rem}.about-intro{margin-bottom:2rem}.about-intro p{font-size:1.1rem}.about-closing{padding:1.5rem;margin-top:2rem}.about-closing p{font-size:1rem}.about-tagline{font-size:1.1rem!important}}@media(max-width:480px){.about-section{gap:1rem;margin-bottom:2rem}.about-section-image img{max-height:250px}.about-section-content h2{font-size:1.3rem}.about-section-content p{font-size:.95rem}.about-intro p{font-size:1rem}.about-closing{padding:1rem}.about-closing p{font-size:.95rem}.about-tagline{font-size:1rem!important}}.filter-panel{margin-bottom:var(--spacing-md, 24px)}.filter-panel-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--spacing-sm, 16px);background-color:var(--color-background-alt, #f5f5f5);border:1px solid var(--color-border, #e0e0e0);border-radius:4px;font-size:var(--font-size-base, 16px);font-weight:500;color:var(--color-text, #333333);cursor:pointer;transition:background-color var(--animation-duration-fast, .2s) ease}.filter-panel-toggle:hover{background-color:#e8e8e8}.filter-panel-toggle:focus{outline:2px solid var(--color-secondary, #0066cc);outline-offset:2px}.filter-panel-toggle .toggle-icon{font-size:12px;transition:transform var(--animation-duration-fast, .2s) ease}.filter-panel-toggle .toggle-icon.collapsed{transform:rotate(0)}.filter-panel-toggle .toggle-icon.expanded{transform:rotate(180deg)}.filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background-color:var(--color-accent, #ff6b35);color:#fff;border-radius:12px;font-size:12px;font-weight:600;margin-left:auto;margin-right:var(--spacing-xs, 8px)}.filter-panel-content{display:flex;flex-wrap:wrap;gap:var(--spacing-sm, 16px);align-items:flex-end;transition:max-height var(--animation-duration-normal, .3s) ease,opacity var(--animation-duration-normal, .3s) ease;overflow:hidden}.filter-panel-content.collapsed{max-height:0;opacity:0;margin-top:0}.filter-count-badge{display:flex;align-items:center;padding:var(--spacing-xs, 8px) var(--spacing-sm, 16px);background-color:var(--color-background-alt, #f5f5f5);border:1px solid var(--color-border, #e0e0e0);border-radius:4px;font-size:var(--font-size-small, 14px);color:var(--color-text-light, #666666);font-weight:500}.filter-group{display:flex;flex-direction:column;gap:var(--spacing-xs, 8px);flex:1;min-width:200px}.filter-label{font-size:var(--font-size-small, 14px);font-weight:500;color:var(--color-text, #333333)}.filter-select{padding:.75rem 1rem;border:1px solid var(--color-border, #e0e0e0);border-radius:4px;font-size:var(--font-size-base, 16px);font-family:var(--font-family-primary);color:var(--color-text, #333333);background-color:#fff;cursor:pointer;transition:border-color var(--animation-duration-fast, .2s) ease,box-shadow var(--animation-duration-fast, .2s) ease}.filter-select:hover{border-color:var(--color-secondary, #0066cc)}.filter-select:focus{outline:none;border-color:var(--color-secondary, #0066cc);box-shadow:0 0 0 3px #0066cc1a}.filter-reset-button{padding:.75rem 1.5rem;background-color:var(--color-primary, #003d82);color:#fff;border:none;border-radius:4px;font-size:var(--font-size-base, 16px);font-weight:500;cursor:pointer;transition:background-color var(--animation-duration-fast, .2s) ease,transform var(--animation-duration-fast, .2s) ease;white-space:nowrap}.filter-reset-button:hover{background-color:#002a5c;transform:translateY(-1px)}.filter-reset-button:active{transform:translateY(0)}.filter-reset-button:focus{outline:2px solid var(--color-secondary, #0066cc);outline-offset:2px}@media(min-width:768px){.filter-panel-toggle{display:none}.filter-panel-content,.filter-panel-content.collapsed{max-height:none;opacity:1}}@media(max-width:767px){.filter-panel-content:not(.collapsed){margin-top:var(--spacing-sm, 16px);padding:var(--spacing-sm, 16px);background-color:var(--color-background-alt, #f5f5f5);border:1px solid var(--color-border, #e0e0e0);border-radius:4px}.filter-group{width:100%;min-width:unset}.filter-reset-button{width:100%}.filter-count-badge{display:none}}@media(max-width:1024px)and (min-width:768px){.filter-group{min-width:180px}}@media(prefers-reduced-motion:reduce){.filter-panel-content,.filter-panel-toggle .toggle-icon,.filter-reset-button{transition:none}}.products-page{min-height:100vh;display:flex;flex-direction:column}.products-page .skip-link{color:#e00}.products-page .skip-link:focus{top:0}.products-page a{text-decoration:none;color:inherit;display:block}.products-page a .product-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.products-page a .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.products-page a:focus{outline:none}.products-page a:focus .product-card{outline:2px solid var(--primary-color, #003366);outline-offset:2px}.products-page .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media(min-width:1400px){.products-page .cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}}@media(max-width:1200px){.products-page .cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}}@media(max-width:1024px){.products-page .cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.products-page .cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}}@media(max-width:640px){.products-page .cards-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.products-page .cards-grid{gap:1rem}}.products-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.products-search{margin-bottom:2rem}.filter-input,.filter-select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;min-width:200px;flex:1}.products-search .filter-input{width:100%;max-width:500px}.filter-input:focus,.filter-select:focus{outline:2px solid var(--primary-color, #003366);outline-offset:2px;border-color:var(--primary-color, #003366)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:300px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #003366);border-radius:50%;animation:spin 1s linear infinite}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.error-message{color:#d32f2f;font-size:1.1rem;margin-bottom:1.5rem}.retry-button{padding:.75rem 2rem;background-color:var(--primary-color, #003366);color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.retry-button:hover{background-color:#024}.retry-button:focus{outline:2px solid var(--primary-color, #003366);outline-offset:2px}.no-products{text-align:center;padding:3rem 2rem;color:#666;font-size:1.1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 0}.pagination-button{padding:.75rem 1.5rem;background-color:var(--primary-color, #003366);color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.pagination-button:hover:not(:disabled){background-color:#024}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button:focus{outline:2px solid var(--primary-color, #003366);outline-offset:2px}.pagination-info{font-size:1rem;color:#333;font-weight:500}@media(max-width:768px){.products-filters{flex-direction:column}.filter-input,.filter-select{width:100%;min-width:unset}.products-search .filter-input{max-width:none}}@media(max-width:480px){.pagination{gap:1rem}.pagination-button{padding:.6rem 1rem;font-size:.9rem}.pagination-info{font-size:.9rem}}.contact-form{max-width:600px;margin:0 auto;padding:20px;background:#fff;border-radius:8px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1a1a1a;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:6px;font-size:16px;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-group input:hover,.form-group textarea:hover{border-color:#bbb}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group input.error,.form-group textarea.error{border-color:#dc3545;background-color:#fff5f5}.form-group input.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.error-message{display:flex;align-items:center;gap:6px;color:#dc3545;font-size:14px;margin-top:6px;font-weight:500}.error-message:before{content:"⚠";font-size:16px}.submit-button{background-color:#06c;color:#fff;padding:14px 32px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:8px}.submit-button:hover{background-color:#0052a3;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc4d}.submit-button:active{background-color:#004080;transform:translateY(0)}.submit-button:focus{outline:2px solid #0066cc;outline-offset:2px}@media(max-width:768px){.contact-form{padding:16px}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{font-size:16px;padding:12px 14px}.submit-button{padding:12px 24px}}.contact-info{display:flex;flex-direction:column;gap:16px}.info-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.info-section:hover{box-shadow:0 4px 8px #0000001a}.info-icon-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #0066cc}.info-icon-header svg{color:#06c;flex-shrink:0;min-width:24px;min-height:24px}.info-icon-header .info-heading{margin:0;padding:0;border:none}.info-heading{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #0066cc}.info-content{display:flex;flex-direction:column;gap:16px}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.hours-row:last-child{border-bottom:none}.day{font-weight:500;color:#333}.time{color:#666}.business-address{font-style:normal;line-height:1.6;color:#333}.contact-item{display:flex;flex-direction:column;gap:8px}.contact-item-header{display:flex;align-items:center;gap:8px}.contact-item-header svg{color:#06c;flex-shrink:0;min-width:24px;min-height:24px}.contact-label{font-weight:500;color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.contact-link{color:#06c;text-decoration:none;font-size:1rem;transition:color .2s ease;margin-left:32px}.contact-link:hover{color:#0052a3;text-decoration:underline}.contact-link:focus{outline:2px solid #0066cc;outline-offset:2px;border-radius:2px}@media(max-width:768px){.contact-info{gap:16px}.info-section{padding:1.25rem}.info-heading{font-size:1.25rem}}@media(max-width:480px){.info-section{padding:1rem}.hours-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.faq-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin:2rem 0;box-shadow:0 2px 4px #0000000d}.faq-heading{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #0066cc}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 2px 6px #00000014}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f8f9fa;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:500;color:#1a1a1a;transition:background-color .2s ease}.faq-question:hover{background:#e9ecef}.faq-question:focus{outline:2px solid #0066cc;outline-offset:-2px;background:#e9ecef}.faq-question[aria-expanded=true]{background:#e9ecef;border-bottom:1px solid #e0e0e0}.question-text{flex:1;padding-right:1rem}.faq-icon{font-size:1.5rem;font-weight:300;color:#06c;line-height:1;min-width:24px;text-align:center;transition:transform .2s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.expanded{max-height:500px;padding:1rem 1.25rem}.answer-text{margin:0;color:#333;line-height:1.6;font-size:.95rem}@media(max-width:768px){.faq-section{padding:1.5rem;margin:1.5rem 0}.faq-heading{font-size:1.5rem}.faq-question{padding:.875rem 1rem;font-size:.95rem}.faq-answer.expanded{padding:.875rem 1rem}}@media(max-width:480px){.faq-section{padding:1rem;margin:1rem 0}.faq-heading{font-size:1.25rem;margin-bottom:1rem}.faq-question{padding:.75rem;font-size:.9rem}.question-text{padding-right:.5rem}.faq-icon{font-size:1.25rem}.faq-answer.expanded{padding:.75rem}.answer-text{font-size:.875rem}}.map-embed{margin:0}.map-container{position:relative;width:100%;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background-color:#f5f5f5}.map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;color:#666;z-index:1}.map-iframe{width:100%;height:100%;border:none;display:block}.map-link{position:absolute;bottom:0;right:0;background-color:#fffffff2;padding:.5rem 1rem;border-top-left-radius:8px;box-shadow:0 -1px 4px #0000001a}.view-larger-map{color:#06c;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.view-larger-map:hover{color:#049;text-decoration:underline}.view-larger-map:focus{outline:2px solid #0066cc;outline-offset:2px}@media(max-width:768px){.map-container{height:300px}.map-link{padding:.4rem .8rem}.view-larger-map{font-size:.8rem}}@media(max-width:480px){.map-container{height:250px;border-radius:4px}}.contact-page{width:100%;min-height:100vh;display:flex;flex-direction:column}.contact-two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.contact-left-column{display:flex;flex-direction:column;gap:16px}.contact-right-column{flex-direction:column}@media(max-width:768px){.contact-two-column-layout{grid-template-columns:1fr;gap:24px}}.quote-request-form-container{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.quote-form-heading{font-size:1.5rem;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #0066cc}.quote-request-form{display:flex;flex-direction:column}.quote-request-form .form-group{margin-bottom:18px}.quote-request-form .form-group label{display:block;margin-bottom:6px;font-weight:600;color:#1a1a1a;font-size:.9rem}.quote-request-form input,.quote-request-form textarea{width:100%;padding:10px 14px;border:2px solid #ddd;border-radius:6px;font-size:15px;font-family:inherit;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.quote-request-form input:hover,.quote-request-form textarea:hover{border-color:#bbb}.quote-request-form input:focus,.quote-request-form textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.quote-request-form input.error,.quote-request-form textarea.error{border-color:#dc3545;background-color:#fff5f5}.quote-request-form input.error:focus,.quote-request-form textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.quote-request-form .error-message{display:flex;align-items:center;gap:6px;color:#dc3545;font-size:13px;margin-top:5px;font-weight:500}.quote-request-form .error-message:before{content:"⚠";font-size:14px}.quote-request-form .submit-button{background-color:#06c;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:8px}.quote-request-form .submit-button:hover{background-color:#0052a3;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc4d}.quote-request-form .submit-button:active{background-color:#004080;transform:translateY(0)}.quote-request-form .submit-button:focus{outline:2px solid #0066cc;outline-offset:2px}@media(max-width:768px){.quote-request-form-container{padding:16px}.quote-form-heading{font-size:1.25rem;margin-bottom:16px}.quote-request-form .form-group{margin-bottom:16px}.quote-request-form input,.quote-request-form textarea{font-size:16px;padding:10px 12px}.quote-request-form .submit-button{padding:11px 20px}}.lightbox-overlay{position:fixed;inset:0;background-color:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 80px 0;overflow-y:auto;overflow-x:hidden}.lightbox-close{position:absolute;top:20px;right:20px;width:48px;height:48px;background-color:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10001}.lightbox-close:hover{background-color:#fff3;transform:scale(1.1)}.lightbox-close:focus{outline:2px solid #fff;outline-offset:2px}.lightbox-close:active{transform:scale(.95)}.lightbox-image-container{max-width:90%;max-height:70vh;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:auto 0}.lightbox-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080;animation:zoomIn .3s ease-out}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background-color:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10001}.lightbox-nav:hover{background-color:#fff3;transform:translateY(-50%) scale(1.1)}.lightbox-nav:focus{outline:2px solid #fff;outline-offset:2px}.lightbox-nav:active{transform:translateY(-50%) scale(.95)}.lightbox-nav-prev{left:20px}.lightbox-nav-next{right:20px}.lightbox-counter{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;z-index:10002}@media(max-width:1024px){.lightbox-container{padding:60px 60px 0}.lightbox-nav{width:48px;height:48px}.lightbox-nav svg{width:28px;height:28px}}@media(max-width:768px){.lightbox-container{padding:80px 20px 0}.lightbox-close{width:44px;height:44px;top:15px;right:15px}.lightbox-close svg{width:20px;height:20px}.lightbox-nav{width:44px;height:44px}.lightbox-nav svg{width:24px;height:24px}.lightbox-nav-prev{left:10px}.lightbox-nav-next{right:10px}.lightbox-counter{bottom:15px;font-size:13px;padding:6px 12px}.lightbox-image-container{max-width:95%;max-height:60vh}}@media(prefers-contrast:high){.lightbox-close,.lightbox-nav{background-color:#ffffff4d;border:2px solid #fff}.lightbox-close:hover,.lightbox-nav:hover{background-color:#ffffff80}.lightbox-counter{background-color:#000;border:2px solid #fff}}@media(prefers-reduced-motion:reduce){.lightbox-overlay,.lightbox-image,.lightbox-close,.lightbox-nav{animation:none;transition:none}.lightbox-close:hover,.lightbox-nav:hover{transform:none}.lightbox-nav,.lightbox-nav:hover{transform:translateY(-50%)}}@media(hover:none)and (pointer:coarse){.lightbox-close,.lightbox-nav{background-color:#fff3}.lightbox-close,.lightbox-nav{width:52px;height:52px}}.lightbox-video{max-width:90vw;max-height:80vh;width:auto;height:auto;object-fit:contain}.product-gallery{position:relative;width:100%;max-width:800px;margin:0 auto}.gallery-main-wrapper{position:relative;width:100%;margin-bottom:16px}.gallery-scroll-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;border-radius:8px;background-color:#f0f0f0}.gallery-scroll-container::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;min-height:400px;max-height:600px}.gallery-image{width:100%;height:100%;object-fit:contain;max-height:600px;cursor:pointer;transition:opacity .3s ease}.gallery-image:hover{opacity:.95}.gallery-video-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000}.gallery-video{width:100%;height:100%;max-height:600px;object-fit:contain}.gallery-video-poster{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background-color:#000;cursor:pointer;position:relative}.video-poster-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:transform .3s ease}.gallery-video-poster:hover .video-poster-overlay{transform:scale(1.1)}.gallery-video-poster:focus{outline:3px solid #0066cc;outline-offset:3px}.video-play-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.video-poster-text{color:#fff;font-size:16px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5)}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.gallery-arrow:hover{background-color:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.gallery-arrow:focus{outline:2px solid #0066cc;outline-offset:2px}.gallery-arrow:active{transform:translateY(-50%) scale(.95)}.gallery-arrow-prev{left:16px}.gallery-arrow-next{right:16px}.gallery-arrow svg{color:#333}.gallery-thumbnails{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:8px}.gallery-thumbnail{width:80px;height:80px;border:3px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background-color:#f0f0f0;padding:0;display:flex;align-items:center;justify-content:center}.gallery-thumbnail:hover{border-color:#999;transform:scale(1.05)}.gallery-thumbnail:focus{outline:2px solid #0066cc;outline-offset:2px}.gallery-thumbnail.active{border-color:#06c;transform:scale(1.1);box-shadow:0 2px 8px #0066cc4d}.gallery-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-video-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#333;color:#fff}.thumbnail-video-icon svg{width:32px;height:32px}.gallery-main-container{position:relative;width:100%;padding-bottom:66.67%;background-color:#f0f0f0;border-radius:8px;overflow:hidden}.gallery-main-container .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:768px){.product-gallery{max-width:100%}.gallery-slide{min-height:300px;max-height:400px}.gallery-image,.gallery-video{max-height:400px}.gallery-video-poster{min-height:300px}.video-play-icon{width:60px;height:60px}.video-poster-text{font-size:14px}.gallery-arrow{width:40px;height:40px}.gallery-arrow-prev{left:8px}.gallery-arrow-next{right:8px}.gallery-arrow svg{width:20px;height:20px}.gallery-thumbnail{width:60px;height:60px}.gallery-thumbnails{gap:8px}.thumbnail-video-icon svg{width:24px;height:24px}}@media(hover:none)and (pointer:coarse){.gallery-arrow{background-color:#fffffff2}.gallery-thumbnail{width:70px;height:70px}}@media(prefers-contrast:high){.gallery-arrow{border:2px solid #000}.gallery-thumbnail{border-width:4px}.gallery-thumbnail.active{border-color:#000}}@media(prefers-reduced-motion:reduce){.gallery-scroll-container{scroll-behavior:auto}.gallery-image,.gallery-arrow,.gallery-thumbnail,.video-poster-overlay{transition:none}.gallery-arrow:hover,.gallery-thumbnail:hover,.gallery-thumbnail.active,.gallery-video-poster:hover .video-poster-overlay{transform:none}}.gallery-arrow:focus-visible,.gallery-thumbnail:focus-visible{outline:3px solid #0066cc;outline-offset:3px}.related-products{width:100%;padding:2rem 1rem;margin-top:3rem;border-top:1px solid #e0e0e0}.related-products__heading{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 2rem;text-align:center}.related-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:2rem;max-width:1100px;margin:0 auto;justify-content:center}.related-products__grid>div{max-width:320px;width:100%;margin:0 auto}.related-products__grid .product-card{max-width:100%;height:100%}@media(max-width:1024px){.related-products__grid{grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:1.5rem}.related-products__grid>div{max-width:300px}}@media(max-width:768px){.related-products{padding:1.5rem .75rem;margin-top:2rem}.related-products__heading{font-size:1.5rem;margin-bottom:1.5rem}.related-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}.related-products__grid>div{max-width:100%}}@media(max-width:480px){.related-products{padding:1rem .5rem}.related-products__heading{font-size:1.25rem;margin-bottom:1rem}.related-products__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.related-product-card{background-color:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none;padding:0;text-align:left;width:100%;max-width:320px}.related-product-card:hover,.related-product-card:focus{transform:translateY(-4px);box-shadow:0 8px 16px #0003;outline:2px solid #007bff;outline-offset:2px}.related-product-card__image{width:100%;height:180px;overflow:hidden;background-color:#f5f5f5}.related-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.related-product-card__content{padding:1rem}.related-product-card__name{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.related-product-card__category{font-size:.875rem;color:#666;margin:0}.product-detail-page{min-height:100vh;display:flex;flex-direction:column}.skip-link{position:absolute;top:-40px;left:0;background:#06c;color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 4px;z-index:100;font-weight:600}.skip-link:focus{top:0;outline:2px solid #ffffff;outline-offset:2px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.error-container h1{font-size:2rem;margin-bottom:1rem;color:#333}.error-container p{font-size:1.125rem;margin-bottom:2rem;color:#666}.back-link{display:inline-block;padding:14px 32px;background-color:#06c;color:#fff;text-decoration:none;border-radius:6px;font-size:1rem;font-weight:600;transition:all .3s ease}.back-link:hover{background-color:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.back-link:active{background-color:#004080;transform:translateY(0)}.back-link:focus{outline:2px solid #0066cc;outline-offset:2px}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-detail-left-column{display:flex;flex-direction:column;gap:2rem}.product-detail-image{display:flex;align-items:flex-start;justify-content:center}.product-detail-image img{width:100%;max-width:500px;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.product-detail-info{display:flex;flex-direction:column;gap:2rem}.product-detail-section{background-color:#f9f9f9;padding:1.5rem;border-radius:8px}.product-detail-section h2{font-size:1.5rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #0066cc;padding-bottom:.5rem}.product-detail-section dl{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1.5rem;margin:0}.product-detail-section dt{font-weight:600;color:#555}.product-detail-section dd{margin:0;color:#333}.product-detail-section p{line-height:1.8;color:#444;margin:0;text-align:justify}.related-products-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}@media(max-width:768px){.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-detail-left-column{gap:1.5rem}.product-detail-image img{max-width:100%}.product-detail-section{padding:1rem}.product-detail-section h2{font-size:1.25rem}.product-detail-section dl{grid-template-columns:1fr;gap:.5rem}.product-detail-section dt{margin-top:.5rem}}@media(min-width:769px)and (max-width:1024px){.product-detail-layout{gap:2rem}.product-detail-image img{max-width:400px}}.submit-message{padding:16px;margin-bottom:24px;border-radius:8px;font-size:16px;font-weight:500;text-align:center}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:4rem 2rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #0066cc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{margin-top:1rem;color:#666;font-size:1.1rem}.error-container .error-message{color:#d32f2f;font-size:1.1rem;margin-bottom:1.5rem}.error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.retry-button{padding:14px 32px;background-color:#06c;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{background-color:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.retry-button:focus{outline:2px solid #0066cc;outline-offset:2px}.not-found-page{min-height:100vh;display:flex;flex-direction:column}.not-found-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.not-found-heading{font-size:3rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin-bottom:1rem}.not-found-message{font-size:1.25rem;color:var(--text-secondary, #666);margin-bottom:2rem;max-width:500px}.home-link{display:inline-block;padding:.875rem 2rem;background-color:var(--primary-color, #0066cc);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s ease,transform .2s ease}.home-link:hover{background-color:var(--primary-hover, #0052a3);transform:translateY(-2px)}.home-link:focus{outline:2px solid var(--primary-color, #0066cc);outline-offset:2px}@media(max-width:768px){.not-found-heading{font-size:2rem}.not-found-message{font-size:1rem}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-left:4px solid;animation:toast-slide-in .3s ease}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left-color:#10b981}.toast-error{border-left-color:#ef4444}.toast-info{border-left-color:#3b82f6}.toast-message{flex:1;font-size:.875rem;color:#374151}.toast-close{background:none;border:none;font-size:1.25rem;line-height:1;color:#9ca3af;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,color .2s ease}.toast-close:hover{background-color:#f3f4f6;color:#374151}@media(max-width:1023px){.toast-container{top:.75rem;right:.75rem;max-width:350px}.toast{padding:.875rem 1rem}.toast-message{font-size:.8125rem}}@media(max-width:767px){.toast-container{top:.5rem;right:.5rem;left:.5rem;max-width:none}.toast{padding:.75rem .875rem}.toast-message{font-size:.75rem}.toast-close{width:1.25rem;height:1.25rem;font-size:1rem}}.loading-spinner{display:inline-block;border-radius:50%;border-style:solid;border-color:#2563eb;border-right-color:transparent;animation:spinner-rotate .8s linear infinite}.loading-spinner-small{width:1rem;height:1rem;border-width:2px}.loading-spinner-medium{width:2rem;height:2rem;border-width:3px}.loading-spinner-large{width:3rem;height:3rem;border-width:4px}.loading-spinner-fullscreen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;z-index:9999}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.input-wrapper{display:flex;flex-direction:column;gap:.375rem;width:100%}.input-label{font-size:.875rem;font-weight:500;color:#374151}.input-label-required:after{content:" *";color:#dc2626}.input-field{width:100%;padding:.5rem .75rem;font-family:inherit;font-size:1rem;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-field:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.input-field.input-error{border-color:#dc2626}.input-field.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.input-textarea{min-height:100px;resize:vertical}.input-help-text{font-size:.875rem;color:#6b7280}.input-error-message{font-size:.875rem;color:#dc2626}@media(max-width:1023px){.input-field{padding:.625rem .875rem;min-height:44px;font-size:1rem}.input-textarea{min-height:120px}}@media(max-width:767px){.input-field{font-size:.9375rem}.input-label,.input-help-text,.input-error-message{font-size:.8125rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-small{padding:.375rem .75rem;font-size:.875rem}.btn-medium{padding:.5rem 1rem;font-size:1rem}.btn-large{padding:.75rem 1.5rem;font-size:1.125rem}.btn-loading{position:relative}.btn-spinner{display:inline-block;width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn-text{display:inline-block}@media(max-width:1023px){.btn-small{padding:.5rem .875rem;min-height:44px}.btn-medium{padding:.625rem 1.125rem;min-height:44px}.btn-large{padding:.75rem 1.5rem;min-height:44px}}@media(max-width:767px){.btn-small{font-size:.8125rem}.btn-medium{font-size:.9375rem}.btn-large{font-size:1rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-container{width:100%;max-width:420px}.login-card{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001a;padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.login-header p{font-size:.875rem;color:#718096;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error-banner{background-color:#fee;border:1px solid #fcc;border-radius:4px;padding:.75rem 1rem;color:#c53030;font-size:.875rem;line-height:1.5}@media(max-width:768px){.login-page{padding:1rem}.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}@media(max-width:480px){.login-card{padding:1.5rem 1rem}.login-header h1{font-size:1.375rem}.login-form{gap:1.25rem}}.stat-card{background-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;border-radius:var(--radius-lg, 1rem);padding:1.5rem;padding:var(--space-6, 1.5rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #667eea4d;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-blue, 0 10px 25px -5px rgba(102, 126, 234, .3));transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base, .3s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));position:relative;overflow:hidden;animation:fadeInUp .5s cubic-bezier(0,0,.2,1) backwards;animation:fadeInUp .5s var(--ease-out, cubic-bezier(0, 0, .2, 1)) backwards}.stat-card:nth-child(1){background-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #667eea4d;animation-delay:0ms}.stat-card:nth-child(2){background-color:#f093fb;background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #f093fb4d;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-purple, 0 10px 25px -5px rgba(240, 147, 251, .3));animation-delay:75ms}.stat-card:nth-child(3){background-color:#4ade80;background:linear-gradient(135deg,#4ade80,#22c55e);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #4ade804d;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-green, 0 10px 25px -5px rgba(74, 222, 128, .3));animation-delay:.15s}.stat-card:nth-child(4){background-color:#fb923c;background:linear-gradient(135deg,#fb923c,#f59e0b);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #fb923c4d;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-orange, 0 10px 25px -5px rgba(251, 146, 60, .3));animation-delay:225ms}.stat-card:nth-child(5){background-color:#2dd4bf;background:linear-gradient(135deg,#2dd4bf,#14b8a6);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 10px 25px -5px #2dd4bf4d;box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-teal, 0 10px 25px -5px rgba(45, 212, 191, .3));animation-delay:.3s}.stat-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1))}.stat-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;margin-bottom:var(--space-3, .75rem)}.stat-card-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-primary, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:600;font-weight:var(--font-semibold, 600);color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.stat-card-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;border-radius:var(--radius-base, 8px);background-color:#eff6ff;color:#2563eb;font-size:1.25rem;font-size:var(--text-xl, 1.25rem)}.stat-card-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-primary, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-size:2.25rem;font-size:var(--text-4xl, 2.25rem);font-weight:700;font-weight:var(--font-bold, 700);color:#fff;line-height:1}.stat-card-loading{display:flex;align-items:center;justify-content:center;min-height:100px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stat-card-loading:after{content:"";width:40px;height:40px;border:3px solid transparent;border-top-color:#667eea;border-right-color:#764ba2;border-radius:50%;animation:gradientSpin 1s linear infinite}@media(max-width:1023px){.stat-card{padding:1.25rem;padding:var(--space-5, 1.25rem)}.stat-card-title{font-size:.8125rem;color:#ffffffe6}.stat-card-value{font-size:1.75rem;color:#fff}.stat-card-icon{width:2.25rem;height:2.25rem;font-size:1.125rem;font-size:var(--text-lg, 1.125rem)}}@media(max-width:767px){.stat-card{padding:1rem;padding:var(--space-4, 1rem);background-color:#667eeae6}.stat-card:nth-child(1){background:linear-gradient(135deg,#667eeae6,#764ba2e6)}.stat-card:nth-child(2){background:linear-gradient(135deg,#f093fbe6,#f5576ce6)}.stat-card:nth-child(3){background:linear-gradient(135deg,#4ade80e6,#22c55ee6)}.stat-card:nth-child(4){background:linear-gradient(135deg,#fb923ce6,#f59e0be6)}.stat-card:nth-child(5){background:linear-gradient(135deg,#2dd4bfe6,#14b8a6e6)}.stat-card{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1))}.stat-card-title{font-size:.75rem;font-size:var(--text-xs, .75rem);color:#ffffffe6}.stat-card-value{font-size:1.875rem;font-size:var(--text-3xl, 1.875rem);color:#fff}.stat-card-icon{width:2rem;height:2rem;font-size:1rem;font-size:var(--text-base, 1rem)}}.stat-card-clickable{width:100%;text-align:left;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base, .3s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1))}.stat-card-clickable:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl, 0 25px 50px -12px rgba(0, 0, 0, .25))}.stat-card-clickable:focus{outline:2px solid #667eea;outline:2px solid var(--color-blue-start, #667eea);outline-offset:2px}.stat-card-clickable:active{transform:translateY(-4px) scale(1.01)}.stat-card-clickable .stat-card-title,.stat-card-clickable .stat-card-value{text-align:left}@supports (backdrop-filter: blur(10px)){.stat-card-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@supports not (--css: variables){.stat-card{padding:1.5rem;border-radius:1rem}}:root{--color-blue-start: #667eea;--color-blue-end: #764ba2;--color-blue-light: #e0e7ff;--color-blue-dark: #4c51bf;--color-purple-start: #f093fb;--color-purple-end: #f5576c;--color-purple-light: #fae8ff;--color-purple-dark: #7c3aed;--color-green-start: #4ade80;--color-green-end: #22c55e;--color-green-light: #dcfce7;--color-green-dark: #16a34a;--color-orange-start: #fb923c;--color-orange-end: #f59e0b;--color-orange-light: #ffedd5;--color-orange-dark: #ea580c;--color-teal-start: #2dd4bf;--color-teal-end: #14b8a6;--color-teal-light: #ccfbf1;--color-teal-dark: #0f766e;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--status-new-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--status-new-text: #1e40af;--status-new-light: #dbeafe;--status-contacted-bg: linear-gradient(135deg, #fb923c 0%, #f59e0b 100%);--status-contacted-text: #c2410c;--status-contacted-light: #ffedd5;--status-converted-bg: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);--status-converted-text: #15803d;--status-converted-light: #dcfce7;--status-closed-bg: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);--status-closed-text: #4b5563;--status-closed-light: #f3f4f6;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-base: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-blue: 0 10px 25px -5px rgba(102, 126, 234, .3);--shadow-purple: 0 10px 25px -5px rgba(240, 147, 251, .3);--shadow-green: 0 10px 25px -5px rgba(74, 222, 128, .3);--shadow-orange: 0 10px 25px -5px rgba(251, 146, 60, .3);--shadow-teal: 0 10px 25px -5px rgba(45, 212, 191, .3);--radius-sm: .375rem;--radius-base: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--transition-fast: .15s;--transition-base: .25s;--transition-slow: .35s;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1)}.dashboard-page{padding:2rem;padding:var(--space-8, 2rem);background-color:#f9fafb;background-color:var(--color-gray-50, #f9fafb);font-family:var(--font-primary, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);min-height:100vh}.page-header{margin-bottom:2rem;margin-bottom:var(--space-8, 2rem)}.page-header h1{font-size:2rem;font-size:var(--text-3xl, 2rem);font-weight:600;font-weight:var(--font-bold, 600);color:#1a1a1a;color:var(--color-gray-900, #1a1a1a);margin:0;line-height:var(--leading-tight, 1.25)}.dashboard-statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;gap:var(--space-6, 1.5rem);margin-bottom:3rem;margin-bottom:var(--space-12, 3rem)}.dashboard-error{background-color:#fee;background:linear-gradient(135deg,var(--color-orange-light, #ffedd5) 0%,#fed7aa 100%);border:1px solid var(--color-orange-start, #fb923c);border-radius:12px;border-radius:var(--radius-md, 12px);padding:1rem;padding:var(--space-4, 1rem);margin-bottom:2rem;margin-bottom:var(--space-8, 2rem);display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1))}.dashboard-error p{margin:0;color:#c2410c;color:var(--color-orange-dark, #c2410c);font-weight:var(--font-medium, 500)}.retry-button{background-color:#667eea;background:linear-gradient(135deg,var(--color-blue-start, #667eea) 0%,var(--color-blue-end, #764ba2) 100%);color:#fff;border:none;border-radius:8px;border-radius:var(--radius-base, 8px);padding:.75rem 1.25rem;padding:var(--space-3, .75rem) var(--space-5, 1.25rem);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:500;font-weight:var(--font-medium, 500);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base, .25s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1))}.retry-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-blue, 0 10px 25px -5px rgba(102, 126, 234, .3))}.retry-button:focus{outline:2px solid var(--color-blue-start, #667eea);outline-offset:2px}.dashboard-activity{margin-top:2rem;margin-top:var(--space-8, 2rem)}.dashboard-activity>h2{font-size:1.5rem;font-size:var(--text-2xl, 1.5rem);font-weight:600;font-weight:var(--font-semibold, 600);color:#1a1a1a;color:var(--color-gray-900, #1a1a1a);margin-bottom:1.5rem;margin-bottom:var(--space-6, 1.5rem);line-height:var(--leading-tight, 1.25)}.activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;gap:var(--space-6, 1.5rem)}.activity-card{background-color:#fff;border:1px solid #e0e0e0;border:none;border-radius:8px;border-radius:var(--radius-md, 12px);overflow:hidden;box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1));transition:box-shadow var(--transition-base, .25s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1))}.activity-card:hover{box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1))}.activity-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;padding:var(--space-5, 1.25rem) var(--space-6, 1.5rem);background-color:#f8f9fa;background:linear-gradient(135deg,var(--color-gray-50, #f9fafb) 0%,var(--color-gray-100, #f3f4f6) 100%);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--color-gray-200, #e0e0e0)}.activity-card-header h3{font-size:1.125rem;font-size:var(--text-lg, 1.125rem);font-weight:600;font-weight:var(--font-semibold, 600);color:#1a1a1a;color:var(--color-gray-900, #1a1a1a);margin:0;line-height:var(--leading-normal, 1.5)}.view-all-button{background-color:#667eea;background:linear-gradient(135deg,var(--color-blue-start, #667eea) 0%,var(--color-blue-end, #764ba2) 100%);color:#fff;border:none;border-radius:8px;border-radius:var(--radius-base, 8px);padding:.5rem 1rem;padding:var(--space-2, .5rem) var(--space-4, 1rem);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:500;font-weight:var(--font-medium, 500);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base, .25s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1))}.view-all-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1)),var(--shadow-blue, 0 10px 25px -5px rgba(102, 126, 234, .3))}.view-all-button:focus{outline:2px solid var(--color-blue-start, #667eea);outline-offset:2px}.activity-card-body{padding:1rem;padding:var(--space-4, 1rem);max-height:500px;overflow-y:auto}.activity-loading,.activity-empty{text-align:center;padding:2rem;padding:var(--space-8, 2rem);color:#666;color:var(--color-gray-500, #666);font-size:.875rem;font-size:var(--text-sm, .875rem)}.activity-error{text-align:center;padding:1rem;padding:var(--space-4, 1rem);background-color:#fee;background:linear-gradient(135deg,var(--color-orange-light, #ffedd5) 0%,#fed7aa 100%);border-radius:12px;border-radius:var(--radius-md, 12px);margin:.5rem;margin:var(--space-2, .5rem);box-shadow:var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, .05))}.activity-error p{margin:0 0 .5rem;margin:0 0 var(--space-2, .5rem) 0;color:#c2410c;color:var(--color-orange-dark, #c2410c);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:var(--font-medium, 500)}.retry-button-small{background-color:#f9fafb;background:linear-gradient(135deg,var(--color-gray-50, #f9fafb) 0%,var(--color-gray-100, #f3f4f6) 100%);color:var(--color-gray-700, #374151);border:1px solid var(--color-gray-300, #d1d5db);border-radius:8px;border-radius:var(--radius-base, 8px);padding:.5rem 1rem;padding:var(--space-2, .5rem) var(--space-4, 1rem);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:500;font-weight:var(--font-medium, 500);cursor:pointer;transition:all .25s ease;transition:all var(--transition-base, .25s) ease;box-shadow:var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, .05))}.retry-button-small:hover{background:linear-gradient(135deg,var(--color-gray-100, #f3f4f6) 0%,var(--color-gray-200, #e5e7eb) 100%);border-color:var(--color-gray-400, #9ca3af);transform:translateY(-1px);box-shadow:var(--shadow-base, 0 1px 3px 0 rgba(0, 0, 0, .1))}.activity-list{list-style:none;padding:0;margin:0;font-family:var(--font-primary, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.activity-item{padding:1rem;padding:var(--space-4, 1rem);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--color-gray-200, #e0e0e0)}.activity-item:last-child{border-bottom:none}.activity-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;margin-bottom:var(--space-2, .5rem)}.activity-item-header strong{font-size:.9375rem;font-size:var(--text-base, 1rem);font-weight:var(--font-semibold, 600);color:#1a1a1a;color:var(--color-gray-900, #1a1a1a);line-height:var(--leading-normal, 1.5)}.status-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;padding:var(--space-1, .25rem) var(--space-4, 1rem);border-radius:9999px;border-radius:var(--radius-full, 9999px);font-size:.75rem;font-size:var(--text-xs, .75rem);font-weight:500;font-weight:var(--font-semibold, 600);text-transform:capitalize;letter-spacing:.025em;box-shadow:var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, .05));transition:all var(--transition-fast, .15s) ease}.status-new{background-color:#e3f2fd;background:linear-gradient(135deg,var(--status-new-light, #dbeafe) 0%,#bfdbfe 100%);color:#1976d2;color:var(--status-new-text, #1e40af)}.status-contacted,.status-quoted{background-color:#fff3e0;background:linear-gradient(135deg,var(--status-contacted-light, #ffedd5) 0%,#fed7aa 100%);color:#f57c00;color:var(--status-contacted-text, #c2410c)}.status-converted,.status-approved{background-color:#e8f5e9;background:linear-gradient(135deg,var(--status-converted-light, #dcfce7) 0%,#bbf7d0 100%);color:#388e3c;color:var(--status-converted-text, #15803d)}.status-closed{background-color:#f5f5f5;background:linear-gradient(135deg,var(--status-closed-light, #f3f4f6) 0%,var(--color-gray-200, #e5e7eb) 100%);color:#616161;color:var(--status-closed-text, #4b5563)}.activity-item-content{margin-bottom:.75rem;margin-bottom:var(--space-3, .75rem)}.activity-item-text{font-size:.875rem;font-size:var(--text-sm, .875rem);color:#555;color:var(--color-gray-600, #4b5563);margin:.25rem 0;margin:var(--space-1, .25rem) 0;line-height:1.4;line-height:var(--leading-normal, 1.5);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.activity-item-meta{display:flex;flex-wrap:wrap;gap:.75rem;gap:var(--space-3, .75rem);font-size:.8125rem;font-size:var(--text-sm, .875rem);color:#777;color:var(--color-gray-500, #6b7280);margin-top:.5rem;margin-top:var(--space-2, .5rem);line-height:var(--leading-normal, 1.5)}.activity-item-time{color:#999;color:var(--color-gray-400, #9ca3af)}.activity-rating{color:#ffa000;color:var(--color-orange-start, #fb923c)}.activity-item-actions{display:flex;gap:.5rem;gap:var(--space-2, .5rem)}.action-button-small{background-color:#f9fafb;background:linear-gradient(135deg,var(--color-gray-50, #f9fafb) 0%,var(--color-gray-100, #f3f4f6) 100%);color:var(--color-gray-700, #374151);border:1px solid var(--color-gray-300, #d1d5db);border-radius:8px;border-radius:var(--radius-base, 8px);padding:.5rem 1rem;padding:var(--space-2, .5rem) var(--space-4, 1rem);font-size:.875rem;font-size:var(--text-sm, .875rem);font-weight:500;font-weight:var(--font-medium, 500);cursor:pointer;transition:all .25s;transition:all var(--transition-base, .25s) ease;box-shadow:var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, .05));min-height:44px;min-width:44px}.action-button-small:hover{background:linear-gradient(135deg,var(--color-gray-100, #f3f4f6) 0%,var(--color-gray-200, #e5e7eb) 100%);border-color:var(--color-gray-400, #9ca3af);transform:translateY(-1px);box-shadow:var(--shadow-base, 0 1px 3px 0 rgba(0, 0, 0, .1))}@media(max-width:1023px){.dashboard-page{padding:1.5rem;padding:var(--space-6, 1.5rem)}.dashboard-statistics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;gap:var(--space-4, 1rem)}.activity-grid{grid-template-columns:1fr}}@media(max-width:767px){.dashboard-page{padding:1rem;padding:var(--space-4, 1rem)}.page-header h1{font-size:1.5rem;font-size:var(--text-2xl, 1.5rem)}.dashboard-statistics{grid-template-columns:repeat(2,1fr);gap:.75rem;gap:var(--space-3, .75rem)}.activity-card-header{padding:.75rem 1rem;padding:var(--space-3, .75rem) var(--space-4, 1rem)}.activity-card-body,.activity-item{padding:.75rem;padding:var(--space-3, .75rem)}.action-button-small{min-height:44px;min-width:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports (backdrop-filter: blur(10px)){.activity-card-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@supports not (display: grid){.dashboard-statistics,.activity-grid{display:flex;flex-wrap:wrap}.dashboard-statistics>*,.activity-grid>*{flex:1 1 200px;margin:.75rem}}.data-table-container{display:flex;flex-direction:column;gap:1rem;width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;min-width:600px}.data-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.data-table th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.data-table th.sortable:hover{background-color:#f3f4f6}.data-table .sort-indicator{margin-left:.25rem;color:#2563eb}.data-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background-color:#f9fafb}.data-table td{padding:1rem;font-size:.875rem;color:#1f2937}.data-table-empty{padding:3rem 1rem;text-align:center;color:#6b7280;font-size:.875rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.data-table-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.data-table-pagination button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .2s ease}.data-table-pagination button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.data-table-pagination button:disabled{opacity:.5;cursor:not-allowed}.data-table-pagination span{font-size:.875rem;color:#6b7280}@media(max-width:1023px){.data-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table th,.data-table td{padding:.75rem;font-size:.8125rem}.data-table-pagination{flex-wrap:wrap;gap:.75rem}.data-table-pagination button{padding:.5rem .875rem;font-size:.8125rem}}@media(max-width:767px){.data-table{min-width:500px}.data-table th,.data-table td{padding:.625rem;font-size:.75rem}.data-table-pagination{padding:.75rem}.data-table-pagination button{padding:.5rem .75rem;font-size:.75rem}.data-table-pagination span{font-size:.75rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;display:flex;flex-direction:column;width:100%}.modal-small{max-width:400px}.modal-medium{max-width:600px}.modal-large{max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,color .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}@media(max-width:1023px){.modal-overlay{padding:.75rem}.modal-content{max-height:85vh}.modal-small,.modal-medium{max-width:90%}.modal-large{max-width:95%}.modal-header{padding:1rem 1.25rem}.modal-header h2{font-size:1.125rem}.modal-body{padding:1.25rem}}@media(max-width:767px){.modal-overlay{padding:.5rem}.modal-content{max-height:90vh}.modal-small,.modal-medium,.modal-large{max-width:100%}.modal-header{padding:.875rem 1rem}.modal-header h2{font-size:1rem}.modal-body{padding:1rem}.modal-close{width:1.75rem;height:1.75rem;font-size:1.25rem}}.confirm-dialog{display:flex;flex-direction:column;gap:1.5rem}.confirm-message{margin:0;font-size:1rem;color:#374151;line-height:1.5}.confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:1023px){.confirm-dialog{gap:1.25rem}.confirm-message{font-size:.9375rem}.confirm-actions{gap:.625rem}}@media(max-width:767px){.confirm-dialog{gap:1rem}.confirm-message{font-size:.875rem}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%}}.image-preview-container{position:relative;display:inline-block;max-width:300px;margin:1rem 0}.image-preview{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block}.image-preview-error{display:flex;align-items:center;justify-content:center;width:300px;height:200px;background-color:#f5f5f5;border:2px dashed #ccc;border-radius:8px;color:#666;font-size:14px}.image-preview-remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#ffffffe6;border:1px solid #ddd;color:#333;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.image-preview-remove:hover{background-color:#f44;color:#fff;border-color:#f44;transform:scale(1.1)}.image-preview-remove:focus{outline:2px solid #0066cc;outline-offset:2px}.video-preview-container{position:relative;display:inline-block;max-width:400px;margin:1rem 0}.video-preview{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block}.video-preview-error{display:flex;align-items:center;justify-content:center;width:400px;height:225px;background-color:#f5f5f5;border:2px dashed #ccc;border-radius:8px;color:#666;font-size:14px}.video-preview-remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#ffffffe6;border:1px solid #ddd;color:#333;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;z-index:10}.video-preview-remove:hover{background-color:#f44;color:#fff;border-color:#f44;transform:scale(1.1)}.video-preview-remove:focus{outline:2px solid #0066cc;outline-offset:2px}.product-form{width:100%}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.875rem}.form-select{width:100%;padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;background-color:#fff;transition:border-color .2s}.form-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-select.error{border-color:#dc3545}.form-textarea{width:100%;padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.field-error{display:block;margin-top:.25rem;font-size:.75rem;color:#dc3545}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer}.checkbox-label span{font-size:.875rem;color:#333}@media(max-width:1023px){.form-grid{grid-template-columns:1fr;gap:1.25rem}.form-field.full-width{grid-column:1}.form-actions{gap:.75rem}}@media(max-width:767px){.form-grid{gap:1rem;margin-bottom:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.form-file-input{width:100%;padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.form-file-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-help-text{margin-top:.25rem;font-size:.75rem;color:#666}.image-previews-grid{margin-top:1rem}.previews-heading{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.75rem}.previews-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.image-preview-item{position:relative}.image-preview-item.marked-for-removal{opacity:.5}.restore-button{margin-top:.5rem;width:100%;padding:.375rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s}.restore-button:hover{background-color:#218838}.restore-button:focus{outline:none;box-shadow:0 0 0 3px #28a74540}@media(max-width:767px){.previews-container{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}}.products-page{padding:2rem}.page-header h1{margin:0;font-size:1.75rem;color:#333}.filters-section{margin-bottom:1.5rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.filter-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;align-items:center}.search-input{padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;transition:border-color .2s}.filter-select{padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.status-toggle{padding:.375rem .75rem;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.status-toggle.active{background-color:#28a745;color:#fff}.status-toggle.active:hover{background-color:#218838}.status-toggle.inactive{background-color:#6c757d;color:#fff}.status-toggle.inactive:hover{background-color:#5a6268}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #ddd}@media(max-width:1023px){.products-page{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.5rem}.filters-section{padding:1.25rem}.filter-row{grid-template-columns:1fr 1fr;gap:.75rem}.search-input{grid-column:1 / -1}.action-buttons{flex-wrap:wrap}}@media(max-width:767px){.products-page{padding:1rem}.page-header h1{font-size:1.375rem}.filters-section{padding:1rem}.filter-row{grid-template-columns:1fr}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}}.testimonial-form{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-field{display:flex;flex-direction:column}.form-field.full-width{grid-column:1 / -1}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:#06c}.form-textarea.error{border-color:#dc3545}.rating-input{display:flex;align-items:center;gap:1rem}.rating-input .form-input{width:80px}.rating-stars{display:flex;gap:.25rem}.star{font-size:1.5rem;color:#ddd;cursor:pointer;transition:color .2s;-webkit-user-select:none;user-select:none}.star.filled{color:#ffc107}.star:hover{color:#ffb300}.field-error{display:block;margin-top:.25rem;color:#dc3545;font-size:.85rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #eee}@media(max-width:1023px){.form-grid{grid-template-columns:1fr;gap:1.25rem}.form-field.full-width{grid-column:1}.rating-input{flex-direction:column;align-items:flex-start;gap:.75rem}.form-actions{gap:.75rem}}@media(max-width:767px){.form-grid{gap:1rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.star{font-size:1.25rem}}.testimonials-page{padding:2rem;max-width:1400px;margin:0 auto}.page-header h1{font-size:2rem;color:#333;margin:0}.filters-section{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.filter-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#06c}.rating-display{display:flex;gap:.1rem}.rating-display .star{font-size:1.2rem;color:#ddd}.rating-display .star.filled{color:#ffc107}.status-toggle{padding:.4rem 1rem;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.status-toggle.approved{background:#28a745;color:#fff}.status-toggle.approved:hover{background:#218838}.status-toggle.pending{background:#ffc107;color:#333}.status-toggle.pending:hover{background:#e0a800}@media(max-width:1023px){.testimonials-page{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.75rem}.filters-section{padding:1rem}.filter-row{flex-direction:column}.filter-select{width:100%}.action-buttons{flex-wrap:wrap}}@media(max-width:767px){.testimonials-page{padding:1rem}.page-header h1{font-size:1.5rem}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}.rating-display .star{font-size:1rem}}.leads-page{padding:2rem}.message-preview{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dropdown.status-badge-contacted{background-color:#fff3e0;color:#f57c00;border-color:#ffb74d}.lead-details{padding:1rem 0}.detail-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.status-badge.status-badge-contacted{background-color:#fff3e0;color:#f57c00}@media(max-width:1023px){.leads-page{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.75rem}.filter-row{flex-direction:column}.search-input,.filter-select{width:100%;min-width:auto}.detail-row{grid-template-columns:1fr;gap:.25rem}.detail-label{font-size:.85rem}.action-buttons{flex-wrap:wrap}}@media(max-width:767px){.leads-page{padding:1rem}.page-header h1{font-size:1.5rem}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}.message-preview{max-width:150px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.quotes-page{padding:2rem}.page-header h1{margin:0;font-size:2rem;color:#1a1a1a}.search-input{flex:1;min-width:250px;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem}.search-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.filter-select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;background-color:#fff;cursor:pointer;min-width:150px}.product-name{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dropdown{padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;text-transform:capitalize}.status-dropdown:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px #0066cc1a}.status-dropdown.status-badge-new{background-color:#e3f2fd;color:#1976d2;border-color:#90caf9}.status-dropdown.status-badge-quoted{background-color:#fff3e0;color:#f57c00;border-color:#ffb74d}.status-dropdown.status-badge-converted{background-color:#e8f5e9;color:#388e3c;border-color:#81c784}.status-dropdown.status-badge-closed{background-color:#f5f5f5;color:#616161;border-color:#bdbdbd}.quote-details{padding:1rem 0}.detail-row{display:grid;grid-template-columns:140px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-row-full{grid-template-columns:1fr}.detail-label{font-weight:600;color:#555}.detail-value{color:#1a1a1a}.detail-message{margin:.5rem 0 0;padding:1rem;background-color:#f9f9f9;border-radius:4px;line-height:1.6;color:#333;white-space:pre-wrap;word-wrap:break-word}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.status-badge.status-badge-new{background-color:#e3f2fd;color:#1976d2}.status-badge.status-badge-quoted{background-color:#fff3e0;color:#f57c00}.status-badge.status-badge-converted{background-color:#e8f5e9;color:#388e3c}.status-badge.status-badge-closed{background-color:#f5f5f5;color:#616161}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f0f0f0}@media(max-width:1023px){.quotes-page{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.75rem}.filter-row{flex-direction:column}.search-input,.filter-select{width:100%;min-width:auto}.detail-row{grid-template-columns:1fr;gap:.25rem}.detail-label{font-size:.85rem}.action-buttons{flex-wrap:wrap}}@media(max-width:767px){.quotes-page{padding:1rem}.page-header h1{font-size:1.5rem}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}.product-name{max-width:150px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.subscribers-page{padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0}.filters-section{margin-bottom:1.5rem}.filter-row{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.filter-select:hover{border-color:#9ca3af}.filter-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.status-toggle{padding:.375rem .75rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.status-toggle.status-active{background-color:#10b981;color:#fff}.status-toggle.status-active:hover{background-color:#059669}.status-toggle.status-inactive{background-color:#6b7280;color:#fff}.status-toggle.status-inactive:hover{background-color:#4b5563}.action-buttons{display:flex;gap:.5rem}@media(max-width:1023px){.subscribers-page{padding:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.75rem}.filter-row{flex-direction:column}.filter-select{width:100%}.action-buttons{flex-wrap:wrap}}@media(max-width:767px){.subscribers-page{padding:1rem}.page-header h1{font-size:1.5rem}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}}.password-change-form{display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.password-change-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}@media(max-width:1023px){.password-change-form{max-width:100%;gap:1.25rem}.password-change-form-actions{gap:.75rem}}@media(max-width:767px){.password-change-form{gap:1rem}.password-change-form-actions{flex-direction:column-reverse}.password-change-form-actions button{width:100%}}.profile-page{padding:2rem;max-width:1200px;margin:0 auto}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2rem;color:#333;margin:0}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-info-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.profile-info-section h2{font-size:1.5rem;color:#333;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #0066cc}.profile-info{display:flex;flex-direction:column;gap:1.25rem}.profile-info-item{display:flex;align-items:center;gap:1rem}.profile-info-item label{font-weight:600;color:#555;min-width:100px}.profile-info-item span{color:#333}.profile-role{display:inline-block;padding:.25rem .75rem;background:#e3f2fd;color:#06c;border-radius:4px;font-weight:500;text-transform:capitalize}.profile-password-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.profile-password-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #0066cc}.profile-password-header h2{font-size:1.5rem;color:#333;margin:0}.btn-change-password{padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-change-password:hover{background:#0052a3}.btn-change-password:active{background:#003d7a}.profile-password-form{margin-top:1.5rem}.profile-page .loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px}@media(max-width:1023px){.profile-page{padding:1.5rem}.profile-header h1{font-size:1.75rem}.profile-info-section,.profile-password-section{padding:1.75rem}.profile-info-section h2,.profile-password-header h2{font-size:1.375rem}.profile-info-item{flex-direction:column;align-items:flex-start;gap:.5rem}.profile-info-item label{min-width:auto}}@media(max-width:767px){.profile-page{padding:1rem}.profile-header h1{font-size:1.5rem}.profile-info-section,.profile-password-section{padding:1.5rem}.profile-info-section h2,.profile-password-header h2{font-size:1.25rem}.profile-password-header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-change-password{width:100%}}
