@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color:#0d47a1;--secondary-color:#1976d2;--accent-color:#4caf50;--text-dark:#1f2937;--text-light:#6b7280;--background-light:#f9fafb;--white:#fff;--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--white);font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:100%;margin:0 auto;padding:0 3%}.btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:var(--white);box-shadow:0 4px 15px #0d47a14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d47a166}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:var(--white);transform:translateY(-2px)}.premium-card{background:var(--white);border:1px solid #ffffff80;border-radius:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000a,0 1px 3px #00000005}.icon-box{color:var(--primary-color);background:linear-gradient(135deg,#0d47a11a 0%,#1976d20d 100%);border-radius:1rem;justify-content:center;align-items:center;display:flex}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:3.5rem;padding-bottom:3.5rem}.py-20{padding-top:4.5rem;padding-bottom:4.5rem}.bg-light{background-color:var(--background-light)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:1fr!important}.md-grid-cols-2{grid-template-columns:repeat(2,1fr)!important}.flex-responsive{flex-direction:column!important}.text-center-mobile{text-align:center!important}.w-full-mobile{width:100%!important}.hero-content{text-align:center!important;margin-bottom:2rem!important;padding-right:0!important}.hero h1{font-size:2.2rem!important}.hero-btns{flex-wrap:wrap!important;justify-content:center!important}.features{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important}.nav{display:none!important}.contact-section .grid-cols-2{grid-template-columns:1fr!important;gap:2rem!important}.process .flex{flex-direction:column!important;gap:2rem!important}.process .flex-1{margin:1rem 0!important;transform:rotate(90deg)!important}.stats .grid{grid-template-columns:repeat(2,1fr)!important}.py-12{padding-top:2rem!important;padding-bottom:2rem!important}.py-16{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-20{padding-top:3rem!important;padding-bottom:3rem!important}.container{padding:0 1rem!important}}.header-wrapper{height:76px}.header-premium{z-index:50;background-color:#fff;border-bottom:1px solid #e2e8f0;align-items:center;width:100%;height:76px;display:flex;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;padding:0 4%;display:flex}@media (width>=1024px){.header-container{padding:0 4%}}.header-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo-icon{background:var(--primary-color);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:800;display:flex}.header-logo-text{flex-direction:column;display:flex}.header-logo-title{color:#0f172a;letter-spacing:.05em;font-size:1.25rem;font-weight:800;line-height:1}.header-logo-subtitle{color:var(--primary-color);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.65rem}.desktop-nav{display:none}@media (width>=1024px){.desktop-nav{align-items:center;gap:2rem;display:flex}}.nav-link{color:#0f172a;padding-bottom:4px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.nav-link:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.desktop-actions{display:none}@media (width>=1024px){.desktop-actions{align-items:center;gap:1rem;display:flex}}.header-btn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .3s;display:flex}.header-btn:hover{background-color:#2563eb}.mobile-menu-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:background-color .3s;display:block}.mobile-menu-btn:hover{background-color:#0000000d}@media (width>=1024px){.mobile-menu-btn{display:none}}.mobile-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#00000080;position:fixed;inset:0}.mobile-sidebar{z-index:101;background-color:#f8fafc;flex-direction:column;width:280px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:20px 0 25px -5px #0000001a}.mobile-sidebar-header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.mobile-nav{flex-direction:column;flex-grow:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.mobile-nav-link{color:#0a192f;border-radius:.75rem;padding:.75rem 1rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.mobile-nav-link:hover{color:var(--primary-color);background-color:#0a192f}.mobile-sidebar-footer{border-top:1px solid #0000001a;padding:1rem}.mobile-sidebar-btn{color:#fff;background-color:var(--primary-color);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-weight:700;text-decoration:none;display:flex}.footer-premium{color:#e2e8f0;background-color:#050f24;border-top-left-radius:12px;border-top-right-radius:12px;width:100%;padding-top:5rem;padding-bottom:2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.footer-premium:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(#ffffff1a 2px,#0000 2px);background-size:20px 20px;width:300px;height:250px;position:absolute;top:0;right:0}.footer-container{z-index:2;width:100%;max-width:100%;margin:0 auto;padding:0 4%;position:relative}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1.25fr;gap:2rem}}.footer-col{flex-direction:column;gap:1rem;display:flex}.brand-col{gap:1.25rem}.footer-logo{align-items:center;gap:.75rem;margin-bottom:.5rem;text-decoration:none;display:flex}.footer-logo-icon{color:#fff;background-color:#3b82f6;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.75rem;font-weight:800;display:flex}.footer-logo-text-wrapper{flex-direction:column;line-height:1.2;display:flex}.footer-logo-title{color:#fff;letter-spacing:.5px;font-size:1.5rem;font-weight:800}.footer-logo-subtitle{color:#3b82f6;letter-spacing:.5px;font-size:1.1rem;font-weight:700}.footer-desc{color:#cbd5e1;max-width:280px;font-size:.9rem;line-height:1.7}.footer-dash{background-color:#3b82f6;width:30px;height:2px;margin:.5rem 0}.footer-dash-small{background-color:#3b82f6;width:25px;height:2px;margin-top:-.25rem;margin-bottom:.5rem}.footer-follow-heading{color:#fff;margin-bottom:-.5rem;font-size:.9rem;font-weight:700}.footer-socials{align-items:center;gap:.75rem;display:flex}.social-icon{color:#3b82f6;background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#fff;background-color:#3b82f6;transform:translateY(-2px)}.footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:1rem;font-weight:700}.footer-link{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.footer-link svg{color:#3b82f6}.footer-link:hover{color:#fff;transform:translate(4px)}.footer-contact-item{color:#cbd5e1;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.footer-contact-icon{color:#3b82f6;flex-shrink:0;margin-top:.25rem}.footer-features-banner{background-color:#0a1835;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}@media (width>=1024px){.footer-features-banner{flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 3rem}}.ff-item{flex:1;align-items:center;gap:1.25rem;display:flex}.ff-icon-wrapper{color:#3b82f6;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ff-text h4{color:#fff;text-transform:uppercase;margin:0 0 .25rem;font-size:.95rem;font-weight:700}.ff-text p{color:#cbd5e1;margin:0;font-size:.8rem;line-height:1.4}.ff-divider{display:none}@media (width>=1024px){.ff-divider{background-color:#ffffff1a;width:1px;height:60px;display:block}}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row}}.footer-copy{color:#cbd5e1;align-items:center;gap:.25rem;font-size:.85rem;display:flex}.footer-bottom-links{align-items:center;gap:1rem;display:flex}.footer-bottom-link{color:#cbd5e1;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-bottom-link:hover{color:#fff}.footer-bottom-sep{color:#fff3}.about-page-wrapper{background-color:#f8fafc;min-height:100vh;padding-bottom:5rem;font-family:inherit;overflow-x:hidden}.about-section{max-width:1200px;margin:0 auto;padding:4rem 1rem}.about-split{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-split{grid-template-columns:1fr 1fr;gap:5rem}}.about-slideshow-container{position:relative}.about-slideshow-bg{z-index:0;background-color:#3b82f61a;border-radius:2rem;position:absolute;inset:-1rem;transform:rotate(-3deg)}.about-slideshow-card{aspect-ratio:4/5;z-index:10;cursor:pointer;border:1px solid #3b82f633;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-slideshow-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.about-slideshow-card:hover .about-slideshow-img{transform:scale(1.05)}.about-slideshow-overlay{pointer-events:none;background:linear-gradient(#0000,#0a192f33,#0a192fe6);position:absolute;inset:0}.about-slideshow-text{pointer-events:none;position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem}.about-slideshow-title{color:#fff;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.about-slideshow-subtitle{color:#ffffffe6;margin-bottom:1rem}.about-dots{gap:.5rem;display:flex}.about-dot{border-radius:9999px;height:.375rem;transition:all .3s}.about-dot.active{background-color:var(--primary-color);width:1.5rem}.about-dot.inactive{background-color:#fff6;width:.5rem}.about-content-wrap{flex-direction:column;justify-content:center;display:flex}.about-label{color:var(--primary-color);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.about-main-title{color:#0a192f;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (width>=768px){.about-main-title{font-size:3.5rem}}.about-divider{background-color:var(--primary-color);border-radius:9999px;width:5rem;height:.375rem;margin-bottom:2rem}.about-text{color:#4b5563;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-text-dropcap:first-letter{color:var(--primary-color);float:left;margin-right:.5rem;font-size:3.75rem;font-weight:800;line-height:1}.about-quote{color:#0a192f;border-top:1px solid #3b82f633;padding-top:2rem;font-size:1.5rem;font-style:italic;font-weight:600}.trust-section{background-color:#fff;padding:5rem 1rem}.trust-header{text-align:center;margin-bottom:4rem}.trust-title{color:#0a192f;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.trust-subtitle{color:#6b7280;max-width:40rem;margin:0 auto}.trust-grid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.trust-grid{grid-template-columns:repeat(3,1fr)}}.trust-card{text-align:center;background-color:#f8fafc;border:1px solid #3b82f61a;border-radius:1.5rem;padding:2rem;transition:box-shadow .3s}.trust-card:hover{box-shadow:0 20px 25px -5px #0000001a}.trust-icon-wrap{width:4rem;height:4rem;color:var(--primary-color);background-color:#0a192f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.trust-card-title{color:#0a192f;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.trust-card-text{color:#6b7280;font-size:.875rem;line-height:1.6}.story-section{max-width:1200px;margin:0 auto;padding:5rem 1rem}.story-split{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.story-split{grid-template-columns:1fr 1fr}}.story-title{color:#0a192f;margin-bottom:1.5rem;font-size:2.25rem;font-weight:800}.story-list{margin-top:2rem;padding:0;list-style:none}.story-list-item{color:#0a192f;align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:600;display:flex}.story-list-icon{color:var(--primary-color)}.story-image-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:relative}.story-img-wrap-1{padding-top:3rem}.story-img{border:1px solid #3b82f633;border-radius:1rem;width:100%;box-shadow:0 10px 15px -3px #0000001a}.story-badge{text-align:center;background-color:#fff;border:4px solid #f8fafc;border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000040}.story-badge-text{color:#0a192f;font-weight:800;line-height:1.1}.story-badge-sub{color:var(--primary-color);font-size:.75rem}.page-hero{background:linear-gradient(135deg, var(--primary-color) 0%, #0a192f 100%);color:#fff;text-align:center;padding:5rem 1rem}.page-hero-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:3rem;font-weight:800}.page-hero-subtitle{opacity:.9;max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.7}.page-container{max-width:1200px;margin:0 auto;padding:4rem 1rem}.cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.premium-card{text-align:center;background-color:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.premium-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.premium-card-icon{width:4rem;height:4rem;color:var(--primary-color);background-color:#eff6ff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.premium-card-title{color:#0a192f;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.premium-card-text{color:#4b5563;line-height:1.6}.cta-banner{text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;padding:3rem}.cta-banner-title{color:#0a192f;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.cta-banner-text{color:#4b5563;margin-bottom:2rem;font-size:1.125rem}.btn-primary-large{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 15px -3px #0000001a}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.gallery-grid{columns:3;column-gap:1.25rem}.gallery-item{break-inside:avoid;cursor:pointer;border:3px solid #fff;border-radius:1rem;margin-bottom:1.25rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 16px #0000001a}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000002e}.gallery-img{width:100%;height:auto;transition:transform .5s;display:block}.gallery-item:hover .gallery-img{transform:scale(1.03)}@media (width<=900px){.gallery-grid{columns:2}}@media (width<=500px){.gallery-grid{columns:1}}@media (width<=768px){.cards-grid{grid-template-columns:1fr}.page-hero-title{font-size:2.25rem}.page-hero{padding:3rem 1rem}}.cctv-hero{padding:8rem 1rem 12rem}.cctv-hero-title{margin-bottom:1rem;font-size:3.5rem}.cctv-hero-subtitle{letter-spacing:.2em;text-transform:uppercase;color:#fffc}.cctv-container{z-index:10;margin-top:-8rem;padding-top:0;position:relative}.cctv-desc-card{border-top:4px solid var(--primary-color);background-color:#fff;max-width:900px;margin:0 auto 4rem;padding:4rem 3rem}.cctv-desc-text{color:#4b5563;font-size:1.25rem;font-weight:500;line-height:1.9}.cctv-products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}@media (width<=768px){.cctv-hero{padding:6rem 1rem 8rem}.cctv-hero-title{font-size:2.5rem!important}.cctv-container{margin-top:-6rem}.cctv-desc-card{padding:2.5rem 1.5rem!important}.cctv-desc-text{line-height:1.6;font-size:1.125rem!important}.cctv-products-grid{grid-template-columns:1fr}}.product-details-container{box-sizing:border-box;background-color:#fff;border-radius:1.5rem;flex-wrap:wrap;gap:3rem;padding:2.5rem;display:flex;box-shadow:0 10px 40px #0000000d}.product-details-gallery{flex:500px}.product-details-main-img{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:1rem;width:100%;height:500px;margin-bottom:1.5rem;overflow:hidden}.product-details-info{flex-direction:column;flex:400px;display:flex}.product-details-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.product-action-btns{flex-wrap:wrap;gap:1rem;margin-top:auto;display:flex}@media (width<=768px){.product-details-container{box-sizing:border-box;gap:2rem;padding:1.5rem}.product-details-gallery,.product-details-info{box-sizing:border-box;flex:100%;min-width:0;max-width:100%}.product-details-main-img{box-sizing:border-box;height:300px}.product-details-title{font-size:1.75rem}.product-action-btns>a{box-sizing:border-box;flex:100%!important}}.services-hero{background:linear-gradient(135deg,#0d47a1 0%,#0a2a6e 50%,#071a47 100%);padding:6rem 1rem 5rem;position:relative;overflow:hidden}.services-hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#1976d240 0%,#0000 50%),radial-gradient(circle at 80% 20%,#4caf5026 0%,#0000 40%);position:absolute;inset:0}.services-badge{color:#fff;letter-spacing:.15em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:9999px;margin-bottom:1.25rem;padding:.35rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block}.services-accent{color:#4caf50}.services-section-header{text-align:center;margin-bottom:3rem}.services-tag{color:#0d47a1;letter-spacing:.12em;text-transform:uppercase;background:#0d47a114;border:1px solid #0d47a133;border-radius:9999px;margin-bottom:.85rem;padding:.3rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.services-section-title{color:#0a192f;margin-bottom:.6rem;font-size:2.25rem;font-weight:800;line-height:1.2}.services-section-sub{color:#6b7280;max-width:36rem;margin:0 auto;font-size:1rem;line-height:1.7}.sales-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px;margin:0 auto;display:grid}.sales-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.sales-card:before{content:"";background:linear-gradient(90deg,#0d47a1,#1976d2);border-radius:1.5rem 1.5rem 0 0;height:4px;position:absolute;top:0;left:0;right:0}.sales-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 20px 40px #0d47a11f}.sales-card-icon{color:#0d47a1;background:linear-gradient(135deg,#0d47a11a,#1976d20f);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.25rem;transition:background .3s,color .3s;display:flex}.sales-card:hover .sales-card-icon{color:#fff;background:linear-gradient(135deg,#0d47a1,#1976d2)}.sales-card-title{color:#0a192f;margin-bottom:.6rem;font-size:1.3rem;font-weight:800}.sales-card-desc{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.sales-card-link{color:#fff;background:linear-gradient(135deg,#0d47a1,#1976d2);border-radius:9999px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 12px #0d47a14d}.sales-card-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d47a166}.services-section-bg{background:linear-gradient(#f0f7ff 0%,#f9fafb 100%);border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000a}.service-card:hover{transform:translateY(-7px);box-shadow:0 20px 40px #0d47a11f}.service-card-img-wrap{flex-shrink:0;width:100%;height:195px;position:relative;overflow:hidden}.service-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-card-img{transform:scale(1.07)}.service-card-img-overlay{background:linear-gradient(#0000 45%,#0a192fa6 100%);align-items:flex-end;padding:.9rem 1rem;display:flex;position:absolute;inset:0}.service-card-img-icon{color:#fff;background:#0d47a1;border-radius:.6rem;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex;box-shadow:0 4px 12px #0000004d}.service-card-body{flex-direction:column;flex-grow:1;padding:1.4rem 1.5rem 1.6rem;display:flex}.service-card-title{color:#0a192f;margin-bottom:.45rem;font-size:1.05rem;font-weight:800}.service-card-desc{color:#6b7280;margin-bottom:1rem;font-size:.83rem;line-height:1.6}.service-card-points{flex-direction:column;flex-grow:1;gap:.42rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.service-card-points li{color:#374151;align-items:center;gap:.45rem;font-size:.78rem;font-weight:500;display:flex}.service-check-icon{color:#4caf50;flex-shrink:0}.service-card-btn{color:#fff;background:linear-gradient(135deg,#0d47a1,#1976d2);border-radius:9999px;align-self:flex-start;padding:.55rem 1.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 3px 10px #0d47a140}.service-card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d47a161}.services-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0d47a1 0%,#0a2a6e 100%);border:none}.services-cta-icon{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;margin:0 auto 1.2rem;display:flex}.services-cta .cta-banner-title{color:#fff}.services-cta .cta-banner-text{color:#ffffffbf}.services-cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-outline-large{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .25s,border-color .25s,transform .2s;display:inline-flex}.btn-outline-large:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-hero{padding:4.5rem 1rem 3.5rem}.services-section-title{font-size:1.75rem}.sales-grid{grid-template-columns:1fr;max-width:380px}.services-grid{grid-template-columns:1fr}.service-card-img-wrap{height:210px}.services-cta-btns{flex-direction:column}.btn-outline-large{justify-content:center;width:100%}}.contact-hero{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;text-align:center;padding:4rem 1rem}.contact-hero-subtitle{color:#bfdbfe;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.contact-hero-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.contact-hero-divider{background-color:#ffffff80;border-radius:9999px;width:5rem;height:.375rem;margin:0 auto 1.5rem}.contact-hero-text{opacity:.9;max-width:36rem;margin:0 auto;font-size:1.125rem;line-height:1.7}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 1rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:4rem;display:grid}.contact-info-col{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:box-shadow .3s;display:flex;box-shadow:0 1px 2px #0000000d}.contact-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact-card-icon-wrap{width:3rem;height:3rem;color:var(--primary-color);background-color:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card-title{color:#0a192f;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.contact-card-text{color:#4b5563;font-size:.875rem;line-height:1.5}.contact-card-subtext{color:#9ca3af;margin-top:.25rem;font-size:.75rem}.contact-highlight-card{color:#fff;background-color:#0a192f;border-radius:1rem;flex-direction:column;flex-grow:1;justify-content:center;padding:1.5rem;display:flex}.contact-form-wrap{background-color:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact-form-header-line{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);width:100%;height:.375rem;position:absolute;top:0;left:0}.contact-form-title{color:#0a192f;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.contact-form-subtitle{color:#6b7280;margin-bottom:2rem;font-size:.875rem}.contact-form-group{margin-bottom:1.25rem}.contact-label{color:#0a192f;margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.contact-input{color:#1f2937;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-input:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #3b82f633}.contact-submit{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.contact-submit:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.whatsapp-banner{color:#fff;background-color:#25d366;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem;display:flex;box-shadow:0 20px 25px -5px #0000001a}.whatsapp-content{align-items:center;gap:1.5rem;display:flex}.whatsapp-icon-bg{background-color:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.whatsapp-title{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.whatsapp-text{opacity:.9;font-size:.875rem}.whatsapp-btn{color:#16a34a;background-color:#fff;border-radius:.75rem;flex-shrink:0;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s}.whatsapp-btn:hover{transform:scale(1.05)}.faq-section{background-color:#fff;padding:4rem 1rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-title{color:#0a192f;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.faq-divider{background-color:var(--primary-color);border-radius:9999px;width:4rem;height:.25rem;margin:0 auto}.faq-grid{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.faq-card{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:1rem;align-items:flex-start;gap:.75rem;padding:1.5rem;display:flex}.faq-q-icon{background-color:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-top:.125rem;font-size:.75rem;font-weight:700;display:flex}.faq-card-title{color:#0a192f;margin-bottom:.5rem;font-weight:700}.faq-card-text{color:#4b5563;font-size:.875rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem;font-weight:600}@media (width<=1024px){.contact-grid{grid-template-columns:1fr}}@media (width<=768px){.whatsapp-banner{text-align:center;flex-direction:column;padding:2rem}.whatsapp-content{flex-direction:column}.faq-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}}
