*{scroll-behavior:smooth}body{overflow-x:hidden}@keyframes fadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-fade-in-right{animation:fadeInRight 1s ease-out}.animate-fade-in-left{animation:fadeInLeft 1s ease-out}#header.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding-top:.75rem;padding-bottom:.75rem}.nav-link{position:relative;font-weight:500}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-4px;left:50%;background-color:#2563eb;transition:all .3s ease;transform:translateX(-50%)}.nav-link.active::after,.nav-link:hover::after{width:100%}a.button,button{position:relative;overflow:hidden}a.button::before,button::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}a.button:hover::before,button:hover::before{width:300px;height:300px}.about-card,.service-card{transition:all .3s ease}.about-card:hover,.service-card:hover{transform:translateY(-10px)}.gradient-text{background:linear-gradient(135deg,#2563eb 0,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);z-index:9999;transition:width .2s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1e40af}img{transition:opacity .3s ease}img:not([src]){opacity:0}input:focus,select:focus,textarea:focus{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.2)}.stat-number{font-variant-numeric:tabular-nums}@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)){.backdrop-blur-lg{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}}#mobile-menu{animation:slideDown .3s ease-out}.section-reveal{opacity:0;transform:translateY(50px);transition:all .6s ease-out}.section-reveal.revealed{opacity:1;transform:translateY(0)}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.animated-gradient{background-size:200% 200%;animation:gradientShift 15s ease infinite}#home{position:relative}.service-grid{display:grid;gap:2rem}.process-step{position:relative;padding-left:5rem}.process-step::before{content:'';position:absolute;left:2rem;top:4rem;bottom:-2rem;width:2px;background:linear-gradient(to bottom,#2563eb,transparent)}.process-step:last-child::before{display:none}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.testimonial-card:hover{box-shadow:0 10px 20px rgba(0,0,0,.15);transform:translateY(-5px)}#contact-form input,#contact-form textarea{transition:all .3s ease}#contact-form input:focus,#contact-form textarea:focus{border-color:#2563eb}.message{padding:1rem;border-radius:.5rem;margin-top:1rem;animation:slideDown .3s ease-out}.message.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}#scroll-top{transition:all .3s ease}#scroll-top.visible{opacity:1;visibility:visible}#scroll-top:hover{transform:translateY(-5px)}.spinner{border:3px solid rgba(37,99,235,.1);border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}@media print{#mobile-menu-btn,#scroll-top,header{display:none}body{font-size:12pt}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-contrast:high){.bg-primary{background-color:#1e40af}.text-primary{color:#1e40af}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.box-shadow-lg{box-shadow:0 10px 25px rgba(0,0,0,.1)}.transition-all{transition:all .3s ease}img[loading=lazy]{opacity:0;transition:opacity .3s}img[loading=lazy].loaded{opacity:1}.counter{transition:all .5s ease-out}.parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.glass{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.tooltip{position:relative}.tooltip::before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:.5rem 1rem;background:#1f2937;color:#fff;border-radius:.5rem;font-size:.875rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s}.tooltip:hover::before{opacity:1}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.divider{height:1px;background:linear-gradient(to right,transparent,#e5e7eb,transparent);margin:2rem 0}.iti{width:100%}.iti__flag-container{padding:0}.iti__selected-flag{padding:0 0 0 12px;height:100%;display:flex;align-items:center}.iti__country-list{box-shadow:0 10px 25px rgba(0,0,0,.15);border-radius:.5rem;margin-top:4px;max-height:300px}.iti__country{padding:8px 12px}.iti__country:hover{background-color:#f3f4f6}.iti__selected-country{background-color:#eff6ff!important}.iti input[type=tel]{padding-left:52px!important}.video-youtube iframe{border:2px solid #2490eb;border-radius:10px;margin:0 auto}@media (max-width:576px){.video-youtube iframe{width:100%!important}.video-youtube h2{font-size:22px!important;line-height:32px!important}.video-youtube{padding-top:10px!important}#hero{padding-top:100px!important}}@media (max-width:767px){header nav{padding-top:.75rem!important;padding-bottom:.75rem!important}.container{padding-left:1rem;padding-right:1rem}section{padding-top:3rem;padding-bottom:3rem}.gallery-slide .grid{grid-template-columns:1fr!important}.gallery-slide img{height:200px!important}#gallery-next,#gallery-prev{width:36px;height:36px}.bg-white.rounded-2xl,.bg-white.rounded-3xl{padding:1.25rem}.max-w-5xl.bg-white{padding:1.5rem!important}iframe[src*="google.com/maps"]{height:250px!important}.text-4xl{font-size:1.75rem!important;line-height:2rem!important}.text-3xl{font-size:1.5rem!important;line-height:1.75rem!important}footer .grid{grid-template-columns:1fr!important;gap:2rem}#whatsapp-button,.whatsapp-button{bottom:1rem!important;right:1rem!important}#scroll-top{bottom:1rem!important;right:4rem!important;width:40px;height:40px}.iti{width:100%!important}.iti__country-list{max-width:90vw}}@media (max-width:374px){html{font-size:14px}.container{padding-left:.75rem!important;padding-right:.75rem!important}header nav{padding:.5rem .75rem!important}header .flex.items-center.space-x-2 img{width:40%!important}#mobile-menu-btn i{font-size:1.5rem}#mobile-menu ul{padding:.5rem}#mobile-menu ul li a{padding:.625rem 0;font-size:.9rem}#mobile-menu .bg-primary{padding:.625rem 1rem!important;font-size:.875rem}#hero{padding-top:80px!important;padding-bottom:2rem!important}#hero h1,.text-2xl.sm\:text-4xl{font-size:1.375rem!important;line-height:1.3!important}#hero p,.text-base.sm\:text-lg{font-size:.875rem!important;line-height:1.5!important}section{padding-top:2rem!important;padding-bottom:2rem!important}section.py-20{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.lg\:text-6xl,.md\:text-5xl,.text-4xl{font-size:1.5rem!important;line-height:1.25!important}.md\:text-4xl,.text-3xl{font-size:1.25rem!important;line-height:1.3!important}.md\:text-3xl,.text-2xl{font-size:1.125rem!important;line-height:1.35!important}.text-xl{font-size:1rem!important}.text-lg{font-size:.9375rem!important}.rounded-2xl,.rounded-3xl{border-radius:1rem!important}.bg-white.rounded-2xl,.bg-white.rounded-3xl,.glass-card{padding:1rem!important}.max-w-5xl.bg-white,.max-w-6xl.bg-white{padding:1rem!important}.calculator-card{padding:1rem!important}.px-8{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-4{padding-top:.75rem!important;padding-bottom:.75rem!important}.rounded-full{font-size:.875rem!important}input,select,textarea{padding:.625rem .75rem!important;font-size:.875rem!important}.grid.md\:grid-cols-5{grid-template-columns:1fr!important;gap:.75rem!important}.gallery-slide img{height:150px!important}#gallery-next,#gallery-prev{width:32px!important;height:32px!important}.bg-white.rounded-xl.p-6{padding:1rem!important}footer{padding-top:2rem!important;padding-bottom:2rem!important}footer .grid{gap:1.5rem!important}#scroll-top{width:36px!important;height:36px!important;bottom:.75rem!important;right:3.5rem!important}#whatsapp-button,.whatsapp-button,[class*=whatsapp]{bottom:.75rem!important;right:.75rem!important}.absolute.-bottom-6,.absolute.-left-6,.absolute.-right-6,.absolute.-top-6{display:none!important}.h-96{height:200px!important}#bar,#mask{touch-action:none}.aspect-\[3\/4\]{aspect-ratio:3/4}.inline-flex.items-center.gap-2.rounded-full{padding:.375rem .625rem!important;font-size:.75rem!important}}@media (min-width:375px) and (max-width:413px){.container{padding-left:1rem!important;padding-right:1rem!important}header .flex.items-center.space-x-2 img{width:45%!important}#hero h1,.text-2xl.sm\:text-4xl{font-size:1.5rem!important;line-height:1.3!important}.md\:text-5xl,.text-4xl{font-size:1.625rem!important}.md\:text-4xl,.text-3xl{font-size:1.375rem!important}.bg-white.rounded-2xl,.bg-white.rounded-3xl{padding:1.25rem!important}.gallery-slide img{height:180px!important}.h-96{height:220px!important}}@media (min-width:414px) and (max-width:575px){.container{padding-left:1.25rem!important;padding-right:1.25rem!important}header .flex.items-center.space-x-2 img{width:50%!important}#hero h1,.text-2xl.sm\:text-4xl{font-size:1.625rem!important;line-height:1.3!important}.md\:text-5xl,.text-4xl{font-size:1.75rem!important}.md\:text-4xl,.text-3xl{font-size:1.5rem!important}.bg-white.rounded-2xl,.bg-white.rounded-3xl{padding:1.5rem!important}.gallery-slide img{height:200px!important}.h-96{height:250px!important}.grid.md\:grid-cols-3:not(.gap-8){grid-template-columns:repeat(2,1fr)!important}}@media (min-width:576px) and (max-width:767px){.container{padding-left:1.5rem!important;padding-right:1.5rem!important}header .flex.items-center.space-x-2 img{width:55%!important}section.py-20{padding-top:3.5rem!important;padding-bottom:3.5rem!important}#hero h1,.text-2xl.sm\:text-4xl{font-size:1.875rem!important}.md\:text-5xl,.text-4xl{font-size:2rem!important}.md\:text-4xl,.text-3xl{font-size:1.75rem!important}.grid.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)!important}.grid.md\:grid-cols-3{grid-template-columns:repeat(2,1fr)!important}.grid.md\:grid-cols-4{grid-template-columns:repeat(2,1fr)!important}.grid.lg\:grid-cols-5{grid-template-columns:1fr!important}.gallery-slide img{height:250px!important}.gallery-slide .grid{grid-template-columns:repeat(2,1fr)!important}.h-96{height:300px!important}.grid.md\:grid-cols-5{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.grid.md\:grid-cols-5>div:last-child{grid-column:span 2}}@media (min-width:768px) and (max-width:1023px){.container{padding-left:2rem!important;padding-right:2rem!important}section.py-20{padding-top:4rem!important;padding-bottom:4rem!important}.md\:text-5xl,.text-4xl{font-size:2.25rem!important}.md\:text-4xl,.text-3xl{font-size:2rem!important}.grid.lg\:grid-cols-5{grid-template-columns:1fr!important;gap:2rem!important}.lg\:col-span-2,.lg\:col-span-3{grid-column:span 1!important}.gallery-slide img{height:300px!important}.h-96{height:350px!important}.grid.md\:grid-cols-5{grid-template-columns:repeat(3,1fr)!important}.grid.md\:grid-cols-5>div:nth-child(4),.grid.md\:grid-cols-5>div:nth-child(5){grid-column:span 1}}@media (min-width:1024px) and (max-width:1279px){.container{padding-left:2rem!important;padding-right:2rem!important}.grid.lg\:grid-cols-5{grid-template-columns:3fr 2fr!important}.gallery-slide img{height:350px!important}}@media (max-width:767px){#mobile-menu{background:rgba(255,255,255,.98);border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem;border-radius:0 0 1rem 1rem}#mobile-menu ul li{border-bottom:1px solid #f3f4f6}#mobile-menu ul li:last-child{border-bottom:none}#mobile-menu ul li a{display:block;padding:.875rem 0;font-weight:500}#mobile-menu .flex.items-center.space-x-3{justify-content:center;padding:.75rem 0}#mobile-menu .pt-3.border-t{margin-top:.5rem;padding-top:1rem}}@media (max-width:767px){#hero .grid{grid-template-columns:1fr!important;gap:2rem!important}#hero .md\:justify-end{justify-content:center!important}#hero .max-w-sm,#hero .md\:max-w-lg,#hero .sm\:max-w-md{max-width:280px!important;margin:0 auto}#bar{width:8px!important}}@media (max-width:767px){.grid.md\:grid-cols-2,.grid.md\:grid-cols-3,.grid.md\:grid-cols-4{grid-template-columns:1fr!important}.h-56,.h-64{height:200px!important}.absolute.bottom-0.left-0.right-0.p-6{padding:1rem!important}.absolute.bottom-0.left-0.right-0.p-6 h3{font-size:1.25rem!important}.absolute.bottom-0.left-0.right-0.p-6 p{font-size:.875rem!important;margin-bottom:.5rem!important}}@media (max-width:767px){.grid.sm\:grid-cols-2{grid-template-columns:1fr!important}.flex.items-start.space-x-4{flex-direction:column!important;align-items:flex-start!important}.flex.items-start.space-x-4>.flex-shrink-0{margin-bottom:.75rem}.flex.items-start.space-x-4>div:last-child{margin-left:0!important}}@media (max-width:767px){.grid.md\:grid-cols-3.gap-6{gap:1rem!important}.w-12.h-12{width:2.5rem!important;height:2.5rem!important}}@media (max-width:767px){.gallery-container{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.gallery-slide .grid{grid-template-columns:1fr!important;gap:.75rem!important}.gallery-slide .rounded-xl{border-radius:.75rem!important}#gallery-prev{left:.5rem!important}#gallery-next{right:.5rem!important}}@media (max-width:767px){.grid.md\:grid-cols-2.gap-8{gap:2rem!important}.space-y-8{--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>*+*{margin-top:1.5rem}.relative.h-96.rounded-2xl{height:250px!important;border-radius:1rem!important}.absolute.bottom-4.left-4{bottom:.5rem!important;left:.5rem!important;padding:.375rem .75rem!important}}@media (max-width:767px){footer .grid.md\:grid-cols-4{grid-template-columns:1fr!important;text-align:center}footer .grid.md\:grid-cols-4>div{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}footer .grid.md\:grid-cols-4>div:last-child{border-bottom:none;padding-bottom:0}footer .flex.items-center.space-x-2{justify-content:center}footer ul{display:flex;flex-direction:column;align-items:center}footer .border-t.border-gray-800{margin-top:1.5rem!important;padding-top:1.5rem!important}footer .flex.flex-wrap.justify-center{flex-direction:column;gap:.75rem!important}}@media (max-width:767px){input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{min-height:48px;font-size:16px!important}button[type=submit]{min-height:48px;font-size:1rem!important}label{font-size:.875rem!important}}@media (max-width:767px){#norwoodGrid,.grid-4{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:.5rem!important}.option-card{padding:.5rem!important}.option-card img{width:100%!important;height:auto!important}}@media (max-width:374px){#norwoodGrid,.grid-4{grid-template-columns:repeat(2,1fr)!important;gap:.375rem!important}}@media (max-width:767px){.abstract-blob{opacity:.3!important}.abstract-blob:first-child{width:150px!important;height:150px!important}.abstract-blob:nth-child(2){width:120px!important;height:120px!important}.abstract-blob:nth-child(3){width:100px!important;height:100px!important}}body,html{overflow-x:hidden!important;max-width:100vw!important}.container,footer,header,main,section{max-width:100%!important;overflow-x:hidden!important}@supports (padding:max(0px)){header{padding-left:max(1rem,env(safe-area-inset-left))!important;padding-right:max(1rem,env(safe-area-inset-right))!important}footer{padding-bottom:max(2rem,env(safe-area-inset-bottom))!important}#scroll-top,#whatsapp-button,.whatsapp-button{bottom:max(1rem,env(safe-area-inset-bottom))!important}}@media (max-height:500px) and (orientation:landscape){#hero{padding-top:70px!important;padding-bottom:1.5rem!important}section.py-20{padding-top:2rem!important;padding-bottom:2rem!important}.page-hero{padding:4rem 0 2rem!important;margin-top:60px!important}.abstract-blob{display:none!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast}}@media (hover:none) and (pointer:coarse){.about-card:hover,.service-card:hover,.testimonial-card:hover{transform:none!important}a,button{min-height:44px;min-width:44px}a,button{-webkit-tap-highlight-color:rgba(37,99,235,0.2)}}