@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#151515;--red:#e13637;--deep-red:#c52b2b;--gray:#606064;--line:#dedede;--paper:#f3f3f3;--white:#fff;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif;scroll-behavior:smooth;scroll-padding-top:105px}
*{box-sizing:border-box}body{margin:0;font-family:var(--body);font-size:16px;line-height:1.6;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,summary{font:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.02}h2{font-size:clamp(2.8rem,4.4vw,4.5rem);letter-spacing:-.015em}h3{font-size:1.9rem;line-height:1.1}p{color:var(--gray)}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section{padding-block:100px}.icon{display:inline-flex;width:24px;height:24px;flex:none}.icon svg{width:100%;height:100%;stroke-width:1.7}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;color:var(--deep-red);margin-bottom:20px;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:22px;height:3px;background:var(--red)}.eyebrow.light{color:#f3f3f3}.skip{position:fixed;top:-80px;left:15px;background:#fff;padding:12px;z-index:30}.skip:focus{top:10px}:focus-visible{outline:3px solid #ee773b;outline-offset:5px}.topbar{background:#252525;color:#c7c7c7;font-size:.8rem}.topbar .wrap{display:flex;justify-content:space-between;padding-block:8px}.header{background:var(--ink);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff14}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:98px}.brand img{width:178px;height:auto}.header nav{display:flex;gap:30px;font-size:.9rem;font-weight:500}.header nav a{transition:color .2s}.header nav a:hover{color:#ff6c6c}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 25px;min-height:56px;font-size:.94rem;line-height:1.3;font-weight:700;border:1px solid transparent;border-radius:3px;transition:background .2s,transform .2s;cursor:pointer;text-align:center}.button:hover{transform:translateY(-2px)}.primary{background:var(--red);color:#fff}.primary:hover{background:var(--deep-red)}.button-small{padding:13px 20px;min-height:48px}.outline{color:#fff;border-color:#ffffff70;background:#ffffff05}.outline:hover{background:#ffffff15}.white{background:white;color:var(--ink)}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero{min-height:640px;height:calc(100svh - 135px);max-height:850px;position:relative;isolation:isolate;background:#181818;color:white;display:flex;align-items:center;overflow:hidden}.hero-photo{position:absolute;inset:0 0 0 23%;z-index:-3}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:60% center}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#111 2%,#111f 14%,#111e 26%,#1119 45%,#1113 72%,#1112),linear-gradient(0deg,#1119,transparent 40%)}.hero-content{padding-block:72px}.hero .eyebrow{font-size:.78rem}.hero h1{font-size:clamp(4.2rem,6.7vw,7rem);line-height:.99;letter-spacing:-.02em;max-width:760px;font-weight:700}.hero h1 span{color:#f54a4b}.hero p{color:#d1d1d1;margin:26px 0 30px;font-size:1.07rem;max-width:540px;line-height:1.65}.hero-rating{display:flex;align-items:center;gap:10px;font-size:.83rem;margin-top:34px;color:#c6c6c6;width:fit-content}.hero-rating strong{font-weight:600;color:#eee}.stars{color:#f0b853;letter-spacing:.1em;font-size:1rem}.rating-divider{margin-inline:2px;color:#666}.hero-caption{position:absolute;bottom:30px;right:48px;display:flex;align-items:center;gap:10px;font-size:.75rem;color:#ddd}.caption-line{width:24px;height:1px;background:#fff}.trust-strip{background:#252525;color:#d4d4d4}.trust-strip .wrap{display:flex;justify-content:space-between;gap:20px;padding-block:26px}.trust-strip .wrap>span{display:flex;align-items:center;gap:12px;font-size:.9rem}.trust-strip .icon{color:#ef5959}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-head>p{max-width:355px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service{border:1px solid var(--line);padding:30px;display:flex;flex-direction:column;min-height:318px;transition:background .2s,border-color .2s}.service:hover{background:#f7f7f7;border-color:#c52b2b}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.service-top>.icon{width:31px;height:31px;color:var(--deep-red)}.service-no{font-family:var(--display);font-size:1.4rem;color:#999}.service p{font-size:.94rem;line-height:1.6;margin-top:14px;margin-bottom:26px;max-width:280px}.service-link{display:flex;justify-content:space-between;gap:8px;font-size:.85rem;font-weight:600;margin-top:auto}.service-link>span{font-size:1.3rem}.featured{border-top:3px solid var(--red)}.diesel{background:#222;color:#fff;border-color:#222}.diesel:hover{background:#2b2b2b}.diesel p{color:#bfbfbf}.diesel .service-top>.icon{color:#ff6464}.services-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;font-size:.88rem;color:var(--gray)}.text-link{display:inline-flex;align-items:center;gap:15px;color:var(--ink);font-size:.9rem;font-weight:700;text-underline-offset:5px}.text-link:hover{text-decoration:underline}.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:1.14fr 1fr;gap:84px;align-items:center}.about-image{position:relative}.about-image>img{width:100%;height:520px;object-fit:cover;object-position:53% center}.image-note{position:absolute;bottom:-1px;right:-1px;background:var(--red);padding:24px 34px;color:white;font-family:var(--display);font-size:2.2rem;line-height:1.05}.image-note strong{font-weight:600}.about-copy p{margin-top:22px;max-width:460px}.about-copy .text-link{margin-top:26px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;padding:0;margin:54px 0 0;list-style:none}.steps li{border-top:1px solid #d5d5d5;padding-top:24px}.step-number{display:block;font-size:2.8rem;font-family:var(--display);font-weight:500;color:var(--red);margin-bottom:16px;line-height:1}.steps h3{font-size:1.55rem;margin-bottom:10px}.steps p{font-size:.94rem;line-height:1.6}.cases{background:#191919;color:#fff}.cases .section-head>p{color:#b9b9b9}.case-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}.case-photo{position:relative;min-height:540px;max-height:710px;overflow:hidden}.case-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.photo-tag{position:absolute;left:24px;bottom:24px;color:white;font-weight:600;font-size:.75rem;letter-spacing:.11em;background:#151515dc;padding:10px 15px}.case-list>a{display:block;padding:26px 0 28px;border-bottom:1px solid #414141}.case-list>a:first-child{padding-top:0}.case-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.case-label{font-size:.76rem;color:#ff6667;letter-spacing:.1em;font-weight:600}.play{display:grid;place-items:center;width:36px;height:36px;border:1px solid #666;border-radius:50%;font-size:12px;color:#eee}.case-list h3{font-size:2.35rem}.case-list p{color:#b6b6b6;margin-top:12px;max-width:430px;font-size:.94rem}.case-cta{display:inline-block;margin-top:20px;font-size:.86rem;font-weight:600}.case-list>a:hover .case-cta{color:#ff6768}.case-note{font-size:.8rem;color:#a4a4a4;margin-top:25px}.google-score{display:flex;align-items:center;gap:22px}.google-score>strong{font-family:var(--display);font-size:4rem;font-weight:600;line-height:1}.google-score>strong>span{font-size:1.25rem;color:#999}.google-score>div{display:flex;flex-direction:column;font-size:.85rem;color:var(--gray)}.google-score .stars{font-size:1.25rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-grid figure{margin:0;padding:25px 28px 30px;background:#f4f4f4;display:flex;flex-direction:column}.quote-mark{font-size:3.5rem;line-height:.9;color:var(--red);font-family:Georgia,serif;margin-top:12px}.review-grid blockquote{margin:10px 0 32px;font-size:1.2rem;line-height:1.5;max-width:300px;min-height:58px}.review-grid figcaption{display:flex;align-items:center;gap:13px;margin-top:auto}.avatar{width:40px;height:40px;border-radius:50%;background:#e4e4e4;display:grid;place-items:center;font-size:.75rem;font-weight:600;flex:none}.review-grid figcaption strong{display:block;font-size:.87rem}.review-grid figcaption a{font-size:.75rem;color:var(--gray)}.review-grid figcaption a:hover{text-decoration:underline}.reviews-foot{display:flex;justify-content:space-between;gap:20px;margin-top:25px;align-items:center}.reviews-foot>span{font-size:.77rem;color:#777}.location{background:#f0f0f0}.location-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.location address{font-style:normal;font-size:1.1rem;line-height:1.65;margin-top:28px}.location address>span{font-size:.9rem;color:#666}.hours{display:flex;gap:13px;margin-top:26px}.hours .icon{margin-top:3px;color:#bd2b2b}.hours strong{font-size:.9rem;display:block}.hours span:not(.icon){font-size:.85rem;color:#6f6f6f}.location-copy>p{max-width:350px;margin-top:23px;font-size:.94rem}.location-copy .actions{margin-top:26px}.location-visual>img{width:100%;height:285px;object-fit:cover;object-position:center 55%}.map-container{height:240px;background:#ddd;border:1px solid #d0d0d0;border-top:4px solid #fff}.map-container iframe{width:100%;height:100%;border:0;filter:grayscale(.7)}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.faq-head p{max-width:280px;margin-top:24px}.faq-items{border-top:1px solid #ccc}.faq details{border-bottom:1px solid #d9d9d9}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:23px 0;cursor:pointer;font-size:1rem;font-weight:600}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:1.5rem;font-weight:400;color:#a22}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{padding:0 35px 25px 0;font-size:.95rem;line-height:1.7}.final-cta{background:var(--deep-red);color:#fff;padding-block:70px}.final-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.final-cta .eyebrow:before{background:white}.final-cta h2{font-size:clamp(3.2rem,5vw,5rem)}.final-cta p{color:#ffe4e4;margin-top:20px}.final-cta .button{flex:none}.final-cta .icon{color:#b52525}footer{background:#161616;color:#b7b7b7}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:42px}.footer-main p{font-size:.88rem;color:#aaa}.footer-main>a:last-child{font-size:.9rem;color:#eee}.footer-bottom{border-top:1px solid #333;display:flex;justify-content:space-between;gap:20px;padding-block:22px;font-size:.76rem}.mobile-bar{display:none}
@media(min-width:1650px){.wrap{width:min(1380px,calc(100% - 120px))}.hero h1{font-size:7.4rem}}
@media(max-width:1100px){.wrap{width:calc(100% - 60px)}.header nav{gap:20px}.header nav a{font-size:.82rem}.brand img{width:155px}.hero h1{font-size:5.4rem}.hero-photo{left:10%}.hero{min-height:650px}.service{padding:24px}.about-grid,.location-grid{gap:45px}.about-image>img{height:480px}.case-layout{gap:40px}.faq{gap:50px}.review-grid figure{padding:24px 20px}.review-grid figcaption{gap:8px}.avatar{width:34px;height:34px}.trust-strip .wrap>span{font-size:.8rem}.final-cta .button{padding:18px}.section{padding-block:80px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header-inner{height:82px}.header nav{display:none}.header .button-small{padding:12px 16px;font-size:.85rem;min-height:44px}.header .button-small .icon{width:20px;height:20px}.brand img{width:145px}.hero{height:auto;min-height:620px}.hero h1{font-size:4.8rem}.hero-photo{left:0}.hero-shade{background:linear-gradient(90deg,#111e,#111a 45%,#1115),linear-gradient(0deg,#111e,transparent 65%)}.hero-content{padding-block:68px}.hero-caption{display:none}.trust-strip .wrap{gap:18px;flex-wrap:wrap;justify-content:center}.trust-strip .wrap>span{font-size:.78rem}.trust-strip .icon{width:20px;height:20px}.section-head{gap:24px}.section-head>p{max-width:280px;font-size:.95rem}.service-grid{grid-template-columns:repeat(2,1fr)}.services-foot{align-items:flex-start;flex-direction:column;gap:10px}.about-grid{gap:35px}.about-copy h2{font-size:3.2rem}.about-copy p{font-size:.93rem}.about-image>img{height:450px}.image-note{font-size:1.7rem;padding:20px}.steps{grid-template-columns:repeat(2,1fr);row-gap:35px}.case-layout{gap:30px}.case-photo{min-height:600px}.case-list h3{font-size:2rem}.google-score{gap:12px}.review-grid{grid-template-columns:1fr}.review-grid figure{padding:24px 28px;position:relative}.quote-mark{position:absolute;right:24px;top:22px}.review-grid blockquote{min-height:0;max-width:85%;margin-top:5px;margin-bottom:24px}.review-grid figcaption a{font-size:.8rem}.location-grid{gap:30px;grid-template-columns:1fr 1fr}.location h2{font-size:3.2rem}.location address{font-size:1rem}.hours strong{font-size:.8rem}.location-visual>img{height:260px}.map-container{height:280px}.faq{grid-template-columns:.65fr 1.35fr;gap:36px}.final-cta .wrap{align-items:flex-start;flex-direction:column;gap:30px}}
@media(max-width:580px){:root{scroll-padding-top:85px}.wrap{width:calc(100% - 40px)}.topbar .wrap{font-size:.71rem;gap:8px;padding-block:7px}.header-inner{height:76px;gap:15px}.brand img{width:127px}.header .button-small{min-height:42px;padding:11px 12px;font-size:.78rem}.header .button-small .icon{width:18px;height:18px}.hero{min-height:660px;align-items:flex-start}.hero-photo{inset:0}.hero-photo img{object-position:61% center;opacity:.7}.hero-shade{background:linear-gradient(90deg,#111b,#1116 70%),linear-gradient(0deg,#111 0%,#111c 20%,#1115 65%,#1115)}.hero-content{padding-top:55px;padding-bottom:45px}.hero .eyebrow{font-size:.67rem;letter-spacing:.08em;gap:8px;margin-bottom:24px}.hero .eyebrow:before{width:15px}.hero h1{font-size:clamp(3.5rem,12.8vw,5rem);line-height:1.01;font-weight:700;letter-spacing:-.015em}.hero p{font-size:1rem;line-height:1.6;margin:25px 0 28px;max-width:330px}.hero .actions{gap:10px;align-items:stretch;flex-direction:column;max-width:350px}.hero .button{min-height:54px;padding:15px 16px}.hero-rating{font-size:.73rem;gap:7px;flex-wrap:wrap;margin-top:25px}.hero-rating .stars{font-size:.82rem}.hero-rating .rating-divider{display:none}.desktop{display:none}.trust-strip .wrap{padding-block:22px;justify-content:flex-start;row-gap:16px}.trust-strip .wrap>span{width:100%;font-size:.84rem;gap:12px}.trust-strip .icon{width:22px;height:22px}.section{padding-block:65px}.eyebrow{font-size:.72rem;letter-spacing:.1em;margin-bottom:16px}h2{font-size:3.2rem}.section-head{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:30px}.section-head>p{max-width:340px;font-size:.97rem}.service-grid{gap:12px}.service{padding:22px 18px;min-height:314px}.service h3{font-size:1.5rem;line-height:1.1}.service h3 br{display:none}.service-top{margin-bottom:23px}.service-top>.icon{width:27px;height:27px}.service-no{font-size:1.2rem}.service p{font-size:.84rem;line-height:1.55;margin-bottom:22px}.service-link{font-size:.75rem;line-height:1.45;align-items:center;gap:4px}.service-link>span{font-size:1.2rem}.services-foot{font-size:.9rem}.services-foot .text-link{font-size:.83rem}.about-grid{grid-template-columns:1fr;gap:37px}.about-image>img{height:360px}.image-note{font-size:2rem;padding:20px 26px}.about-copy h2{font-size:3.3rem}.about-copy p{font-size:1rem;max-width:none}.steps{gap:30px 23px;margin-top:35px}.steps h3{font-size:1.55rem;max-width:170px}.steps p{font-size:.9rem}.step-number{font-size:2.5rem}.case-layout{grid-template-columns:1fr;gap:32px}.case-photo{height:340px;min-height:0}.case-photo img{object-position:50% 56%}.case-list h3{font-size:2.15rem}.case-list p{font-size:.95rem}.case-note{font-size:.8rem}.google-score{gap:22px;margin-top:7px}.google-score>strong{font-size:3.6rem}.google-score>div{font-size:.85rem}.review-grid{gap:12px}.review-grid blockquote{font-size:1.15rem}.review-grid figcaption a{font-size:.75rem}.reviews-foot{align-items:flex-start;flex-direction:column;gap:14px}.location-grid{grid-template-columns:1fr;gap:35px}.location h2{font-size:3.3rem}.location address{font-size:1.1rem}.hours strong{font-size:.88rem}.location-copy .actions{gap:20px}.location-visual>img{height:230px}.map-container{height:240px}.faq{grid-template-columns:1fr;gap:30px}.faq-head p{max-width:330px}.faq summary{font-size:.97rem;padding-block:21px}.faq details p{padding-right:10px;font-size:.93rem}.final-cta{padding-block:55px}.final-cta h2{font-size:3.5rem}.final-cta .button{width:100%;padding:17px 12px;font-size:.9rem}.final-cta p{font-size:.96rem}.footer-main{align-items:flex-start;flex-wrap:wrap;gap:26px;padding-block:34px}.footer-main img{width:140px}.footer-main p{font-size:.82rem;flex-basis:100%;order:2}.footer-main>a:last-child{align-self:center;font-size:.83rem}.footer-bottom{font-size:.71rem;padding-bottom:110px;gap:15px}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;background:white;padding:10px 16px max(10px,env(safe-area-inset-bottom));gap:10px;border-top:1px solid #ddd;box-shadow:0 -4px 18px #00000010}.mobile-bar a{display:flex;align-items:center;justify-content:center;gap:7px;flex:1;min-height:48px;font-size:.85rem;font-weight:700;border:1px solid #ddd;border-radius:3px;color:#222}.mobile-bar a.mobile-whatsapp{background:var(--red);border-color:var(--red);color:white}.mobile-bar .icon{width:20px;height:20px}}
@media(max-width:359px){.wrap{width:calc(100% - 30px)}.hero h1{font-size:3.35rem}.hero .eyebrow{font-size:.6rem}.header .button-small>span:last-child{font-size:.7rem}.service-grid{grid-template-columns:1fr}.service{min-height:270px}.service p{font-size:1rem}.service-link{font-size:.9rem}.topbar .wrap{font-size:.65rem}.hero-rating{font-size:.7rem}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Readable body and touch labels across widths. */
.service p,.steps p,.case-list p,.about-copy p,.location-copy>p,.faq details p{font-size:1rem}.service-link{font-size:.875rem}.topbar .wrap{font-size:.875rem;flex-wrap:wrap}.header .button-small{font-size:.875rem}.trust-strip .wrap>span{font-size:.875rem}@media(max-width:580px){.hero .eyebrow{font-size:.75rem}.hero{min-height:680px}.service{min-height:345px}.service-link{flex-wrap:wrap}.service-link>span{margin-left:auto}.header .button-small{padding:10px}.header .button-small>span:last-child{font-size:.875rem}}
/* Conversion-focused refinement. */
:root{--mobile-bar-height:0px;scroll-padding-bottom:calc(var(--mobile-bar-height) + 24px)}
body{padding-bottom:var(--mobile-bar-height)}
.hero{height:auto;min-height:770px;max-height:none}.hero-content{padding-block:48px}.hero h1{font-size:clamp(4rem,5.9vw,6rem)}.hero p{max-width:575px;margin:23px 0 18px}.hero-reasons{display:flex;flex-wrap:wrap;gap:8px 20px;padding:0;margin:0 0 25px;list-style:none;max-width:610px;font-size:.875rem;color:#eee}.hero-reasons li{display:flex;gap:8px;align-items:center}.hero-reasons li:before{content:'✓';color:#ff7778}.hero .actions{max-width:660px;gap:12px}.hero .actions .outline{border-color:#ffffff40;background:transparent}.hero .actions .primary{padding-inline:20px}.cta-guidance{display:flex;flex-direction:column;gap:2px;margin-top:13px;max-width:540px;color:#bdbdbd;font-size:.875rem;line-height:1.6}.cta-guidance strong{font-weight:500;color:#dedede}.hero-local{margin-top:22px;font-size:.875rem;color:#d5d5d5}.hero-rating{margin-top:6px;font-size:.875rem}.hero-review{margin:18px 0 0;border-left:2px solid #d34848;padding-left:15px;max-width:510px}.hero-review blockquote{font-size:1rem;margin:0;color:#eee;line-height:1.4}.hero-review figcaption{font-size:.8rem;margin-top:5px;color:#bbb}.hero-review a{text-decoration:underline;text-underline-offset:3px}.about{padding-block:65px}.about-image>img{height:340px}.about-copy h2{font-size:clamp(2.8rem,4vw,4rem)}.about-copy p{max-width:430px}.about-copy .text-link{color:var(--deep-red)}.about .image-note{font-size:1.8rem;padding:18px 25px}.cases .case-cta{font-size:.875rem;font-weight:400;color:#bfbfbf;text-decoration:underline;text-underline-offset:4px}.cases .play{width:28px;height:28px;font-size:10px;border-color:#505050}.cases .case-label{color:#b8b8b8}.case-list h3{font-size:2rem}.location-copy .actions .primary{background:transparent;color:var(--ink);border:1px solid #999}.location-copy .actions .primary:hover{background:#e2e2e2}.copy-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:10px;color:#555;cursor:pointer;width:44px;height:44px;vertical-align:middle}.copy-button:hover{color:var(--deep-red)}.copy-feedback{position:fixed;bottom:calc(var(--mobile-bar-height) + 18px);left:50%;transform:translateX(-50%);padding:12px 20px;background:#242424;color:white;box-shadow:0 3px 14px #0003;max-width:calc(100% - 32px);width:max-content;font-size:.875rem;border-radius:4px;z-index:40;visibility:hidden;opacity:0}.copy-feedback.visible{visibility:visible;opacity:1}.final-cta .button{max-width:440px}.hero-caption{font-size:.75rem}
@media(max-width:800px){.hero{min-height:800px}.hero h1{font-size:4.7rem}.hero-content{padding-block:45px}.hero-shade{background:linear-gradient(90deg,#111f,#111c 44%,#1116),linear-gradient(0deg,#111f,transparent 80%)}.about-image>img{height:340px}}
@media(max-width:580px){.hero{min-height:0}.hero-content{padding-top:36px;padding-bottom:35px}.hero h1{font-size:clamp(3.25rem,11.8vw,4.3rem)}.hero .eyebrow{margin-bottom:17px;font-size:.75rem}.hero p{margin:20px 0 16px;font-size:1rem}.hero-reasons{gap:7px;flex-direction:column;font-size:.875rem;margin-bottom:20px}.hero .actions{max-width:none}.hero .actions .primary{font-size:1rem;padding:15px 20px}.hero .actions .outline{min-height:44px;padding:10px 20px;font-size:.875rem}.cta-guidance{font-size:.875rem;line-height:1.55;margin-top:12px}.hero-local{margin-top:18px;font-size:.8rem}.hero-rating{font-size:.8rem;margin-top:7px;gap:8px}.hero-review{margin-top:15px}.hero-review figcaption{font-size:.75rem}.hero-photo img{object-position:65% center}.hero-shade{background:linear-gradient(0deg,#111 0%,#111f 36%,#111b 70%,#1118)}.about-image>img{height:280px}.about{padding-block:55px}.about-copy h2{font-size:3rem}.header .button-small{font-size:.875rem}.header .button-small .icon{display:none}.mobile-bar{align-items:stretch}.mobile-bar>a:first-child{flex:0 0 65px;flex-direction:column;gap:0;font-size:.8rem;font-weight:500;border-color:transparent;min-height:52px}.mobile-bar>a.mobile-whatsapp{font-size:.875rem;line-height:1.3;text-align:left;padding:12px;gap:10px;flex:1}.mobile-bar .mobile-whatsapp .icon{width:23px;height:23px}.footer-bottom{padding-bottom:25px}.final-cta .button{font-size:1rem}.hero-caption{display:none}}
@media(max-width:359px){.header .button-small>span:last-child{font-size:.8rem}.hero-local{font-size:.75rem}.hero .eyebrow{font-size:.7rem}}

.hero-review{margin-top:9px;margin-bottom:18px}.hero-rating{margin-top:0}.hero-reasons{margin-bottom:18px}.hero .actions{margin-top:0}.hero-review blockquote{font-size:.95rem}.hero-local{margin-top:13px}.hero-content{padding-block:38px}.hero h1{font-size:clamp(3.7rem,5.2vw,5.4rem)}@media(max-width:580px){.hero-content{padding-block:30px}.hero h1{font-size:clamp(3rem,10.8vw,4rem)}.hero p{margin-block:16px;font-size:1rem}.hero-review{margin-top:8px;margin-bottom:17px}.hero-reasons{margin-bottom:15px}.hero-review blockquote{font-size:.95rem}}
/* A quieter first screen: four clear content blocks. */
.header-location{display:none}.hero{min-height:680px}.hero-content{padding-block:82px}.hero h1{font-size:clamp(4rem,6.3vw,6.5rem);line-height:1.03;max-width:760px}.hero p{max-width:480px;font-size:1.05rem;line-height:1.75;margin:28px 0 38px}.hero .actions{margin:0}.hero .actions .primary{padding:18px 26px}.hero-rating{margin-top:30px;gap:10px;font-size:.85rem;color:#bcbcbc}.hero-rating .stars{font-size:.9rem}.hero-rating strong{font-weight:500}.hero-shade{background:linear-gradient(90deg,#111 3%,#111f 16%,#111d 35%,#1118 58%,#1113),linear-gradient(0deg,#1118,transparent 60%)}
@media(max-width:800px){.hero{min-height:640px}.hero-content{padding-block:65px}.hero h1{font-size:4.7rem}}
@media(max-width:580px){.topbar{display:none}.header-inner{height:82px}.header .button-small{display:none}.header-location{display:block;font-size:.8rem;font-weight:400;color:#bfbfbf}.brand img{width:135px}.hero{min-height:610px;align-items:center}.hero-content{padding-top:54px;padding-bottom:62px}.hero h1{font-size:clamp(3rem,11.4vw,4.4rem);line-height:1.06;letter-spacing:-.015em}.hero p{font-size:1rem;line-height:1.75;max-width:335px;margin-top:28px;margin-bottom:36px}.hero .actions .primary{font-size:.94rem;padding:18px 15px;min-height:58px}.hero-rating{margin-top:28px;font-size:.77rem;gap:8px}.hero-rating .stars{font-size:.85rem}.hero-shade{background:linear-gradient(90deg,#111b,#1117),linear-gradient(0deg,#111 0%,#111d 25%,#1117 70%,#1115)}.hero-photo img{opacity:.75;object-position:62% center}.hero .actions{width:100%}}
@media(max-width:359px){.header-location{font-size:.75rem}.hero-rating{gap:6px;font-size:.72rem}.hero .actions .primary{font-size:.875rem}}

/* Reviews: a quiet excerpt above the rating, longer cards with a visible next card. */
.topbar a:hover{text-decoration:underline;text-underline-offset:3px}
.hero{height:auto;max-height:none}
.hero-testimonials{max-width:460px;margin-top:32px}
.testimonial-track,.review-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.testimonial-track::-webkit-scrollbar,.review-track::-webkit-scrollbar{display:none}
.testimonial-track{gap:20px}
.testimonial-track figure{flex:0 0 100%;min-width:0;margin:0;padding:0 6px 0 16px;border-left:2px solid #a63838;scroll-snap-align:start}
.testimonial-track blockquote{margin:0;color:#e8e8e8;font-size:.98rem;line-height:1.6;font-weight:400}
.testimonial-track figcaption{margin-top:7px;color:#aaa;font-size:.8rem;line-height:1.5}
.testimonial-controls{display:flex;align-items:center;justify-content:center;margin-top:6px;width:100%}
[data-carousel-controls][hidden]{display:none}
.carousel-dots{display:flex;gap:0}
.carousel-dots button{display:grid;place-items:center;border:0;background:none;color:#aaa;padding:0;width:32px;height:32px;cursor:pointer}
.carousel-dots button span{height:5px;width:5px;border-radius:100%;background:#666}
.carousel-dots button[aria-current=true] span{background:#e9e9e9;width:16px;border-radius:4px}
.hero-rating{margin-top:22px}
.review-track{--review-width:min(440px,84%);gap:20px;padding-block:6px;align-items:stretch}
.review-track:after{content:'';flex:0 0 max(0px,calc(100% - var(--review-width) - 20px))}
.review-card{flex:0 0 var(--review-width);min-width:0;margin:0;padding:32px;background:#f4f4f4;border:1px solid #ededed;display:flex;flex-direction:column;scroll-snap-align:start}
.review-card blockquote{font-size:1.15rem;line-height:1.7;margin:0 0 32px;overflow-wrap:anywhere}
.review-card figcaption{display:flex;align-items:center;gap:12px;margin-top:auto}
.review-card figcaption strong{display:block;font-size:.9rem;line-height:1.5}
.review-kind{display:block;font-size:.76rem;color:#666;margin-top:3px}
.review-source{display:inline-flex;align-items:center;justify-content:center;flex:none;margin-top:18px;width:44px;height:44px;border-radius:50%;text-decoration:none;transition:background .2s}
.review-source img{width:24px;height:24px;object-fit:contain}
.review-source:hover{background:#e7e7e7}
.review-navigation{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;color:#707070;font-size:.8rem}
.review-navigation>span>span{margin-left:6px}
.carousel-arrows{display:flex;gap:10px;align-items:center}
.carousel-arrows button{width:44px;height:44px;border:1px solid #d7d7d7;border-radius:50%;background:#fff;cursor:pointer;font-size:1.25rem;color:#333}
.carousel-arrows button:hover{background:#f3f3f3;border-color:#999}
.carousel-count{min-width:32px;text-align:center;font-size:.75rem}
.reviews-foot{margin-top:24px;padding-top:22px;border-top:1px solid #e5e5e5}
@media(max-width:800px){.review-track{--review-width:76%}}
@media(max-width:580px){
  .header-inner{gap:14px;height:auto;min-height:88px;padding-block:12px}
  .brand{flex:0 0 115px}.brand img{width:115px}
  .header-location{font-size:.73rem;line-height:1.5;text-align:right;max-width:205px;min-width:0;color:#d2d2d2}
  .header-location>span{display:block}.header-location>span:first-child{text-decoration:underline;text-decoration-color:#6b6b6b;text-underline-offset:3px}.header-location>span+span{font-size:.7rem;color:#999;margin-top:3px}
  .header-location:hover{color:white}
  .hero-testimonials{margin-top:32px;max-width:100%}
  .testimonial-track blockquote{font-size:.94rem;line-height:1.6}
  .testimonial-track figcaption{font-size:.77rem}
  .hero-rating{margin-top:20px}
  .review-track{--review-width:86%;gap:14px}
  .review-track:after{flex-basis:calc(100% - var(--review-width) - 14px)}
  .review-card{padding:26px 22px}.review-card blockquote{font-size:1.05rem;line-height:1.7;margin-bottom:30px}
  .review-card figcaption strong{font-size:.85rem}.review-source{font-size:.75rem}
  .review-navigation{gap:8px;font-size:.75rem}.carousel-arrows{gap:5px}
}
@media(prefers-reduced-motion:reduce){.testimonial-track,.review-track{scroll-behavior:auto}}
.compact-social{display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;min-height:44px;width:fit-content}
.compact-social>.icon{width:25px;height:25px}.compact-social>.icon:last-child{width:20px;height:20px}
.service .service-link{justify-content:flex-end;align-self:flex-end;margin-top:auto;gap:12px}
.service .service-link>.icon{font-size:inherit}.service .service-link>.icon:first-child{color:var(--deep-red)}
.service.diesel .service-link>.icon:first-child{color:#ff6464}
.compact-social.whatsapp-link{min-width:44px;justify-content:center;color:var(--deep-red)}
.compact-social.whatsapp-link>.icon:only-child{width:26px;height:26px;margin:0}
.process-intro{max-width:355px}.process-intro>p{line-height:1.7}
.checklist-preview{position:relative;width:fit-content;margin-top:18px}
.checklist-preview>summary{list-style:none;display:flex;align-items:center;gap:10px;width:fit-content;min-height:44px;padding:5px 0;color:var(--deep-red);font-size:.9375rem;font-weight:600;cursor:pointer;border-bottom:1px solid #c52b2b45;transition:border-color .2s}
.checklist-preview>summary::-webkit-details-marker{display:none}.checklist-preview>summary:hover,.checklist-preview[open]>summary{border-color:var(--deep-red)}
.checklist-preview>summary .icon{width:22px;height:22px}
.checklist-preview[open]{z-index:15}
.checklist-popover{position:absolute;top:calc(100% + 12px);right:0;width:340px;max-height:var(--checklist-room,520px);overflow:auto;padding:18px 22px 20px;background:#f6f6f6;border:1px solid #dedede;border-top:3px solid var(--red);border-radius:5px;box-shadow:0 18px 50px #15151524,0 3px 10px #1515150d}
.checklist-preview::after{content:'';position:absolute;left:0;right:0;top:100%;height:14px}
.checklist-preview.preview-above .checklist-popover{top:auto;bottom:calc(100% + 12px)}
.checklist-preview.preview-above::after{top:auto;bottom:100%}
.checklist-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.875rem;margin-bottom:17px}.checklist-meta strong{font-size:.75rem;font-weight:700;letter-spacing:.075em}.checklist-meta>span{color:var(--gray)}
.checklist-document{display:block}.checklist-sheets{display:block;position:relative;height:clamp(160px,calc(var(--checklist-room,480px) - 145px),310px);margin:0 14px 22px;isolation:isolate}
.checklist-sheets img{position:absolute;left:50%;top:0;height:100%;width:auto;max-width:100%;object-fit:contain;background:white;border:1px solid #d6d6d6;box-shadow:0 3px 10px #15151514;transform-origin:center;transition:transform .2s}
.checklist-sheet-front{transform:translateX(-50%) rotate(-2deg);z-index:1}.checklist-sheet-back{transform:translateX(-50%) translate(9px,5px) rotate(3deg);z-index:0}
.checklist-document:hover .checklist-sheet-front{transform:translateX(-50%) rotate(0deg)}
.checklist-caption{display:block;font-size:.875rem;line-height:1.5;color:var(--gray)}.checklist-open{display:block;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--deep-red);margin-top:10px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:800px){.process-intro{max-width:280px}}
@media(max-width:580px){.process-intro{max-width:none;width:100%}.checklist-preview{width:100%;margin-top:14px}.checklist-popover,.checklist-preview.preview-above .checklist-popover{position:relative;top:auto;bottom:auto;right:auto;width:100%;max-height:none;margin-top:12px;padding:18px 20px 20px;box-shadow:0 10px 30px #15151514}.checklist-preview::after{display:none}.checklist-sheets{height:min(84vw,360px)}}
.cases .case-cta{display:inline-flex;text-decoration:none;margin-top:20px;color:#ddd}
@media(max-width:580px){.header-location{font-size:.875rem}.header-location>span+span{font-size:.75rem}.brand{flex-basis:105px}.brand img{width:105px}.testimonial-track figcaption{font-size:.875rem}.review-navigation{font-size:.875rem}.review-card figcaption strong{font-size:.875rem}.review-source{font-size:.875rem}}

/* A discreet recruitment link in the footer. */
.careers-link{display:inline-flex;align-items:center;min-height:44px;font-size:.875rem;line-height:1.4;color:#c7c7c7;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#686868;white-space:nowrap}
.careers-link:hover{color:#fff;text-decoration-color:#ccc}
.footer-bottom{flex-wrap:wrap;align-items:center}
@media(max-width:580px){.footer-bottom{column-gap:18px;row-gap:4px}}

/* Complete reviews are embedded; long text expands locally. */
.review-copy{margin-bottom:30px}
.review-copy blockquote{margin:0}
.review-copy blockquote p{font:inherit;line-height:inherit;color:inherit}
.review-copy blockquote p+p{margin-top:18px}
.review-expanded summary{display:flex;align-items:center;min-height:44px;width:fit-content;cursor:pointer;font-size:.875rem;color:#555;text-decoration:underline;text-underline-offset:4px;margin-top:8px;list-style:none}
.review-expanded summary::-webkit-details-marker{display:none}
.review-expanded summary:hover{color:var(--deep-red)}
.review-expanded .review-read-less,.review-expanded[open] .review-read-more{display:none}
.review-expanded[open] .review-read-less{display:inline}
.review-expanded[open] blockquote{margin-top:12px}

/* A full-width group portrait keeps every team member in the frame. */
.team-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.68fr);gap:36px 60px;align-items:end}
.team-heading h2{font-size:clamp(2.8rem,4vw,4rem)}
.team-intro p{max-width:430px;font-size:1rem;line-height:1.7}
.team-intro .text-link{margin-top:18px;color:var(--deep-red)}
.team-photo{grid-column:1/-1;min-width:0}
.team-photo img{display:block;width:100%;height:auto}
@media(max-width:900px){.team-layout{gap:30px;grid-template-columns:minmax(0,1fr) minmax(0,.85fr)}}
@media(max-width:760px){.team-layout{grid-template-columns:1fr;gap:24px}.team-intro p{max-width:none}.team-intro .text-link{margin-top:12px}}
