@property --border-angle{syntax:"<angle>";inherits:false;initial-value:0turn}:root,[data-theme=dark]{--bg:#080e1c;--bg-2:#0f1829;--bg-3:#19263f;--text:#eef2ff;--muted:#7a8fb0;--card:#111d33;--border:#00d4ff1a;--shadow:#00000080;--navbar-bg:#080e1ce6;--input-bg:#111d33;--logo-warm:#ff8c38;--logo-cool:#00d4ff;--pill-bg:#ffffff12;--pill-bdr:#ffffff1f;--accent:#00d4ff;--accent-rgb:0, 212, 255;--accent-dim:#00d4ff40;--accent-text:var(--accent);--theme-t:1s cubic-bezier(.4,0,.2,1)}:root,[data-theme=light]{--bg:#f5f0e8;--bg-2:#ede6d8;--bg-3:#e4dbc9;--text:#1a1f36;--muted:#6a7290;--card:#fff;--border:#1a1f3617;--shadow:#1a1f361a;--navbar-bg:#f5f0e8ed;--input-bg:#fff;--logo-warm:#d96010;--logo-cool:#00d4ff;--accent:#0073ff;--accent-rgb:0, 115, 255;--accent-dim:#0073ff33;--accent-text:color-mix(in oklch, var(--accent) 55%, #0028a1);--pill-bg:#0a0b100f;--pill-bdr:#1a1f3621}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,.topbar,.navbar,.trust-bar,.services,.about,.quote-banner,.testimonials,.contact,footer,.service-card,.testimonial-card,.footer-grid,.field input,.field select,.field textarea{transition:background-color var(--theme-t), border-color var(--theme-t), color var(--theme-t), box-shadow var(--theme-t)}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.skip-link{background:var(--accent);color:#080e1c;z-index:9999;border-radius:50px;padding:.5rem 1rem;font-weight:700;transition:top .2s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.container{width:min(1200px,92vw);margin-inline:auto}#theme-splash{z-index:9998;pointer-events:none;opacity:0;transition:opacity .6s;position:fixed;inset:0}#theme-splash.active{opacity:1}[data-theme=light] #theme-splash{background:radial-gradient(at 65% 5%,#ffd26438 0%,#0000 60%)}[data-theme=dark] #theme-splash{background:radial-gradient(at 35% 95%,#14287852 0%,#0000 60%)}section{padding:6rem 0}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-text);transition:color var(--theme-t);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.025em;color:var(--text);font-family:Syne,sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1}.section-title em{color:var(--accent-text);transition:color var(--theme-t);font-style:normal}.section-desc{color:var(--muted);max-width:520px;margin-top:1rem}.section-header{margin-bottom:3.5rem}.section-header.center{text-align:center}.section-header.center .section-desc{margin-inline:auto}.btn-contrast{background:var(--accent-contrast,#ff8c38);color:#080e1c;cursor:pointer;box-shadow:0 0 28px var(--accent-contrast-dim,#ff8c3847);border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700;transition:transform .3s,box-shadow .3s,background .8s,filter .3s;display:inline-flex}.btn-contrast:hover{filter:brightness(1.1);box-shadow:0 0 50px var(--accent-contrast-dim,#ff8c3847);transform:translateY(-2px)}.btn-contrast svg{flex-shrink:0;width:18px;height:18px}.attention-cta{--border-angle:0turn;--attention-fill:#ffffff14;background:var(--attention-fill) padding-box, conic-gradient(from var(--border-angle), transparent 40%, rgba(var(--accent-rgb), .25) 47%, var(--accent) 50%, rgba(var(--accent-rgb), .25) 53%, transparent 60%) border-box;box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0);border-color:#0000;animation:3s linear infinite attentionBorderSpin,2.4s ease-in-out infinite attentionButtonPulse}.attention-cta:after{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle, var(--accent-dim) 0%, transparent 68%);filter:blur(10px);opacity:.45;z-index:-1;animation:2.1s ease-in-out infinite attentionPulseGlow;position:absolute;inset:-7px}.attention-cta:hover{--attention-fill:#ffffff24;background:var(--attention-fill) padding-box, conic-gradient(from var(--border-angle), transparent 40%, rgba(var(--accent-rgb), .25) 47%, var(--accent) 50%, rgba(var(--accent-rgb), .25) 53%, transparent 60%) border-box;border-color:#0000;animation-play-state:paused}.attention-cta:hover:after{animation-play-state:paused}@keyframes attentionBorderSpin{to{--border-angle:1turn}}@keyframes attentionButtonPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0), 0 0 18px rgba(var(--accent-rgb), .1);transform:scale(1)}50%{box-shadow:0 0 0 8px rgba(var(--accent-rgb), .14), 0 0 28px rgba(var(--accent-rgb), .22);transform:scale(1.02)}}@keyframes attentionPulseGlow{0%,to{opacity:.28;transform:scale(.98)}50%{opacity:.56;transform:scale(1.04)}}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.topbar{background:var(--bg-2);border-bottom:1px solid var(--border);color:var(--muted);padding:.5rem 0;font-size:.8rem}.topbar .container{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.topbar a{color:var(--muted);align-items:center;gap:.4rem;transition:color .3s;display:flex}[data-theme=light] .topbar a{color:color-mix(in srgb, var(--text) 65%, var(--muted))}.topbar a:hover{color:var(--accent-text)}.topbar svg{flex-shrink:0;width:14px;height:14px}.lang-switcher{border:1px solid var(--border);background:0 0;border-radius:999px;align-items:center;gap:2px;padding:2px;display:flex}.lang-btn{appearance:none;box-shadow:none;cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:999px;outline:none;padding:.2rem .5rem;font-family:inherit;font-size:.75rem;font-weight:500;line-height:1;transition:color .2s,background .2s}[data-theme=light] .lang-btn:not(.active){color:color-mix(in srgb, var(--text) 65%, var(--muted))}.lang-btn:hover:not(.active){color:var(--text)}.lang-btn.active{background:var(--accent);color:#080e1c;font-weight:600}.logo-wrap{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo-mark{flex-shrink:0;width:38px;height:38px;transition:filter .4s,transform .4s}[data-theme=dark] .logo-mark{filter:drop-shadow(0 0 8px #00d4ff4d)}[data-theme=light] .logo-mark{filter:drop-shadow(0 0 6px #d9601033)}.logo-wrap:hover .logo-mark{transform:rotate(10deg)scale(1.05)}.logo-wordmark{letter-spacing:-.03em;font-family:Syne,sans-serif;font-size:1.4rem;font-weight:800;line-height:1}.logo-wordmark .w{color:var(--logo-warm);transition:color var(--theme-t)}.logo-wordmark .c{color:var(--logo-cool);transition:color var(--theme-t)}.site-header{z-index:100;position:sticky;top:0}.navbar{background:var(--navbar-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:background var(--theme-t), border-color var(--theme-t);padding:.875rem 0}.navbar .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-right{align-items:center;gap:1.5rem;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--muted);font-size:.88rem;transition:color .3s;position:relative}[data-theme=light] .nav-links a{color:color-mix(in srgb, var(--text) 70%, var(--muted))}.nav-links a:after{content:"";background:var(--accent);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{width:100%}.nav-cta{border-radius:50px;padding:.5rem 1.25rem;background:var(--accent)!important;color:#080e1c!important;transition:opacity .3s, transform .3s, background var(--theme-t)!important;font-weight:600!important}.nav-cta:after{display:none!important}.nav-cta:hover{transform:translateY(-1px);opacity:.85!important}.time-pill{background:var(--pill-bg);border:1px solid var(--pill-bdr);color:var(--muted);letter-spacing:.04em;-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:default;transition:background var(--theme-t), border-color var(--theme-t), color var(--theme-t);border-radius:50px;align-items:center;gap:.55rem;padding:.3rem .85rem;font-size:.75rem;display:inline-flex}.pill-icon{font-size:1rem;line-height:1;transition:transform .7s;display:inline-block}[data-theme=light] .pill-icon{transform:rotate(20deg)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.4rem;display:none}.hamburger span{background:var(--text);width:24px;height:2px;transition:transform .3s, opacity .3s, background var(--theme-t);border-radius:2px;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=800px){.hamburger{display:flex}.pill-label{display:none}.nav-links{background:var(--navbar-bg);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(20px);transition:background var(--theme-t);flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}}.navbar-phone-cta{color:var(--accent-text);border:1.5px solid var(--accent);border-radius:50px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.navbar-phone-cta:hover{background:color-mix(in srgb, var(--accent) 14%, transparent)}.navbar-phone-cta svg{flex-shrink:0;width:16px;height:16px}.hero{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-images{z-index:0;position:absolute;inset:0}.hero-img{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.6s;position:absolute;inset:0}.hero-img.active{opacity:1}.hero-overlay{z-index:1;transition:background var(--theme-t);position:absolute;inset:0}[data-theme=light] .hero-overlay{background:linear-gradient(90deg,#0a1432d6 0%,#0a143294 55%,#0a143226 100%),linear-gradient(#ffaa321f 0%,#0000 35%,#0a1432a6 100%)}[data-theme=dark] .hero-overlay{background:linear-gradient(90deg,#080e1ce6 0%,#080e1ca6 55%,#080e1c2e 100%),linear-gradient(#080e1c59 0%,#0000 40%,#080e1cbf 100%)}.hero-grid{z-index:1;background-image:linear-gradient(#00d4ff08 1px,#0000 1px),linear-gradient(90deg,#00d4ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(100% 100% at 0%,#000 0%,#0000 70%);mask-image:radial-gradient(100% 100% at 0%,#000 0%,#0000 70%)}.hero-glow{z-index:1;background:radial-gradient(circle, var(--accent-dim) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:500px;height:500px;transition:background 1s;animation:7s ease-in-out infinite glowPulse;position:absolute;top:50%;right:5%;transform:translateY(-50%)}@keyframes glowPulse{0%,to{opacity:.7;transform:translateY(-50%)scale(1)}50%{opacity:1;transform:translateY(-52%)scale(1.12)}}.hero-content{z-index:2;width:min(680px,92vw);padding-block:8rem 5rem;position:relative}.weather-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#eef2ff;letter-spacing:.05em;background:#ffffff17;border:1px solid #ffffff24;border-radius:50px;align-items:center;gap:.65rem;margin-bottom:1.75rem;padding:.4rem 1.1rem;font-size:.78rem;font-weight:500;animation:.5s both fadeUp;display:inline-flex}.weather-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;transition:background .8s;animation:2.5s infinite blinkDot}@keyframes blinkDot{0%,to{opacity:1}50%{opacity:.25}}.weather-temp{color:var(--accent);margin-left:.2rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:color .8s}.hero-title{letter-spacing:-.035em;color:#eef2ff;font-family:Syne,sans-serif;font-size:clamp(3rem,6vw,5.2rem);font-weight:800;line-height:1;transition:opacity .3s,transform .3s;animation:.6s 80ms both fadeUp}.hero-title.changing{opacity:0;transform:translateY(10px)}.hero-title em{color:var(--accent);font-style:normal;transition:color .8s}.hero-sub{color:#eef2ffb8;max-width:520px;margin-top:1.5rem;font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.75;transition:opacity .4s;animation:.6s .16s both fadeUp}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.5rem;animation:.6s .24s both fadeUp;display:flex}.btn-primary{background:var(--accent);color:#080e1c;cursor:pointer;box-shadow:0 0 28px var(--accent-dim);border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700;transition:transform .3s,box-shadow .3s,background .8s,filter .3s;display:inline-flex}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 0 50px var(--accent-dim);transform:translateY(-2px)}.btn-primary svg{flex-shrink:0;width:18px;height:18px}.btn-outline{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eef2ff;cursor:pointer;isolation:isolate;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff29;border-radius:50px;align-items:center;gap:.6rem;padding:.875rem 1.75rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:600;transition:background .3s,border-color .3s,transform .3s;display:inline-flex;position:relative}.btn-outline:hover{background:#ffffff24;border-color:#ffffff4d;transform:translateY(-2px)scale(1.03)}.hero-actions .attention-cta svg{width:16px;height:16px}.hero-stats{flex-wrap:wrap;gap:2.5rem;margin-top:3.5rem;animation:.6s .32s both fadeUp;display:flex}.stat-item{flex-direction:column;gap:.2rem;display:flex}.stat-sep{background:#ffffff1f;align-self:stretch;width:1px;margin-block:.4rem}.stat-num{color:#eef2ff;font-family:Syne,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.stat-num .a{color:var(--accent);transition:color .8s}.stat-label{color:#eef2ff80;letter-spacing:.04em;font-size:.75rem}.scroll-cue{z-index:2;color:#ffffff4d;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.4rem;font-size:.7rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#fff6,#0000);width:1px;height:48px;animation:2.5s ease-in-out infinite scrollAnim}@keyframes scrollAnim{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.hero-dots{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:2rem;right:2rem}.hero-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.hero-dot.active{background:var(--accent);transform:scale(1.5)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.hero-title{font-size:2.8rem}.hero-content{padding-block:6rem 4rem}}.trust-bar{background:var(--bg-2);border-block:1px solid var(--border);padding:1.1rem 0}.trust-bar .container{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,3vw,3rem);display:flex}.trust-item{color:var(--muted);white-space:nowrap;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.trust-item svg{width:15px;height:15px;color:var(--accent-text);transition:color var(--theme-t);flex-shrink:0}.services{background:var(--bg)}.servicos-page{background:var(--bg-2);padding:3.5rem 0 4.4rem}.servicos-page .section-header{margin-top:.9rem}.servicos-page .gallery-filters{flex-wrap:wrap;gap:.5rem;margin-top:2rem;margin-bottom:2rem;display:flex}.servicos-page .gallery-filter-btn{border:1px solid var(--border);background:var(--bg-1);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.servicos-page .gallery-filter-btn:hover{background:color-mix(in srgb, var(--accent-text) 10%, var(--bg-1));color:var(--text);border-color:var(--accent-text)}.servicos-page .gallery-filter-btn.active{background:var(--accent-text);color:#fff;border-color:var(--accent-text)}.servicos-page .gallery-filter-count{color:inherit;text-align:center;background:#ffffff40;border-radius:50px;min-width:1.4em;padding:.1rem .45rem;font-size:.72rem;font-weight:700;line-height:1.5}.servicos-page .gallery-filter-btn:not(.active) .gallery-filter-count{background:color-mix(in srgb, var(--accent-text) 15%, var(--bg-2));color:var(--accent-text)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:1.25rem;display:grid}.service-card{background:var(--card);border:1px solid var(--border);transition:transform .3s, border-color .3s, background var(--theme-t), box-shadow .3s;border-radius:16px;flex-direction:column;gap:.9rem;padding:2rem;display:flex;position:relative;overflow:hidden}[data-theme=light] .service-card{box-shadow:0 2px 14px var(--shadow)}.service-card.compact{border-radius:14px;gap:.65rem;padding:1.2rem}.service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:color-mix(in srgb, var(--accent) 40%, transparent);transform:translateY(-4px)}[data-theme=dark] .service-card:hover{box-shadow:0 20px 50px #0006}[data-theme=light] .service-card:hover{box-shadow:0 20px 50px #1a1f361f}.service-card:hover:before{opacity:1}.service-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:11px;flex-shrink:0;place-items:center;width:46px;height:46px;transition:background .3s;display:grid}.service-card.compact .service-icon{border-radius:10px;width:40px;height:40px}.service-card:hover .service-icon{background:color-mix(in srgb, var(--accent) 22%, transparent)}.service-icon svg{width:21px;height:21px;color:var(--accent);transition:color var(--theme-t)}.service-card.compact .service-icon svg{width:18px;height:18px}.service-name{color:var(--text);font-family:Syne,sans-serif;font-size:1.05rem;font-weight:700}.service-card.compact .service-name{font-size:.96rem;line-height:1.3}.service-desc{color:var(--muted);font-size:.87rem;line-height:1.6}.service-card.compact .service-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.service-link{color:var(--accent-text);transition:gap .3s, color var(--theme-t);align-items:center;gap:.4rem;margin-top:auto;font-size:.82rem;font-weight:600;display:inline-flex}.service-card.compact .service-link{gap:.3rem;font-size:.76rem}.service-link:hover{gap:.7rem}.service-card-cta{flex-direction:column;justify-content:space-between;display:flex}.service-card-cta .section-label{margin-bottom:.4rem}.service-card-cta .service-name{font-size:1.2rem;line-height:1.3}.service-card-cta .service-desc{margin-top:.5rem}.service-card-cta .btn-primary{justify-content:center;margin-top:1.5rem}.about{background:var(--bg-2)}.about .container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-images{min-height:420px;position:relative}.about-img-main{border:1px solid var(--border);box-shadow:0 20px 60px var(--shadow);border-radius:16px;overflow:hidden}.about-img-main img{object-fit:cover;width:100%;height:340px}.about-img-accent{border:2px solid var(--border);width:170px;box-shadow:0 10px 30px var(--shadow);border-radius:12px;position:absolute;bottom:0;right:-1.5rem;overflow:hidden}.about-img-accent img{object-fit:cover;height:140px}.about-features{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.about-feature{align-items:flex-start;gap:.7rem;font-size:.87rem;display:flex}.check-icon{background:color-mix(in srgb, var(--accent) 14%, transparent);border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;margin-top:2px;display:grid}.check-icon svg{width:12px;height:12px;color:var(--accent-text)}.about-feature-text strong{color:var(--text);margin-bottom:.1rem;font-size:.9rem;display:block}.about-feature-text span{color:var(--muted)}.about .section-desc{max-width:100%}.about-cta{margin-top:2.5rem}@media (width<=900px){.about .container{grid-template-columns:1fr}.about-images{min-height:auto}.about-img-accent{right:0}}.quote-banner{background:var(--bg-3);border-block:1px solid var(--border);padding:5rem 0}.quote-banner .container{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.quote-banner .section-desc{text-align:center;margin-inline:auto}.quote-form{background:var(--input-bg);border:1px solid var(--border);width:100%;max-width:520px;transition:border-color .3s, background var(--theme-t);border-radius:50px;align-items:center;gap:.75rem;padding:.4rem .4rem .4rem 1.25rem;display:flex}.quote-form:focus-within{border-color:var(--accent)}.quote-form input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,sans-serif;font-size:.95rem}.quote-form input::placeholder{color:var(--muted)}.quote-form button{background:var(--accent);color:#080e1c;cursor:pointer;white-space:nowrap;transition:filter .3s, transform .3s, background var(--theme-t);border:none;border-radius:50px;padding:.75rem 1.5rem;font-family:Syne,sans-serif;font-size:.9rem;font-weight:700}.quote-form button:hover{filter:brightness(1.1);transform:scale(1.02)}@media (width<=540px){.quote-form{border-radius:16px;flex-direction:column;padding:1rem}.quote-form input,.quote-form button{width:100%}}.testimonials{background:var(--bg)}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem;display:grid}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}[data-theme=light] .testimonial-card{box-shadow:0 2px 14px var(--shadow)}.stars{gap:.2rem;display:flex}.stars svg{color:#f59e0b;fill:#f59e0b;width:15px;height:15px}.testimonial-text{color:var(--muted);flex:1;font-size:.9rem;line-height:1.75}.testimonial-author{border-top:1px solid var(--border);transition:border-color var(--theme-t);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 50%, #002050));color:#080e1c;width:40px;height:40px;transition:background var(--theme-t);border-radius:50%;flex-shrink:0;place-items:center;font-family:Syne,sans-serif;font-size:.82rem;font-weight:800;display:grid}.author-name{color:var(--text);font-size:.9rem;font-weight:600}.author-source{color:var(--muted);font-size:.72rem}.contact{background:var(--bg-2)}.contact .container{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-address{flex-direction:column;gap:1.25rem;margin-top:1.5rem;font-style:normal;display:flex}.contact-note{color:var(--muted);font-size:.77rem;display:block}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);width:44px;height:44px;transition:background var(--theme-t);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.contact-icon svg{width:20px;height:20px;color:var(--accent-text);transition:color var(--theme-t)}.contact-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.74rem}.contact-value{color:var(--text);margin-top:.2rem;font-weight:500}.contact-value-second{margin-top:.4rem}.contact-value a{transition:color .3s}.contact-value a:hover{color:var(--accent-text)}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field{flex-direction:column;gap:.4rem;display:flex}.field label{color:var(--muted);letter-spacing:.04em;font-size:.78rem;font-weight:500}.field input,.field select,.field textarea{background:var(--input-bg);border:1px solid var(--border);color:var(--text);transition:border-color .3s, background var(--theme-t), color var(--theme-t);resize:vertical;border-radius:12px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.92rem}.field input::placeholder,.field textarea::placeholder{color:var(--muted)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.field select option{background:var(--bg-2)}.field textarea{min-height:115px}.submit-btn{background:var(--accent);color:#080e1c;cursor:pointer;transition:transform .3s, box-shadow .3s, background var(--theme-t), filter .3s;box-shadow:0 0 20px var(--accent-dim);border:none;border-radius:50px;align-self:flex-start;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700;display:inline-flex}.submit-btn:hover{filter:brightness(1.1);box-shadow:0 0 40px var(--accent-dim);transform:translateY(-2px)}.submit-btn svg{width:18px;height:18px}@media (width<=900px){.contact .container,.form-row{grid-template-columns:1fr}}footer{background:var(--bg);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{border-bottom:1px solid var(--border);transition:border-color var(--theme-t);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-tagline{color:var(--muted);max-width:260px;font-size:.86rem;line-height:1.65}.footer-contacts{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.footer-contact-item{color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;transition:color .3s;display:flex}.footer-contact-item svg{flex-shrink:0;width:14px;height:14px}.footer-contact-item:hover{color:var(--accent)}.footer-col-title{letter-spacing:.07em;text-transform:uppercase;color:var(--text);margin-bottom:1.25rem;font-family:Syne,sans-serif;font-size:.82rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;display:flex}.footer-links a{color:var(--muted);font-size:.84rem;transition:color .3s,padding-left .3s}.footer-links a:hover{color:var(--accent);padding-left:.3rem}.footer-see-all{opacity:.85;font-weight:600;color:var(--accent)!important}.footer-see-all:hover{opacity:1;padding-left:.3rem}.footer-bottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.77rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--muted);transition:color .3s}.footer-legal a:hover{color:var(--accent)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer-grid{grid-template-columns:1fr}}.back-top{z-index:50;cursor:pointer;background:var(--accent);color:#080e1c;opacity:0;width:44px;height:44px;transition:opacity .3s, transform .3s, background var(--theme-t), box-shadow .3s;box-shadow:0 4px 20px var(--accent-dim);border:none;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px)}.back-top.visible{opacity:1;transform:translateY(0)}.back-top:hover{filter:brightness(1.1);transform:translateY(-3px)}.back-top svg{width:20px;height:20px}.page-hero{background:#0a0a14;border-bottom:1px solid #ffffff14;padding:5rem 0 3.5rem;position:relative;overflow:hidden}.page-hero-bg{z-index:0;position:absolute;inset:0}.page-hero-content{z-index:2;color:#fff;position:relative}.page-hero-title{margin:.25rem 0 .75rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.2}.page-hero-slideshow{border:1px solid var(--border,#00000014);border-radius:1rem;height:clamp(120px,24vw,210px);margin-top:1.25rem;position:relative;overflow:hidden}.page-hero-slide{opacity:0;transition:opacity .7s,transform 6s linear;position:absolute;inset:0;transform:scale(1.03)}.page-hero-slide img{object-fit:cover;width:100%;height:100%}.page-hero-slide.active{opacity:1;transform:scale(1)}.page-hero-overlay{z-index:1;pointer-events:none;position:absolute;inset:0}[data-theme=light] .page-hero-overlay{background:linear-gradient(90deg,#0a1432d6 0%,#0a143294 55%,#0a143226 100%),linear-gradient(#ffaa321f 0%,#0000 35%,#0a1432a6 100%)}[data-theme=dark] .page-hero-overlay{background:linear-gradient(90deg,#080e1ce6 0%,#080e1ca6 55%,#080e1c2e 100%),linear-gradient(#080e1c59 0%,#0000 40%,#080e1cbf 100%)}.breadcrumb ol{opacity:.7;align-items:center;gap:.4rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.breadcrumb li+li:before{content:"/";opacity:.5;margin-right:.4rem}.breadcrumb a{color:inherit;text-underline-offset:2px;text-decoration:underline}.breadcrumb a:hover{opacity:1}.page-content{padding:3.5rem 0 4rem}.page-content p{max-width:72ch;margin-bottom:1.25rem;line-height:1.8}.page-cta{background:var(--bg-2);text-align:center;border-top:1px solid var(--border,#00000014);padding:6rem 0;position:relative;overflow:hidden}.page-cta-glow{background:radial-gradient(ellipse at 50% -15%, var(--accent-dim,#00d4ff38) 0%, transparent 65%);pointer-events:none;position:absolute;inset:0}.page-cta-inner{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.page-cta-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);transition:color var(--theme-t);font-size:.72rem;font-weight:600}.page-cta-heading{letter-spacing:-.035em;color:var(--text);margin:0;font-family:Syne,sans-serif;font-size:clamp(2.5rem,6vw,4.75rem);font-weight:800;line-height:1.04}.page-cta-heading em{color:var(--accent-text);transition:color var(--theme-t);font-style:normal}.page-cta-sub{color:var(--muted);max-width:46ch;margin:0;font-size:1rem;line-height:1.7}.page-cta-btn{margin-top:.25rem;padding:1.1rem 2.75rem;font-size:1rem}.coming-soon{text-align:center;padding:5rem 0}.coming-soon-badge{background:var(--accent-bg,#0098cc1a);color:var(--primary,#0098cc);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.coming-soon h2{margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2rem)}.coming-soon p{opacity:.7;max-width:40ch;margin:0 auto}.service-page-cta,.quem-somos-cta{align-items:center;gap:.5rem;margin-top:1.5rem;display:inline-flex}.page-hero--split{padding:4.5rem 0 0}.page-hero-split{z-index:2;color:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-bottom:4.5rem;display:grid;position:relative}@media (width<=900px){.page-hero-split{grid-template-columns:1fr;padding-bottom:3rem}}.page-hero-left{flex-direction:column;gap:1rem;display:flex}.page-hero-right{justify-content:center;display:flex}.hero-badge{letter-spacing:.07em;text-transform:uppercase;color:#ffffffeb;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;align-items:center;width:fit-content;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-sub{color:#ffffffc2;max-width:48ch;margin:0;font-size:1.05rem;line-height:1.65}.hero-ctas{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.hero-urgency{color:#ffffffd1;background:#f59e0b1f;border-left:3px solid #f59e0b;border-radius:0 .4rem .4rem 0;width:fit-content;padding:.5rem .85rem;font-size:.875rem}.service-hero-form{color:#1a1f36;background:#fff;border-radius:1rem;width:100%;max-width:420px;padding:1.75rem;box-shadow:0 8px 40px #00000059}.service-hero-form h3{color:#1a1f36;margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.service-hero-form-sub{color:#64748b;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.service-hero-form-micro{color:#64748b;align-items:center;gap:.4rem;margin-top:.75rem;font-size:.78rem;display:flex}.service-hero-form-micro svg{color:#22c55e;flex-shrink:0;width:14px;height:14px}.service-hero-form .service-quote-form input,.service-hero-form .service-quote-form select{color:#1a1f36;background:#f8fafc;border-color:#e2e8f0}.service-hero-form .service-quote-form input::placeholder{color:#94a3b8}.service-hero-form .service-form-success{color:#166534}.service-stats-sidebar{flex-direction:column;align-self:start;gap:1.5rem;display:flex;position:sticky;top:2rem}.service-stat-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.service-stat-card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:1rem;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1.25rem;transition:border-color .2s;display:flex}.service-stat-card:hover{border-color:var(--accent)}.service-stat-value{color:var(--accent-text);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1}.service-stat-label{color:var(--muted);font-size:.8rem;line-height:1.4}.service-page-layout{grid-template-columns:3fr 2fr;align-items:start;gap:3rem;padding:3.5rem 0 4rem;display:grid}@media (width<=768px){.service-page-layout{grid-template-columns:1fr}}.service-page-description p{max-width:72ch;margin-bottom:1.25rem;line-height:1.85}.service-page-icon{width:3rem;height:3rem;color:var(--accent-text);margin-bottom:1.5rem}.service-chip-nav{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.service-chip{border:1px solid var(--border,#00000014);background:color-mix(in srgb, var(--accent) 8%, transparent);color:inherit;border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.8rem;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.service-chip:hover,.service-chip.active{background:color-mix(in srgb, var(--accent) 18%, transparent);border-color:var(--accent);color:var(--accent-text)}.service-sidebar{flex-direction:column;gap:1.5rem;display:flex}.service-sidebar-nav{color:#1a1f36;border:1px solid var(--border,#00000014);background:#fff;border-radius:.75rem;padding:1.25rem;transition:box-shadow .2s;box-shadow:0 1px 6px #0000000f}[data-theme=dark] .service-sidebar-nav{color:#1a1f36;background:#fff}.service-sidebar-nav:hover{box-shadow:none}.service-sidebar-nav h3{letter-spacing:.06em;text-transform:uppercase;opacity:.5;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.service-sidebar-nav ul{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.service-sidebar-nav a{color:inherit;border-radius:.5rem;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;transition:background .15s;display:block}.service-sidebar-nav a:hover,.service-sidebar-nav a.active{background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--accent-text)}.service-quote-card{background:color-mix(in srgb, var(--accent) 12%, var(--surface-2,#f8f9fa) 88%);color:var(--text);border:1px solid var(--border,#00000014);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 1px 6px #0000000f}.service-quote-card:hover{box-shadow:none}.service-quote-card h3{margin-bottom:.35rem;font-size:.95rem}.service-quote-card p{color:var(--muted);margin-bottom:.85rem;font-size:.85rem;line-height:1.55}.service-quote-form{flex-direction:column;gap:.65rem;display:flex}.service-quote-form input{background:var(--input-bg);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:.7rem .85rem;font-family:DM Sans,sans-serif;font-size:.9rem}.service-quote-form input:focus{border-color:var(--accent);outline:none}.service-quote-form .btn-primary{justify-content:center;width:100%;padding-inline:1rem}.service-quote-phone{color:var(--accent-text);margin-top:.75rem;font-weight:700;text-decoration:none;display:inline-block}.service-phone-cta{color:#080e1c;border-color:var(--accent);--attention-fill:color-mix(in srgb, var(--accent) 32%, transparent);background:var(--attention-fill) padding-box, conic-gradient(from var(--border-angle), transparent 40%, rgba(var(--accent-rgb), .25) 47%, var(--accent) 50%, rgba(var(--accent-rgb), .25) 53%, transparent 60%) border-box;justify-content:center;gap:.5rem;width:100%}.service-phone-cta:hover{--attention-fill:color-mix(in srgb, var(--accent) 16%, transparent);border-color:var(--accent)}.service-phone-cta:hover:after{opacity:.32}.service-phone-cta svg{flex-shrink:0;width:16px;height:16px}.service-brands{border-top:1px solid var(--border,#00000014);margin-top:2rem;padding-top:1.75rem}.service-brands-label{letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:.85rem;font-size:.72rem;font-weight:700}.service-brands-list{flex-wrap:wrap;gap:.5rem;display:flex}.service-brand-tag{border:1px solid var(--border);background:var(--bg-1);color:var(--muted);letter-spacing:.02em;border-radius:50px;align-items:center;padding:.3rem .85rem;font-family:Syne,sans-serif;font-size:.8rem;font-weight:600;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.service-brand-tag:hover{border-color:color-mix(in srgb, var(--accent-text) 50%, transparent);color:var(--accent-text);background:color-mix(in srgb, var(--accent) 6%, var(--bg-1))}.service-related{border-top:1px solid var(--border,#00000014);margin-top:2.5rem;padding-top:2rem}.service-related-title{letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:1rem;font-size:.75rem;font-weight:700}.service-related-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}@media (width<=480px){.service-related-grid{grid-template-columns:repeat(2,1fr)}}.service-related-grid .service-card.compact{min-height:100%}.service-related-grid .service-card.compact .service-name{font-size:.9rem}.service-related-grid .service-card.compact .service-desc{-webkit-line-clamp:2;line-clamp:2}.service-related-grid .service-card.compact .service-link{font-size:.74rem}@media (width<=768px){.service-related-grid{grid-template-columns:1fr}}.service-subservices-section{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.service-subservices{padding:4rem 0}.service-subservices-header{text-align:center;margin-bottom:2.5rem}.service-subservices-title{margin-bottom:.65rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.service-subservices-title em{color:var(--accent-text);transition:color var(--theme-t);font-style:normal}.service-subservices-desc{color:var(--muted);max-width:52ch;margin:0 auto;font-size:1rem;line-height:1.65}.service-subservices-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:0;display:grid}@media (width<=768px){.service-subservices-grid{grid-template-columns:1fr}}.service-subservice-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s;display:flex}[data-theme=light] .service-subservice-card{box-shadow:0 2px 10px var(--shadow)}.service-subservice-card:hover{border-color:var(--accent)}.service-subservice-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:11px;flex-shrink:0;place-items:center;width:46px;height:46px;transition:background .3s;display:grid}.service-subservice-card:hover .service-subservice-icon{background:color-mix(in srgb, var(--accent) 22%, transparent)}.service-subservice-icon svg{width:21px;height:21px;color:var(--accent-text);transition:color var(--theme-t)}.service-subservice-title{font-size:1.05rem;font-weight:700}.service-subservice-desc{color:var(--muted);flex:1;font-size:.875rem;line-height:1.65}.service-subservice-cta{align-self:flex-start;margin-top:.25rem;padding:.45rem 1rem;font-size:.82rem}.subservice-cta-arrow{flex-shrink:0;width:15px;height:15px;transition:transform .2s}.service-subservice-cta:hover .subservice-cta-arrow{transform:translate(4px)}.service-sidebar-form{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.service-sidebar-form h3{margin-bottom:.35rem;font-size:1rem;font-weight:700}.service-sidebar-form-icon{width:2rem;height:2rem;color:var(--accent-text);margin-bottom:.75rem}.service-expert-title{margin-bottom:1.25rem;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:700;line-height:1.3}.service-reviews{border-top:1px solid var(--border,#00000014);margin-top:2rem;padding:3rem 0 4rem}.service-reviews .section-label{margin-bottom:1.25rem}@keyframes reviewFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.service-reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;animation:.5s reviewFadeIn;display:grid}@media (width<=900px){.service-reviews-grid{grid-template-columns:1fr}}.service-reviews-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.review-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.review-dot.active{background:var(--accent-text);transform:scale(1.35)}.service-form-success{color:#166534;background:#22c55e1f;border:1px solid #22c55e;border-radius:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem}[data-theme=dark] .service-form-success{color:#86efac}.service-form-error{color:#ef4444;margin-bottom:0;font-size:.8rem}.service-quote-form select{background:var(--input-bg);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:10px;width:100%;padding:.7rem .85rem;font-family:DM Sans,sans-serif;font-size:.9rem}.service-quote-form select:focus{border-color:var(--accent);outline:none}.legal-content{max-width:72ch;padding:3.5rem 0 4rem}.legal-content section{margin-bottom:1.25rem;padding:0}.legal-content h2{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.legal-content p{opacity:.85;line-height:1.65}.ral-legal-content{max-width:80ch}.ral-entities{margin-top:2rem}.ral-footer-note{margin-top:2rem;font-weight:600}.ral-entity{border:1px solid var(--border,#00000014);border-radius:.75rem;margin-bottom:1rem;padding:1.25rem}[data-theme=dark] .ral-entity{border-color:#ffffff14}.ral-entity h3{margin-bottom:.35rem;font-size:.95rem;font-weight:700}.ral-entity p{opacity:.7;margin:0;font-size:.875rem}.quem-somos-page{background:var(--bg-2);padding:3.5rem 0 4.4rem}.quem-somos-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.quem-somos-images{min-height:420px;position:relative}.quem-somos-img-main{border:1px solid var(--border);box-shadow:0 20px 60px var(--shadow);border-radius:16px;overflow:hidden}.quem-somos-img-main img{object-fit:cover;width:100%;height:340px}.quem-somos-img-accent{border:2px solid var(--border);width:170px;box-shadow:0 10px 30px var(--shadow);border-radius:12px;position:absolute;bottom:0;right:-1.5rem;overflow:hidden}.quem-somos-img-accent img{object-fit:cover;width:100%;height:140px}.quem-somos-overview .section-desc{max-width:100%}.quem-somos-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.quem-somos-feature{align-items:flex-start;gap:.7rem;font-size:.87rem;display:flex}.quem-somos-feature-text strong{color:var(--text);margin-bottom:.1rem;font-size:.9rem;display:block}.quem-somos-feature-text span{color:var(--muted)}.quem-somos-overview-cta{margin-top:2.4rem}.quem-somos-grid{grid-template-columns:1fr 280px;align-items:start;gap:3rem;display:grid}.quem-somos-main .section-label{color:var(--accent-text);margin-bottom:.55rem}.quem-somos-story-title{color:var(--text);margin:0 0 1.1rem;font-family:Syne,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.quem-somos-main p{color:var(--text);max-width:76ch;margin-bottom:1.1rem;line-height:1.85}.quem-somos-commitments{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1.2rem;display:grid}.quem-somos-commitment{align-items:flex-start;gap:.55rem;padding:.55rem 0;display:flex}.quem-somos-check{background:color-mix(in srgb, var(--accent) 14%, transparent);border-radius:999px;flex-shrink:0;place-items:center;width:22px;height:22px;margin-top:.1rem;display:grid}.quem-somos-check svg{width:12px;height:12px;color:var(--accent-text)}.quem-somos-commitment strong{margin-bottom:.12rem;font-size:.86rem;display:block}.quem-somos-commitment span{color:var(--muted);font-size:.8rem;line-height:1.5}.quem-somos-side{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:1.5rem}.quem-somos-metric{padding:0}.quem-somos-metric strong{letter-spacing:-.03em;color:var(--text);flex-wrap:wrap;align-items:baseline;gap:.28rem;margin-bottom:.55rem;font-family:Syne,sans-serif;font-size:clamp(1.45rem,1.9vw,1.9rem);font-weight:800;line-height:1.02;display:flex}.quem-somos-metric strong>span{color:var(--text)}.quem-somos-metric strong>.quem-somos-metric-accent{color:var(--accent-text);font-size:1em;font-weight:800;line-height:1}.quem-somos-metric strong>.quem-somos-metric-accent-word{color:var(--accent-text)}.quem-somos-metric>span{color:var(--muted);letter-spacing:.01em;font-size:.84rem;line-height:1.6}@media (width<=980px){.quem-somos-intro{grid-template-columns:1fr;gap:2.5rem}.quem-somos-grid{grid-template-columns:1fr}.quem-somos-side{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;display:grid;position:static}.quem-somos-metric strong{flex-wrap:wrap;gap:.28rem;font-size:clamp(1.35rem,2.2vw,1.85rem)}.quem-somos-metric>span{font-size:.8rem}}@media (width<=768px){.quem-somos-page{padding:3rem 0 4rem}.quem-somos-images{min-height:auto}.quem-somos-img-main img{height:300px}.quem-somos-img-accent{width:140px;right:1rem}.quem-somos-features,.quem-somos-commitments,.quem-somos-side{grid-template-columns:1fr}}.gallery-card{background:var(--card);border:1px solid var(--border);border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000021}.gallery-card-img{aspect-ratio:4/3;position:relative;overflow:hidden}.gallery-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-card:hover .gallery-card-img img{transform:scale(1.05)}.gallery-tag{background:var(--accent);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:50px;padding:.28rem .7rem;font-size:.7rem;font-weight:700;line-height:1.4;position:absolute;top:.75rem;left:.75rem}.gallery-card-body{padding:1.1rem 1.25rem 1.25rem}.gallery-card-title{color:var(--text);margin-bottom:.3rem;font-size:.95rem;font-weight:600}.gallery-card-desc{color:var(--muted);margin:0 0 .65rem;font-size:.84rem;line-height:1.6}.gallery-card-location{color:var(--muted);align-items:center;gap:.25rem;font-size:.78rem;display:flex}.gallery-card-location svg{flex-shrink:0;width:.9rem;height:.9rem}.trabalhos-intro{background:var(--bg-1);border-bottom:1px solid var(--border);padding:3rem 0 2.5rem}.trabalhos-intro-content{flex-direction:column;gap:1.75rem;max-width:740px;display:flex}.trabalhos-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.trabalhos-kpi{border:1px solid var(--border);background:color-mix(in srgb, var(--accent) 8%, var(--bg-1));border-radius:12px;flex-direction:column;gap:.2rem;padding:.85rem .95rem;display:flex}.trabalhos-kpi strong{color:var(--text);font-family:Syne,sans-serif;font-size:1rem;line-height:1.1}.trabalhos-kpi span{color:var(--muted);font-size:.78rem}.trabalhos-intro-content p{color:var(--muted);font-size:1.05rem;line-height:1.8}.trabalhos-intro-content .btn-primary{align-self:flex-start;align-items:center;gap:.5rem;display:inline-flex}.trabalhos-gallery{background:var(--bg-2);padding:4rem 0 5rem}.gallery-filters{flex-wrap:wrap;gap:.5rem;margin-top:2rem;margin-bottom:2rem;display:flex}.gallery-filter-btn{border:1px solid var(--border);background:var(--bg-1);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.gallery-filter-btn:hover{background:color-mix(in srgb, var(--accent-text) 10%, var(--bg-1));color:var(--text);border-color:var(--accent-text)}.gallery-filter-btn.active{background:var(--accent-text);color:#fff;border-color:var(--accent-text)}.gallery-filter-count{color:inherit;text-align:center;background:#ffffff40;border-radius:50px;min-width:1.4em;padding:.1rem .45rem;font-size:.72rem;font-weight:700;line-height:1.5}.gallery-filter-btn:not(.active) .gallery-filter-count{background:color-mix(in srgb, var(--accent-text) 15%, var(--bg-2));color:var(--accent-text)}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}@media (width<=900px){.trabalhos-kpis{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.gallery-grid{grid-template-columns:1fr}.trabalhos-intro-content .btn-primary{justify-content:center;align-self:stretch}}.orcamentos-page{background:var(--bg-2);padding:3.5rem 0 4.6rem}.orcamentos-top{max-width:88ch;margin-bottom:2.3rem}.orcamentos-top .section-label{color:var(--accent-text)}.orcamentos-top p{color:var(--muted);margin-top:1rem;line-height:1.8}.orcamentos-layout{grid-template-columns:1fr 280px;align-items:start;gap:3rem;display:grid}.orcamentos-main{flex-direction:column;gap:1.4rem;display:flex}.orcamentos-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.orcamentos-point{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:.65rem;padding:1.25rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}[data-theme=light] .orcamentos-point{box-shadow:0 2px 14px var(--shadow)}.orcamentos-point:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.orcamentos-point:hover{border-color:color-mix(in srgb, var(--accent) 40%, transparent);transform:translateY(-4px)}[data-theme=dark] .orcamentos-point:hover{box-shadow:0 20px 50px #0006}[data-theme=light] .orcamentos-point:hover{box-shadow:0 20px 50px #1a1f361f}.orcamentos-point:hover:before{opacity:1}.orcamentos-point-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.orcamentos-point-icon svg{width:20px;height:20px;color:var(--accent)}.orcamentos-point strong{color:var(--text);font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.orcamentos-point span{color:var(--muted);font-size:.87rem;line-height:1.65}.orcamentos-form{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.orcamentos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.orcamentos-grid .full{grid-column:1/-1}.orcamentos-form label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.78rem;font-weight:500;display:block}.orcamentos-form input,.orcamentos-form textarea,.orcamentos-form select{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);font:inherit;border-radius:12px;padding:.76rem 1rem;transition:border-color .3s,box-shadow .3s}.orcamentos-form input:focus,.orcamentos-form textarea:focus,.orcamentos-form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);outline:none}.orcamentos-form textarea{resize:vertical;min-height:130px}.orcamentos-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.orcamentos-service{cursor:pointer;border-radius:14px;display:flex;position:relative}.orcamentos-service input{opacity:0;pointer-events:none;position:absolute}.orcamentos-service-body{border:1px solid var(--border);background:var(--card);text-transform:none;letter-spacing:0;width:100%;transition:border-color .3s, background var(--theme-t);filter:grayscale();border-radius:14px;grid-template-columns:40px 1fr;align-items:start;gap:.65rem;padding:.75rem;display:grid;position:relative;overflow:hidden}.orcamentos-service-body:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:2px;transition:opacity .3s,filter .3s;position:absolute;top:0;left:0;right:0}.orcamentos-service:hover .orcamentos-service-body{border-color:color-mix(in srgb, var(--accent) 40%, transparent);filter:grayscale(0)}.orcamentos-service input:checked+.orcamentos-service-body{border-color:color-mix(in srgb, var(--accent) 40%, transparent);background:var(--card);filter:grayscale(0)}.orcamentos-service input:checked+.orcamentos-service-body:before{opacity:1}.orcamentos-service-icon{background:color-mix(in srgb, var(--accent) 12%, transparent);border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.orcamentos-service-icon svg{width:18px;height:18px;color:var(--accent)}.orcamentos-service-copy{flex-direction:column;gap:.18rem;min-width:0;display:flex}.orcamentos-service-copy strong{color:var(--text);font-family:Syne,sans-serif;font-size:.92rem;line-height:1.2}.orcamentos-service-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.4;overflow:hidden}.orcamentos-form-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.orcamentos-form-note{color:var(--muted);max-width:42ch;font-size:.8rem;line-height:1.5}.orcamentos-side{display:block}.orcamentos-timeline-card{padding:1.2rem}.orcamentos-timeline-card h3{letter-spacing:0;text-transform:none;color:var(--text);margin:0 0 1rem;font-family:Syne,sans-serif;font-size:1.06rem;font-weight:700}.orcamentos-timeline{flex-direction:column;gap:.95rem;display:flex}.orcamentos-step{grid-template-columns:44px 1fr;align-items:start;gap:.8rem;display:grid;position:relative}.orcamentos-step:not(:last-child):after{content:"";background:color-mix(in srgb, var(--accent-text) 24%, var(--border));width:2px;position:absolute;top:50px;bottom:-12px;left:21px}.orcamentos-step-icon{background:color-mix(in srgb, var(--accent-text) 12%, transparent);z-index:1;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.orcamentos-step-icon svg{width:20px;height:20px;color:var(--accent-text)}.orcamentos-step-content strong{color:var(--text);margin-bottom:.28rem;font-size:.9rem;display:block}.orcamentos-step-content p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.58}@keyframes orcamentos-step-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.orcamentos-layout.visible .orcamentos-step{opacity:0;animation:.45s forwards orcamentos-step-in}.orcamentos-layout.visible .orcamentos-step:first-child{animation-delay:60ms}.orcamentos-layout.visible .orcamentos-step:nth-child(2){animation-delay:.2s}.orcamentos-layout.visible .orcamentos-step:nth-child(3){animation-delay:.34s}@media (prefers-reduced-motion:reduce){.orcamentos-layout.visible .orcamentos-step{opacity:1;animation:none}}@media (width<=980px){.orcamentos-layout{grid-template-columns:1fr}.orcamentos-points{grid-template-columns:repeat(3,minmax(0,1fr))}.orcamentos-timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-bottom:0;display:grid;overflow:visible}.orcamentos-step{background:0 0;border:none;grid-template-columns:1fr;grid-template-areas:"icon""text";align-content:start;gap:.7rem;min-width:0;padding:0;display:grid}.orcamentos-step-content{grid-area:text;display:block}.orcamentos-step-icon{grid-area:icon;justify-self:start}.orcamentos-step-content strong{margin-bottom:.35rem}.orcamentos-step-content p{margin-top:0}.orcamentos-step:not(:last-child):after{width:auto;height:2px;display:block;inset:21px -.5rem auto 56px}}@media (width<=768px){.orcamentos-points{width:100vw;margin-left:50%;padding-inline:4vw;transform:translate(-50%)}.orcamentos-form-actions{flex-direction:column;align-items:stretch}.orcamentos-form-note{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.orcamentos-form-actions .btn-primary{white-space:nowrap;justify-content:center}}@media (width<=620px){.orcamentos-points,.orcamentos-side{display:none}.orcamentos-grid,.orcamentos-services{grid-template-columns:1fr}}
