:root{--color-bg: #FFFFFF;--color-surface: #F8F9FA;--color-surface-hover: #E9ECEF;--color-primary: #002d5b;--color-primary-hover: #001f3f;--color-secondary: #0056b3;--color-accent: #ffffff;--color-accent-hover: #f0f0f0;--color-text-main: #333333;--color-text-muted: #666666;--color-text-inverted: #FFFFFF;--color-border: #DEE2E6;--font-family-base: "Noto Sans Thai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-display: "Noto Sans Thai", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 3rem;--spacing-2xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--transition-base: all .3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family-base);color:var(--color-text);background-color:var(--color-background);margin:0;padding:0;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display);font-weight:600;line-height:1.2;color:var(--color-text-main)}a{color:inherit;text-decoration:none;transition:var(--transition-base)}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}.animate-on-scroll{opacity:0;animation-fill-mode:forwards;animation-duration:.8s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}.animate-fade-in-up{animation-name:fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:1.25rem 0;transition:all .4s cubic-bezier(.165,.84,.44,1);background:transparent}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 30px #0000000d;padding:.85rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{text-decoration:none;display:flex;align-items:center}.navbar-brand img{width:120px;height:40px;object-fit:contain;transition:transform .3s ease}.navbar-brand:hover img{transform:scale(1.03)}.navbar-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar-link{font-size:1rem;font-weight:500;color:#fffffff2;text-decoration:none;position:relative;padding:.5rem 0;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.navbar.scrolled .navbar-link{color:#4a5568}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#63b3ed;transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar.scrolled .navbar-link:after{background:#3182ce}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-link:hover,.navbar-link.active{color:#fff}.navbar.scrolled .navbar-link:hover,.navbar.scrolled .navbar-link.active{color:#0a1628}.navbar-mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.navbar.scrolled .navbar-mobile-toggle{color:#0a1628}.navbar-mobile-toggle:hover{background:#ffffff26}.navbar.scrolled .navbar-mobile-toggle:hover{background:#0000000d}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a1628b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;opacity:0;visibility:hidden;transition:all .4s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-320px;width:300px;height:100%;background:#fff;z-index:1002;padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:.75rem;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px #0000001a}.mobile-menu-close{position:absolute;top:1.25rem;right:1.25rem;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#1a202c}.mobile-menu-close:hover,.mobile-menu-close:focus-visible{background:#edf2f7}.mobile-menu.open{right:0}.mobile-nav-link{font-size:1.1rem;font-weight:600;color:#2d3748;text-decoration:none;padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{background:#edf2f7;color:#3182ce;transform:translate(5px)}.navbar-link:focus-visible,.navbar-mobile-toggle:focus-visible,.mobile-nav-link:focus-visible,.mobile-menu-close:focus-visible{outline:3px solid #63b3ed;outline-offset:3px}@media(max-width:768px){.navbar-links{display:none}.navbar-mobile-toggle{display:block}.navbar{padding:1rem 0}.navbar-container{padding:0 1.5rem}.navbar-brand img{width:102px;height:34px}}.footer{background:linear-gradient(180deg,#0a1628,#1a365d);color:#fff;padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{margin-bottom:1.5rem;display:inline-block}.footer-brand img{display:block;width:168px;height:56px;object-fit:contain}.footer-desc{font-size:1rem;color:#ffffffb3;line-height:1.8;max-width:300px}.footer-col h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative}.footer-col h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#4299e1,#63b3ed)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#63b3ed;transform:translate(5px)}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#ffffffb3;font-size:.95rem;line-height:1.6}.contact-icon{font-size:1.1rem;min-width:24px;text-align:center}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.9rem;color:#fff9}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links span{cursor:pointer;transition:color .3s ease}.footer-bottom-links span:hover{color:#63b3ed}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.floating-line-btn{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:linear-gradient(135deg,#00b900,#00c600);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #00b90066;transition:all .3s ease;z-index:1000;text-decoration:none}.floating-line-btn:hover{transform:scale(1.1) translateY(-4px);box-shadow:0 8px 30px #00b90080}.floating-line-btn:active{transform:scale(1.05)}.floating-line-btn:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#00b9004d;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@media(max-width:768px){.floating-line-btn{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.floating-line-btn svg{width:28px;height:28px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-page{width:100%;overflow-x:hidden;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#0a1628,#1a365d 60%,#102a43);overflow:hidden;padding:120px 0}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(99,179,237,.45),transparent 28%),linear-gradient(115deg,transparent 55%,rgba(255,255,255,.12));opacity:.7;mix-blend-mode:overlay}.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 2rem;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-block;padding:6px 16px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#63b3ed;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.gradient-text{background:linear-gradient(135deg,#90cdf4,#4fd1c5,#81e6d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.35rem;color:#fffffff2;line-height:1.8;margin-bottom:2.5rem;max-width:600px;font-weight:400;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.btn-primary-glow{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;font-weight:600;font-size:1.125rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #3182ce66;border:1px solid rgba(255,255,255,.1);letter-spacing:.5px}.btn-primary-glow:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3182ce99;background:linear-gradient(135deg,#4299e1,#3182ce)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600;font-size:1.125rem;border-radius:8px;text-decoration:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px);border-color:#fff6}.hero-stats{display:flex;align-items:center;gap:2.5rem;padding:1.5rem 2.5rem;background:#0a162899;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:fit-content}.stat-item{text-align:left}.stat-number{display:block;font-size:1.75rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.stat-label{display:block;font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:1px;height:40px;background:#ffffff26}.categories-section{padding:5rem 0;background:#f8fafc}.categories-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.category-card{position:relative;border-radius:20px;overflow:hidden;text-decoration:none;display:block;min-height:280px;cursor:pointer}.category-card.category-featured{grid-column:1;grid-row:1 / 3;min-height:100%}.category-bg{position:absolute;inset:0;z-index:1}.category-bg img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover .category-bg img{transform:scale(1.1)}.category-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#0000001a,#000000b3);transition:background .4s ease}.category-card:hover .category-overlay{background:linear-gradient(180deg,#0003,#000000d9)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:3;color:#fff;transform:translateY(20px);transition:transform .4s ease}.category-card:hover .category-content{transform:translateY(0)}.category-featured .category-content{padding:2.5rem}.category-badge{display:inline-block;padding:8px 16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.category-icon-wrap{width:60px;height:60px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.category-card:hover .category-icon-wrap{background:#ffffff40;transform:scale(1.1)}.category-card:not(.category-featured) .category-icon-wrap{width:50px;height:50px}.category-icon-wrap svg{color:#fff}.category-card h3{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;color:#fff}.category-card:not(.category-featured) h3{font-size:1.35rem}.category-card p{font-size:1rem;color:#ffffffd9;line-height:1.5;margin-bottom:1rem}.category-stats{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#ffffffb3;margin-bottom:1.5rem}.category-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1rem;padding:12px 24px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:50px;transition:all .3s ease;opacity:0;transform:translateY(10px)}.category-card:hover .category-link{opacity:1;transform:translateY(0)}.category-link:hover{background:#ffffff4d;gap:.75rem}.category-card:not(.category-featured) .category-link{padding:10px 20px;font-size:.9rem}.services-section{padding:0;margin-top:-6rem;position:relative;z-index:20;margin-bottom:5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{padding:2.5rem;border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:flex-start;height:100%;position:relative;overflow:hidden;color:#fff!important}.service-card:hover{transform:translateY(-10px)}.card-blue{background:linear-gradient(145deg,#2c5282,#1a365d);box-shadow:0 15px 35px #1a365d40}.card-gold{background:linear-gradient(145deg,#b7791f,#744210);box-shadow:0 15px 35px #74421040}.card-dark{background:linear-gradient(145deg,#2d3748,#171923);box-shadow:0 15px 35px #17192340}.service-icon{width:64px;height:64px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{color:#fff;width:32px;height:32px}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.service-card p{font-size:1rem;opacity:.85;line-height:1.6;margin-bottom:2rem;flex-grow:1;color:#ffffffe6}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.95rem;padding:.5rem 0;border-bottom:2px solid rgba(255,255,255,.3);transition:all .3s ease}.service-card:hover .service-link{border-color:#fff;gap:.75rem}.service-card.featured{position:relative;transform:scale(1.02);box-shadow:0 20px 50px #b7791f59}.service-card.featured:before{content:"";position:absolute;inset:0;border:2px solid rgba(255,215,0,.3);border-radius:16px;pointer-events:none}.service-card.featured:hover{transform:scale(1.02) translateY(-10px)}.service-badge{position:absolute;top:1rem;right:1rem;padding:6px 14px;background:linear-gradient(135deg,gold,#ffb300);color:#1a202c;font-size:.75rem;font-weight:700;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #ffb30066}.partner-systems-section{position:relative;padding:7rem 0 5rem;overflow:hidden;background:#101827;color:#fff}.partner-systems-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 85%);mask-image:linear-gradient(to bottom,black,transparent 85%)}.partner-systems-glow{position:absolute;width:560px;height:560px;top:-300px;right:-80px;border-radius:50%;background:#d719203d;filter:blur(90px)}.partner-systems-section .container{position:relative;z-index:1}.partner-systems-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:5rem;margin-bottom:3.5rem}.partner-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:1.2rem;color:#ff6268;font-size:.78rem;font-weight:800;letter-spacing:.18em}.partner-eyebrow:before{content:"";width:34px;height:2px;background:#d71920}.partner-systems-heading h2{max-width:760px;margin:0;color:#fff;font-size:clamp(2.15rem,4.4vw,4rem);font-weight:800;letter-spacing:-.035em;line-height:1.14}.partner-heading-copy p{margin:0 0 1.5rem;color:#aab5c7;font-size:1.05rem;line-height:1.8}.partner-demo-link{display:inline-flex;align-items:center;gap:.65rem;padding-bottom:.45rem;border-bottom:1px solid rgba(255,255,255,.35);color:#fff;font-weight:700;text-decoration:none;transition:gap .2s,border-color .2s}.partner-demo-link:hover{gap:.9rem;border-color:#ff6268}.partner-systems-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#ffffff1f}.partner-system-card{position:relative;display:flex;flex-direction:column;min-height:500px;padding:2rem;overflow:hidden;background:#151f30;transition:background .3s ease}.partner-system-card:hover{background:#19263a}.partner-system-card.featured-system{background:linear-gradient(150deg,#1d293c,#381c25 130%)}.partner-system-card.featured-system:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#d71920}.partner-system-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:4.5rem}.partner-system-icon{display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.16);border-radius:14px;color:#fff;background:#ffffff0a}.system-status{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:100px;color:#b7c2d3;font-size:.7rem;font-weight:700;white-space:nowrap}.system-status i{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px #4ade801a}.system-status.developing i{background:#fbbf24;box-shadow:0 0 0 4px #fbbf241a;animation:system-pulse 1.8s ease-in-out infinite}@keyframes system-pulse{50%{opacity:.4}}.partner-system-number{position:absolute;right:1.6rem;top:5.8rem;color:#ffffff0e;font-size:5.7rem;font-weight:800;line-height:1}.partner-system-card h3{position:relative;margin:0 0 1.2rem;color:#fff;font-size:clamp(1.65rem,2.3vw,2.2rem);line-height:1.25;letter-spacing:-.02em}.partner-system-card p{position:relative;margin:0 0 1.5rem;color:#aab5c7;line-height:1.75}.partner-system-card ul{display:grid;gap:.7rem;margin:auto 0 0;padding:1.25rem 0 0;border-top:1px solid rgba(255,255,255,.1);list-style:none;color:#dce3ed;font-size:.88rem}.partner-system-card li{display:flex;gap:.65rem;align-items:flex-start}.partner-system-card li:before{content:"✓";color:#ff6268;font-weight:800}.development-note{margin-top:auto;padding:1rem;border:1px dashed rgba(251,191,36,.35);border-radius:10px;background:#fbbf240f;color:#f8d986;font-size:.82rem;line-height:1.55}.partner-systems-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.8rem 0 0;color:#8290a5;font-size:.86rem}.partner-systems-footer b{margin:0 .4rem;color:#d71920}.partner-systems-footer a{color:#fff;font-weight:700;text-decoration:none}.partner-systems-footer a span{color:#ff6268}.products-section{padding:4rem 0 6rem;background:#fff}.section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.section-tag{display:inline-block;padding:6px 14px;background:#ebf8ff;color:#2b6cb0;font-size:.85rem;font-weight:700;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:2.75rem;font-weight:800;color:#1a202c;margin-bottom:1rem;line-height:1.2}.section-title.left{text-align:left}.section-subtitle{font-size:1.125rem;color:#718096;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem}.product-card{position:relative;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .4s ease;background:#edf2f7;box-shadow:0 4px 6px #0000000d}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.product-card.large{grid-column:span 2;grid-row:span 2}.product-card.wide{grid-column:span 2;grid-row:span 1}.product-image{width:100%;height:100%;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.product-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff;z-index:10}.product-tag{display:inline-block;padding:4px 10px;background:#3182ce;color:#fff;font-size:.7rem;font-weight:700;border-radius:4px;margin-bottom:.5rem;text-transform:uppercase}.product-tag.new{background:#48bb78}.product-content h3{font-size:1.35rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.product-content p{font-size:.9rem;opacity:.9;font-weight:300}.why-us-section{padding:6rem 0;background:#f7fafc}.why-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-us-content{padding-right:2rem}.why-us-description{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:2.5rem}.features-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.feature-item{display:flex;gap:1.25rem;align-items:flex-start}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#ebf8ff,#bee3f8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3182ce}.feature-text h4{font-size:1.15rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.feature-text p{font-size:.95rem;color:#718096;line-height:1.6}.btn-outline-dark{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:transparent;border:2px solid #2d3748;color:#2d3748;font-weight:600;font-size:1rem;border-radius:8px;text-decoration:none;transition:all .3s ease}.btn-outline-dark:hover{background:#2d3748;color:#fff}.why-us-image{position:relative}.why-us-image img{width:100%;height:600px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px #0000001a}.image-accent{position:absolute;width:100%;height:100%;top:25px;left:25px;border:4px solid #3182ce;border-radius:20px;z-index:-1;opacity:.2}.cta-section{position:relative;padding:8rem 0;background:linear-gradient(135deg,#1a365d,#2a4365);overflow:hidden;text-align:center}.cta-background{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(99,179,237,.35),transparent 32%),radial-gradient(circle at 80% 50%,rgba(79,209,197,.22),transparent 30%);opacity:1;mix-blend-mode:overlay}.cta-content{position:relative;z-index:10;max-width:700px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.cta-content p{font-size:1.35rem;color:#ffffffe6;margin-bottom:3rem;font-weight:300}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-white{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;background:#fff;color:#1a365d;font-weight:700;font-size:1.1rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #0003}.btn-white:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d;background:#f7fafc}.btn-green{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;background:#06c755;color:#fff;font-weight:700;font-size:1.1rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #06c7554d}.btn-green:hover{background:#05a647;transform:translateY(-3px);box-shadow:0 10px 25px #06c75580}.brands-section{padding:5rem 0;background:#fff}.brands-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.brand-item{text-align:center;padding:2rem 1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.brand-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 25px #00000014;transform:translateY(-5px)}.brand-logo{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.brand-logo span{font-size:1.5rem;font-weight:800;color:#2d3748;letter-spacing:-.5px}.brand-item p{font-size:.85rem;color:#718096;font-weight:500}.testimonials-section{padding:6rem 0;background:linear-gradient(180deg,#f7fafc,#edf2f7)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 15px #0000000d;transition:all .4s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.testimonial-card.featured{background:linear-gradient(145deg,#1a365d,#2a4365);color:#fff;transform:scale(1.02)}.testimonial-card.featured:hover{transform:scale(1.02) translateY(-8px)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-rating span{color:#fbbf24;font-size:1.25rem}.testimonial-rating .process-number{font-size:2rem;font-weight:800;line-height:1}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:2rem;flex-grow:1;font-style:normal}.testimonial-card.featured .testimonial-text{color:#fffffff2}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#3182ce,#2b6cb0);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.testimonial-card.featured .author-avatar{background:#fff3}.author-info h4{font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.testimonial-card.featured .author-info h4{color:#fff}.author-info p{font-size:.85rem;color:#718096}.testimonial-card.featured .author-info p{color:#ffffffb3}@media(max-width:1024px){.partner-systems-heading{gap:3rem}.partner-systems-grid{grid-template-columns:repeat(2,1fr)}.partner-system-card.development-system{grid-column:1 / -1;min-height:390px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card:last-child{grid-column:span 2}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card.large{grid-row:span 1}.why-us-grid{grid-template-columns:1fr;gap:3rem}.why-us-image img{height:400px}.why-us-content{padding-right:0}.categories-grid{grid-template-columns:1fr 1fr}.category-card.category-featured{grid-row:span 1}}@media(max-width:768px){.container{padding:0 1.5rem}.partner-systems-section{padding:5rem 0 4rem}.partner-systems-heading{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.partner-systems-grid{grid-template-columns:1fr}.partner-system-card,.partner-system-card.development-system{grid-column:auto;min-height:430px;padding:1.5rem}.partner-system-topline{margin-bottom:3.5rem}.partner-systems-footer{align-items:flex-start;flex-direction:column}.hero-section{padding:100px 0 80px;min-height:auto}.hero-title{font-size:2.75rem}.hero-stats{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.stat-divider{display:none}.services-section{margin-top:2rem}.services-grid{grid-template-columns:1fr}.service-card:last-child{grid-column:span 1}.products-grid{grid-template-columns:1fr}.product-card.large,.product-card.wide{grid-column:span 1;grid-row:span 1}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.btn-white,.btn-green{width:100%;justify-content:center}.brands-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.brand-item{padding:1.5rem 1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card.featured{transform:none}.testimonial-card.featured:hover{transform:translateY(-8px)}.categories-grid{grid-template-columns:1fr;gap:1.25rem}.category-card.category-featured{grid-row:span 1;min-height:350px}.category-card{min-height:250px}.category-content{transform:translateY(0)}.category-link{opacity:1;transform:translateY(0)}}.product-card-link{text-decoration:none;color:inherit;display:block;height:100%}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.03);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.product-card-image{position:relative;padding-bottom:75%;background:#f7fafc;overflow:hidden}.product-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-badges{position:absolute;top:1rem;right:1rem;display:flex;gap:.4rem;z-index:10}.product-badge{padding:4px 10px;background:#48bb78;color:#fff;font-size:.75rem;font-weight:700;border-radius:4px}.product-badge.sale{background:#dc2626}.product-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-card-meta{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-category,.product-sku{font-size:.8rem;color:#718096;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.product-sku{color:#94a3b8;font-size:.72rem;white-space:nowrap}.product-title{font-size:1.15rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.product-desc{font-size:.9rem;color:#718096;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #edf2f7}.product-price{font-size:1.1rem;font-weight:700;color:#3182ce}.product-pricing{display:flex;flex-direction:column}.product-price-old{color:#94a3b8;font-size:.78rem;text-decoration:line-through}.btn-arrow{width:32px;height:32px;border-radius:50%;background:#edf2f7;display:flex;align-items:center;justify-content:center;color:#4a5568;transition:all .3s ease}.product-card:hover .btn-arrow{background:#3182ce;color:#fff}@media(max-width:620px){.product-card-content{padding:1.05rem}.product-card-meta{align-items:flex-start;flex-direction:column;gap:.2rem}.product-title{font-size:1rem}.product-desc{margin-bottom:1rem;font-size:.82rem}.product-price{font-size:.98rem}}.page-products{min-height:100vh;padding-bottom:5rem;background:#f5f7fa}.catalog-header{position:relative;overflow:hidden;padding:128px 0 58px;color:#fff;background:linear-gradient(135deg,#0a1628,#1a365d 68%,#7f1d1d 140%)}.catalog-header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 25%,rgba(239,68,68,.26),transparent 30%),linear-gradient(115deg,transparent 55%,rgba(255,255,255,.08));pointer-events:none}.catalog-header-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);gap:4rem;align-items:end}.catalog-badge{display:inline-block;margin-bottom:.8rem;color:#fca5a5;font-size:.78rem;font-weight:700;letter-spacing:.14em}.catalog-heading h1{max-width:560px;margin-bottom:.75rem;color:#fff;font-size:clamp(2rem,3.4vw,3.25rem);font-weight:800}.catalog-heading p{color:#ffffffbf;font-size:1.05rem}.catalog-search{min-height:68px;padding:0 1.25rem;display:flex;align-items:center;gap:.9rem;color:#475569;background:#fff;border:3px solid rgba(255,255,255,.24);border-radius:16px;box-shadow:0 16px 40px #0000002e}.catalog-search:focus-within{border-color:#ef4444;box-shadow:0 0 0 4px #ef44442e,0 16px 40px #0000002e}.catalog-search input{min-width:0;flex:1;border:0;outline:0;color:#0f172a;background:transparent;font:inherit;font-size:1.05rem}.catalog-search input::placeholder{color:#94a3b8}.catalog-search button{width:36px;height:36px;display:inline-grid;place-items:center;color:#64748b;border-radius:50%;font-size:1.5rem}.catalog-search button:hover{color:#b91c1c;background:#fef2f2}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.catalog-shell.container{max-width:1440px}.catalog-breadcrumb{padding:1.4rem 0;display:flex;align-items:center;gap:.65rem;color:#64748b;font-size:.92rem}.catalog-breadcrumb a:hover{color:#b91c1c}.catalog-breadcrumb span:last-child{color:#1e293b;font-weight:600}.catalog-toolbar{min-height:86px;margin-bottom:1.75rem;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 18px #0f172a0a}.catalog-result-summary{margin-right:auto;color:#64748b;white-space:nowrap}.catalog-result-summary strong{color:#1e293b}.catalog-toolbar-actions{display:flex;align-items:center;gap:.8rem}.catalog-select{height:48px;padding-left:.9rem;display:flex;align-items:center;gap:.55rem;color:#64748b;border:1px solid #cbd5e1;border-radius:9px;background:#fff}.catalog-select select{height:100%;padding:0 2.4rem 0 .25rem;color:#1e293b;border:0;outline:0;background:transparent;font:inherit;font-weight:600;cursor:pointer}.catalog-page-size select{min-width:72px}.view-toggle{display:flex;border:1px solid #cbd5e1;border-radius:9px;overflow:hidden}.view-toggle button{width:48px;height:48px;display:inline-grid;place-items:center;color:#64748b;background:#fff}.view-toggle button+button{border-left:1px solid #cbd5e1}.view-toggle button.active{color:#fff;background:#b91c1c}.mobile-filter-button{height:48px;padding:0 1rem;display:none;align-items:center;gap:.45rem;color:#fff;background:#1e3a5f;border-radius:9px;font-weight:600}.catalog-layout{display:grid;grid-template-columns:252px minmax(0,1fr);gap:1.75rem;align-items:start}.catalog-sidebar{position:sticky;top:94px;padding:1.4rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 18px #0f172a0a}.catalog-sidebar-header{margin-bottom:1rem;padding-bottom:1rem;display:flex;justify-content:space-between;border-bottom:1px solid #e2e8f0}.catalog-sidebar-header span{color:#b91c1c;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.catalog-sidebar-header h2{margin-top:.25rem;color:#0f172a;font-size:1.22rem}.catalog-sidebar-header>button{display:none;width:40px;height:40px;color:#475569;border-radius:50%;font-size:1.6rem}.category-list{display:grid;gap:.35rem}.category-list button{width:100%;min-height:45px;padding:.6rem .7rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#475569;border-radius:8px;text-align:left;font-size:.94rem}.category-list button:hover{color:#991b1b;background:#fef2f2}.category-list button.active{color:#991b1b;background:#fee2e2;font-weight:700}.category-count{min-width:26px;padding:.08rem .45rem;color:#64748b;background:#f1f5f9;border-radius:999px;text-align:center;font-size:.75rem}.category-list button.active .category-count{color:#fff;background:#b91c1c}.clear-filters{width:100%;margin-top:1rem;padding:.75rem;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;font-weight:600}.clear-filters:hover{background:#fef2f2}.catalog-help-card{margin-top:1.4rem;padding:1.2rem;color:#fff;background:linear-gradient(145deg,#172554,#1e3a5f);border-radius:11px}.catalog-help-card>span{color:#fca5a5;font-size:.78rem;font-weight:700}.catalog-help-card h3{margin:.35rem 0;color:#fff;font-size:1rem}.catalog-help-card p{margin-bottom:.9rem;color:#ffffffb3;font-size:.82rem;line-height:1.6}.catalog-help-card a{display:inline-flex;padding:.55rem .8rem;color:#991b1b;background:#fff;border-radius:7px;font-size:.84rem;font-weight:700}.catalog-results{min-width:0}.catalog-grid.grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.15rem}.catalog-grid.list-view{display:grid;gap:1rem}.catalog-grid.list-view .product-card{min-height:230px;display:grid;grid-template-columns:280px minmax(0,1fr)}.catalog-grid.list-view .product-card-image{height:100%;min-height:230px;padding-bottom:0}.catalog-grid.list-view .product-card-content{padding:1.75rem}.catalog-grid.list-view .product-title{font-size:1.35rem}.catalog-grid.list-view .product-desc{max-width:720px;display:block}.no-results{min-height:430px;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;text-align:center}.no-results-icon{margin-bottom:1rem;color:#cbd5e1;font-size:5rem;line-height:1}.catalog-loader{width:42px;height:42px;margin:0 auto 1rem;border:4px solid #e2e8f0;border-top-color:#d71920;border-radius:50%;animation:catalog-spin .8s linear infinite}@keyframes catalog-spin{to{transform:rotate(360deg)}}.no-results h2{margin-bottom:.4rem;color:#1e293b}.reset-btn{margin-top:1.25rem;padding:.75rem 1.25rem;color:#fff;background:#b91c1c;border-radius:8px;font-weight:700}.catalog-pagination{margin-top:2rem;display:flex;justify-content:center;gap:.45rem}.catalog-pagination button{min-width:42px;height:42px;padding:0 .55rem;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-weight:600}.catalog-pagination button:hover:not(:disabled),.catalog-pagination button.active{color:#fff;background:#b91c1c;border-color:#b91c1c}.catalog-pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{min-width:32px;height:42px;display:inline-grid;place-items:center;color:#94a3b8}.catalog-filter-overlay{display:none}@media(max-width:1100px){.catalog-header-inner{grid-template-columns:1fr;gap:1.75rem;align-items:stretch}.catalog-toolbar{align-items:flex-start;flex-wrap:wrap}.catalog-result-summary{width:100%;order:2}.catalog-toolbar-actions{margin-left:auto}.catalog-layout{grid-template-columns:220px minmax(0,1fr)}.catalog-grid.grid-view{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(max-width:820px){.catalog-header{padding:104px 0 42px}.catalog-heading h1{font-size:2.15rem}.catalog-search{min-height:58px}.catalog-toolbar{padding:.85rem}.mobile-filter-button{display:inline-flex}.catalog-toolbar-actions{width:100%;margin-left:0;overflow-x:auto;padding-bottom:.15rem}.catalog-layout{display:block}.catalog-sidebar{position:fixed;top:0;left:0;z-index:1101;width:min(88vw,340px);height:100dvh;border:0;border-radius:0 16px 16px 0;overflow-y:auto;transform:translate(-105%);transition:transform .3s ease}.catalog-sidebar.open{transform:translate(0)}.catalog-sidebar-header>button{display:inline-grid;place-items:center}.catalog-filter-overlay{position:fixed;inset:0;z-index:1100;display:block;visibility:hidden;opacity:0;background:#0f172a9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .3s ease,visibility .3s ease}.catalog-filter-overlay.open{visibility:visible;opacity:1}}@media(max-width:620px){.catalog-header-inner,.catalog-shell.container{padding-left:1rem;padding-right:1rem}.catalog-heading p{font-size:.95rem}.catalog-search{padding:0 .9rem}.catalog-search input{font-size:.95rem}.catalog-breadcrumb{overflow-x:auto;white-space:nowrap}.catalog-result-summary{font-size:.9rem}.catalog-select{flex:0 0 auto}.catalog-select>span{display:none}.catalog-select select{min-width:150px;padding-left:.75rem}.catalog-page-size{display:none}.view-toggle{margin-left:auto;flex:0 0 auto}.catalog-grid.grid-view{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.catalog-grid.list-view .product-card{min-height:0;grid-template-columns:120px minmax(0,1fr)}.catalog-grid.list-view .product-card-image{min-height:180px}.catalog-grid.list-view .product-card-content{padding:1rem}.catalog-grid.list-view .product-title{font-size:1rem}.catalog-grid.list-view .product-desc{display:none}}@media(max-width:420px){.catalog-grid.grid-view{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.catalog-sidebar,.catalog-filter-overlay{transition:none}}.product-detail-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff);padding-top:78px;padding-bottom:4rem}.breadcrumb{padding:1.5rem 0;background:#fff;border-bottom:1px solid #edf2f7;margin-bottom:2rem}.breadcrumb .container{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb a{color:#718096;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#3182ce}.breadcrumb .separator{color:#cbd5e0}.breadcrumb .current{color:#1a202c;font-weight:500}.not-found{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.not-found h2{font-size:1.5rem;color:#1a202c;margin-bottom:.5rem}.not-found p{color:#718096;margin-bottom:1.5rem}.back-link{display:inline-block;color:#3182ce;font-weight:600;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#2c5282}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width:900px){.product-main{grid-template-columns:1fr;gap:2rem}}.product-gallery{position:sticky;top:100px;height:fit-content}.main-image{position:relative;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 40px #00000014}.main-image img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.detail-badges{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.badge-new,.badge-sale{padding:6px 14px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:.8rem;font-weight:700;border-radius:6px;box-shadow:0 4px 10px #48bb784d}.badge-sale{background:linear-gradient(135deg,#ef4444,#b91c1c)}.product-info{padding:1rem 0}.product-category-tag{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#edf2f7,#e2e8f0);color:#4a5568;font-size:.85rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.product-detail-meta{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-detail-meta .product-category-tag{margin-bottom:0}.product-detail-sku{color:#94a3b8;font-size:.85rem;font-weight:600}.product-name{font-size:2rem;font-weight:700;color:#1a202c;line-height:1.3;margin-bottom:1rem}.product-description{font-size:1.1rem;color:#718096;line-height:1.7;margin-bottom:2rem}.product-price-section{display:flex;align-items:baseline;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ebf8ff,#bee3f8);border-radius:12px;margin-bottom:2rem}.price-label{font-size:.95rem;color:#4a5568;font-weight:500}.price-value{font-size:1.75rem;font-weight:700;color:#2b6cb0}.detail-pricing{display:flex;flex-direction:column}.price-original{color:#718096;font-size:.9rem;text-decoration:line-through}.product-retry{border:0;background:transparent;cursor:pointer}.product-features{margin-bottom:2rem}.product-features h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#4a5568;font-size:.95rem;border-bottom:1px solid #edf2f7}.product-features li:last-child{border-bottom:none}.feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:50%;font-size:.75rem;flex-shrink:0}.product-actions{display:flex;gap:1rem;flex-wrap:wrap}.product-actions .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3182ce4d}.product-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3182ce66}.product-actions .btn-secondary{padding:1rem 2rem;background:#fff;color:#4a5568;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease}.product-actions .btn-secondary:hover{border-color:#3182ce;color:#3182ce}.related-section{padding-top:2rem;border-top:1px solid #edf2f7}.related-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.related-card{display:block;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px #0000000d;border:1px solid #edf2f7}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.related-image{aspect-ratio:16/10;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.related-card:hover .related-image img{transform:scale(1.05)}.related-info{padding:1rem 1.25rem}.related-info h4{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.related-price{font-size:.95rem;font-weight:700;color:#3182ce}.page-about{padding-bottom:6rem;background:#fff;overflow-x:hidden}.about-hero{position:relative;height:400px;display:flex;align-items:center;background:radial-gradient(circle at 80% 30%,rgba(99,179,237,.32),transparent 30%),linear-gradient(135deg,#0a1628,#1a365d 65%,#102a43);margin-bottom:5rem}.about-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628e6,#1a365dcc)}.about-hero-content{position:relative;z-index:10;text-align:center;max-width:800px;margin:0 auto}.about-hero-content h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-hero-content p{font-size:1.25rem;color:#ffffffe6;font-weight:300}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:6rem}.about-text .section-tag{display:inline-block;padding:6px 14px;background:#ebf8ff;color:#2b6cb0;font-size:.85rem;font-weight:700;border-radius:50px;margin-bottom:1.5rem;letter-spacing:1px}.about-text h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2}.about-text p{font-size:1.1rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.about-image{position:relative}.about-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a}.exp-badge{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000026;text-align:center}.exp-badge .years{display:block;font-size:3rem;font-weight:800;color:#3182ce;line-height:1}.exp-badge .label{display:block;font-size:.9rem;color:#718096;margin-top:.5rem}.values-section{text-align:center}.values-section h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#f7fafc;padding:3rem 2rem;border-radius:16px;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 20px 40px #00000014}.value-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.value-icon svg{color:#3182ce;transition:all .3s ease}.value-card:hover .value-icon svg{color:#2b6cb0;transform:scale(1.1)}.value-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.value-card p{color:#718096;line-height:1.6}@media(max-width:768px){.about-hero{height:350px}.about-hero-content h1{font-size:2.5rem}.about-content-grid{grid-template-columns:1fr;gap:3rem}.values-grid{grid-template-columns:1fr}.exp-badge{left:20px;bottom:-30px}}.page-contact{min-height:100vh;background:linear-gradient(180deg,#f0f4f8,#fff);padding-bottom:6rem}.contact-hero{background:linear-gradient(135deg,#1a365d,#2c5282);padding:140px 0 100px;text-align:center;color:#fff}.contact-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.contact-hero p{font-size:1.2rem;font-weight:400;color:#fffffff2}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-3rem;position:relative;z-index:10}.contact-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;text-decoration:none;box-shadow:0 10px 40px #00000014;transition:all .4s ease;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:height .3s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.contact-card:hover:before{height:6px}.line-card:before{background:linear-gradient(90deg,#00b900,#00c600)}.line-card .card-icon{color:#00b900}.line-card:hover{background:linear-gradient(180deg,#f0fff0,#fff)}.facebook-card:before{background:linear-gradient(90deg,#1877f2,#3b5998)}.facebook-card .card-icon{color:#1877f2}.facebook-card:hover{background:linear-gradient(180deg,#f0f7ff,#fff)}.phone-card:before{background:linear-gradient(90deg,#2c5282,#3182ce)}.phone-card .card-icon{color:#2c5282}.phone-card:hover{background:linear-gradient(180deg,#f0f4ff,#fff)}.card-icon{width:80px;height:80px;background:#f7fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-card:hover .card-icon{transform:scale(1.1)}.card-content h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.card-id{display:block;font-size:1.15rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.card-content p{font-size:.9rem;color:#718096}.card-cta{display:inline-block;margin-top:auto;padding:.75rem 1.5rem;background:#f7fafc;color:#2d3748;font-weight:600;font-size:.95rem;border-radius:50px;transition:all .3s ease}.line-card:hover .card-cta{background:#00b900;color:#fff}.facebook-card:hover .card-cta{background:#1877f2;color:#fff}.phone-card:hover .card-cta{background:#2c5282;color:#fff}.location-section{display:grid;grid-template-columns:1fr 1.5fr;gap:0;margin-top:4rem;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.location-info{padding:2.5rem;background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff}.location-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#a0aec0;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.location-header svg{opacity:.8}.location-info h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.location-info .address{color:#a0aec0;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.business-hours{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#ffffff14;border-radius:12px;margin-bottom:1.5rem}.business-hours svg{color:#63b3ed;flex-shrink:0;margin-top:2px}.business-hours>div{display:flex;flex-direction:column;gap:.25rem}.hours-label{font-size:.8rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px}.hours-value{font-size:.95rem;font-weight:600;color:#fff}.directions-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3182ce,#2b6cb0);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:10px;transition:all .3s ease}.directions-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3182ce66}.location-map{min-height:350px}.location-map iframe{display:block}@media(max-width:1024px){.contact-cards{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media(max-width:900px){.location-section{grid-template-columns:1fr}.location-map{min-height:300px}}@media(max-width:768px){.contact-hero h1{font-size:2.25rem}.contact-cards{margin-top:-2rem}.contact-card{padding:2rem 1.5rem}.location-info{padding:2rem}}.not-found-page{min-height:70vh;padding:160px 1.5rem 6rem;display:grid;place-items:center;background:linear-gradient(180deg,#f8fafc,#fff);text-align:center}.not-found-content{max-width:620px}.not-found-code{display:block;color:#3182ce;font-size:clamp(4rem,12vw,8rem);font-weight:800;line-height:1;margin-bottom:1rem}.not-found-content h1{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:1rem}.not-found-content p{color:#718096;margin-bottom:2rem}.not-found-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.not-found-primary,.not-found-secondary{padding:.9rem 1.5rem;border-radius:8px;font-weight:600}.not-found-primary{background:#2b6cb0;color:#fff}.not-found-secondary{border:1px solid #cbd5e0;color:#2d3748}
