*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0A1628;--navy-light: #0F1D32;--blue: #0056D2;--blue-light: #3B82F6;--orange: #FF6B35;--orange-light: #FF8A5C;--primary: #FF6B35;--slate: #475569;--background: #FAFBFC;--foreground: #0A1628;--card: #ffffff;--card-foreground: #0A1628;--muted: #F0F2F5;--muted-foreground: #475569;--border: #E4E8EE;--secondary-foreground: #F8F9FB;--accent-foreground: #ffffff;--radius: .75rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth;scroll-padding-top:5.5rem;-webkit-text-size-adjust:100%}[id]{scroll-margin-top:5.5rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:var(--radius)}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2rem}}.text-gradient{background:linear-gradient(135deg,#ff6b35,#ff8a5c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeUp .6s ease-out both}.animate-fade-up-delay-1{animation:fadeUp .6s ease-out .1s both}.animate-fade-up-delay-2{animation:fadeUp .6s ease-out .2s both}.animate-fade-up-delay-3{animation:fadeUp .6s ease-out .3s both}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease}.header.scrolled{background:#0a1628f2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 8px 32px #0a16281a}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.25rem}.logo-k2j{font-size:1.5rem;font-weight:900;letter-spacing:-.05em;color:var(--orange)}.logo-k2j sub{font-size:.6em;font-weight:700;color:var(--orange)}.logo-tech{margin-left:.375rem;font-size:1.5rem;font-weight:300;letter-spacing:.15em;color:var(--secondary-foreground)}.desktop-nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.desktop-nav{display:flex}}.nav-link{position:relative;border-radius:var(--radius-full);padding:.5rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:#f8f9fbb3;transition:color .2s}.nav-link:hover{color:var(--secondary-foreground)}.header-actions{display:flex;align-items:center;gap:.75rem}.lang-switcher{display:flex;align-items:center;gap:.25rem;background:#ffffff0d;padding:.25rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.08)}.lang-link{font-size:.7rem;font-weight:700;color:var(--muted-foreground);text-decoration:none;padding:.25rem .4rem;border-radius:.35rem;transition:all .2s ease}.lang-link:hover{color:var(--foreground)}.lang-link.active{color:var(--foreground);background:#ffffff1a;box-shadow:0 2px 4px #0003}@media(max-width:480px){.lang-switcher{display:none}}.header-cta{display:none;align-items:center;gap:.5rem;border-radius:var(--radius-full);background:var(--orange);padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;color:var(--accent-foreground);transition:all .3s}.header-cta:hover{background:var(--orange-light);box-shadow:0 8px 24px #ff6b3533}.header-cta svg{transition:transform .3s}.header-cta:hover svg{transform:rotate(-12deg)}@media(min-width:768px){.header-cta{display:inline-flex}}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:#f8f9fb1a;color:var(--secondary-foreground)}@media(min-width:1024px){.mobile-toggle{display:none}}.mobile-menu{display:none;border-top:1px solid rgba(248,249,251,.05);background:#0a1628fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:1rem 1.5rem 1.5rem}.mobile-menu.open{display:block}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-nav{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#f8f9fbb3;transition:all .2s}.mobile-nav-link:hover{background:#f8f9fb0d;color:var(--secondary-foreground)}.mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;border-radius:var(--radius-full);background:var(--orange);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--accent-foreground)}.hero{position:relative;min-height:100vh;overflow:hidden;background:var(--navy)}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay-1{position:absolute;inset:0;background:linear-gradient(to bottom,var(--navy),rgba(10,22,40,.8),var(--navy))}.hero-overlay-2{position:absolute;inset:0;background:linear-gradient(to right,var(--navy),transparent,rgba(10,22,40,.5))}.hero-grid-pattern{position:absolute;inset:0;pointer-events:none;opacity:.03;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:60px 60px}.hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding-top:8rem;padding-bottom:5rem}.hero-inner{max-width:48rem}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:2rem;border:1px solid rgba(248,249,251,.1);border-radius:var(--radius-full);background:#f8f9fb0d;padding:.5rem 1.25rem;backdrop-filter:blur(4px)}.badge-dot{position:relative;display:flex;width:.5rem;height:.5rem}.badge-dot-ping{position:absolute;display:inline-flex;width:100%;height:100%;border-radius:50%;background:#4ade80;opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.badge-dot-core{position:relative;display:inline-flex;width:.5rem;height:.5rem;border-radius:50%;background:#4ade80}.badge-text{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f8f9fbcc}.hero h1{font-size:clamp(2.75rem,6vw,4.5rem);line-height:1.08;font-weight:800;letter-spacing:-.025em;color:var(--secondary-foreground);text-wrap:balance}.hero-description{margin-top:2rem;max-width:32rem;font-size:1.125rem;line-height:1.7;color:#94a3b8}.hero-ctas{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2.5rem}@media(min-width:640px){.hero-ctas{flex-direction:row}}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;border-radius:var(--radius-full);background:var(--orange);padding:1rem 2rem;font-size:.9375rem;font-weight:700;color:var(--accent-foreground);transition:all .3s}.btn-primary:hover{background:var(--orange-light);box-shadow:0 16px 48px #ff6b3533}.btn-primary .arrow{transition:transform .3s}.btn-primary:hover .arrow{transform:translate(4px)}.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;border-radius:var(--radius-full);border:1px solid rgba(248,249,251,.2);padding:1rem 2rem;font-size:.9375rem;font-weight:700;color:var(--secondary-foreground);transition:all .3s}.btn-secondary:hover{border-color:#f8f9fb66;background:#f8f9fb0d}.hero-stats{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-top:5rem;padding-top:2.5rem;border-top:1px solid rgba(248,249,251,.1)}@media(min-width:1024px){.hero-stats{gap:4rem}}.stat-value{font-size:1.875rem;font-weight:800;color:var(--secondary-foreground)}@media(min-width:1024px){.stat-value{font-size:2.25rem}}.stat-label{margin-top:.25rem;font-size:.875rem;color:#94a3b8}.stat-divider{width:1px;height:2.5rem;background:#f8f9fb1a}.stat-hidden-mobile{display:none}@media(min-width:640px){.stat-hidden-mobile{display:block}}.hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,var(--background),transparent)}.marquee-section{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--card);padding:1rem 0}.marquee-track{display:flex;width:max-content;align-items:center;gap:2rem;will-change:transform;animation:marquee 30s linear infinite}.marquee-item{display:flex;align-items:center;gap:2rem}.marquee-text{font-size:.875rem;font-weight:600;letter-spacing:.02em;color:var(--muted-foreground);white-space:nowrap}.marquee-dot{width:.375rem;height:.375rem;border-radius:50%;background:var(--orange);flex-shrink:0}.services{background:var(--background);padding:7rem 0 9rem}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media(min-width:768px){.section-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.section-label{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue)}.section-title{margin-top:1rem;max-width:32rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.025em;color:var(--foreground);text-wrap:balance}.section-header[style*="text-align: center"] .section-title,.section-header[style*="text-align:center"] .section-title,.section-header[style*="align-items: center"] .section-title,.section-header[style*="align-items:center"] .section-title,.section-header.text-center .section-title,.section-header-center .section-title{margin-left:auto;margin-right:auto;max-width:48rem}.section-header[style*="text-align: center"]>div,.section-header[style*="text-align:center"]>div,.section-header[style*="align-items: center"]>div,.section-header[style*="align-items:center"]>div,.section-header.text-center>div,.section-header-center>div{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.section-description{max-width:24rem;font-size:.9375rem;line-height:1.7;color:var(--muted-foreground)}.services-grid{display:grid;gap:1rem;margin-top:4rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);padding:2rem;transition:all .3s}.service-card:hover{border-color:#0056d24d;box-shadow:0 16px 48px #0056d20d}.service-number{font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:#6b7a9066}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:1.5rem 0;border-radius:var(--radius-2xl);background:var(--muted);color:var(--foreground);transition:all .3s}.service-card:hover .service-icon{background:var(--blue);color:#fff;box-shadow:0 8px 24px #0056d233}.service-icon svg{width:1.5rem;height:1.5rem}.service-card h3{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--foreground)}.service-card p{margin-top:.75rem;flex:1;font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.service-learn-more{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;font-weight:600;color:var(--blue);opacity:0;transition:all .3s}.service-card:hover .service-learn-more{opacity:1}.drone-spotlight-banner{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);padding:2.25rem;box-shadow:0 4px 24px #00000008;transition:all .3s ease}.drone-spotlight-banner:hover{border-color:#0056d24d;box-shadow:0 16px 48px #0056d20f}@media(min-width:992px){.drone-spotlight-banner{grid-template-columns:1.25fr 1fr;padding:2.75rem 3rem;gap:3rem}}.drone-spotlight-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:var(--radius-full);background:#0056d214;color:var(--blue);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.drone-spotlight-badge svg{width:1rem;height:1rem}.drone-spotlight-title{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;letter-spacing:-.02em;color:var(--foreground);line-height:1.25}.drone-spotlight-desc{margin-top:.875rem;font-size:.9375rem;line-height:1.65;color:var(--muted-foreground)}.drone-spotlight-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.drone-spotlight-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.35rem .75rem;border-radius:var(--radius);background:var(--muted);font-size:.78125rem;font-weight:600;color:var(--foreground)}.drone-spotlight-tag svg{width:.875rem;height:.875rem;color:var(--orange)}.drone-spotlight-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.75rem}.drone-spotlight-actions .btn-primary{padding:.75rem 1.5rem;font-size:.875rem}.drone-spotlight-actions .btn-secondary{padding:.75rem 1.35rem;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;color:var(--foreground);border:1px solid var(--border);background:var(--muted);border-radius:var(--radius-full);text-decoration:none}.drone-spotlight-actions .btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1;color:var(--foreground)}.drone-spotlight-actions .btn-secondary svg{color:#16a34a}.drone-spotlight-media{position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 12px 36px #00000014;aspect-ratio:16 / 10;background:var(--muted)}.drone-spotlight-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.drone-spotlight-banner:hover .drone-spotlight-media img{transform:scale(1.03)}.drone-spotlight-media-badge{position:absolute;bottom:.875rem;left:.875rem;padding:.375rem .75rem;border-radius:var(--radius-full);background:#0a1628d1;backdrop-filter:blur(8px);color:#fff;font-size:.6875rem;font-weight:600;letter-spacing:.03em;display:inline-flex;align-items:center;gap:.375rem}.about{position:relative;overflow:hidden;background:var(--navy);padding:7rem 0 9rem}.about-decor-1{position:absolute;top:0;right:0;width:24rem;height:24rem;border-radius:50%;background:#0056d20d;filter:blur(48px);pointer-events:none}.about-decor-2{position:absolute;bottom:0;left:0;width:24rem;height:24rem;border-radius:50%;background:#ff6b350d;filter:blur(48px);pointer-events:none}.about-grid{position:relative;display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.about-grid{flex-direction:row;gap:5rem}}.about-images{flex:1}.about-images-wrapper{position:relative}.about-main-image{overflow:hidden;border-radius:var(--radius-3xl);box-shadow:0 24px 48px #0000004d}.about-main-image img{width:100%;height:auto;object-fit:cover}.about-floating-image{position:absolute;right:-1rem;bottom:-2rem;width:12rem;overflow:hidden;border-radius:var(--radius-2xl);border:4px solid var(--navy);box-shadow:0 16px 32px #0000004d}@media(min-width:1024px){.about-floating-image{right:-2rem;bottom:-3rem;width:16rem}}.about-floating-image img{width:100%;height:auto;object-fit:cover}.about-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:2rem}@media(min-width:1024px){.about-content{padding-top:0}}.about-label{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue-light)}.about-title{margin-top:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.025em;color:var(--secondary-foreground);text-wrap:balance}.about-description{margin-top:1.5rem;font-size:.9375rem;line-height:1.7;color:#94a3b8}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem}.highlight-card{border-radius:var(--radius-2xl);border:1px solid rgba(248,249,251,.1);background:#f8f9fb0d;padding:1.25rem;transition:all .3s}.highlight-card:hover{border-color:#0056d24d;background:#0056d20d}.highlight-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:.75rem;border-radius:.75rem;background:#0056d21a;color:var(--blue-light);transition:all .3s}.highlight-card:hover .highlight-icon{background:var(--blue);color:#fff}.highlight-icon svg{width:1.25rem;height:1.25rem}.highlight-value{font-size:.875rem;font-weight:700;color:var(--secondary-foreground)}.highlight-text{margin-top:.25rem;font-size:.75rem;line-height:1.6;color:var(--slate)}.gallery{background:var(--background);padding:7rem 0 9rem}.gallery-header{max-width:42rem;margin:0 auto;text-align:center}.gallery-header .section-title{max-width:none}.gallery-subtitle{margin-top:1.25rem;font-size:.9375rem;line-height:1.7;color:var(--muted-foreground)}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:4rem}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,220px)}}.bento-item{position:relative;overflow:hidden;border-radius:var(--radius-2xl);cursor:pointer;border:none;padding:0;background:none}.bento-item img{width:100%;height:18rem;object-fit:cover;transition:transform .7s ease}@media(min-width:768px){.bento-item img{height:100%}}.bento-item:hover img{transform:scale(1.05)}.bento-large{grid-column:span 2;grid-row:span 2}@media(max-width:767px){.bento-grid .bento-item:last-child{grid-column:span 2}}.bento-overlay{position:absolute;inset:0;background:#0a162800;transition:background .3s}.bento-item:hover .bento-overlay{background:#0a162833}.bento-caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(10,22,40,.8),transparent);transform:translateY(100%);transition:transform .3s}.bento-item:hover .bento-caption{transform:translateY(0)}.bento-caption-title{font-size:.875rem;font-weight:600;color:var(--secondary-foreground)}.bento-caption-sub{font-size:.75rem;color:#f8f9fb99}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0a1628e6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);animation:fadeIn .2s ease}.lightbox.hidden{display:none}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#f8f9fb1a;color:var(--secondary-foreground);transition:background .2s}.lightbox-close:hover{background:#f8f9fb33}.lightbox-nav{position:absolute;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#f8f9fb1a;color:var(--secondary-foreground);transition:background .2s}.lightbox-nav:hover{background:#f8f9fb33}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}@media(min-width:768px){.lightbox-prev{left:2rem}.lightbox-next{right:2rem}}.lightbox img{max-height:85vh;max-width:calc(100% - 6rem);border-radius:.75rem;object-fit:contain;box-shadow:0 24px 64px #0006}.location{background:var(--muted);padding:7rem 0 9rem}.location-header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media(min-width:768px){.location-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.location-tabs{display:inline-flex;align-items:center;margin-top:1rem;border-radius:9999px;background:var(--card);padding:.375rem;box-shadow:0 4px 16px #0000000a;border:1px solid var(--border)}@media(min-width:768px){.location-tabs{margin-top:0}}.location-tab{background:transparent;border:none;padding:.625rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--muted-foreground);border-radius:9999px;cursor:pointer;transition:all .3s ease}.location-tab:hover{color:var(--foreground)}.location-tab.active{background:var(--navy);color:var(--secondary-foreground);box-shadow:0 4px 12px #0a162826}.location-grid.store-grid{display:none}.location-grid.store-grid.active{display:flex}.location-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:3.5rem}@media(min-width:1024px){.location-grid{flex-direction:row}}.map-wrapper{flex:1;overflow:hidden;border-radius:var(--radius-3xl);background:var(--card);box-shadow:0 8px 32px #00000014;display:flex;flex-direction:column}.map-wrapper iframe,.map-wrapper #map-placeholder{width:100%;flex:1;min-height:22rem;border:0}@media(min-width:1024px){.map-wrapper iframe,.map-wrapper #map-placeholder{min-height:27.5rem}}.location-info{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.location-info{width:22.5rem}}.info-card{flex:1;border-radius:var(--radius-3xl);background:var(--card);padding:1.75rem;box-shadow:0 1px 4px #0000000a;transition:box-shadow .3s}.info-card:hover{box-shadow:0 8px 24px #00000014}.info-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem}.info-icon.blue{background:#0056d21a;color:var(--blue)}.info-icon.orange{background:#ff6b351a;color:var(--orange)}.info-icon svg{width:1.25rem;height:1.25rem}.info-card-title{font-size:.875rem;font-weight:700;color:var(--foreground)}.info-card-subtitle{font-size:.75rem;color:var(--muted-foreground)}.info-card-body{font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.hours-row{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;background:var(--muted);padding:.5rem .75rem}.hours-row+.hours-row{margin-top:.625rem}.hours-day{font-size:.875rem;color:var(--muted-foreground)}.hours-time{font-size:.875rem;font-weight:600;color:var(--foreground)}.hours-closed{color:var(--muted-foreground)}.directions-cta{display:flex;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--radius-3xl);background:var(--navy);padding:1.5rem;font-size:1rem;font-weight:700;color:var(--secondary-foreground);transition:all .3s}.directions-cta:hover{background:var(--navy-light);box-shadow:0 16px 48px #0a162833}.directions-cta .nav-icon{color:var(--orange)}.directions-cta svg:last-child{transition:transform .3s}.directions-cta:hover svg:last-child{transform:translate(4px)}.faq{position:relative;background:var(--background);padding:8rem 0 10rem;overflow:hidden}.faq-bg-blob{position:absolute;top:50%;left:50%;width:60rem;height:60rem;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,86,210,.05) 0%,transparent 70%);filter:blur(100px);pointer-events:none;z-index:0}.faq .container{position:relative;z-index:1}.faq .section-header{text-align:center;max-width:42rem;margin:0 auto 5rem}.faq-grid{display:grid;gap:1.5rem;max-width:72rem;margin:0 auto}@media(min-width:1024px){.faq-grid{grid-template-columns:repeat(2,1fr);align-items:start}}.faq-item{border-radius:var(--radius-2xl);border:1px solid rgba(248,249,251,.1);background:#f8f9fb08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:0;box-shadow:0 4px 24px #00000005;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item:hover{transform:translateY(-4px);border-color:#0056d24d;background:#f8f9fb0d;box-shadow:0 12px 40px #0000000f}.faq-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:1.75rem 2rem;background:transparent;border:none;font-family:inherit;font-size:1.125rem;font-weight:700;color:var(--foreground);cursor:pointer;transition:all .3s ease}.faq-title-content{display:flex;align-items:center;gap:1.25rem}.faq-type-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:1rem;background:#f8f9fb0d;color:var(--slate);transition:all .3s ease;flex-shrink:0}.faq-type-icon.droplet{color:#38bdf8;background:#38bdf81a}.faq-type-icon.dollar{color:#4ade80;background:#4ade801a}.faq-type-icon.monitor{color:#818cf8;background:#818cf81a}.faq-type-icon.clock{color:#fbbf24;background:#fbbf241a}.faq-type-icon.zap{color:#f472b6;background:#f472b61a}.faq-item:hover .faq-type-icon{transform:scale(1.1);filter:brightness(1.2)}.faq-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#f8f9fb0d;color:var(--muted-foreground);transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faq-item.active{background:#f8f9fb0f;border-color:#0056d266;box-shadow:0 20px 48px #0056d21a}.faq-item.active .faq-toggle{color:var(--blue-light)}.faq-item.active .faq-icon{transform:rotate(180deg);background:var(--blue);color:#fff}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{overflow:hidden;padding:0 2rem;font-size:.9375rem;line-height:1.8;color:var(--slate);opacity:0;transform:translateY(10px);transition:all .4s ease}.faq-item.active .faq-answer{opacity:1;transform:translateY(0);padding-bottom:2rem}.faq-cta-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3.5rem 2.5rem;border-radius:var(--radius-3xl);background:var(--card);border:1px solid var(--border);box-shadow:0 20px 48px #0000000d;position:relative;overflow:hidden}.faq-cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--orange))}.faq-cta-icon{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;background:#0056d21a;color:var(--blue);margin-bottom:2rem}.faq-cta-card h3{font-size:1.75rem;font-weight:800;color:var(--foreground);margin-bottom:1rem}.faq-cta-card p{font-size:1rem;color:var(--muted-foreground);margin-bottom:2.5rem;max-width:22rem;line-height:1.6}.faq-cta-card .btn-secondary{background:var(--navy);color:var(--secondary-foreground);border-color:#f8f9fb33}.faq-cta-card .btn-secondary:hover{background:var(--navy-light);box-shadow:0 8px 24px #0a162833}@media(max-width:1023px){.faq-cta-card{margin-top:1rem}}.contact{position:relative;overflow:hidden;background:var(--navy);padding:7rem 0 9rem}.contact-decor{position:absolute;top:50%;left:50%;width:50rem;height:50rem;transform:translate(-50%,-50%);border-radius:50%;background:#ff6b3508;filter:blur(48px);pointer-events:none}.contact-inner{position:relative;max-width:56rem;margin:0 auto;text-align:center}.contact-label{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue-light)}.contact-title{margin-top:1rem;font-size:clamp(2rem,5vw,3.75rem);font-weight:800;letter-spacing:-.025em;color:var(--secondary-foreground);text-wrap:balance}.contact-description{margin:1.5rem auto 0;max-width:28rem;font-size:.9375rem;line-height:1.7;color:var(--slate)}.phone-card{display:inline-flex;flex-direction:column;align-items:center;margin-top:3rem;border:1px solid rgba(248,249,251,.1);border-radius:var(--radius-3xl);background:#f8f9fb0d;padding:2rem 2.5rem;backdrop-filter:blur(4px)}.phone-card-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--slate)}.phone-card a{display:block;margin-top:.75rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;letter-spacing:-.025em;color:var(--secondary-foreground);transition:color .2s}.phone-card a:hover{color:var(--orange)}.contact-ctas{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.5rem}@media(min-width:640px){.contact-ctas{flex-direction:row;justify-content:center}}.footer{background:var(--navy)}.footer-divider{height:1px;background:#f8f9fb1a}.footer-main{display:flex;flex-direction:column;gap:2.5rem;padding:4rem 0}@media(min-width:1024px){.footer-main{flex-direction:row;align-items:flex-start;justify-content:space-between}}.footer-brand{max-width:20rem}.footer-tagline{margin-top:1rem;font-size:.875rem;line-height:1.7;color:var(--slate)}.footer-nav{display:flex;flex-wrap:wrap;gap:1rem 2rem}.footer-nav a{font-size:.875rem;color:var(--slate);transition:color .2s}.footer-nav a:hover{color:var(--secondary-foreground)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--slate);transition:color .2s}a.footer-contact-item:hover{color:var(--secondary-foreground)}.footer-contact-item svg{width:1rem;height:1rem;color:var(--blue-light);flex-shrink:0}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(248,249,251,.1);padding:1.5rem 0;font-size:.75rem;color:var(--slate)}.footer-legal-link{display:inline-flex;align-items:center;margin-left:.75rem;color:var(--secondary-foreground);font-weight:700;text-decoration:underline;text-underline-offset:.2rem}.footer-legal-link:hover{color:var(--orange-light)}.footer-bottom-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.footer-bottom{flex-direction:row}.footer-bottom-links{justify-content:flex-start}}.policy-section{background:var(--background);padding:5rem 0 7rem}.policy-content{max-width:52rem;margin:0 auto;border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--card);padding:clamp(2rem,5vw,4rem);box-shadow:0 20px 60px #0a16280f}.policy-updated{margin-bottom:2rem;color:var(--slate);font-size:.875rem;font-weight:600}.policy-content h2{margin-top:2.5rem;margin-bottom:.75rem;color:var(--foreground);font-size:1.35rem;line-height:1.3}.policy-content p{color:var(--slate);font-size:1rem;line-height:1.85}.policy-content p+p{margin-top:1rem}.policy-content a{color:var(--blue);font-weight:700}.policy-content a:hover{color:var(--orange)}.page-hero{position:relative;overflow:hidden;background:var(--navy);padding:10rem 0 5rem}.page-hero:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.03;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:60px 60px}.page-hero-decor-1{position:absolute;top:-10rem;right:-10rem;width:40rem;height:40rem;border-radius:50%;background:#ff6b350f;filter:blur(80px);pointer-events:none}.page-hero-decor-2{position:absolute;bottom:-8rem;left:-8rem;width:30rem;height:30rem;border-radius:50%;background:#0056d20f;filter:blur(80px);pointer-events:none}.page-hero-inner{position:relative;max-width:48rem;margin:0 auto;text-align:center}.page-hero-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;border:1px solid rgba(248,249,251,.1);border-radius:var(--radius-full);background:#f8f9fb0d;padding:.4rem 1rem;font-size:.6875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue-light);backdrop-filter:blur(4px)}.page-hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;letter-spacing:-.025em;color:var(--secondary-foreground);line-height:1.1;text-wrap:balance}.page-hero-description{margin:1.5rem auto 0;max-width:36rem;font-size:1.125rem;line-height:1.7;color:var(--slate)}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;font-size:.8125rem;color:var(--slate)}.breadcrumb a{color:var(--slate);transition:color .2s}.breadcrumb a:hover{color:var(--secondary-foreground)}.breadcrumb-sep{color:#6b7a9066}.breadcrumb-current{color:var(--orange-light)}.about-story{background:var(--background);padding:7rem 0 9rem}.about-story-grid{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.about-story-grid{flex-direction:row;align-items:center;gap:5rem}}.about-story-content{flex:1}.about-story-content .section-label{margin-bottom:1rem}.about-story-text{margin-top:1.5rem;font-size:1rem;line-height:1.8;color:var(--muted-foreground)}.about-story-text+.about-story-text{margin-top:1rem}.about-story-image{flex:1;overflow:hidden;border-radius:var(--radius-3xl);box-shadow:0 24px 64px #0000001a}.about-story-image img{width:100%;height:auto;object-fit:cover}.timeline-section{background:var(--navy);padding:7rem 0 9rem;position:relative;overflow:hidden}.timeline-section .section-label{color:var(--blue-light)}.timeline-section .section-title{color:var(--secondary-foreground)}.timeline{position:relative;margin-top:4rem;padding-left:2rem}.timeline:before{content:"";position:absolute;top:0;left:.75rem;bottom:0;width:2px;background:linear-gradient(to bottom,var(--blue),var(--orange),var(--blue));border-radius:2px}.timeline-item{position:relative;padding-bottom:3rem;padding-left:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:.25rem;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--navy);border:3px solid var(--blue);z-index:1;transition:all .3s}.timeline-item:hover .timeline-dot{background:var(--orange);border-color:var(--orange);box-shadow:0 0 20px #ff6b3566}.timeline-year{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.timeline-title{font-size:1.25rem;font-weight:700;color:var(--secondary-foreground);margin-bottom:.5rem}.timeline-text{font-size:.9375rem;line-height:1.7;color:var(--slate)}@media(min-width:768px){.timeline{padding-left:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0}.timeline:before{left:50%;transform:translate(-50%)}.timeline-item{padding-left:0;padding-right:3rem;text-align:right}.timeline-item:nth-child(2n){padding-right:0;padding-left:3rem;text-align:left;grid-column:2}.timeline-item:nth-child(odd){grid-column:1}.timeline-item:nth-child(1){grid-row:1}.timeline-item:nth-child(2){grid-row:1}.timeline-item:nth-child(3){grid-row:2}.timeline-item:nth-child(4){grid-row:2}.timeline-item:nth-child(5){grid-row:3}.timeline-item:nth-child(6){grid-row:3}.timeline-dot{left:auto;right:-.75rem}.timeline-item:nth-child(2n) .timeline-dot{right:auto;left:-.75rem}}.values-section{background:var(--background);padding:7rem 0 9rem}.values-grid{display:grid;gap:1.25rem;margin-top:4rem}@media(min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{position:relative;border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);padding:2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--orange));opacity:0;transition:opacity .3s}.value-card:hover:before{opacity:1}.value-card:hover{border-color:#0056d24d;box-shadow:0 20px 48px #0056d214;transform:translateY(-4px)}.value-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1.25rem;border-radius:1rem;background:var(--muted);color:var(--blue);transition:all .3s}.value-card:hover .value-icon{background:var(--blue);color:#fff;box-shadow:0 8px 24px #0056d240}.value-icon svg{width:1.5rem;height:1.5rem}.value-card h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.value-card p{font-size:.875rem;line-height:1.7;color:var(--muted-foreground)}.stats-banner{background:var(--navy);padding:5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:1.5rem}.stat-card-value{font-size:2.5rem;font-weight:800;color:var(--secondary-foreground);line-height:1}@media(min-width:768px){.stat-card-value{font-size:3rem}}.stat-card-label{margin-top:.5rem;font-size:.875rem;color:var(--slate)}.contact-methods{background:var(--background);padding:5rem 0}.contact-methods-grid{display:grid;gap:1.25rem;margin-top:3rem}@media(min-width:640px){.contact-methods-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.contact-methods-grid{grid-template-columns:repeat(4,1fr)}}.contact-method-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);padding:1.5rem 1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit}.contact-method-card:hover{border-color:#0056d24d;box-shadow:0 20px 48px #0056d214;transform:translateY(-6px)}.contact-method-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;min-height:3rem;max-height:3rem;flex-shrink:0;border-radius:.75rem;margin-bottom:.75rem;padding:0;transition:all .3s}.contact-method-icon.phone{background:#0056d21a;color:var(--blue)}.contact-method-icon.whatsapp{background:#25d3661a;color:#25d366}.contact-method-icon.email{background:#ff6b351a;color:var(--orange)}.contact-method-icon.location{background:#818cf81a;color:#818cf8}.contact-method-card:hover .contact-method-icon.phone{background:var(--blue);color:#fff}.contact-method-card:hover .contact-method-icon.whatsapp{background:#25d366;color:#fff}.contact-method-card:hover .contact-method-icon.email{background:var(--orange);color:#fff}.contact-method-card:hover .contact-method-icon.location{background:#818cf8;color:#fff}.contact-method-icon svg{width:1.25rem;height:1.25rem}.contact-method-card h3{font-size:.9375rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.contact-method-card p{font-size:.8125rem;color:var(--muted-foreground);line-height:1.5}.contact-method-card .contact-value{margin-top:.5rem;font-size:.8125rem;font-weight:600;color:var(--blue)}.contact-form-section{background:var(--muted);padding:7rem 0 9rem}.contact-form-grid{display:flex;flex-direction:column;gap:4rem;margin-top:4rem}@media(min-width:1024px){.contact-form-grid{flex-direction:row;align-items:flex-start}}.contact-form-wrapper{flex:1}.contact-form,.form-row{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:640px){.form-row{flex-direction:row}}.form-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.8125rem;font-weight:600;color:var(--foreground)}.form-input,.form-select,.form-textarea{width:100%;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);padding:.875rem 1rem;font-family:var(--font-sans);font-size:.9375rem;color:var(--foreground);transition:all .2s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0056d21a}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.form-textarea{min-height:8rem;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7A90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border-radius:var(--radius-full);background:var(--orange);border:none;padding:1rem 2.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:700;color:var(--accent-foreground);cursor:pointer;transition:all .3s;align-self:flex-start}.form-submit:hover{background:var(--orange-light);box-shadow:0 16px 48px #ff6b3533}.form-submit svg{transition:transform .3s}.form-submit:hover svg{transform:translate(4px)}.contact-sidebar{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:1024px){.contact-sidebar{width:22.5rem}}.contact-info-card{border-radius:var(--radius-3xl);background:var(--card);padding:2rem;box-shadow:0 1px 4px #0000000a}.contact-info-card h3{font-size:1rem;font-weight:700;color:var(--foreground);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.contact-info-card h3 .info-icon{margin-bottom:0}.contact-map-section{background:var(--background);padding:7rem 0 9rem}.blog-featured{background:var(--background);padding:5rem 0 3rem}.featured-card{display:flex;flex-direction:column;border-radius:var(--radius-3xl);overflow:hidden;background:var(--card);border:1px solid var(--border);box-shadow:0 8px 32px #0000000f;transition:all .4s}@media(min-width:768px){.featured-card{flex-direction:row}}.featured-card:hover{box-shadow:0 20px 48px #0056d21a;border-color:#0056d233}.featured-image{flex:1;overflow:hidden;min-height:16rem}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-content{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.featured-content{padding:3rem}}.blog-tag{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-tag.phone{background:#0056d21a;color:#0056d2}.blog-tag.computer{background:#4f46e51a;color:#4f46e5}.blog-tag.tips{background:#15803d1a;color:#15803d}.blog-tag.featured{background:#c2410c1a;color:#c2410c}.blog-tag.accessories{background:#b453091a;color:#b45309}.featured-content h2{margin-top:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--foreground);letter-spacing:-.02em;line-height:1.2}.featured-content h2 a{color:inherit;transition:color .2s}.featured-content h2 a:hover{color:var(--blue)}.featured-excerpt{margin-top:1rem;font-size:.9375rem;line-height:1.7;color:var(--muted-foreground)}.featured-meta{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;font-size:.8125rem;color:var(--muted-foreground)}.featured-meta span{display:flex;align-items:center;gap:.375rem}.read-more-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9375rem;font-weight:700;color:#c2410c;transition:all .3s}.read-more-link:hover{color:var(--orange-light)}.read-more-link svg{transition:transform .3s}.read-more-link:hover svg{transform:translate(4px)}.blog-grid-section{background:var(--background);padding:3rem 0 9rem}.blog-grid{display:grid;gap:1.5rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{display:flex;flex-direction:column;border-radius:var(--radius-2xl);overflow:hidden;background:var(--card);border:1px solid var(--border);transition:all .4s cubic-bezier(.4,0,.2,1)}.blog-card:hover{border-color:#0056d24d;box-shadow:0 20px 48px #0056d214;transform:translateY(-4px)}.blog-card-image{overflow:hidden;height:13rem}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-content h3{margin-top:.75rem;font-size:1.0625rem;font-weight:700;color:var(--foreground);letter-spacing:-.01em;line-height:1.3}.blog-card-content h3 a{color:inherit;transition:color .2s}.blog-card-content h3 a:hover{color:var(--blue)}.blog-card-excerpt{margin-top:.75rem;font-size:.875rem;line-height:1.7;color:var(--muted-foreground);flex:1}.blog-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted-foreground)}.blog-card-meta span{display:flex;align-items:center;gap:.25rem}.article-section{background:var(--background);padding:0 0 6rem}.article-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.article-header{text-align:center;padding:3rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.article-header h1{margin-top:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--foreground);letter-spacing:-.025em;line-height:1.15;text-wrap:balance}.article-meta{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.25rem;font-size:.8125rem;color:var(--muted-foreground)}.article-meta span{display:flex;align-items:center;gap:.375rem}.article-author{display:flex;align-items:center;gap:.5rem}.article-author-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--orange));display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff}.article-body{font-size:1.0625rem;line-height:1.85;color:var(--foreground)}.article-body h2{margin-top:3rem;margin-bottom:1.25rem;font-size:1.625rem;font-weight:800;color:var(--foreground);letter-spacing:-.02em}.article-body h3{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;color:var(--foreground)}.article-body p{margin-bottom:1.5rem;color:var(--muted-foreground)}.article-body ul,.article-body ol{margin:1.5rem 0;padding-left:1.5rem}.article-body li{margin-bottom:.75rem;color:var(--muted-foreground);line-height:1.7}.article-body strong{color:var(--foreground);font-weight:600}.article-callout{margin:2rem 0;padding:1.5rem 2rem;border-radius:var(--radius-2xl);border:1px solid rgba(0,86,210,.2);background:#0056d20a}.article-callout.warning{border-color:#ff6b354d;background:#ff6b350a}.article-callout h3,.article-callout h4{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;color:var(--blue);margin-bottom:.5rem}.article-callout.warning h3,.article-callout.warning h4{color:var(--orange)}.article-callout p{font-size:.9375rem;margin-bottom:0}.article-cta{margin-top:3rem;padding:2.5rem;border-radius:var(--radius-3xl);background:var(--navy);text-align:center}.article-cta h3{font-size:1.5rem;font-weight:800;color:var(--secondary-foreground);margin-bottom:.75rem}.article-cta p{font-size:.9375rem;color:var(--slate);margin-bottom:1.5rem;max-width:24rem;margin-left:auto;margin-right:auto}.article-cta .btn-primary{display:inline-flex}.related-articles{background:var(--muted);padding:5rem 0 7rem}.related-grid{display:grid;gap:1.5rem;margin-top:3rem}@media(min-width:640px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.related-grid{grid-template-columns:repeat(3,1fr)}}.nav-link.active,.mobile-nav-link.active{color:var(--secondary-foreground)}.nav-link.active:after{content:"";position:absolute;bottom:.125rem;left:1rem;right:1rem;height:2px;background:var(--orange);border-radius:2px}.footer-nav a.active{color:var(--secondary-foreground)}.service-card{position:relative}.service-card-link{color:inherit;text-decoration:none}.service-card-link:after{content:"";position:absolute;inset:0;z-index:10}.article-table-wrap{overflow-x:auto;margin:2rem 0;border-radius:var(--radius-xl, .75rem);border:1px solid rgba(10,22,40,.1);box-shadow:0 4px 16px #0a16280a}.article-table{width:100%;border-collapse:collapse;font-size:.9375rem;text-align:left;background:#fff}.article-table th{background:var(--navy, #0A1628);color:#fff;padding:.875rem 1.25rem;font-weight:700;letter-spacing:.01em}.article-table td{padding:.875rem 1.25rem;border-bottom:1px solid rgba(10,22,40,.06);color:var(--foreground, #0F172A);vertical-align:top}.article-table tr:nth-child(2n) td{background:#0a162805}.article-table tr:last-child td{border-bottom:none}.article-quick-answer{margin:1.75rem 0 2.25rem;padding:1.5rem 1.75rem;border-radius:var(--radius-2xl, 1rem);background:linear-gradient(135deg,#0056d20f,#00c6ff0a);border:1px solid rgba(0,86,210,.22);border-left:5px solid var(--blue, #0056D2)}.article-quick-answer-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--blue, #0056D2);margin-bottom:.5rem}.article-quick-answer p{font-size:1rem;line-height:1.7;color:var(--foreground, #0A1628);margin-bottom:0}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:9999px;background:#25d366;color:#fff!important;font-weight:700;font-size:.9375rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 4px 14px #25d36659}.btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36673}.article-faq{margin:2.5rem 0}.faq-card{background:#fff;border:1px solid rgba(10,22,40,.08);border-radius:var(--radius-xl, .75rem);padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0a162805}.faq-card h3,.faq-card h4{font-size:1.0625rem;font-weight:700;color:var(--foreground, #0A1628);margin-bottom:.5rem}.faq-card p{font-size:.9375rem;line-height:1.65;color:var(--muted-foreground, #475569);margin-bottom:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.animate-fade-up,.animate-fade-up-delay-1,.animate-fade-up-delay-2,.animate-fade-up-delay-3{animation:none;opacity:1;transform:none}}.about,.gallery,.location,.faq,.contact,.footer,.related-posts,.comments-section{content-visibility:auto;contain-intrinsic-size:auto 600px}
