:root{--navy:#152238;--navy-dark:#0d1628;--navy-light:#1e3354;--red:#c41e3a;--red-hover:#a81830;--slate:#4a6fa5;--white:#fff;--gray-50:#f5f7fa;--gray-100:#eef1f6;--gray-200:#dde3ec;--gray-400:#8b95a5;--gray-600:#5a6478;--gray-800:#2d3748;--shadow-sm:0 1px 3px #15223814;--shadow-md:0 4px 20px #1522381a;--shadow-lg:0 12px 40px #15223824;--radius:10px;--radius-lg:16px;--header-h:72px;--topbar-h:40px;--transition:.25s cubic-bezier(.4, 0, .2, 1);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button,input,select,textarea{font:inherit}.container{width:min(1200px,100% - 2rem);padding-inline:env(safe-area-inset-left) env(safe-area-inset-right);margin-inline:auto}.text-red{color:var(--red)}.btn{border-radius:var(--radius);cursor:pointer;transition:transform var(--transition), background var(--transition), box-shadow var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--red);color:var(--white)}.btn--primary:hover{background:var(--red-hover);box-shadow:0 4px 16px #c41e3a59}.btn--white{background:var(--white);color:var(--navy)}.btn--white:hover{box-shadow:var(--shadow-md)}.btn--navy{background:var(--navy);color:var(--white)}.btn--navy:hover{background:var(--navy-light)}.btn--full{width:100%}.topbar{background:var(--navy);color:#ffffffd9;height:var(--topbar-h);align-items:center;font-size:.8125rem;display:flex}.topbar__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.topbar__left{gap:1.25rem;display:flex}.topbar__link,.topbar__location{align-items:center;gap:.35rem;display:inline-flex}.topbar__link:hover{color:var(--white)}.header{z-index:100;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), padding var(--transition);position:sticky;top:0}.header--scrolled{box-shadow:var(--shadow-md)}.header__inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.header__logo img{width:auto;height:48px;transition:height var(--transition)}.header--scrolled .header__logo img{height:42px}.header__nav{align-items:center;display:flex}.header__links{align-items:center;gap:.25rem;display:flex}.header__link{color:var(--gray-800);transition:color var(--transition), background var(--transition);border-radius:6px;align-items:center;gap:.2rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;display:inline-flex}.header__link:hover{color:var(--red);background:var(--gray-50)}.header__cta-mobile,.header__phone{display:none}.header__toggle{color:var(--navy);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:none}.header__backdrop{z-index:99;cursor:pointer;background:#0d162873;border:none;animation:.25s fade-in;display:none;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.hero{align-items:center;min-height:clamp(520px,85vh,720px);display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(105deg,#0d1628e0 0%,#0d1628a6 45%,#0d16284d 100%);position:absolute;inset:0}.hero__content{z-index:1;max-width:680px;color:var(--white);padding-block:4rem;position:relative}.hero__badge{background:var(--red);color:var(--white);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.hero__subtitle{color:#ffffffe0;max-width:540px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem)}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero__features{flex-wrap:wrap;gap:1.5rem;display:flex}.hero__features li{color:#ffffffe6;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hero__features svg{color:var(--red);flex-shrink:0}.hero-animate{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards hero-in;animation-delay:var(--hero-delay,0s);transform:translateY(24px)}@keyframes hero-in{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(28px)}.reveal--visible{opacity:1;transform:translateY(0)}.section{padding-block:clamp(3.5rem,8vw,5.5rem)}.section--gray{background:var(--gray-50)}.section__header{text-align:center;margin-inline:auto;max-width:640px;margin-bottom:3rem}.section__header h2{color:var(--navy);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.section__header p{color:var(--gray-600);font-size:1.05rem}.section__cta{text-align:center;margin-top:2.5rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);height:100%;transition:transform var(--transition), box-shadow var(--transition);padding:1.75rem}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card__icon{background:var(--gray-100);width:48px;height:48px;color:var(--slate);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-card:hover .service-card__icon{color:var(--red);background:#c41e3a1a}.service-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.service-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem;line-height:1.55}.service-card__link{color:var(--red);transition:gap var(--transition);align-items:center;gap:.3rem;font-size:.875rem;font-weight:600;display:inline-flex}.service-card__link:hover{gap:.55rem}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.steps:before{content:"";background:var(--gray-200);z-index:0;height:2px;position:absolute;top:36px;left:16%;right:16%}.steps__item-wrap{z-index:1;position:relative}.steps__item{text-align:center}.steps__circle{width:72px;height:72px;color:var(--white);box-shadow:var(--shadow-md);transition:transform var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.5rem;font-weight:800;display:flex}.steps__item:hover .steps__circle{transform:scale(1.08)}.steps__circle--navy{background:var(--navy)}.steps__circle--slate{background:var(--slate)}.steps__circle--red{background:var(--red)}.steps__item h3{color:var(--navy);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.steps__item p{color:var(--gray-600);max-width:280px;margin-inline:auto;font-size:.9rem}.service-area{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.service-area__info h2{color:var(--navy);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.service-area__info>p{color:var(--gray-600);margin-bottom:1.5rem}.service-area__benefits{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.service-area__benefits li{align-items:flex-start;gap:.75rem;display:flex}.service-area__benefits svg{color:var(--red);flex-shrink:0;margin-top:2px}.service-area__benefits strong{color:var(--navy);font-size:.95rem;display:block}.service-area__benefits span{color:var(--gray-600);font-size:.875rem}.service-area__map{border-radius:var(--radius-lg);aspect-ratio:16/10;background:var(--gray-200);box-shadow:var(--shadow-sm);overflow:hidden}.service-area__map iframe{border:0;width:100%;height:100%}.map-load-btn{background:var(--gray-100);width:100%;height:100%;color:var(--navy);cursor:pointer;transition:background var(--transition);border:none;font-size:1rem;font-weight:600}.map-load-btn:hover{background:var(--gray-200)}.estimate-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);padding:2rem}.estimate-form h3{color:var(--navy);margin-bottom:1.5rem;font-size:1.375rem;font-weight:700}.estimate-form label{color:var(--gray-800);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.estimate-form input,.estimate-form select,.estimate-form textarea{border:1px solid var(--gray-200);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);border-radius:8px;padding:.7rem .9rem}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #c41e3a1f}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-row label{margin-bottom:0}.footer{background:var(--navy);color:#fffc;padding-top:3.5rem}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem;display:grid}.footer__brand img{background:var(--white);border-radius:8px;width:auto;height:50px;margin-bottom:1rem;padding:.35rem .5rem}.footer__brand p{margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.footer__contact{flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.footer__contact a,.footer__contact span{align-items:center;gap:.5rem;display:inline-flex}.footer__contact a:hover{color:var(--white)}.footer h4{color:var(--white);margin-bottom:1rem;font-size:1rem;font-weight:700}.footer ul li{margin-bottom:.5rem}.footer ul a{transition:color var(--transition);font-size:.875rem}.footer ul a:hover{color:var(--white)}.footer__hours li{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer__cta{margin-top:1.25rem}.footer__bar{border-top:1px solid #ffffff1a;padding-block:1.25rem}.footer__bar-inner{justify-content:space-between;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.footer__legal{gap:.75rem;display:flex}.footer__legal a:hover{color:var(--white)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=768px){:root{--header-h:64px}.container{width:min(1200px,100% - 1.25rem)}.topbar{display:none}.header__phone{min-width:44px;min-height:44px;color:var(--red);-webkit-tap-highlight-color:transparent;border-radius:8px;justify-content:center;align-items:center;margin-right:.25rem;display:flex}.header__logo img{height:40px}.header__backdrop{display:block}.header__nav{inset:0;top:var(--header-h);z-index:101;background:var(--white);padding:1.25rem 1.25rem 2rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom));box-shadow:var(--shadow-lg);-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-start;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;overflow-y:auto;transform:translate(100%)}.header--menu-open{z-index:102}.header__nav--open{transform:translate(0)}.header__links{flex-direction:column;gap:0;width:100%}.header__link{border-bottom:1px solid var(--gray-100);width:100%;min-height:48px;padding:1rem .5rem;font-size:1.05rem}.header__cta{display:none}.header__cta-mobile{width:100%;min-height:48px;margin-top:1.5rem;display:inline-flex}.header__toggle{display:flex}.hero{min-height:clamp(480px,90svh,640px)}.hero__content{padding-block:2.5rem 3rem}.hero__badge{padding:.35rem .75rem;font-size:.75rem}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%;min-height:48px}.hero__features{flex-direction:column;gap:.75rem}.section{padding-block:clamp(2.5rem,6vw,3.5rem)}.section__header{margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.25rem}.steps{grid-template-columns:1fr;gap:2rem}.steps:before{display:none}.service-area{grid-template-columns:1fr;gap:2rem}.estimate-form{padding:1.25rem}.form-row{grid-template-columns:1fr;gap:0}.estimate-form input,.estimate-form select,.estimate-form textarea{font-size:16px}.footer{padding-top:2.5rem}.footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer__cta{width:100%;min-height:48px}.footer__bar-inner{text-align:center;flex-direction:column}}@media (width<=380px){.hero__title{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-animate,.reveal{opacity:1;transition:none;animation:none;transform:none}.service-card:hover,.steps__item:hover .steps__circle,.btn:active{transform:none}}
