:root{--background: 220 40% 98%;--foreground: 220 60% 10%;--card: 0 0% 100%;--card-foreground: 220 60% 10%;--popover: 0 0% 100%;--popover-foreground: 220 60% 10%;--primary: 220 65% 15%;--primary-foreground: 0 0% 100%;--secondary: 45 100% 60%;--secondary-foreground: 220 60% 10%;--muted: 220 30% 92%;--muted-foreground: 220 20% 45%;--accent: 45 95% 55%;--accent-foreground: 220 60% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 100%;--border: 220 30% 88%;--input: 220 30% 88%;--ring: 220 65% 15%;--radius: .75rem;--navy-dark: 220 65% 15%;--navy-medium: 220 60% 25%;--amber-glow: 45 95% 55%;--amber-light: 45 100% 70%}*{box-sizing:border-box;border-color:hsl(var(--border))}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.nav-fixed{position:fixed;top:0;left:0;right:0;z-index:50;background-color:hsl(var(--secondary));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--primary) / .1);overflow:visible;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;line-height:1.5;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;overflow:visible}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;height:12rem;overflow:visible}@media(min-width:768px){.nav-wrapper{height:15rem}}.nav-brand-link{display:block;flex-shrink:0;text-decoration:none}.nav-logo{height:10rem;width:auto;display:block}@media(min-width:768px){.nav-logo{height:13rem}}.footer-logo{height:5rem;width:auto;margin-bottom:1rem;display:block}.nav-desktop{display:none}@media(min-width:768px){.nav-desktop{display:flex;align-items:center;gap:2rem;overflow:visible}}.nav-link{color:hsl(var(--primary));text-decoration:none;transition:color .2s;font-size:1rem;font-weight:600;line-height:1.5;font-style:normal;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.nav-link:hover{color:hsl(var(--primary) / .7)}.nav-cta{height:2.75rem;padding:0 2rem;font-size:.875rem;font-weight:600;line-height:1.25rem;color:hsl(var(--secondary));background-color:hsl(var(--primary));border-radius:calc(var(--radius) - 2px)}.btn.nav-cta{font-size:.875rem;font-weight:600;line-height:1.25rem}.nav-cta:hover{background-color:hsl(var(--primary) / .9);color:hsl(var(--secondary))}.nav-menu-toggle{display:block;background:none;border:none;color:hsl(var(--primary));cursor:pointer;padding:.5rem}.nav-menu-icon--close[hidden]{display:none}.mobile-menu-section{border-top:1px solid hsl(var(--primary) / .1);padding-top:.5rem}.mobile-menu-section-title{font-size:1rem;font-weight:600;line-height:1.5;font-style:normal;color:hsl(var(--primary));padding:.5rem .75rem}.mobile-menu-sublink{display:block;padding:.5rem 1.5rem;font-size:.875rem;font-weight:400;line-height:1.25rem;font-style:normal;color:hsl(var(--primary) / .8);text-decoration:none;transition:color .2s}.mobile-menu-sublink:hover{color:hsl(var(--primary))}.mobile-menu-link{display:block;padding:.5rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;font-style:normal;color:hsl(var(--primary));text-decoration:none;transition:color .2s}.mobile-menu-link:hover{color:hsl(var(--primary) / .7)}.mobile-menu-cta{padding:.5rem .75rem .75rem}@media(min-width:768px){.nav-menu-toggle{display:none}}.mobile-menu{display:none;padding-bottom:1rem}.mobile-menu.open{display:block}@media(min-width:768px){.mobile-menu{display:none!important}}.dropdown{position:relative}.dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;line-height:1.25rem;font-style:normal;padding:.5rem 1rem}.dropdown-chevron{flex-shrink:0;width:.75rem;height:.75rem;transition:transform .2s ease}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:0;padding:.75rem 1.5rem 1.5rem;background:hsl(var(--popover));border-radius:calc(var(--radius) - 2px);box-shadow:0 10px 40px -10px hsl(var(--primary) / .4);min-width:600px;display:none;grid-template-columns:repeat(2,1fr);gap:.75rem;z-index:100}.dropdown-menu:before{content:"";position:absolute;top:-.75rem;left:0;right:0;height:.75rem}@media(min-width:768px){.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:grid}.dropdown:hover .dropdown-chevron,.dropdown:focus-within .dropdown-chevron{transform:rotate(180deg)}.dropdown:hover .dropdown-trigger,.dropdown:focus-within .dropdown-trigger{color:hsl(var(--primary) / .7)}}.dropdown-menu.open{display:grid}.dropdown-menu--single{min-width:400px;grid-template-columns:1fr}.dropdown-menu--areas{min-width:400px;grid-template-columns:repeat(2,1fr)}.dropdown-item{padding:.75rem;border-radius:.375rem;text-decoration:none;display:block;transition:background-color .2s}.dropdown-item:hover{background-color:hsl(var(--accent))}.dropdown-title{font-size:.875rem;font-weight:600;line-height:1.25rem;font-style:normal;color:hsl(var(--popover-foreground));margin-bottom:.25rem}.dropdown-item:hover .dropdown-title{color:hsl(var(--accent-foreground))}.dropdown-desc{font-size:.75rem;font-weight:400;line-height:1rem;font-style:normal;color:hsl(var(--muted-foreground));margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{pointer-events:none;opacity:.5}.btn-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-default:hover{background-color:hsl(var(--primary) / .9)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .9);color:hsl(var(--secondary-foreground))}.btn-outline{border:2px solid hsl(var(--primary-foreground));background-color:hsl(var(--primary-foreground) / .1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:hsl(var(--primary-foreground))}.btn-outline:hover{background-color:hsl(var(--primary-foreground));color:hsl(var(--primary))}.btn-lg{height:2.75rem;padding:0 2rem;font-size:1.125rem}.btn-sm{height:2.25rem;padding:0 .75rem}.card{border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.card:hover{box-shadow:0 10px 15px -3px #0000001a}.card-header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.card-title{font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.card-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.card-content{padding:1.5rem;padding-top:0}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-contact-link{display:flex;align-items:center;gap:.5rem;color:hsl(var(--primary-foreground));text-decoration:none;transition:color .2s}.hero-contact-link:hover{color:hsl(var(--secondary))}.hero-contact-link span{font-weight:600}.hero-contact-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.hero-image{position:absolute;inset:0;z-index:0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--primary) / .3),hsl(var(--primary) / .2),hsl(var(--primary) / .1))}.hero-content{position:relative;z-index:10;width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding:8rem 1rem;text-align:center}body.home .hero-content{margin-top:10rem}@media(min-width:640px){.hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.hero-content{padding-left:2rem;padding-right:2rem}}.hero-content-inner{display:flex;flex-direction:column;gap:2rem}.hero-content-inner>*{margin:0}.hero-title{font-size:3rem;font-weight:700;color:hsl(var(--primary-foreground));line-height:1.25}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.25rem;color:hsl(var(--primary-foreground) / .9);max-width:48rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding-top:1rem}@media(min-width:640px){.hero-actions{flex-direction:row}}.hero-contact-row{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;padding-top:2rem;color:hsl(var(--primary-foreground))}@media(min-width:640px){.hero-contact-row{flex-direction:row}}.btn-hero{font-size:1.125rem;font-weight:600;padding:1.5rem 2rem;height:auto}.btn-secondary.btn-hero{box-shadow:0 0 30px #ffc1074d}.btn-secondary.btn-hero:hover{background-color:hsl(var(--secondary) / .9);color:hsl(var(--secondary-foreground));box-shadow:0 0 40px #ffc10780}.btn-outline.btn-hero{border:2px solid hsl(var(--primary-foreground));background-color:hsl(var(--primary-foreground) / .1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:hsl(var(--primary-foreground))}.btn-outline.btn-hero:hover{background-color:hsl(var(--primary-foreground));color:hsl(var(--primary))}.btn-block{width:100%}.scroll-dot{width:.25rem;height:.75rem;background-color:hsl(var(--secondary));border-radius:9999px;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(.25rem)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-in-up 1s ease-out}.section{padding:6rem 1rem}.section-container{padding-left:0;padding-right:0}@media(min-width:640px){.section-container{padding-left:.5rem;padding-right:.5rem}}@media(min-width:1024px){.section-container{padding-left:0;padding-right:0}}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-subtitle{margin-bottom:0}.section-header .section-subtitle--lg{margin-top:1rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-title--left{text-align:left}@media(min-width:768px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.section-subtitle--lg{font-size:1.125rem}.section-muted{background-color:hsl(var(--muted) / .3)}.visualizer-link{color:#193366;font-weight:600;text-decoration:underline;transition:color .2s}.visualizer-link:hover{color:#24478f}.solution-card{cursor:pointer;transition:border-color .2s,box-shadow .2s}.solution-card:hover{border-color:hsl(var(--secondary) / .5);box-shadow:0 10px 15px -3px #0000001a}.solution-card-icon{width:3.5rem;height:3.5rem;border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .2s}.solution-card:hover .solution-card-icon{background-color:hsl(var(--secondary) / .2)}.solution-card-icon-svg{width:1.75rem;height:1.75rem;color:hsl(var(--secondary))}.card-title--xl{font-size:1.25rem;transition:color .2s}.solution-card:hover .card-title--xl{color:hsl(var(--secondary))}.card-description--base{font-size:1rem}.financing-card{text-align:center}.financing-card-content{padding:2rem 1.5rem 1.5rem}.financing-card-icon{width:3.5rem;height:3.5rem;border-radius:9999px;background-color:hsl(var(--secondary) / .2);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.financing-card-icon-svg{width:1.75rem;height:1.75rem;color:hsl(var(--secondary))}.financing-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.service-card{box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease,border-color .2s ease}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.service-card-header{text-align:center;padding-bottom:1.5rem}.service-card-icon{width:4rem;height:4rem;border-radius:9999px;background-color:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;flex-shrink:0;transition:background-color .2s ease}.service-card:hover .service-card-icon{background-color:hsl(var(--secondary) / .2)}.service-card-icon-svg{width:2rem;height:2rem;color:hsl(var(--secondary));flex-shrink:0}.card-title--2xl{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:color .2s ease}.service-card:hover .card-title--2xl{color:hsl(var(--secondary))}.service-card-subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin:0}.service-card-content{display:flex;flex-direction:column;gap:1.5rem}.service-card-description{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.625;margin:0}.service-card-btn{width:100%;height:2.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:calc(var(--radius) - 2px)}.service-card-btn:hover{background-color:hsl(var(--primary) / .9);color:hsl(var(--primary-foreground))}.service-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.service-feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground))}.service-feature-dot{width:.375rem;height:.375rem;border-radius:9999px;background-color:hsl(var(--secondary));margin-top:.5rem;flex-shrink:0}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.why-choose-lead{font-size:1.25rem;color:hsl(var(--primary-foreground) / .9);margin:0 0 2rem}.why-choose-body{font-size:1.125rem;color:hsl(var(--primary-foreground) / .8);margin:0}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.benefit-card{display:flex;align-items:flex-start;gap:.75rem;background-color:hsl(var(--primary-foreground) / .1);border-radius:calc(var(--radius) - 2px);padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .2s}.benefit-card:hover{background-color:hsl(var(--primary-foreground) / .15)}.benefit-card span{font-size:.875rem;font-weight:500}.benefit-icon{width:1.5rem;height:1.5rem;color:hsl(var(--secondary));flex-shrink:0;margin-top:.125rem}.home-cta{background:linear-gradient(to bottom right,hsl(var(--primary)),hsl(var(--primary)),#142952);color:hsl(var(--primary-foreground))}.home-cta-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.home-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-cta-copy{color:hsl(var(--primary-foreground))}.home-cta-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;color:hsl(var(--primary-foreground))}@media(min-width:768px){.home-cta-title{font-size:3rem}}.home-cta-lead{font-size:1.25rem;margin:0 0 1.5rem;color:hsl(var(--primary-foreground) / .9)}.home-cta-bullets{display:flex;flex-direction:column;gap:1rem;font-size:1.125rem;color:hsl(var(--primary-foreground))}.home-cta-bullet{display:flex;align-items:flex-start;gap:.75rem}.home-cta-bullet p{margin:0;color:inherit}.home-cta-bullet-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:hsl(var(--secondary));margin-top:.5rem;flex-shrink:0}.home-cta-card{border:1px solid hsl(var(--primary-foreground) / .2);background-color:hsl(var(--card) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 2px #0000000d;color:hsl(var(--card-foreground))}.home-cta-card:hover{box-shadow:0 1px 2px #0000000d}.home-cta-card-content{padding:2rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.home-cta-card-title{font-size:1.5rem;font-weight:700;color:hsl(var(--card-foreground));margin:0}.home-cta-card-text{font-size:1.125rem;color:hsl(var(--muted-foreground));margin:0}.home-cta-btn{width:100%;font-size:1.125rem;font-weight:600;line-height:1.5;padding:1.5rem 2rem;height:auto;background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:none;border-radius:calc(var(--radius) - 2px);box-shadow:none}.home-cta-btn:hover{background-color:hsl(var(--secondary) / .9);color:hsl(var(--secondary-foreground))}.home-cta-card-footnote{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.home-cta-phone{color:hsl(var(--secondary));font-weight:600;text-decoration:none}.home-cta-phone:hover{text-decoration:underline;color:hsl(var(--secondary))}.grid{display:grid;gap:2rem}.gap-8{gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.form-input{display:flex;height:2.5rem;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.form-input:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.form-textarea{display:flex;min-height:80px;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.text-center{text-align:center}.text-secondary{color:hsl(var(--secondary))}.bg-primary{background-color:hsl(var(--primary))}.bg-background{background-color:hsl(var(--background))}.bg-muted{background-color:hsl(var(--muted))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.rounded-lg{border-radius:calc(var(--radius) - 2px)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-16{margin-top:4rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.space-y-4>*+*{margin-top:1rem}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.25rem;height:1.25rem}.icon-lg{width:1.5rem;height:1.5rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}.sm\:flex-row{flex-direction:row}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation:fade-in 1s ease-out,slide-in-from-bottom 1s ease-out}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.scroll-indicator-inner{width:1.5rem;height:2.5rem;border:2px solid hsl(var(--primary-foreground));border-radius:9999px;display:flex;justify-content:center;padding-top:.5rem;opacity:.7}.scroll-dot{width:.25rem;height:.75rem;background-color:hsl(var(--secondary));border-radius:9999px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(.5rem)}}.gallery-item{position:relative;overflow:hidden;border-radius:calc(var(--radius) - 2px);box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;cursor:pointer}.gallery-item:hover{box-shadow:0 20px 25px -5px #0000001a}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--primary) / .9) 0%,hsl(var(--primary) / .4) 50%,transparent 100%);opacity:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff}.gallery-category{display:inline-block;padding:.25rem .75rem;background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.marketing-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:10rem;padding:5rem 1rem;text-align:center;color:hsl(var(--primary-foreground))}@media(min-width:768px){.marketing-hero{padding-top:6.5rem;padding-bottom:5rem}}.marketing-hero--gradient{background:linear-gradient(to bottom right,hsl(var(--primary)),hsl(var(--primary) / .9),hsl(var(--primary) / .8))}.marketing-hero--image{min-height:60vh;padding-top:4rem;padding-bottom:4rem;background:linear-gradient(to bottom right,hsl(var(--primary)),hsl(var(--primary) / .9),hsl(var(--primary) / .8))}.marketing-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.marketing-hero-overlay{position:absolute;inset:0;background-color:hsl(var(--primary) / .7)}.marketing-hero-content{position:relative;z-index:1;width:100%}.marketing-hero-title{font-size:2.25rem;font-weight:700;line-height:1.2;color:hsl(var(--primary-foreground));margin:0 0 1.5rem}@media(min-width:768px){.marketing-hero-title{font-size:3rem}}@media(min-width:1024px){.marketing-hero-title{font-size:3.75rem}}.marketing-hero-subtitle{font-size:1.25rem;line-height:1.5;color:hsl(var(--primary-foreground) / .9);max-width:42rem;margin:0 auto 2rem}@media(min-width:768px){.marketing-hero-subtitle{font-size:1.5rem}}.marketing-hero-actions{display:flex;justify-content:center}.page-hero{position:relative;padding:5rem 1rem;background:linear-gradient(to bottom right,hsl(var(--primary)),hsl(var(--primary) / .9),hsl(var(--primary) / .8));margin-top:12rem;text-align:center;color:hsl(var(--primary-foreground))}@media(min-width:768px){.page-hero{margin-top:15rem}}.marketing-hero-image{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;margin-top:10rem;overflow:hidden;background:linear-gradient(to bottom right,hsl(var(--primary)),hsl(var(--primary) / .9),hsl(var(--primary) / .8))}.marketing-hero-image--short{min-height:50vh}.marketing-hero-image-bg{position:absolute;inset:0;background-size:cover;background-position:center}.marketing-hero-image-overlay{position:absolute;inset:0;background-color:hsl(var(--primary) / .7)}.marketing-hero-image-content{position:relative;z-index:1;padding:4rem 1rem;text-align:center;color:hsl(var(--primary-foreground))}.marketing-page-cta{background:linear-gradient(to right,hsl(var(--primary)),hsl(var(--primary) / .8));border-radius:calc(var(--radius) - 2px);padding:3rem;text-align:center;color:hsl(var(--primary-foreground));margin-top:2rem}.marketing-page-cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--primary-foreground))}.marketing-page-cta-subtitle{font-size:1.25rem;color:hsl(var(--primary-foreground) / .9);margin-bottom:2rem}.marketing-page-cta-muted{background-color:hsl(var(--muted));border-radius:calc(var(--radius) - 2px);padding:3rem;text-align:center}.before-after-hero{padding:14rem 1rem 4rem;background:linear-gradient(to bottom,hsl(var(--secondary)),hsl(var(--background)))}@media(min-width:768px){.before-after-hero{padding-top:16rem}}.before-after-badge{position:absolute;top:.75rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;color:hsl(var(--primary-foreground))}.before-after-badge--before{left:.75rem;background-color:hsl(var(--destructive) / .9)}.before-after-badge--after{right:.75rem;background-color:hsl(var(--primary) / .9)}.before-after-cta{background-color:hsl(var(--secondary))}.before-after-cta-intro{text-align:center;margin-bottom:2rem}.before-after-cta-title{font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin:0 0 1.5rem;line-height:1.2}@media(min-width:768px){.before-after-cta-title{font-size:2.25rem}}.before-after-cta-lead{font-size:1.125rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.before-after-cta-panel{padding:4rem 1.5rem;border-radius:calc(var(--radius) - 2px);text-align:left}@media(min-width:768px){.before-after-cta-panel{padding:6rem 2rem}}.fb-contact-bar{margin-top:12rem;background-color:hsl(var(--primary));color:hsl(var(--secondary))}@media(min-width:768px){.fb-contact-bar{margin-top:15rem}}.fb-contact-link{color:hsl(var(--secondary));text-decoration:none}.fb-contact-link:hover{opacity:.8}.fb-hero{background-color:#000510;color:#fff}.fb-hero-grid{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.fb-hero-grid{grid-template-columns:repeat(2,1fr)}}.fb-hero-content{padding:2rem 1.5rem}@media(min-width:1024px){.fb-hero-content{padding:2.5rem 3rem}}.fb-hero-title{font-size:2.25rem;font-weight:800;text-transform:uppercase;line-height:1.1}.fb-hero-tagline{margin-top:.5rem;font-size:1.125rem;font-style:italic;color:hsl(var(--secondary))}.form-label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.service-area-hero{position:relative;padding:14rem 1rem 5rem;overflow:hidden;margin-top:0}@media(min-width:768px){.service-area-hero{padding-top:16rem;padding-bottom:6rem}}.service-area-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.service-area-hero-overlay{position:absolute;inset:0;background-color:#0009}.service-area-hero-content{position:relative;z-index:1;text-align:center}.service-area-hero-badge{display:inline-flex;align-items:center;color:hsl(var(--secondary));font-weight:600;margin-bottom:1rem}.service-area-cta{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.page-hero-title{font-size:2.5rem;font-weight:700;color:hsl(var(--primary-foreground));margin-bottom:1.5rem;text-align:center}@media(min-width:768px){.page-hero-title{font-size:3.5rem}}@media(min-width:1024px){.page-hero-title{font-size:3.75rem}}.page-hero-subtitle{font-size:1.25rem;color:hsl(var(--primary-foreground) / .9);margin-bottom:2rem;text-align:center}@media(min-width:768px){.page-hero-subtitle{font-size:1.5rem}}.aspect-4-3{aspect-ratio:4 / 3;overflow:hidden}.footer{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-top:1px solid hsl(var(--primary-foreground) / .1);padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-col-2{grid-column:span 2}}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-link{color:hsl(var(--primary-foreground) / .8);text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-link:hover{color:hsl(var(--secondary))}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.5rem}.footer-list a{color:hsl(var(--primary-foreground) / .8);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-list a:hover{color:hsl(var(--secondary))}.footer-bottom{border-top:1px solid hsl(var(--primary-foreground) / .1);margin-top:2rem;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;color:hsl(var(--primary-foreground) / .7)}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:hsl(var(--primary-foreground) / .7);text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:hsl(var(--secondary))}.quote-page{padding-top:10rem}@media(min-width:768px){.quote-page{padding-top:12rem}}.quote-contact-bar{background-color:hsl(var(--muted) / .3)}.quote-contact-bar-inner{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.875rem}@media(min-width:640px){.quote-contact-bar-inner{flex-direction:row;gap:1.5rem}}.quote-contact-link{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--foreground));text-decoration:none;font-weight:600;transition:color .2s ease}.quote-contact-link:hover{color:hsl(var(--secondary))}.quote-contact-muted{color:hsl(var(--muted-foreground));font-weight:400}.quote-contact-icon{width:1rem;height:1rem;flex-shrink:0}.quote-hero{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .9),hsl(var(--primary) / .8));color:hsl(var(--primary-foreground));padding:3rem 1rem;text-align:center}.quote-hero-inner{padding-left:1rem;padding-right:1rem}.quote-hero-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;margin:0 0 1rem;line-height:1.2}.quote-hero-subtitle{font-size:clamp(1rem,2vw,1.5rem);color:hsl(var(--primary-foreground) / .9);max-width:48rem;margin:0 auto;line-height:1.625}.quote-tools-section{padding:4rem 1rem;background-color:hsl(var(--muted) / .3)}.quote-tools-inner,.quote-form-inner{padding-left:1rem;padding-right:1rem}@media(min-width:640px){.quote-tools-inner,.quote-form-inner,.quote-hero-inner{padding-left:1.5rem;padding-right:1.5rem}}.quote-tools-grid{align-items:stretch}.quote-photo-card,.quote-estimator-card{display:flex;flex-direction:column;height:100%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.quote-photo-card{border-color:hsl(var(--primary) / .2)}.quote-estimator-card{border-color:hsl(var(--secondary) / .2)}.quote-photo-card:hover,.quote-estimator-card:hover,.quote-form-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.quote-section-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.quote-section-heading h2{font-size:1.5rem;font-weight:700;margin:0;color:hsl(var(--card-foreground))}.quote-section-icon{width:2rem;height:2rem;flex-shrink:0;color:hsl(var(--primary))}.quote-card-description{color:hsl(var(--muted-foreground));margin:0 0 1.5rem;line-height:1.6}.quote-photo-card-content,.quote-estimator-card-content{padding:1.5rem;flex:1}@media(min-width:768px){.quote-photo-card-content,.quote-estimator-card-content{padding:2rem}}.quote-photo-dropzone{position:relative;padding:1.5rem;border:2px dashed hsl(var(--secondary) / .4);border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--secondary) / .1);text-align:center}.quote-photo-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0}.quote-photo-empty{display:none;flex-direction:column;align-items:center;gap:1rem;text-align:center}.quote-photo-empty.is-active,.quote-photo-empty:not([hidden]){display:flex}.quote-photo-preview{display:none;flex-direction:column;gap:1rem}.quote-photo-preview.is-active,.quote-photo-preview:not([hidden]){display:flex}.quote-photo-preview-frame{width:100%;max-width:20rem;margin:0 auto}.quote-photo-empty-copy h3{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:hsl(var(--card-foreground))}.quote-photo-empty-copy p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.quote-photo-empty-icon{width:4rem;height:4rem;border-radius:9999px;background-color:hsl(var(--secondary) / .2);display:flex;align-items:center;justify-content:center}.quote-photo-empty-icon-svg{width:2rem;height:2rem;color:hsl(var(--secondary))}.quote-upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));font-weight:600;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}label.quote-upload-btn{cursor:pointer}.quote-upload-btn:hover{background-color:hsl(var(--secondary) / .9)}.quote-upload-btn-icon{width:1rem;height:1rem}.quote-photo-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.quote-photo-preview-header h3{font-size:1.125rem;font-weight:600;margin:0;color:hsl(var(--card-foreground))}.quote-photo-preview-img{width:100%;max-width:20rem;height:12rem;object-fit:cover;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));margin:0 auto;display:block}.quote-photo-preview-name{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.75rem;text-align:center}.quote-photo-note{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.75rem 0 0;text-align:center}.quote-photo-note--lg{font-size:.875rem;margin-top:1rem}.quote-photo-remove{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;background:transparent;color:hsl(var(--destructive));font-size:.875rem;font-weight:500;cursor:pointer;border-radius:calc(var(--radius) - 2px);transition:color .2s ease,background-color .2s ease}.quote-photo-remove:hover{color:hsl(var(--destructive) / .9);background-color:hsl(var(--destructive) / .08)}.quote-photo-remove-icon{width:1rem;height:1rem}.quote-estimator-form{display:flex;flex-direction:column;gap:1rem}.quote-calc-btn{width:100%}.form-field label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.875rem;line-height:1.4;color:hsl(var(--foreground))}.form-hint{font-size:.875rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.quote-estimate-result{display:none;margin-top:0;padding:1rem;border:2px solid hsl(var(--secondary));border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--secondary) / .1);text-align:center}.quote-estimate-result.is-active,.quote-estimate-result:not([hidden]){display:block}.quote-estimate-label{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:hsl(var(--card-foreground))}.quote-estimate-amount{font-size:1.875rem;font-weight:700;color:hsl(var(--secondary));margin:0}.quote-estimate-disclaimer{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.5rem 0 0}.quote-minimum-note{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin:1rem 0 0}.quote-form-section{padding:4rem 1rem}.quote-form-card{border-color:hsl(var(--primary) / .2);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.quote-form-card-content{padding:2rem}@media(min-width:768px){.quote-form-card-content{padding:3rem}}.quote-form-full--labeled{display:flex;flex-direction:column;gap:1.5rem}.quote-form-section-block{display:flex;flex-direction:column;gap:1rem}.quote-form-section-title{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:hsl(var(--card-foreground))}.quote-form-textarea{min-height:6rem}.quote-submit-btn{width:100%;font-size:1.125rem;font-weight:600;line-height:1.5;padding:1.5rem 2rem;height:auto}.quote-form-legacy-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.form-field-spaced{margin-top:1rem}.form-message{padding:.875rem 1rem;border-radius:calc(var(--radius) - 2px);font-size:.9375rem}.form-message--success{background-color:#16a2491f;color:#117e39;border:1px solid hsl(142 76% 36% / .25)}.form-message--error{background-color:hsl(var(--destructive) / .12);color:hsl(var(--destructive));border:1px solid hsl(var(--destructive) / .25)}.myhouse-hero{padding:14rem 1rem 1.5rem;background:linear-gradient(180deg,hsl(var(--primary) / .1),hsl(var(--background)));text-align:center}@media(min-width:768px){.myhouse-hero{padding-top:16rem}}.myhouse-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:700}.myhouse-upload{border:2px dashed hsl(var(--primary) / .3);background-color:hsl(var(--primary) / .05);cursor:pointer;transition:transform .2s,opacity .2s}.myhouse-upload--dragging{transform:scale(1.02);opacity:.85}.myhouse-upload-content{padding:3rem 2rem;text-align:center}.myhouse-upload-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:9999px;background-color:hsl(var(--primary) / .15);display:flex;align-items:center;justify-content:center;font-size:2rem}.myhouse-upload-content h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.myhouse-upload-content p{color:hsl(var(--muted-foreground));max-width:32rem;margin:0 auto 1.5rem}.myhouse-image-label{padding:.5rem 1rem;font-weight:600;background-color:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}.myhouse-image-label--after{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.myhouse-image{width:100%;height:auto;display:block}.myhouse-image-panel{min-height:16rem;position:relative}.myhouse-loading,.myhouse-placeholder{aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsl(var(--muted) / .35);padding:2rem;text-align:center}.myhouse-spinner{width:3rem;height:3rem;border:3px solid hsl(var(--primary) / .2);border-top-color:hsl(var(--primary));border-radius:9999px;animation:myhouse-spin .8s linear infinite;margin-bottom:1rem}@keyframes myhouse-spin{to{transform:rotate(360deg)}}.myhouse-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.myhouse-tips{margin-top:3rem}.myhouse-tips h2{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.myhouse-tip-card{padding:1.5rem;text-align:center}.myhouse-tip-icon{width:3rem;height:3rem;border-radius:9999px;background-color:hsl(var(--primary) / .15);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem}.myhouse-tip-card h3{font-weight:600;margin-bottom:.5rem}.myhouse-tip-card p{font-size:.875rem;color:hsl(var(--muted-foreground))}.myhouse-cta{background-color:hsl(var(--primary) / .05);text-align:center}.myhouse-cta h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.myhouse-cta p{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.blog-archive{padding:14rem 1rem 4rem}@media(min-width:768px){.blog-archive{padding-top:16rem}}.blog-archive-header{text-align:center;margin-bottom:3rem}.blog-archive-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.blog-archive-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.blog-search-wrap{max-width:28rem;margin:0 auto}.blog-search-input{width:100%}.blog-posts{display:grid;gap:2rem}.blog-post-card-link{display:block;text-decoration:none;color:inherit}.blog-post-card:hover{box-shadow:0 10px 30px hsl(var(--primary) / .12)}.blog-post-card-image img{width:100%;height:16rem;object-fit:cover;display:block;border-radius:calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0}.blog-post-card-body{padding:1.5rem 2rem 2rem}.blog-post-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.blog-post-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;transition:color .2s}.blog-post-card:hover .blog-post-card-title{color:hsl(var(--primary))}.blog-post-card-excerpt{font-size:1rem}.blog-empty{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 1rem}.blog-pagination{margin-top:3rem;display:flex;justify-content:center}.blog-pagination .nav-links{display:flex;gap:1rem;flex-wrap:wrap}.blog-single{padding:14rem 1rem 4rem}@media(min-width:768px){.blog-single{padding-top:16rem}}.blog-back-link{display:inline-flex;align-items:center;color:hsl(var(--primary));text-decoration:none;margin-bottom:2rem;font-weight:600}.blog-back-link:hover{text-decoration:underline}.blog-single-featured{margin-bottom:2rem}.blog-single-featured img{width:100%;height:24rem;object-fit:cover;border-radius:calc(var(--radius) - 2px)}.blog-single-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.blog-single-header{margin-bottom:2rem}.blog-prose{line-height:1.75;color:hsl(var(--foreground))}.blog-prose h2{font-size:1.75rem;font-weight:700;margin:2rem 0 1rem}.blog-prose h3{font-size:1.375rem;font-weight:700;margin:1.5rem 0 .75rem}.blog-prose p{margin-bottom:1.25rem}.blog-prose ul,.blog-prose ol{margin:0 0 1.25rem 1.5rem}.blog-prose li{margin-bottom:.5rem}.blog-prose a{color:hsl(var(--secondary));text-decoration:underline}.blog-prose img{max-width:100%;height:auto;border-radius:calc(var(--radius) - 2px);margin:1.5rem 0}.blog-prose blockquote{border-left:4px solid hsl(var(--secondary));padding-left:1rem;margin:1.5rem 0;color:hsl(var(--muted-foreground));font-style:italic}.legal-page{padding-top:14rem}@media(min-width:768px){.legal-page{padding-top:16rem}}.legal-page-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:2rem;text-align:center}.legal-content{padding-bottom:2rem}
