:root{--blue:#0168d0;--blue-deep:#0168d0;--blue-darker:#1a1a1a;--yellow:#ffd400;--yellow-soft:#ffd400;--ink:#1a1a1a;--bg:#fff;--surface:#fff;--muted:#1a1a1a;--line:#1a1a1a24;--green:#25d366;--green-dark:#1ebe57;--radius:18px;--radius-lg:26px;--container:min(1180px, calc(100% - 40px));--shadow-card:0 18px 40px #1a1a1a1f;--font-body:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;--font-subtext:"Teko", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{color:var(--ink);background:var(--bg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55;overflow-x:clip}a{color:inherit}img{max-width:100%;display:block}.container{width:var(--container);margin:0 auto}h1,h2,h3{letter-spacing:-.01em;margin:0;font-weight:800;line-height:1.08}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900}h2{font-size:clamp(1.9rem,4vw,3rem);font-weight:800}h3{font-size:1.18rem;font-weight:700}p{color:var(--muted);margin:0}.hero-subtitle,.services-intro,.split-copy p,.split p,.differentials-copy p:not(.eyebrow),.diff-card p,.review-card p,.location p,.footer-grid p,.site-footer .footer-brand small,.brand-tagline{font-family:var(--font-subtext);letter-spacing:.01em;font-size:1.6rem;line-height:1.05}.gold,.gold-ink{color:var(--blue)}.site-header{z-index:30;pointer-events:none;padding:0 20px;position:fixed;top:16px;left:0;right:0}.site-header>*{pointer-events:auto}.nav-pill{background:#0a0a0a;border-radius:999px;justify-content:space-between;align-items:center;gap:14px;max-width:1180px;margin:0 auto;padding:10px 24px;display:flex;position:relative;box-shadow:0 12px 30px #00000040}.brand-cluster{flex:0 auto;align-items:center;gap:8px;min-width:0;display:flex}.brand-tagline{color:#fff;opacity:.85;max-width:260px;font-size:.8rem;font-weight:500;line-height:1.3}@media (width<=860px){.brand-tagline{display:none}}.nav{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:78px;display:grid}.brand{color:#fff;align-items:center;gap:14px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;background:#fff;border-radius:14px;width:56px;height:56px;padding:6px;display:block}.brand-mark{width:48px;height:48px;color:var(--blue-darker);background:var(--yellow);letter-spacing:.02em;border-radius:14px;place-items:center;font-size:1rem;font-weight:900;display:grid}.brand strong{letter-spacing:.02em;font-weight:800;display:block}.brand small{color:#ffffffc7;font-size:.78rem;display:block}.nav-links{flex-wrap:wrap;justify-content:center;gap:4px;min-width:0;max-width:100%;display:flex}.nav-links a{color:#fff;white-space:nowrap;border-radius:12px;padding:10px 14px;font-size:.95rem;font-weight:600;text-decoration:none}.nav-links a:hover{color:var(--yellow);background:#ffffff0f}.nav-cta{color:#fff;background:var(--green);border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 8px 24px #1867f859}.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.menu-toggle{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none}.menu-toggle span{background:#fff;border-radius:999px;width:22px;height:2px;margin:0;display:block}.button{--button-pulse-rgb:37, 211, 102;z-index:0;isolation:isolate;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 30px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;animation:1.8s ease-in-out infinite buttonPulse;display:inline-flex;position:relative;overflow:visible}.button:before{content:"";border-radius:inherit;background:rgba(var(--button-pulse-rgb), .22);z-index:-1;opacity:0;animation:1.8s ease-in-out infinite buttonGlow;position:absolute;inset:-8px}.button.primary{--button-pulse-rgb:37, 211, 102;color:#fff;background:var(--green);box-shadow:0 12px 28px #1867f859}.button.primary:hover{background:var(--green-dark);transform:translateY(-2px)}.button.yellow{--button-pulse-rgb:255, 212, 0;color:var(--blue-darker);background:var(--yellow);box-shadow:0 10px 24px #ffd40059}.button.yellow:hover{background:var(--yellow-soft);transform:translateY(-2px)}.button.outline{--button-pulse-rgb:255, 255, 255;color:#fff;background:0 0;border:2px solid #fff6}.button.outline:hover{border-color:#fff}.button-whatsapp-icon{color:#fff;flex:none;justify-content:center;align-items:center;width:1.2em;font-size:1.55rem;line-height:1;display:inline-flex}@media (prefers-reduced-motion:reduce){.button,.button:before{animation:none}}@keyframes buttonPulse{0%{box-shadow:0 0 0 0 rgba(var(--button-pulse-rgb), .45);transform:scale(1)}50%{box-shadow:0 0 0 14px rgba(var(--button-pulse-rgb), 0);transform:scale(1.03)}to{box-shadow:0 0 0 0 rgba(var(--button-pulse-rgb), 0);transform:scale(1)}}@keyframes buttonGlow{0%{opacity:.7;transform:scale(.96)}70%{opacity:0;transform:scale(1.12)}to{opacity:0;transform:scale(1.12)}}.hero{color:#fff;background-color:#050505;padding:90px 0 220px;position:relative;overflow:hidden}.hero-slides{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;animation:24s infinite heroFade;position:absolute;inset:0}@keyframes heroFade{0%{opacity:0}4%{opacity:1}38%{opacity:1}42%{opacity:0}to{opacity:0}}.hero:before,.hero:after{content:"";pointer-events:none;z-index:1;position:absolute;inset:0}.hero:before{background:linear-gradient(90deg,#000000b8 0%,#00000094 34%,#0000006b 60%,#00000040 100%)}.hero:after{background:linear-gradient(#00000014 0%,#00000038 100%)}.hero-grid{z-index:2;text-align:center;grid-template-columns:1fr;place-items:center;gap:56px;display:grid;position:relative}.hero-grid>div{width:min(100%,920px);max-width:920px}.hero h1{color:#fff;max-width:820px;font-size:12px;font-weight:400;line-height:1.15}.hero h1 .gold{color:#fff}.hero-title-line{display:block}.hero-highlight{color:#fff;letter-spacing:.01em;max-width:860px;margin:22px auto 0;font-size:1.22rem;font-weight:700;line-height:1.58}.hero-highlight .gold{color:#fff}.hero-subtitle{color:#ffffffe6;max-width:760px;margin:22px auto 0;font-size:1.25rem;font-weight:400;line-height:1.45}.hero-stars{color:var(--yellow);letter-spacing:2px;align-items:center;gap:6px;margin:26px 0 8px;font-size:1.1rem;display:flex}.hero-stars-text{color:#111;white-space:nowrap;margin:0;font-weight:600}.hero-partner-box{color:#111;background:#fffffff5;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:fit-content;max-width:100%;margin:8px auto 22px;padding:12px 18px;display:inline-flex;box-shadow:0 10px 26px #0000002e}.hero-actions{justify-content:center;width:100%;display:flex}.hero-actions .button{min-width:min(100%,560px)}.hero-visual{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1f;padding:14px;position:relative}.placeholder,.video-placeholder,.map-placeholder{border-radius:var(--radius);color:#fff;text-align:center;background:linear-gradient(135deg,#ffd4002e,#0b46a866),repeating-linear-gradient(45deg,#ffffff0a 0 16px,#ffffff14 16px 32px);place-items:center;min-height:360px;padding:24px;font-weight:700;display:grid}@media (width>=981px){.hero-highlight{font-size:1.42rem;line-height:1.62}.hero-subtitle{font-size:1.35rem;line-height:1.58}}.section{padding:96px 0}.section-heading{text-align:center;max-width:820px;margin:0 auto 56px}.eyebrow{color:var(--yellow);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:14px;margin:0 0 18px;font-size:.85rem;font-weight:700;display:inline-flex}.eyebrow:before,.eyebrow:after{content:"";background:var(--yellow);width:36px;height:2px}.section-heading.light .eyebrow{color:var(--blue)}.section-heading.light .eyebrow:before,.section-heading.light .eyebrow:after{background:var(--yellow)}.section-heading h2{color:var(--blue-darker)}.section-heading.dark h2{color:#fff}.section-heading h2 .gold{color:var(--blue)}.split-section{background:#fff}.trust-strip{color:#fff;background-color:#0000;background-image:linear-gradient(#050810b3,#050810d1),url(/carbang.png);background-position:0 0,0 0;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;background-position:center calc(50% + var(--trust-parallax,0px));padding:110px 0;position:relative;overflow:hidden}.trust-strip-card{z-index:1;text-align:center;background:linear-gradient(160deg,#ffffff14,#ffffff06);border:1px solid #ffffff1a;border-radius:28px;max-width:980px;margin:0 auto;padding:24px 28px 28px;position:relative;box-shadow:0 24px 52px #0000003d,inset 0 1px #ffffff0d}.trust-strip-card h2{color:#fff;text-wrap:balance;margin:0;font-size:clamp(.9rem,1.45vw,1.2rem);font-weight:800;line-height:1.22}.trust-strip-cred{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;margin-top:22px;display:flex}.trust-strip-cred p{color:#fff;text-align:center;white-space:nowrap;flex:none;margin:0;font-size:clamp(1rem,1.6vw,1.4rem);font-weight:700}.trust-strip-cred-image{object-fit:contain;border-radius:8px;flex:none;width:64px;height:auto;display:block;overflow:hidden;box-shadow:0 12px 26px #0000002e}.trust-strip-cred-image-right{width:72px}.brands-strip{background:#fff;padding:28px 0 8px}.brands-marquee{overflow:hidden}.brands-track{--brands-gap:18px;grid-auto-flow:column;grid-auto-columns:calc((100% - (5 * var(--brands-gap))) / 6);gap:var(--brands-gap);will-change:transform;width:max-content;animation:26s linear infinite brands-marquee;display:grid}.brands-marquee:hover .brands-track{animation-play-state:paused}.brand-slide{min-width:0}.brand-card{border:1px solid var(--line);background:#fff;border-radius:14px;place-items:center;width:100%;height:96px;display:grid;overflow:hidden}.brand-card img{object-fit:contain;width:auto;max-width:72%;height:auto;max-height:58px;display:block}.brand-fallback{color:var(--blue);font-size:.95rem;font-weight:700;display:none}.brands-carousel-btn{color:#fff!important;background:var(--blue)!important;border:0!important;width:36px!important;height:36px!important}.brands-carousel-prev{left:-18px!important}.brands-carousel-next{right:-18px!important}@keyframes brands-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.split{gap:28px;display:grid}.split-header{text-align:center}.split-header h2{max-width:920px;color:var(--blue-darker);margin:0 auto;font-size:clamp(1rem,2.2vw,2.1rem);font-weight:800;line-height:1.1}.split-rows{flex-direction:column;align-items:center;gap:26px;display:flex}.split-row{grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:center;gap:14px;width:min(100%,900px);display:grid}.split-image{justify-content:flex-start;display:flex}.split-image-frame{aspect-ratio:16/9.4;border-radius:24px;width:min(100%,360px);overflow:hidden;box-shadow:0 20px 36px #1a1a1a1f}.split-image-frame img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.split-copy{text-align:left;flex-direction:column;justify-content:center;align-items:center;display:flex}.split-copy p{font-family:var(--font-body);max-width:420px;margin:0 auto 0 0;font-size:1.05rem;line-height:1.45}.split-action{justify-content:center;display:flex}.split-action .button{margin-top:8px}.split h2{max-width:720px;color:var(--blue-darker);font-size:clamp(1rem,2.2vw,2.1rem);font-weight:800;line-height:1.1}.split h2 .gold{color:var(--blue)}.split p{font-family:var(--font-body);color:#1a1a1ad1;margin:20px 0 0;font-size:1.05rem;line-height:1.45}.split p strong{color:var(--blue-darker)}.split .button{margin-top:32px}.video-placeholder{color:#fff;background:linear-gradient(145deg,#0b46a8eb,#050a16f2),repeating-linear-gradient(45deg,#ffffff0f 0 18px,#ffffff05 18px 36px);min-height:0}.video-embed{aspect-ratio:9/16;border-radius:var(--radius-lg);background:#000;width:min(100%,360px);margin:0 auto;padding:0;overflow:hidden}.video-embed iframe{border:0;width:100%;height:100%;display:block}.services{background-color:#0000;background-image:linear-gradient(#050810b3,#050810db),url(/maquinasoti.png);background-position:0 0,0 0;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;background-position:center calc(50% + var(--services-parallax,0px));color:#fff;isolation:isolate;--service-pin-size:20px;position:relative;overflow:visible}.services .section-heading h2{color:#fff}.services .section-heading h2 .gold{color:#fff!important}.services .eyebrow{color:#fff}.services .eyebrow:before,.services .eyebrow:after{background:#fff}.services-intro{color:#ffffffd1;text-wrap:balance;max-width:900px;margin:18px auto 0;font-size:1.32rem;line-height:1.28;display:none}.services:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 18%,#ffffff14,#0000 28%),radial-gradient(circle at 82% 78%,#ffffff0d,#0000 30%);position:absolute;inset:0}.services>.container,.services-layout,.services-action{z-index:1;position:relative}.services-layout{grid-template-columns:minmax(330px,.9fr) minmax(420px,1.1fr);align-items:start;gap:28px;display:grid;overflow:visible}.services-list{flex-direction:column;gap:14px;display:flex}.service-list-block{flex-direction:column;gap:10px;display:flex}.service-list-item{color:#fff;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:auto minmax(0,1fr);gap:16px;width:100%;padding:18px 20px;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:grid}.service-list-item:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-2px)}.service-list-item.is-active{background:#ffffff1c;border-color:#fff6;box-shadow:0 18px 36px #0000002e}.services-editor-inline{margin-left:60px}.service-list-order{color:#111;letter-spacing:.08em;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:.82rem;font-weight:900;display:grid}.service-list-item.is-active .service-list-order{background:var(--yellow)}.service-list-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.service-list-title{color:#fff;font-size:1rem;font-weight:800;line-height:1.2}.service-list-description{color:#ffffffbd;font-size:.92rem;line-height:1.45}.services-sticky{align-self:start;height:fit-content;position:sticky;top:88px}.services-visual{background:linear-gradient(#ffffff14,#ffffff0a),#ffffff08;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;gap:16px;padding:22px;display:flex;box-shadow:0 24px 54px #0003}.services-visual-head h3{color:#fff;margin-top:6px;font-size:clamp(1.2rem,1.7vw,1.65rem)}.services-diagram{aspect-ratio:16/8.2;background:radial-gradient(circle,#ececec,#dcdcdc 70%,#cfcfcf 100%);border-radius:24px;max-height:520px;position:relative;overflow:hidden}.services-diagram img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.service-pin{left:var(--pin-left);top:var(--pin-top);width:var(--pin-size,var(--service-pin-size));height:var(--pin-size,var(--service-pin-size));color:#fff;cursor:grab;touch-action:none;background:#111;border:0;border-radius:50%;transition:transform .2s,background .2s,color .2s,box-shadow .2s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 22px #00000047}.service-pin:hover{transform:translate(-50%,-50%)scale(1.06)}.service-pin:active{cursor:grabbing}.service-pin-connector{width:2px;height:var(--connector-length,14px);opacity:.8;background:currentColor;position:absolute;left:50%;transform:translate(-50%)}.service-pin-connector:before,.service-pin-connector:after{content:"";background:currentColor;border-radius:50%;width:2px;height:2px;position:absolute;left:50%;transform:translate(-50%)}.service-pin-connector:before{top:-1px}.service-pin-connector:after{bottom:-1px}.service-pin[data-connector-direction=up] .service-pin-connector{top:auto;bottom:calc(100% + 1px);transform:translate(-50%)}.service-pin[data-connector-direction=down] .service-pin-connector{top:calc(100% + 1px);bottom:auto;transform:translate(-50%)}.service-pin.is-active{z-index:2;box-shadow:0 0 0 6px #ffffff29,0 14px 26px #00000047;color:#111!important;background:#fff!important}.service-pin-ring{border-radius:inherit;opacity:.18;border:1.5px solid;position:absolute;inset:0}.service-pin.is-active .service-pin-ring{opacity:1}.service-pin.is-active .service-pin-connector{opacity:.95;background:#fff}.service-pin-label{z-index:1;letter-spacing:.08em;font-size:.55rem;font-weight:800;position:relative}.services-visual-note{color:#ffffffdb;font-size:.98rem}.services-editor{background:#0000002e;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex}.services-editor-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.services-editor-head strong{color:#fff;font-size:.92rem}.services-editor-inline .services-editor-head strong{font-size:.98rem}.services-copy-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:999px;min-height:38px;padding:0 14px;font-size:.85rem;font-weight:700}.services-copy-btn:hover{background:#ffffff1a}.services-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.services-editor-grid label{color:#ffffffdb;flex-direction:column;gap:8px;font-size:.82rem;display:flex}.services-editor-grid input[type=number],.services-editor-grid select{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;width:100%;min-height:42px;padding:0 12px}.services-editor-grid option{color:#111}.services-editor-grid input[type=range]{width:100%}.services-editor-grid strong{color:#fff;font-size:.85rem}.services-editor-span-2{grid-column:1/-1}.services-pin-reference{background:#00000026;border:1px solid #ffffff1f;border-radius:18px;padding:14px 16px}.services-pin-reference summary{cursor:pointer;color:#fff;font-weight:700}.services-pin-reference pre{color:#ffffffd1;white-space:pre-wrap;margin:12px 0 0;font-size:.8rem;line-height:1.5;overflow:auto}.services-action{justify-content:center;margin-top:56px;padding-bottom:20px;display:flex}.differentials{color:#fff;background:radial-gradient(at 18% 18%,#ffffff14,#0000 28%),radial-gradient(at 82% 78%,#ffffff0d,#0000 32%),linear-gradient(135deg,#050505 0%,#111 46%,#1c1c1c 100%)}.differentials-layout{flex-direction:column;align-items:stretch;gap:48px;display:flex}.differentials-copy{max-width:560px}.differentials-copy-centered{text-align:center;max-width:780px;margin:0 auto}.differentials-action{justify-content:center;margin-top:8px;display:flex}.differentials .eyebrow{color:#fff}.differentials .eyebrow:before,.differentials .eyebrow:after{background:#fff}.differentials-copy h2{color:#fff;font-size:clamp(1.125rem,2.25vw,2.175rem);line-height:1.02}.differentials-copy h2 .gold{color:#fff!important}.differentials-copy p:not(.eyebrow){color:#ffffffe0;margin-top:22px;font-size:1.5rem;line-height:1.42}.differentials-copy .button{margin-top:32px}.diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.diff-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.diff-card{color:#fff;text-align:center;background:linear-gradient(160deg,#ffffff14,#ffffff08),#ffffff05;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;min-height:240px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 56px #0003,inset 0 1px #ffffff0a}.diff-card:after{color:#ffffff12;content:attr(data-index);font-size:8rem;font-weight:900;line-height:1;position:absolute;bottom:-38px;right:-28px}.diff-icon{color:#fff;background:linear-gradient(#2a2a2a,#121212);border:1px solid #ffffff14;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:26px;font-size:.95rem;font-weight:900;display:inline-grid}.diff-card h3{z-index:1;color:#fff;margin-bottom:12px;font-size:1.45rem;font-weight:800;position:relative}.diff-card p{z-index:1;color:#ffffffe6;font-size:1.08rem;line-height:1.45;position:relative}.reviews{background:#fff}.reviews .section-heading h2{font-size:clamp(1.4rem,2.4vw,1.9rem)}.reviews-title-logo{vertical-align:middle;object-fit:contain;width:auto;height:clamp(44px,4.8vw,68px);margin-left:10px;display:inline-block}.google-badge{color:#fff;background:linear-gradient(135deg,#1867f8,#1a1a1a);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:fit-content;max-width:100%;margin:0 auto 56px;padding:20px 26px;display:flex;box-shadow:0 20px 50px #062f7640}.google-badge .g-mark{background:#fff;border-radius:14px;place-items:center;width:118px;height:82px;display:grid;overflow:hidden}.google-badge .g-mark img{object-fit:contain;width:88%;height:88%;display:block}.google-badge .g-stars{color:var(--yellow);letter-spacing:2px;font-size:1.4rem}.review-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.reviews-carousel-wrap{padding:0 56px;position:relative}.reviews-carousel{width:100%}.review-slide{flex-basis:33.3333%}.review-card{background:#25272f;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:14px;padding:24px 26px 26px;display:flex;box-shadow:0 18px 40px #0000002e}.review-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.review-ident{align-items:center;gap:16px;min-width:0;display:flex}.review-name-group{flex-direction:column;min-width:0;display:flex}.review-name-group strong{color:#f3f4f7;font-size:1.15rem;line-height:1.15}.review-meta{color:#fff9;font-size:.95rem;line-height:1.25}.review-age{color:#ffffff9e;font-size:1rem;line-height:1}.review-menu{color:#ffffffbf;-webkit-user-select:none;user-select:none;padding:2px 4px;font-size:2rem;line-height:.7}.review-rating-row{align-items:center;gap:12px;margin-left:2px;display:flex}.review-stars{color:var(--yellow);letter-spacing:1px;font-size:1.25rem;line-height:1}.review-card p{color:#ffffffd1;flex:1;font-size:1.06rem;line-height:1.48}.review-avatar{color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;font-size:1.3rem;font-weight:800;display:grid;overflow:hidden}.review-avatar img{object-fit:cover;width:100%;height:100%;display:block}.review-avatar-fallback{place-items:center;width:100%;height:100%;display:grid}.reviews-carousel-btn{box-shadow:0 10px 22px #062f7647;color:#fff!important;background:var(--blue-deep)!important;border:0!important;width:42px!important;height:42px!important}.reviews-carousel-btn:hover{background:var(--blue)!important}.reviews-carousel-btn:disabled{opacity:.35!important}.reviews-carousel-prev{left:-52px!important}.reviews-carousel-next{right:-52px!important}.location{color:#fff;background:radial-gradient(at 20% 30%,#ffd4001f,#0000 55%),linear-gradient(135deg,#1a1a1a,#1867f8)}.location-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}.location-gallery{min-width:0}.location-carousel{width:100%}.location-slide{flex-basis:100%}.location-slide-placeholder{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#ffd40029,#0b46a880),repeating-linear-gradient(45deg,#ffffff0d 0 16px,#ffffff05 16px 32px);border:1px solid #ffffff29;place-items:center;height:clamp(320px,40vw,560px);font-weight:700;display:grid;position:relative;overflow:hidden}.location-slide-placeholder img{object-fit:cover;width:100%;height:100%;display:block}.location-slide-placeholder.has-image:after{content:"";background:linear-gradient(#1a1a1a14,#1a1a1a38);position:absolute;inset:0}.location-carousel-btn{color:#fff!important;background:#062f76e6!important;border:0!important;width:40px!important;height:40px!important}.location-carousel-prev{left:12px!important}.location-carousel-next{right:12px!important}.location-carousel-btn{display:none!important}.location h2{color:#fff;font-family:var(--font-body);font-size:clamp(.95rem,2vw,1.5rem);line-height:1.08}.location h2 .gold{color:#fff}.location p{font-family:var(--font-body);color:#ffffffe6;margin:18px 0;font-size:1.1rem;line-height:1.35}.location-info{flex-direction:column;display:flex}.map-placeholder{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#ffd40033,#0b46a899),repeating-linear-gradient(0deg,#ffffff0d 0 18px,#ffffff05 18px 36px);min-height:360px}.map-embed{border-radius:var(--radius-lg);border:1px solid #ffffff29;min-height:360px;overflow:hidden;box-shadow:0 22px 50px #00000038}.map-embed iframe{border:0;width:100%;height:100%;min-height:360px;display:block}.map-embed-small{min-height:230px;margin-top:20px}.map-embed-small iframe{min-height:230px}.site-footer{color:#ffffffe0;background:radial-gradient(at 18% 18%,#ffffff14,#0000 28%),radial-gradient(at 82% 78%,#ffffff0d,#0000 32%),linear-gradient(135deg,#050505 0%,#111 46%,#1c1c1c 100%);padding:56px 0 24px}.footer-grid{border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:36px;display:grid}.footer-brand{align-items:center;gap:14px;display:flex}.footer-grid h4{font-family:var(--font-body);color:#fff;letter-spacing:.2em;text-transform:uppercase;margin:0 0 14px;font-size:.85rem;font-weight:800}.footer-grid p{font-family:var(--font-body);color:#ffffffe6;align-items:center;gap:10px;margin:8px 0;font-size:.95rem;line-height:1.45;display:flex}.site-footer .footer-brand small{font-family:var(--font-body);font-size:.86rem;color:#ffffffb8!important}.footer-brand strong{font-family:var(--font-body)}.footer-grid .ico{color:var(--yellow);font-weight:900}.footer-bottom{color:#ffffffb8;justify-content:space-between;align-items:center;gap:16px;padding-top:22px;font-size:.9rem;display:flex}.whatsapp-float{z-index:50;color:#fff;background:var(--green);border-radius:50%;place-items:center;width:62px;height:62px;text-decoration:none;animation:2.2s ease-out infinite pulse;display:inline-grid;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 28px #1867f880}.whatsapp-float:hover{background:var(--green-dark)}@keyframes pulse{0%{box-shadow:0 10px 28px #1867f880,0 0 #1867f880}70%{box-shadow:0 10px 28px #1867f880,0 0 0 18px #1867f800}to{box-shadow:0 10px 28px #1867f880,0 0 #1867f800}}.brand-logo{object-fit:contain;background:#fff;border-radius:10px;width:44px;height:44px;padding:4px}.brand-logo-footer{background:#fff}.hero-head{align-items:center;gap:14px;margin-top:90px;margin-bottom:14px;display:flex}.hero-head .hero-logo{margin-bottom:0}.hero-logo{background:#fff;border-radius:14px;width:68px;height:auto;margin-bottom:22px;padding:6px}.hero{position:relative}.hero-infobar{-webkit-backdrop-filter:blur(10px);z-index:5;background:#0000008c;border-top:1px solid #ffffff14;position:absolute;bottom:0;left:0;right:0}.hero-infobar-inner{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto;padding:22px 28px;display:grid}.hero-info-item{color:#fff;align-items:center;gap:14px;display:flex}.hero-info-item i{color:#fff;border:1px solid #ffffff59;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1.4rem;display:grid}.hero-info-item strong{font-size:.95rem;font-weight:700;display:block}.hero-info-item span{color:#ffffffd1;font-size:.9rem;display:block}@media (width<=860px){.hero-infobar{z-index:3;border-radius:18px;margin-top:22px;position:relative;overflow:hidden}.hero-infobar-inner{grid-template-columns:1fr;gap:14px;padding:18px 20px}}.whatsapp-float{box-shadow:none!important;background:0 0!important;width:72px!important;height:72px!important;padding:0!important}.whatsapp-float img{object-fit:contain;filter:drop-shadow(0 6px 16px #00000040);width:100%;height:100%;transition:transform .2s}.whatsapp-float:hover img{transform:scale(1.08)}@media (width<=768px){.nav-pill{flex-wrap:nowrap;align-items:center;gap:12px;padding:10px 18px}.brand-cluster{flex:auto;min-width:0}.menu-toggle{flex:none;align-self:center;margin-left:auto;display:inline-flex}.nav-cta,.nav-links{display:none}.nav-links.is-open{z-index:45;background:#0a0a0afa;border:1px solid #ffffff14;border-radius:24px;justify-items:stretch;gap:8px;width:100%;max-height:calc(100vh - 120px);padding:12px;display:grid;position:absolute;top:calc(100% + 12px);left:0;right:0;overflow:auto;box-shadow:0 18px 36px #00000047}.nav-links.is-open a{color:#fff;background:#ffffff08;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:62px;padding:16px 20px;display:flex}.nav-links.is-open a:hover,.nav-links.is-open a:focus-visible{background:#ffffff14;outline:none}.hero-grid,.split,.location-grid{grid-template-columns:1fr;gap:40px}.split-body{grid-template-columns:1fr;gap:0}.split-row{grid-template-columns:1fr;justify-items:center;gap:18px;width:100%;padding:18px 0}.split-image{justify-content:center;width:100%}.split-image-frame{width:100%;max-width:none}.split-copy{text-align:center;justify-content:flex-start;width:100%}.split-copy p{max-width:100%;margin:0 auto}.location-grid{gap:28px}.location-slide-placeholder{height:320px}.differentials-layout{grid-template-columns:1fr;gap:36px}.differentials-copy{max-width:760px}.review-grid,.diff-grid{grid-template-columns:repeat(2,1fr)}.services-layout{grid-template-columns:1fr;overflow-x:clip}.services{background-position:50%;padding-bottom:112px}.services-sticky{display:none}.brands-carousel-prev{left:-6px!important}.brands-carousel-next{right:-6px!important}.reviews-carousel-wrap{padding:0 16px}.review-slide{flex-basis:50%}.review-card{padding:20px}.review-name-group strong{font-size:1.02rem}.review-meta,.review-age{font-size:.9rem}.review-avatar{width:52px;height:52px;font-size:1.1rem}.reviews-carousel-prev{left:-8px!important}.reviews-carousel-next{right:-8px!important}.reviews-title-logo{height:clamp(36px,8vw,52px)}.footer-grid{grid-template-columns:1fr;gap:28px}.hero h1{font-size:12px}.hero-logo{width:60px}.hero-highlight{font-size:1rem}.hero-subtitle{font-size:.88rem}.split h2{font-size:clamp(1rem,3.5vw,1.7rem)}.video-embed{width:min(100%,340px)}}@media (width<=640px){:root{--container:min(100% - 28px, 1180px)}.section,.hero{padding:64px 0}.hero{background-position:50%,50%,72%}.trust-strip{background-position:50%;padding:72px 0}.trust-strip-card{border-radius:22px;padding:20px 18px 22px}.trust-strip-card h2{font-size:clamp(.82rem,3.3vw,1.02rem);line-height:1.28}.trust-strip-cred{flex-direction:column;gap:12px;margin-top:18px;display:flex}.trust-strip-cred p{order:2}.trust-strip-cred-image{border-radius:8px;width:58px}.trust-strip-cred-image-right{order:3;width:64px}.hero .container{text-align:center}.hero-grid>div{margin:0 auto}.hero-head{justify-content:center}.hero-head .hero-logo{margin:0}.hero-highlight,.hero-subtitle,.hero-stars,.hero-stars-text{text-align:center;margin-left:auto;margin-right:auto}.hero-partner-box{white-space:normal;text-align:left;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:12px;max-width:100%}.hero-stars-text{white-space:normal;text-wrap:pretty;text-align:left;line-height:1.2}.hero-stars{justify-content:center}.hero-grid{text-align:center;justify-items:center}.split>div:first-child{text-align:center}.split h2,.split p,.split .button{margin-left:auto;margin-right:auto}.split p{max-width:560px}.split h2{font-size:1.05rem;font-weight:800;line-height:1.25}.split p{font-size:1rem}.review-grid,.diff-grid{grid-template-columns:1fr}.services-layout{gap:18px}.services{background-position:50%;padding-bottom:96px}.service-list-item{padding:16px}.services-editor-inline{margin-left:0}.service-pin{--pin-size:18px}.services-editor-grid{grid-template-columns:1fr}.services-editor-span-2{grid-column:auto}.services-pin-reference pre{font-size:.78rem}.differentials-copy{text-align:center}.differentials-copy h2,.differentials-copy p:not(.eyebrow),.differentials-copy .button{margin-left:auto;margin-right:auto}.differentials-copy p:not(.eyebrow){max-width:560px}.brands-carousel-btn{display:none!important}.location-slide-placeholder{height:240px}.map-embed-small,.map-embed-small iframe{min-height:200px}.location-info{text-align:center}.location h2{max-width:560px;margin-left:auto;margin-right:auto}.location p{max-width:560px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.35}.review-slide{flex-basis:100%}.reviews-carousel-wrap{padding:0}.reviews-carousel-btn{display:none!important}.google-badge .g-stars,.review-stars{display:none}.review-header,.review-ident{gap:12px}.review-menu{font-size:1.8rem}.review-card p{font-size:.98rem;line-height:1.42}.diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.diff-card{text-align:left;grid-template-columns:auto 1fr;align-items:center;gap:10px 12px;min-height:auto;padding:18px;display:grid}.diff-icon{border-radius:14px;align-self:start;width:44px;height:44px;margin-bottom:0}.diff-card h3{align-self:center;margin-bottom:0;font-size:.9rem;line-height:1.15}.diff-card p{grid-column:2;align-self:start;margin-top:0;font-size:.92rem;line-height:1.42}.differentials-copy h2{font-size:clamp(1rem,4.5vw,1.4rem)}.google-badge{text-align:center;flex-direction:column;gap:18px;padding:24px}.button{white-space:nowrap;width:auto;min-width:min(100%,320px);padding-inline:18px}.brand small{display:none}.footer-bottom{text-align:center;flex-direction:column}.hero h1{display:none}.hero-logo{width:80px;margin-bottom:18px}.hero-highlight{letter-spacing:.008em;color:#fff;max-width:560px;font-size:1.12rem;font-weight:700;line-height:1.62}.hero-highlight .gold{color:#fff}.hero-subtitle{color:#ffffffeb;max-width:560px;font-size:.9rem;line-height:1.5}.hero-stars-text{font-size:.8rem;line-height:1.25}.hero-partner-box{text-align:left;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;max-width:560px}.hero-partner-box .hero-stars-text{white-space:normal;text-align:left;line-height:1.2}.hero-partner-box .porto-seguro-badge{width:48px;height:auto}.brands-track{--brands-gap:12px;grid-auto-columns:112px;animation-duration:22s}.brand-card{border-radius:10px;height:56px}.brand-card img{max-width:80%;max-height:34px}.video-embed{width:min(100%,300px)}}.porto-seguro-badge{vertical-align:middle;flex:none;width:auto;height:22px;display:inline-block}.split-slides{position:relative;overflow:hidden}.split-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;animation:10s infinite splitFade;position:absolute;inset:0}@keyframes splitFade{0%{opacity:0}10%{opacity:1}50%{opacity:1}60%{opacity:0}to{opacity:0}}
