:root{
  --brand:#eb4d24;
  --brand-dark:#c93a17;
  --ink:#181b20;
  --ink-2:#242830;
  --muted:#667085;
  --soft:#f6f6f4;
  --soft-2:#efefec;
  --line:#e4e4df;
  --white:#fff;
  --green:#20b95a;
  --radius:18px;
  --shadow:0 18px 55px rgba(24,27,32,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{max-width:1200px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:700;box-shadow:none!important}
.btn-lg{min-height:50px;padding:12px 23px;font-size:15px}
.btn-brand,.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}
.btn-brand:hover,.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.btn-dark{background:var(--ink);border-color:var(--ink)}
.form-control,.form-select{min-height:48px;border:1px solid #d8d9d5;border-radius:9px;padding:10px 13px;font-size:14px;background-color:#fff}
.form-control:focus,.form-select:focus{border-color:rgba(235,77,36,.65);box-shadow:0 0 0 4px rgba(235,77,36,.09)}
.section-kicker{display:block;margin-bottom:10px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}
.section-kicker.light{color:rgba(255,255,255,.62)}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:14px;font-weight:750;white-space:nowrap}
.text-link:hover{color:var(--brand)}
.eyebrow{display:block;margin-bottom:10px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}

/* Header */
.topbar{background:#17191c;color:#c7c9cd;font-size:12px}
.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.topbar-location,.topbar-links,.topbar-links span,.topbar-links a{display:flex;align-items:center;gap:7px}
.topbar-location{min-width:0;max-width:760px}
.topbar-location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.topbar-links{gap:22px;white-space:nowrap}
.topbar-links a{color:#fff;font-weight:650}
.topbar i{color:var(--brand)}
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(228,228,223,.85);backdrop-filter:blur(12px)}
.navbar{min-height:76px;padding:9px 0}
.navbar-brand img{display:block;width:176px;height:auto}
.navbar-toggler{border:0;padding:7px}
.navbar-toggler:focus{box-shadow:none}
.nav-link{position:relative;padding:12px 12px!important;color:#40444c!important;font-size:14px;font-weight:650}
.nav-link:after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:var(--brand);transform:scaleX(0);transition:.2s}
.nav-link:hover,.nav-link.active{color:var(--ink)!important}
.nav-link.active:after{transform:scaleX(1)}
.nav-cta .btn{min-height:42px;padding:9px 17px}

/* Hero */
.hero-corporate{position:relative;overflow:hidden;background:linear-gradient(110deg,#f7f7f4 0%,#f4f4f1 55%,#edede8 100%);border-bottom:1px solid var(--line)}
.hero-corporate:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-160px;top:-220px;background:rgba(235,77,36,.065)}
.hero-corporate:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:28%;bottom:-270px;border:65px solid rgba(24,27,32,.028)}
.hero-corporate .carousel-item{min-height:560px}
.hero-grid{position:relative;z-index:1;min-height:560px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);align-items:center;gap:72px;padding-top:48px;padding-bottom:64px}
.hero-copy{max-width:625px}
.hero-copy h1{max-width:610px;margin:0;color:var(--ink);font-size:clamp(38px,4.6vw,58px);font-weight:800;line-height:1.08;letter-spacing:-2.2px}
.hero-copy>p{max-width:590px;margin:21px 0 27px;color:#5f646d;font-size:17px;line-height:1.75}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.hero-assurances{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:30px;padding-top:24px;border-top:1px solid #dcdcd7;color:#4f535a;font-size:12px;font-weight:650}
.hero-assurances span{display:flex;align-items:center;gap:7px}
.hero-assurances i{color:var(--brand);font-size:15px}
.hero-showcase{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(150px,.65fr);gap:14px;min-height:430px;padding:16px 16px 32px;background:rgba(255,255,255,.58);border:1px solid rgba(24,27,32,.08);border-radius:24px;box-shadow:0 28px 70px rgba(24,27,32,.12);backdrop-filter:blur(8px)}
.showcase-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.showcase-card{position:relative;display:block;min-height:0;overflow:hidden;background:#f1f0ed;border:1px solid rgba(24,27,32,.08);border-radius:17px}
.showcase-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(15,17,20,.58));pointer-events:none}
.showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.showcase-card:hover img{transform:scale(1.025)}
.showcase-card>span{position:absolute;z-index:2;left:15px;right:15px;bottom:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;color:#fff}
.showcase-card>span small{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--brand);font-size:9px;font-weight:850}
.showcase-card>span strong{font-size:13px;font-weight:760}
.showcase-card>span i{font-size:14px}
.showcase-main>span{left:20px;right:20px;bottom:18px}
.showcase-main>span strong{font-size:15px}
.hero-service-note{position:absolute;left:38px;bottom:0;z-index:4;display:flex;align-items:center;gap:12px;max-width:320px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 40px rgba(24,27,32,.13)}
.hero-service-note>i{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:rgba(235,77,36,.1);color:var(--brand);font-size:19px}
.hero-service-note div{display:flex;flex-direction:column}
.hero-service-note strong{font-size:13px}
.hero-service-note small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.4}
.hero-controls{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;pointer-events:none}
.hero-controls .carousel-control-prev,.hero-controls .carousel-control-next{position:static;width:34px;height:34px;border:1px solid #d9d9d4;border-radius:50%;background:#fff;color:var(--ink);opacity:1;pointer-events:auto}
.hero-controls .carousel-indicators{position:static;margin:0 5px;gap:5px;pointer-events:auto}
.hero-controls .carousel-indicators button{width:6px;height:6px;margin:0;border:0;border-radius:50%;background:#a8aaad;opacity:1}
.hero-controls .carousel-indicators button.active{width:20px;border-radius:10px;background:var(--brand)}

/* Finder */
.service-finder-wrap{position:relative;z-index:6;margin-top:-4px;padding:0 0 18px;background:#fff}
.service-finder{display:grid;grid-template-columns:330px 1fr;align-items:center;gap:34px;margin-top:-8px;padding:24px 26px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.finder-heading h2{margin:0 0 4px;font-size:22px;font-weight:770;letter-spacing:-.5px}
.finder-heading p{margin:0;color:var(--muted);font-size:12px}
.finder-form{display:grid;grid-template-columns:1fr 1fr 150px;align-items:end;gap:10px}
.finder-field label{display:block;margin:0 0 6px;color:#555a63;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.7px}
.finder-button{width:100%;min-height:48px}

/* Trust */
.trust-bar{padding:20px 0 6px;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid>div{display:flex;align-items:flex-start;gap:12px;padding:23px 22px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid>div>i{color:var(--brand);font-size:20px;line-height:1.25}
.trust-grid span{display:flex;flex-direction:column}
.trust-grid strong{font-size:13px}
.trust-grid small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.45}

/* Sections */
.section{padding:82px 0}
.section-soft{background:var(--soft)}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}
.section-heading-row>div{max-width:720px}
.section-heading-row h2,.process-heading h2{margin:0;color:var(--ink);font-size:clamp(29px,3.5vw,42px);font-weight:790;line-height:1.17;letter-spacing:-1.25px}
.section-heading-row p{max-width:650px;margin:12px 0 0;color:var(--muted);font-size:14px}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}
.section-title h2{margin:0;font-size:clamp(28px,3.5vw,40px);font-weight:790;letter-spacing:-1px}
.section-title>a{color:var(--brand);font-weight:700}

/* Service cards */
.service-category{position:relative;display:flex;flex-direction:column;min-height:286px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px;transition:transform .25s,border-color .25s,box-shadow .25s}
.service-category:hover{transform:translateY(-5px);border-color:rgba(235,77,36,.34);box-shadow:0 20px 48px rgba(24,27,32,.09)}
.service-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}
.service-number{color:#a2a4a8;font-size:11px;font-weight:800;letter-spacing:1px}
.service-card-top>i{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:rgba(235,77,36,.09);color:var(--brand);font-size:21px}
.service-category h3{margin:0 0 10px;font-size:19px;font-weight:760;letter-spacing:-.3px}
.service-category p{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.65}
.service-card-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px solid var(--line);font-size:12px;font-weight:750}
.service-card-link i{color:var(--brand)}

/* Content cards */
.content-card{height:100%;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;transition:.25s}
.content-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(24,27,32,.09)}
.card-image{position:relative;display:block;height:230px;overflow:hidden;background:#ececea}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.content-card:hover .card-image img{transform:scale(1.035)}
.card-image span{position:absolute;left:16px;bottom:15px;padding:7px 10px;background:rgba(255,255,255,.94);border-radius:7px;color:var(--ink);font-size:10px;font-weight:800;box-shadow:0 7px 20px rgba(24,27,32,.1)}
.card-body{padding:21px 21px 22px}
.card-model{margin-bottom:7px;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.card-body h3{min-height:48px;margin:0 0 9px;font-size:18px;font-weight:760;line-height:1.35}
.card-body p{min-height:64px;margin:0 0 17px;color:var(--muted);font-size:12px;line-height:1.65}
.read-more{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:12px;font-weight:750}
.read-more:hover{color:var(--brand)}

/* Corporate */
.corporate-section{background:#fff}
.corporate-panel{display:grid;grid-template-columns:.88fr 1.12fr;min-height:570px;overflow:hidden;background:#1b1e23;border-radius:20px}
.corporate-image{position:relative;min-height:570px;background:#25292f}
.corporate-image img{width:100%;height:100%;object-fit:cover}
.corporate-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(10,11,13,.56))}
.image-label{position:absolute;z-index:2;left:24px;bottom:22px;display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(20,22,26,.76);color:#fff;font-size:12px;backdrop-filter:blur(7px)}
.image-label i{color:var(--brand)}
.corporate-content{display:flex;flex-direction:column;justify-content:center;padding:55px 62px;color:#fff}
.corporate-content h2{max-width:610px;margin:0;font-size:clamp(30px,3.6vw,43px);font-weight:780;line-height:1.18;letter-spacing:-1.35px}
.corporate-content>p{max-width:620px;margin:18px 0 25px;color:#bcc0c6;font-size:14px;line-height:1.75}
.corporate-features{margin-bottom:28px;border-top:1px solid rgba(255,255,255,.11)}
.corporate-features>div{display:grid;grid-template-columns:35px 1fr;gap:13px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.11)}
.corporate-features>div>span{padding-top:2px;color:var(--brand);font-size:11px;font-weight:800}
.corporate-features div div{display:flex;flex-direction:column}
.corporate-features strong{font-size:13px}
.corporate-features small{margin-top:2px;color:#9da2aa;font-size:11px}
.corporate-content>.btn{align-self:flex-start}

/* Models */
.models-section{padding-top:30px}
.model-list{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.model-list a{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:700;transition:.2s}
.model-list a:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px)}
.model-list i{font-size:13px}

/* Process */
.process-section{padding-top:40px;background:#fff}
.process-heading{max-width:620px;margin-bottom:34px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-step{position:relative;min-height:260px;padding:34px 34px 30px;border-right:1px solid var(--line)}
.process-step:last-child{border-right:0}
.process-step>span{position:absolute;right:24px;top:25px;color:#c1c2c4;font-size:11px;font-weight:800}
.process-step>i{display:grid;place-items:center;width:48px;height:48px;margin-bottom:28px;border-radius:12px;background:rgba(235,77,36,.09);color:var(--brand);font-size:20px}
.process-step h3{margin:0 0 9px;font-size:18px;font-weight:760}
.process-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

/* Internal pages */
.breadcrumb-wrap{padding:11px 0;background:#f7f7f5;border-bottom:1px solid var(--line);font-size:12px}
.breadcrumb{--bs-breadcrumb-divider:'›'}
.breadcrumb a{color:#62666d}
.breadcrumb-item.active{color:#9a9ca0}
.page-hero{padding:65px 0;background:linear-gradient(105deg,#f7f7f4,#efefeb);border-bottom:1px solid var(--line)}
.page-hero h1{margin:0;font-size:clamp(35px,5vw,52px);font-weight:790;line-height:1.12;letter-spacing:-1.7px}
.page-hero p{max-width:680px;margin:14px 0 0;color:var(--muted);font-size:15px}
.filter-bar{padding:18px;background:#f7f7f5;border:1px solid var(--line);border-radius:13px}
.model-card{height:100%;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:13px;transition:.25s}
.model-card:hover{transform:translateY(-4px);border-color:rgba(235,77,36,.32);box-shadow:0 17px 42px rgba(24,27,32,.08)}
.model-card img{display:block;width:100%;height:220px;object-fit:contain;padding:22px;background:#f7f7f5}
.model-card h2{margin:0;padding:17px 18px 4px;font-size:16px;font-weight:760}
.model-card span{display:block;padding:0 18px 18px;color:var(--brand);font-size:11px;font-weight:750}
.detail-hero{padding:62px 0;background:linear-gradient(110deg,#f8f8f6,#efefeb);border-bottom:1px solid var(--line)}
.detail-hero h1{margin:0;font-size:clamp(35px,5vw,52px);font-weight:790;line-height:1.12;letter-spacing:-1.6px}
.detail-hero p{max-width:650px;margin:16px 0 24px;color:var(--muted);font-size:15px}
.detail-image{height:390px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 22px 52px rgba(24,27,32,.09)}
.detail-image img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.article-content{color:#33373d;font-size:15px;line-height:1.85}
.article-content h2{margin:34px 0 12px;color:var(--ink);font-size:27px;font-weight:780;letter-spacing:-.6px}
.article-content h3{margin-top:27px;color:var(--ink);font-size:20px;font-weight:760}
.article-content img{max-width:100%;height:auto;border-radius:12px}
.article-content ul{padding-left:20px}
.article-content address{font-style:normal}
.sidebar-card{top:105px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 17px 45px rgba(24,27,32,.07)}
.sidebar-card h3{font-size:20px;font-weight:760}
.sidebar-card p{color:var(--muted);font-size:13px}
.process-box{margin-top:44px;padding:30px;background:#1b1e23;border-radius:16px;color:#fff}
.process-box h2{margin-bottom:23px;font-size:25px;font-weight:760}
.process-box span{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--brand);font-size:12px;font-weight:800}
.process-box h3{margin-top:13px;font-size:16px}
.process-box p{color:#b7bbc1;font-size:12px}
.faq,.related{margin-top:44px}
.faq h2,.related h2{margin-bottom:18px;font-size:25px;font-weight:770}
.accordion-item{margin-bottom:9px;overflow:hidden;border:1px solid var(--line)!important;border-radius:10px!important}
.accordion-button{font-size:14px;font-weight:700}
.accordion-button:not(.collapsed){background:rgba(235,77,36,.06);color:var(--ink);box-shadow:none}
.related a{display:flex;align-items:center;gap:12px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:10px}
.related a:hover{border-color:rgba(235,77,36,.4)}
.related a>i:first-child{display:grid;place-items:center;width:39px;height:39px;border-radius:9px;background:rgba(235,77,36,.09);color:var(--brand)}
.related span{display:flex;flex:1;flex-direction:column}
.related small{color:var(--muted);font-size:11px}
.contact-info,.contact-form{height:100%;padding:30px;background:#fff;border:1px solid var(--line);border-radius:15px}
.contact-info h2,.contact-form h2{font-size:25px;font-weight:770}
.contact-info>div{display:flex;gap:13px;margin:22px 0}
.contact-info>div>i{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:rgba(235,77,36,.09);color:var(--brand)}
.contact-info span{flex:1}
.contact-info p{margin:3px 0;color:var(--muted)}
.empty-state{padding:65px;text-align:center;border:1px dashed #cfd0cc;border-radius:14px}
.empty-state i{color:#9b9da2;font-size:40px}
.error-code{color:#e7e7e3;font-size:105px;font-weight:900;line-height:1}

/* CTA and footer */
.contact-strip{padding:48px 0;background:var(--brand);color:#fff}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.contact-strip h2{max-width:650px;margin:0;font-size:clamp(25px,3vw,36px);font-weight:780;letter-spacing:-.9px}
.contact-strip p{margin:9px 0 0;color:rgba(255,255,255,.78);font-size:13px}
.contact-strip-actions{display:flex;flex-wrap:wrap;gap:9px;white-space:nowrap}
.site-footer{padding:60px 0 20px;background:#17191c;color:#aeb1b6}
.footer-logo{width:190px;margin-bottom:19px;filter:brightness(0) invert(1);opacity:.96}
.footer-about{max-width:500px;color:#9ca0a6;font-size:13px;line-height:1.75}
.footer-contact-line{display:flex;align-items:flex-start;gap:9px;max-width:500px;margin-top:20px;color:#c6c8cc;font-size:12px}
.footer-contact-line i{margin-top:2px;color:var(--brand)}
.site-footer h4{margin:5px 0 17px;color:#fff;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.site-footer a{display:block;margin:8px 0;color:#aeb1b6;font-size:12px}
.site-footer a:hover{color:#fff}
.footer-phone{color:#fff!important;font-size:16px!important;font-weight:720}
.footer-hours{display:flex;align-items:flex-start;gap:8px;margin-top:15px;font-size:12px}
.footer-hours i{color:var(--brand)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:11px}
.footer-legal{display:flex;align-items:center;gap:15px}
.footer-legal a{margin:0}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:30;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--green);color:#fff;font-size:24px;box-shadow:0 12px 28px rgba(32,185,90,.35);transition:.2s}
.floating-whatsapp:hover{transform:translateY(-3px);color:#fff}
.swal2-popup{border-radius:14px}

@media(max-width:1199px){
  .hero-grid{grid-template-columns:1fr 430px;gap:40px}
  .hero-copy h1{font-size:48px}
  .service-finder{grid-template-columns:285px 1fr}
  .finder-form{grid-template-columns:1fr 1fr 130px}
  .model-list{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:991px){
  .navbar{min-height:68px}.navbar-brand img{width:155px}.navbar-collapse{padding:16px 0 8px}.nav-link{padding:10px 0!important}.nav-link:after{left:0;right:auto;width:28px;bottom:5px}.nav-cta{margin-top:9px}.nav-cta .btn{width:100%}
  .hero-corporate .carousel-item,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr;gap:38px;padding-top:60px;padding-bottom:88px}.hero-copy{max-width:720px}.hero-copy h1{font-size:48px}.hero-showcase{width:100%;max-width:760px;min-height:460px}.hero-service-note{left:38px}
  .service-finder{grid-template-columns:1fr;gap:20px}.finder-form{grid-template-columns:1fr 1fr 145px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section{padding:68px 0}.corporate-panel{grid-template-columns:1fr}.corporate-image{min-height:460px}.corporate-content{padding:48px}.model-list{grid-template-columns:repeat(3,1fr)}
  .contact-strip-inner{align-items:flex-start;flex-direction:column}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-legal{flex-wrap:wrap}
}
@media(max-width:767px){
  .topbar-location{display:none}.topbar-inner{justify-content:flex-end}.topbar-links{width:100%;justify-content:space-between}
  .hero-grid{padding-top:48px}.hero-copy h1{font-size:41px;letter-spacing:-1.5px}.hero-copy>p{font-size:15px}.hero-showcase{min-height:410px}.hero-assurances{gap:12px 18px}
  .service-finder-wrap{padding-top:16px}.service-finder{padding:20px}.finder-form{grid-template-columns:1fr}.finder-button{margin-top:3px}
  .trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line)!important}.trust-grid>div:last-child{border-bottom:0!important}
  .section-heading-row{align-items:flex-start;flex-direction:column;gap:16px}.section-heading-row h2,.process-heading h2{font-size:31px}
  .corporate-image{min-height:390px}.corporate-content{padding:35px 27px}.corporate-content h2{font-size:31px}
  .model-list{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr}.process-step{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.process-step:last-child{border-bottom:0}
  .detail-image{height:330px}.contact-info,.contact-form{padding:24px}
}
@media(max-width:575px){
  body{font-size:14px}.container{padding-left:18px;padding-right:18px}.topbar{font-size:11px}.topbar-links{justify-content:flex-end}.topbar-links span{display:none!important}
  .hero-grid{padding-top:38px;padding-bottom:78px}.hero-copy h1{font-size:35px;line-height:1.12}.hero-copy>p{margin:16px 0 22px}.hero-actions .btn{width:100%}.hero-assurances{display:grid;grid-template-columns:1fr;margin-top:23px;padding-top:20px}.hero-showcase{grid-template-columns:1fr;min-height:auto;padding:12px 12px 42px;border-radius:18px}.showcase-main{height:290px}.showcase-side{grid-template-columns:1fr 1fr;grid-template-rows:none;height:165px}.showcase-card{border-radius:13px}.showcase-card>span{left:10px;right:10px;bottom:10px}.showcase-card>span strong{font-size:11px}.hero-service-note{left:20px;right:20px;bottom:0;max-width:none}.hero-controls{bottom:20px}
  .service-finder{border-radius:13px}.finder-heading h2{font-size:20px}
  .section{padding:56px 0}.section-heading-row h2,.process-heading h2{font-size:28px}.service-category{min-height:255px}.card-image{height:215px}
  .corporate-panel{border-radius:15px}.corporate-image{min-height:340px}.corporate-content{padding:31px 22px}.corporate-content h2{font-size:28px}.corporate-features small{line-height:1.5}
  .model-list{grid-template-columns:1fr}.page-hero,.detail-hero{padding:48px 0}.page-hero h1,.detail-hero h1{font-size:34px}.detail-image{height:285px}.contact-strip{padding:40px 0}.contact-strip-actions{width:100%}.contact-strip-actions .btn{width:100%}.site-footer{padding-top:48px}.footer-legal{gap:9px 14px}.floating-whatsapp{right:15px;bottom:15px;width:51px;height:51px}
}
