:root{--brand-red:#ba3537;--brand-red-dark:#92282a;--brand-dark:#292929;--brand-light:#eeeeef;--surface:#fff;--surface-soft:#f7f7f8;--text-primary:#292929;--text-secondary:#616166;--border:#d9d9dc;--star:#f4b400;--red:var(--brand-red);--red-dark:var(--brand-red-dark);--charcoal:var(--brand-dark);--gray:var(--brand-light);--white:var(--surface);--text:var(--text-primary);--muted:var(--text-secondary);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius:var(--radius-md);--shadow-sm:0 6px 20px #2929290f;--shadow-md:0 16px 40px #2929291a;--section-space:clamp(56px, 7vw, 104px);--button-height:52px;--container:1180px;--header-height:69px;--transition:.18s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}body{background:var(--white);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,input,select,textarea{font:inherit}img,svg,iframe{max-width:100%;display:block}body{color:var(--text);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}.eyebrow{color:var(--red);letter-spacing:.075em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:800;line-height:1.4}.eyebrow--light{color:#f0b8b9}.section-title{max-width:720px;color:var(--charcoal);letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,5.5vw,2.65rem);line-height:1.12}.section-title--light{color:var(--white)}.section-intro{max-width:65ch;color:var(--muted);margin:16px 0 0;font-size:1.03rem}.text-link{min-height:44px;color:var(--red-dark);text-underline-offset:4px;align-items:center;font-weight:700;display:inline-flex}.text-link:hover{color:var(--red)}.legal-note{color:var(--muted);font-size:.9rem}.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.section--muted{background:var(--gray)}.section--dark{background:var(--charcoal)}.section-heading{margin-bottom:clamp(28px,4vw,42px)}.check-list{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.check-list li{padding-left:28px;position:relative}.check-list li:before{color:var(--red);content:"✓";font-weight:900;position:absolute;top:.1em;left:0}.button{min-height:var(--button-height);border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:12px 20px;font-weight:800;line-height:1.25;text-decoration:none;display:inline-flex}.button--primary{background:var(--red);color:var(--white);box-shadow:0 6px 16px #ba35372e}.button--primary:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:0 9px 20px #92282a38}.button--secondary{border-color:var(--charcoal);background:var(--white);color:var(--charcoal)}.button--secondary:hover{background:var(--gray)}.button--ghost{color:var(--charcoal)}.button--ghost:hover{background:var(--gray)}.button--light{background:var(--white);color:var(--charcoal)}.button--light:hover{background:var(--gray);transform:translateY(-1px)}.button--outline-light{color:var(--white);border-color:#8a8a8a}.button--outline-light:hover{border-color:var(--white);background:#ffffff14}.button--full{width:100%}.button:active{transform:translateY(1px)}.quote-form{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);width:100%;padding:18px;box-shadow:0 6px 20px #2929290f}.form-field{margin-bottom:16px}.form-field label{color:var(--charcoal);margin-bottom:6px;font-size:.92rem;font-weight:700;display:block}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--charcoal);transition:border-color var(--transition), box-shadow var(--transition), background-color var(--transition);background:#fdfdfd;border:1px solid #bcbcc0;padding:12px 14px}.form-field textarea{resize:vertical;min-height:120px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--red);background:var(--white);outline:none;box-shadow:0 0 0 3px #ba353724}.form-field [aria-invalid=true]{border-color:var(--red);background:#fff8f8}.form-field__optional{color:var(--muted);font-size:.82rem;font-weight:500}.form-field__error{color:var(--red-dark);margin:6px 0 0;font-size:.8rem;font-weight:650;line-height:1.35}.form-note{color:var(--muted);text-align:center;margin:10px 0 0;font-size:.8rem}.skip-link{z-index:1000;background:var(--charcoal);color:var(--white);border-radius:6px;padding:9px 13px;font-weight:700;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;background:#292929;border-bottom:1px solid #3b3b3b;position:sticky;top:0}.site-header .container{width:min(calc(100% - 32px), var(--container))}.site-header__inner{min-height:calc(var(--header-height) - 1px);justify-content:space-between;align-items:center;display:flex;position:relative}.header-logo{background:0 0;justify-content:flex-start;align-items:center;width:auto;height:auto;max-height:52px;margin:0;display:flex;overflow:visible}.header-logo img{object-fit:contain;object-position:left center;flex:none;width:84px;max-width:none;height:auto;max-height:52px;display:block}.menu-toggle{z-index:110;cursor:pointer;background:0 0;border:0;border-radius:7px;place-content:center;gap:5px;width:46px;height:46px;display:grid;position:relative}.menu-toggle:hover{background:#ffffff14}.menu-toggle>span{background:var(--white);width:23px;height:2px;transition:transform var(--transition), opacity var(--transition);border-radius:2px}.menu-toggle--open>span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle--open>span:nth-child(2){opacity:0}.menu-toggle--open>span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}body.menu-open{width:100%;position:fixed;left:0;right:0;overflow:hidden}.site-nav{top:var(--header-height);z-index:90;overscroll-behavior:contain;width:auto;max-width:none;box-shadow:none;-webkit-overflow-scrolling:touch;background:#292929;border:0;border-radius:0;margin:0;display:none;position:fixed;bottom:0;left:0;right:0;overflow:hidden auto}.site-nav--open{display:block}.site-nav__panel{width:100%;max-width:none;padding:14px clamp(18px, 5vw, 28px) calc(20px + env(safe-area-inset-bottom));margin:0}.site-nav__label{color:#ffffff94;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:700}.site-nav__list,.site-footer nav ul{margin:0;padding:0;list-style:none}.site-nav__list--desktop{display:none}.site-nav__list--mobile{border-top:1px solid #ffffff1a;gap:0;margin:0;display:grid}.site-nav__list--mobile a{color:#f5f5f6;min-height:48px;transition:color var(--transition), background-color var(--transition);background:0 0;border:0;border-bottom:1px solid #ffffff1a;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:0 2px 0 0;font-size:1rem;font-weight:650;text-decoration:none;display:flex;position:relative}.site-nav__list--mobile a:hover,.site-nav__list--mobile a:focus-visible{color:var(--white);background:#ffffff0a}.site-nav__chevron{color:#8f8f94;font-size:1.05rem;font-weight:400;line-height:1}.site-nav__list--desktop a{color:#ededed;min-height:44px;transition:color var(--transition);align-items:center;font-weight:650;text-decoration:none;display:flex;position:relative}.site-nav__list--desktop a:hover{color:#f0b8b9}.site-nav__contact{background:0 0;border:0;border-radius:0;flex-direction:column;align-items:stretch;width:100%;margin-top:20px;padding:0;display:flex}.site-nav__contact-title{color:#ffffff94;letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px;font-size:.72rem;font-weight:700}.site-nav__whatsapp-button{box-sizing:border-box;border-radius:10px;justify-content:center;width:100%;max-width:none;min-height:46px;margin:0;padding-inline:20px;display:flex}.site-nav__phone,.site-nav__email{box-sizing:border-box;color:#d8d8db;text-underline-offset:3px;justify-content:flex-start;align-items:center;width:100%;font-weight:500;text-decoration:none;display:flex}.site-nav__phone{min-height:40px;margin-top:12px;font-size:.9rem}.site-nav__email{overflow-wrap:anywhere;min-height:40px;margin-top:6px;font-size:.86rem}.site-nav__phone:hover,.site-nav__phone:focus-visible,.site-nav__email:hover,.site-nav__email:focus-visible{color:#f0b8b9;text-decoration:underline}.site-nav__actions{display:none}.site-nav__actions .button--primary{box-shadow:0 4px 12px #ba353724}.site-nav__whatsapp{color:var(--white);border-color:#777}.site-nav__whatsapp:hover{background:#ffffff14;border-color:#a0a0a0}.site-header :focus-visible{outline-color:var(--white)}@media (width>=768px) and (width<=1023px){.site-nav__panel{width:min(420px,100%);margin-inline:auto}}.hero{background:#f7f7f6;padding-block:38px 24px;position:relative;overflow:hidden}.hero__grid{z-index:1;flex-direction:column;align-items:stretch;display:flex;position:relative}.hero__content{display:contents}.hero__content>.eyebrow{color:#ba3537;letter-spacing:.055em;text-align:center;text-wrap:balance;order:1;max-width:320px;margin-bottom:10px;margin-left:auto;margin-right:auto;font-size:.7rem;line-height:1.35}.hero__title{width:100%;max-width:370px;color:var(--charcoal);letter-spacing:-.035em;text-align:center;text-wrap:balance;order:2;margin:0 auto;font-size:clamp(2.15rem,9vw,2.45rem);font-weight:820;line-height:1.01}.hero__title-question,.hero__title-answer{text-wrap:balance;display:block}.hero__title-answer{letter-spacing:-.05em;white-space:nowrap;margin-top:.12em;font-size:.88em}.hero__title-brand{color:#ba3537;white-space:nowrap}@media (width<=339px){.hero__title-answer{font-size:.75em}}.hero__lead{max-width:56ch;color:var(--charcoal);white-space:nowrap;order:4;margin:18px 0 8px;font-size:clamp(.9375rem,4.7vw,1rem);font-weight:700;line-height:1.35}.hero__note{max-width:58ch;color:var(--muted);order:5;margin:0;font-size:.92rem;font-weight:400;line-height:1.5}.hero__landmark{max-width:58ch;color:var(--charcoal);order:6;align-items:flex-start;gap:8px;margin:16px 0 22px;font-size:.88rem;font-weight:600;line-height:1.45;display:flex}.hero__landmark-icon{fill:#ba3537;flex:none;width:16px;height:16px;margin-top:2px}.hero__actions{order:7;gap:8px;margin-top:0;display:grid}.hero__actions .button{width:100%;min-height:48px;padding:10px 18px;font-size:.94rem}.hero__actions .button--secondary{min-height:44px}.hero__content>.text-link{order:8;margin-top:8px;font-size:.88rem;font-weight:650}.hero__phone{gap:7px}.hero__phone svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none;width:17px;height:17px}.hero__photo{background:#e9e9e9;border:1px solid #dedede;border-radius:18px;order:3;width:100%;height:clamp(280px,88vw,340px);margin:12px 0 0;position:relative;overflow:hidden;box-shadow:0 16px 36px #2929291f}.hero__photo img{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.hero__photo figcaption{border-left:3px solid var(--red);color:#f4f4f4;background:#292929e6;border-radius:6px;padding:9px 12px;font-size:.8rem;line-height:1.25;position:absolute;bottom:14px;left:14px}.hero__photo figcaption strong{color:var(--white)}.services-section{border-bottom:1px solid var(--border);background:#fbfbfa;padding-top:32px;padding-bottom:12px}.services__heading{max-width:760px;margin-bottom:24px}.services__feature,.services__groups{display:grid}.services__feature{gap:24px}.services__photo{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--gray);width:100%;height:clamp(220px,66vw,260px);margin:0;overflow:hidden;box-shadow:0 6px 18px #2929290f}.services__photo img{object-fit:cover;object-position:50% 52%;width:100%;height:100%}.services__groups{gap:12px}.service-group{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);padding:15px;box-shadow:0 4px 14px #2929290a}.service-group__heading{align-items:flex-start;gap:11px;display:flex}.service-group__heading svg{border-radius:var(--radius-sm);fill:none;width:42px;height:42px;stroke:var(--red);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;background:#fff1f1;flex:0 0 42px;padding:9px}.service-group h3{color:var(--charcoal);margin:0;font-size:1.06rem;line-height:1.3}.service-group p{color:var(--muted);margin:4px 0 0;font-size:.94rem;line-height:1.42}.services__secondary,.services__devices{border:1px solid var(--border);border-radius:var(--radius-md);margin-top:16px}.services__secondary{background:var(--white);padding:14px 16px}.services__secondary h3,.services__devices h3{color:var(--charcoal);margin:0;line-height:1.3}.services__secondary h3{font-size:1.08rem}.services__secondary ul{color:var(--muted);gap:5px;margin:10px 0 0;padding:0;list-style:none;display:grid}.services__secondary li{padding-left:20px;font-size:.92rem;line-height:1.4;position:relative}.services__secondary li:before{border:2px solid var(--red);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.62em;left:1px}.services__devices{background:#f4f4f4;gap:12px;padding:14px 16px;display:grid}.services__devices h3{font-size:1.1rem}.services__devices-copy>p,.services__devices-note{color:var(--muted);margin:6px 0 0;font-size:.92rem;line-height:1.5}.services__chips,.services__brands{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.services__chips li,.services__brands li{border-radius:999px;padding:7px 10px;font-size:.85rem;line-height:1.25}.services__chips li{background:var(--white);color:var(--charcoal);border:1px solid #cccccf;font-weight:700}.services__brands li{color:var(--charcoal);background:#fff6f6;border:1px solid #ba353752;font-weight:800}.services__devices-note{margin-top:2px}.differentials{color:var(--white)}.differentials__heading{max-width:780px}#como-funciona,#sobre{scroll-margin-top:calc(var(--header-height) + 16px)}.differentials__steps{gap:0;margin:28px 0 0;padding:0;list-style:none;display:grid;position:relative}.differentials__steps:before{content:"";background:#626267;width:1px;position:absolute;top:21px;bottom:28px;left:20px}.differentials__steps li{grid-template-columns:42px minmax(0,1fr);gap:14px;padding-bottom:22px;display:grid;position:relative}.differentials__steps li:last-child{padding-bottom:0}.differentials__step-number{z-index:1;border:1px solid var(--red);background:var(--red);width:42px;height:42px;color:var(--white);letter-spacing:.04em;border-radius:50%;place-items:center;font-size:.8rem;font-weight:850;display:grid;position:relative}.differentials__steps h3,.differentials__trust-title{color:var(--white);margin:0;line-height:1.3}.differentials__steps h3{padding-top:1px;font-size:1.05rem}.differentials__steps p{color:#c9c9cc;margin:5px 0 0;font-size:.9rem;line-height:1.48}.differentials__trust{border-top:1px solid #ffffff24;gap:18px;margin-top:32px;padding-top:28px;display:grid}.differentials__photo{border-radius:var(--radius-md);background:#1f1f1f;border:1px solid #555559;width:100%;height:clamp(180px,48vw,220px);margin:0;overflow:hidden}.differentials__photo img{object-fit:cover;object-position:50% 45%;width:100%;height:100%}.differentials__trust-copy{gap:14px;min-width:0;display:grid}.differentials__trust-title{font-size:1.15rem}.differentials__trust-lead{color:#c9c9cc;max-width:54ch;margin:0;font-size:.9rem;line-height:1.5}.differentials__founder{border-left:3px solid var(--red);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#ffffff0d;gap:2px;min-width:0;padding:10px 12px;display:grid}.differentials__founder strong{color:var(--white);font-size:.95rem;font-weight:750;line-height:1.3}.differentials__founder span{color:#c9c9cc;font-size:.82rem;line-height:1.35}@media (width>=360px){.differentials__founder strong{white-space:nowrap}}.differentials__trust-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.differentials__trust-list li{color:#e4e4e6;padding-left:18px;font-size:.92rem;font-weight:650;line-height:1.4;position:relative}.differentials__trust-list li:before{background:var(--red);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.reviews-section{background:#f7f7f6}.reviews__heading{max-width:760px;margin-bottom:26px}.reviews__grid{gap:12px;display:grid}.review{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);padding:20px;position:relative;box-shadow:0 5px 16px #2929290d}.review--featured{border-top:3px solid var(--red)}.review blockquote{color:var(--charcoal);margin:18px 0 0;font-size:.96rem;line-height:1.58}.review--featured blockquote{font-size:1.02rem}.review blockquote:before{color:#ba353738;content:"“";font-family:Georgia,serif;font-size:2.8rem;font-weight:700;line-height:1;position:absolute;top:8px;left:16px}.review footer{border-top:1px solid var(--border);margin-top:18px;padding-top:12px}.review cite,.review footer span{display:block}.review cite{color:var(--charcoal);font-size:.9rem;font-style:normal;font-weight:800}.review footer span{color:var(--muted);margin-top:2px;font-size:.76rem}.reviews__cta{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);gap:16px;margin-top:20px;padding:20px;display:grid;position:relative;overflow:hidden}.reviews__google-accent{grid-template-columns:repeat(4,1fr);height:3px;display:grid;position:absolute;top:0;left:0;right:0}.reviews__google-accent span:first-child{background:#4285f4}.reviews__google-accent span:nth-child(2){background:#ea4335}.reviews__google-accent span:nth-child(3){background:#fbbc05}.reviews__google-accent span:nth-child(4){background:#34a853}.reviews__cta p{max-width:62ch;color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.reviews__button{width:100%}.location-section{padding-top:32px;padding-bottom:calc(var(--section-space) + 20px);border-bottom:1px solid var(--border);background:var(--surface-soft)}.location__heading{max-width:760px}.location__reference{border-left:3px solid var(--red);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--white);max-width:620px;color:var(--charcoal);margin:16px 0 0;padding:10px 12px;font-size:.9rem;font-weight:700;line-height:1.45}.location{gap:20px;display:grid}.location__photos{min-width:0}.location__photo{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--gray);width:100%;margin:0;overflow:hidden;box-shadow:0 6px 18px #2929290f}.location__photo--facade{height:clamp(240px,72vw,280px)}.location__photo--entrance{display:none}.location__photo img{object-fit:cover;width:100%;height:100%}.location__photo--facade img{object-position:50% 43%}.location__photo--entrance img{object-position:45% 48%}.location__details{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);padding:20px;box-shadow:0 4px 16px #2929290d}.location__map{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--gray);height:clamp(240px,70vw,280px);display:none;overflow:hidden}.location__map iframe{border:0;width:100%;height:100%}.location__details h3{color:var(--charcoal);margin:0 0 6px;font-size:1.35rem;line-height:1.25}.location__details address{color:var(--charcoal);margin:0 0 18px;font-size:.96rem;font-style:normal;font-weight:650;line-height:1.5}.location__details h4{color:var(--charcoal);letter-spacing:.035em;text-transform:uppercase;margin:0 0 9px;font-size:.82rem}.hours{margin:0 0 20px}.hours div{border-bottom:1px solid var(--border);background:var(--surface-soft);grid-template-columns:1fr auto;gap:10px;padding:9px 10px;font-size:.88rem;display:grid}.hours div:first-child{border-radius:var(--radius-sm) var(--radius-sm) 0 0}.hours div:last-child{border-radius:0 0 var(--radius-sm) var(--radius-sm);color:var(--muted);border-bottom:0}.hours dt{font-weight:700}.hours dd{color:var(--muted);margin:0}.location__actions{justify-items:start;gap:10px;display:grid}.location__actions .button{width:100%}.location__phone{font-size:.92rem}.quote-section{background:#f4f4f4;padding-top:40px;padding-bottom:32px}.quote{align-items:start;gap:16px;display:grid}.quote__copy{padding-top:0}.quote__location-hint{color:var(--muted);text-align:center;grid-column:1/-1;margin:4px 0 0;font-size:.92rem;font-weight:500;line-height:1.5}.quote__location-hint a{color:var(--charcoal);text-underline-offset:3px;font-weight:650;text-decoration:underline}.quote__location-hint a:hover{color:var(--red)}.products-section{border-bottom:1px solid var(--border);background:#fbfbfa;padding-bottom:24px}.products{gap:20px;display:grid}.products__heading{max-width:760px}.products__feature{gap:16px;display:grid}.products__photo{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--gray);width:100%;height:clamp(180px,52vw,220px);margin:0;overflow:hidden;box-shadow:0 6px 18px #2929290f}.products__photo img{object-fit:cover;object-position:center;width:100%;height:100%}.products__body{gap:16px;min-width:0;display:grid}.products__categories{gap:0;display:grid}.product-category{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:12px 0;display:flex}.product-category:last-child{border-bottom:0;padding-bottom:0}.product-category:first-child{padding-top:0}.product-category__icon{flex:0 0 20px;margin-top:2px;display:flex}.product-category__icon svg{fill:none;stroke:#ba3537;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.product-category h3,.products__additional h3,.products__meta-title{color:var(--charcoal);margin:0;line-height:1.3}.product-category h3{font-size:.98rem}.product-category p{color:var(--muted);margin:2px 0 0;font-size:.88rem;line-height:1.4}.products__additional{border-top:1px solid var(--border);padding-top:4px}.products__additional h3,.products__meta-title{margin-bottom:10px;font-size:.92rem;font-weight:750}.products__additional-list{color:var(--muted);grid-template-columns:1fr;gap:10px;margin:0;padding:0;font-size:.9rem;line-height:1.4;list-style:none;display:grid}.products__additional-list li{padding-left:16px;position:relative}.products__additional-list li:before{background:var(--red);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:1px}.products__meta{border-top:1px solid var(--border);gap:6px;padding-top:14px;display:grid}.products__payments{color:var(--charcoal);margin:0;font-size:.9rem;font-weight:650;line-height:1.4}.products__availability{color:var(--muted);margin:4px 0 0;font-size:.84rem;line-height:1.45}.products__cta{border-top:1px solid var(--border);justify-items:stretch;gap:12px;padding-top:8px;display:grid}.products__cta p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.products__cta .button{width:100%}.faq-section{border-top:1px solid var(--border);background:#fbfbfa;padding-bottom:clamp(36px,5vw,64px)}.faq{max-width:840px}.faq__heading{margin-bottom:24px}.faq__list{gap:8px;display:grid}.faq__list details{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition), background-color var(--transition);overflow:hidden}.faq__list details[open]{background:var(--surface-soft);border-color:#c8c8cb}.faq__list summary{cursor:pointer;min-height:48px;color:var(--charcoal);align-items:center;padding:13px 48px 13px 16px;font-size:.94rem;font-weight:750;line-height:1.4;list-style:none;display:flex;position:relative}.faq__list summary::-webkit-details-marker{display:none}.faq__list summary:after{width:24px;height:24px;color:var(--red);content:"+";transition:transform var(--transition);background:#fff1f1;border-radius:50%;place-items:center;font-size:1.25rem;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)rotate(0)}.faq__list details[open] summary:after{content:"+";transform:translateY(-50%)rotate(45deg)}.faq__list details p{max-width:66ch;color:var(--muted);margin:0 46px 16px 16px;font-size:.9rem;line-height:1.55}.site-footer{padding:36px 0 calc(28px + env(safe-area-inset-bottom));background:var(--charcoal);color:#cccccf}.site-footer__grid{gap:0;display:grid}.footer-brand{margin-bottom:26px}.footer-brand__body{justify-items:start;gap:11px;margin-left:-4px;display:grid}.footer-brand__logo{margin:0;line-height:0;display:block}.footer-brand__logo img{object-fit:contain;object-position:left center;width:110px;max-width:120px;height:auto;margin:0;padding:0;display:block}.footer-brand p{max-width:280px;margin:0;font-size:.88rem;line-height:1.45}.footer-brand+.site-footer__group{margin-top:0}.site-footer__group{border-top:1px solid #47474a;margin-top:18px;padding-top:18px}.site-footer h2{color:var(--white);letter-spacing:.055em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem}.site-footer address{color:#e2e2e4;margin:0;font-size:.88rem;font-style:normal;line-height:1.5}.site-footer__contact-stack{justify-items:start;gap:4px;display:grid}.site-footer__contact-links{flex-wrap:nowrap;align-items:center;gap:0;margin:0 0 2px;display:flex}.site-footer__contact-links a{color:#ddd;white-space:nowrap;text-underline-offset:3px;align-items:center;min-height:32px;padding-inline:1px;font-size:.88rem;display:inline-flex}.site-footer__contact-links span{color:#8a8a8e;margin-inline:.35em}.site-footer__contact-links a:hover,.site-footer__contact-links a:focus-visible{color:#f0b8b9}.site-footer__contact-detail{color:#ddd;flex-wrap:wrap;align-items:baseline;gap:.3em;margin:0;font-size:.88rem;line-height:1.45;display:flex}.site-footer__contact-label{color:#bdbdc1;white-space:nowrap;font-weight:500}.site-footer__contact-detail a{color:#ddd;overflow-wrap:anywhere;text-decoration:none}.site-footer__contact-detail a:hover,.site-footer__contact-detail a:focus-visible{color:#f0b8b9}@media (width<=359px){.site-footer__contact-links a,.site-footer__contact-detail{font-size:.82rem}.site-footer__contact-links span{margin-inline:.28em}}.site-footer__nav{display:none}.site-footer__nav a{color:#ddd;align-items:center;min-height:40px;font-size:.88rem;text-decoration:none;display:flex}.site-footer__nav a:hover{color:#f0b8b9}.site-footer p{margin:0}.site-footer__plain-list{gap:3px;margin:10px 0 0;padding:0;font-size:.84rem;list-style:none;display:grid}.site-footer__bottom{border-top:1px solid #4b4b4b;gap:0;margin-top:22px;padding-top:16px;font-size:.76rem;line-height:1.5;display:grid}.site-footer__bottom p{max-width:720px;margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width>=768px){.container{width:min(calc(100% - 64px), var(--container))}.section{padding-block:94px}.hero{padding-block:60px}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:clamp(24px,4vw,40px);display:grid}.hero__content{display:block}.hero__content>.eyebrow{text-align:left;max-width:none;margin-bottom:12px;margin-left:0;margin-right:0;font-size:.72rem}.hero__title{letter-spacing:-.04em;text-align:left;max-width:18ch;margin-left:0;margin-right:0;font-size:clamp(2.35rem,4.7vw,3rem);line-height:1.03}.hero__title-answer{letter-spacing:inherit;white-space:normal;margin-top:.08em;font-size:1em}.hero__lead{white-space:normal;font-size:1rem;font-weight:700;line-height:1.4}.hero__landmark{margin-top:16px;margin-bottom:24px}.hero__actions{gap:10px;margin-top:0}.hero__actions .button{min-height:var(--button-height);padding:12px 20px;font-size:1rem}.hero__photo{border-radius:20px;height:420px;margin-top:0}.services__heading{margin-bottom:clamp(28px,4vw,42px)}.services__photo{height:360px}.service-group{padding:18px}.service-group__heading{gap:13px}.service-group__heading svg{flex-basis:44px;width:44px;height:44px;padding:10px}.service-group p{margin-top:6px;font-size:.9rem;line-height:1.5}.services__secondary,.services__devices{margin-top:20px}.services__secondary{padding:18px 20px}.services__secondary ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;margin-top:14px}.services__secondary li{line-height:1.45}.services__devices{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;padding:18px 20px}.services__devices-copy{grid-column:1/-1}.services__devices-copy>p,.services__devices-note{margin-top:8px}.services__devices-note{grid-column:1/-1}.services__chips,.services__brands{gap:8px}.services__chips li,.services__brands li{padding:8px 11px}.differentials__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:36px}.differentials__steps:before{width:auto;height:1px;inset:21px 10% auto 21px}.differentials__steps li{padding:0 12px 0 0;display:block}.differentials__step-number{margin-bottom:12px}.differentials__trust{margin-top:36px;padding-top:32px}.differentials__photo{height:240px}.quote{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:56px}.quote-section{padding-top:48px;padding-bottom:72px}.quote{align-items:center;gap:40px}.quote__location-hint{text-align:left;margin-top:0}.quote-form{justify-self:end;max-width:520px;padding:24px}.products-section{padding-bottom:32px}.products{gap:24px}.products__feature{gap:20px}.products__photo{height:240px}.products__additional-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}.products__cta{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px}.products__cta .button{width:auto}.reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review--featured{grid-column:1/-1;padding:26px}.reviews__cta{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:22px 24px}.reviews__button{width:auto}.check-list--two{grid-template-columns:1fr 1fr}.services-section{padding-top:48px;padding-bottom:32px}.location-section{padding-top:32px;padding-bottom:94px}.location{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:start;gap:32px}.location__photo--facade{height:430px}.location__details{padding:24px}.faq__heading{margin-bottom:30px}.faq__list summary{min-height:56px;padding:15px 54px 15px 20px;font-size:1rem}.faq__list summary:after{right:18px}.faq__list details p{margin:0 54px 18px 20px;font-size:.94rem}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 32px}.footer-brand{margin-bottom:0}.footer-brand__body{justify-content:flex-start;align-items:center;gap:14px;margin-left:-16px;display:flex}.footer-brand__logo{margin:0}.footer-brand__logo img{width:132px;max-width:145px}.footer-brand p{max-width:22ch}.site-footer{padding:40px 0 calc(32px + env(safe-area-inset-bottom))}.site-footer__group{border-top:0;margin-top:0;padding-top:0}.site-footer__nav{display:none}.site-footer__bottom{grid-template-columns:1fr;align-items:start;gap:0;margin-top:28px;padding-top:18px}}@media (width>=1244px){.footer-brand__body{margin-left:0}}@media (width>=1024px){:root{--header-height:77px}.products__feature{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:28px}.products__photo{height:100%;min-height:280px;max-height:360px}.site-footer__grid{grid-template-columns:1.1fr 1.15fr 1fr .7fr;gap:28px 32px}.site-footer{padding:44px 0 32px}.site-footer__nav{display:block}.differentials__steps{gap:40px}.differentials__trust{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:28px}.differentials__photo{height:100%;min-height:360px}.reviews__grid{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.9fr))}.review--featured{grid-column:auto}.location{gap:40px}.location__photos{grid-template-columns:minmax(0,1fr) 150px;gap:14px;display:grid}.location__photo--facade,.location__photo--entrance{height:460px;display:block}.location__photo--facade img{object-position:50% 43%}.location__photo--entrance img{object-position:45% 43%}.location__details{padding:28px}.location__map{grid-column:1/-1;height:320px;display:block}.header-logo{width:auto;height:auto;max-height:54px;margin-left:0}.header-logo img{object-fit:contain;object-position:left center;width:98px;max-width:none;height:auto;max-height:54px}.menu-toggle{display:none}.site-nav{z-index:auto;width:auto;max-width:none;height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:row;align-items:center;gap:18px;margin:0;padding:0;display:flex;position:static;inset:auto;overflow:visible}.site-nav__panel{display:none}.site-nav__list--desktop{align-items:center;gap:20px;display:flex}.site-nav__list--desktop a{color:#ededed;background:0 0;border:0;border-radius:0;min-height:44px;padding:0;font-size:.88rem}.site-nav__list--desktop a:hover,.site-nav__list--desktop a:focus-visible{color:#f0b8b9;background:0 0}.site-nav__list--desktop a:after{transform-origin:50%;background:var(--red);content:"";height:2px;transition:transform var(--transition);border-radius:2px;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.site-nav__list--desktop a:hover:after,.site-nav__list--desktop a:focus-visible:after{transform:scaleX(1)}.site-nav__actions{gap:6px;margin:0;display:flex}.site-nav__actions .button{min-height:46px;padding-inline:15px}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:52px}.hero{padding-block:72px}.hero__title{max-width:15ch;font-size:clamp(3.3rem,5vw,3.9rem)}.hero__actions{flex-wrap:wrap;display:flex}.hero__actions .button{width:auto}.hero__photo{aspect-ratio:4/5;height:auto}.hero__photo img{object-position:50% 38%}.services__feature{grid-template-columns:minmax(0,.68fr) minmax(0,1fr);align-items:stretch;gap:30px}.services__photo{height:520px}.services__photo img{object-position:50% 50%}.services__groups{align-content:stretch;gap:14px}.service-group{align-items:center;padding:22px;display:flex}.services__secondary,.services__devices{margin-top:24px}.services__devices{grid-template-columns:minmax(0,1.2fr) minmax(160px,.75fr) minmax(180px,.85fr);align-items:start;column-gap:22px}.services__devices-copy{grid-column:auto}.services__devices-note{grid-column:1/-1}}@media (width>=1200px){.hero{padding-block:76px}.site-nav__list{gap:26px}}@media (hover:hover) and (pointer:fine){.service-group:hover,.review:hover{border-color:#c7c7ca;transform:translateY(-2px);box-shadow:0 9px 22px #29292914}}:focus-visible{outline:3px solid var(--red);outline-offset:3px}.section--dark :focus-visible,.site-footer :focus-visible{outline-color:var(--white)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}
