.elementor-widget-resoluto_site,
.elementor-widget-resoluto_site > .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

.rsl-site {
	--rsl-navy: #031a34;
	--rsl-blue: #0a3a70;
	--rsl-red: #eb0029;
	--rsl-white: #fff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--rsl-navy);
	color: var(--rsl-white);
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.rsl-site *,
.rsl-site *::before,
.rsl-site *::after { box-sizing: border-box; }
.rsl-site a { color: inherit; text-decoration: none; }
.rsl-site img { display: block; max-width: 100%; }
.rsl-shell { position: relative; z-index: 4; width: min(calc(100% - 80px), 1440px); margin-inline: auto; }

.rsl-hero { position: relative; min-height: 900px; overflow: hidden; isolation: isolate; }
.rsl-hero::before {
	position: absolute; inset: 0; z-index: 1; content: "";
	background: linear-gradient(90deg, #031a34 0%, rgba(3,26,52,.97) 38%, rgba(3,26,52,.38) 63%, rgba(3,26,52,.08) 100%);
	pointer-events: none;
}
.rsl-hero-photo { position: absolute; inset: 0 0 0 32%; background: var(--rsl-hero-image) 68% center / cover no-repeat; animation: rsl-zoom 9s ease-out both; }
.rsl-hero-grid {
	position: absolute; inset: 0 auto 0 0; z-index: 2; width: 58%; opacity: .12;
	background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(transparent 8%,#000 45%,transparent 98%);
	mask-image: linear-gradient(transparent 8%,#000 45%,transparent 98%);
}
.rsl-hero-stripe {
	position: absolute; top: -260px; left: 59%; z-index: 2; width: 128px; height: 1320px;
	background: linear-gradient(90deg,#b90020,var(--rsl-red) 50%,#b90020); box-shadow: 0 0 60px rgba(235,0,41,.2);
	transform: rotate(34deg); animation: rsl-stripe .8s .12s ease-out both;
}

.rsl-header { display: flex; height: 112px; align-items: center; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }
.rsl-brand { display: flex; width: 280px; flex: 0 0 280px; }
.rsl-brand img { width: 100%; height: auto; object-fit: contain; }
.rsl-nav { display: flex; gap: 34px; margin-left: auto; }
.rsl-nav a { position: relative; padding-block: 16px; color: rgba(255,255,255,.78); font-size: .88rem; font-weight: 650; }
.rsl-nav a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; content: ""; background: var(--rsl-red); transform: scaleX(0); transition: .18s ease; }
.rsl-nav a:hover::after,.rsl-nav a:focus-visible::after { transform: scaleX(1); }
.rsl-header-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid rgba(255,255,255,.36); border-radius: 4px; font-size: .82rem; font-weight: 700; transition: .18s ease; }
.rsl-header-cta:hover,.rsl-header-cta:focus-visible { border-color: var(--rsl-red); background: var(--rsl-red); transform: translateY(-2px); }
.rsl-mobile-menu { display: none; }

.rsl-hero-content { padding-top: 84px; }
.rsl-hero-copy { width: min(720px,52vw); animation: rsl-copy .65s ease-out both; }
.rsl-eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: #ffb3bf; font-size: .83rem; font-weight: 760; letter-spacing: .2em; text-transform: uppercase; }
.rsl-eyebrow span { width: 36px; height: 2px; background: var(--rsl-red); }
.rsl-site h1 { margin: 0; color: #fff; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: clamp(4.2rem,6.1vw,6.4rem); font-weight: 800; line-height: .92; letter-spacing: -.022em; text-transform: uppercase; }
.rsl-site h1 em { font-style: normal; text-shadow: 6px 6px 0 rgba(235,0,41,.34); }
.rsl-lead { max-width: 640px; margin: 30px 0 0; padding-left: 18px; border-left: 3px solid var(--rsl-red); color: #dce6f2; font-size: 1.08rem; line-height: 1.65; }
.rsl-actions { display: flex; gap: 16px; margin-top: 31px; }
.rsl-button { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border-radius: 5px; font-size: .96rem; font-weight: 760; transition: .18s ease; }
.rsl-button svg,.rsl-floating-whatsapp svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.rsl-primary { background: var(--rsl-red); box-shadow: 0 14px 32px rgba(235,0,41,.24); }
.rsl-primary:hover,.rsl-primary:focus-visible { background: #ff1238; transform: translateY(-2px); }
.rsl-secondary { border: 1px solid rgba(255,255,255,.42); background: rgba(3,26,52,.7); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.rsl-secondary:hover,.rsl-secondary:focus-visible { border-color: #fff; background: rgba(10,58,112,.8); transform: translateY(-2px); }
.rsl-trust { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 600; }
.rsl-trust b { color: #ff3d5e; }
.rsl-trust i { width: 1px; height: 14px; margin-inline: 5px; background: rgba(255,255,255,.24); }

.rsl-metrics-shell { position: absolute; right: 0; bottom: 42px; left: 0; }
.rsl-metrics { display: grid; width: min(760px,56vw); grid-template-columns: repeat(4,1fr); gap: 12px; margin-left: auto; }
.rsl-metric {
	display: flex; min-height: 164px; flex-direction: column; align-items: center; justify-content: center; padding: 16px 12px;
	border: 1px solid rgba(255,255,255,.23); border-bottom: 3px solid var(--rsl-red); border-radius: 6px;
	background: rgba(3,19,37,.86); box-shadow: 0 15px 42px rgba(0,0,0,.26); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); text-align: center; transition: .18s ease;
}
.rsl-metric:hover { border-color: rgba(255,255,255,.55); background: rgba(6,39,77,.94); transform: translateY(-6px); }
.rsl-metric-icon { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 10px; border: 1px solid #ff3153; border-radius: 50%; color: #ff3153; font-weight: 800; }
.rsl-metric strong { color: #fff; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 2.48rem; line-height: 1; }
.rsl-metric > span:last-child { max-width: 125px; margin-top: 7px; color: #bac7d6; font-size: .66rem; font-weight: 760; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.rsl-floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 999; display: none; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.32); }
.rsl-floating-whatsapp svg { width: 30px; }

.rsl-section { padding: 112px 0; }
.rsl-section-heading { display: grid; grid-template-columns: 1fr 1.25fr; column-gap: 72px; align-items: end; margin-bottom: 58px; }
.rsl-section-heading > p,.rsl-mini-label { grid-column: 1 / -1; margin: 0 0 16px; color: var(--rsl-red); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.rsl-section-heading h2,.rsl-showcase h2,.rsl-final-cta h2 { margin: 0; color: var(--rsl-navy); font-size: clamp(2.8rem,4.5vw,4.8rem); font-weight: 780; line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.rsl-section-heading h2 em,.rsl-showcase h2 em,.rsl-final-cta h2 em { color: var(--rsl-red); font-style: normal; }
.rsl-section-heading > span { max-width: 540px; align-self: end; padding-bottom: 4px; color: #5c6c7e; font-size: 1.02rem; line-height: 1.7; }

.rsl-emergency { background: var(--rsl-red); }
.rsl-emergency-inner { display: grid; min-height: 82px; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 30px; }
.rsl-emergency-inner > div { display: flex; align-items: center; gap: 14px; }
.rsl-emergency-inner p { margin: 0; color: #fff; }
.rsl-emergency-inner strong { font-size: 1.1rem; }
.rsl-emergency-copy { color: rgba(255,255,255,.78) !important; font-size: .9rem; }
.rsl-pulse { width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.2); }
.rsl-emergency-inner > a { display: inline-flex; align-items: center; gap: 14px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; font-size: .82rem; font-weight: 750; text-transform: uppercase; transition: .18s ease; }
.rsl-emergency-inner > a:hover,.rsl-emergency-inner > a:focus-visible { background: #fff; color: var(--rsl-red); }

.rsl-services-section { background: #f4f7fb; color: var(--rsl-navy); }
.rsl-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rsl-service-card { position: relative; min-height: 395px; overflow: hidden; padding: 34px 30px 30px; border: 1px solid #d9e1eb; border-radius: 8px; background: #fff; box-shadow: 0 14px 38px rgba(3,26,52,.04); transition: .22s ease; }
.rsl-service-card::after { position: absolute; right: -18px; bottom: -24px; width: 100px; height: 100px; content: ""; border: 18px solid rgba(10,58,112,.05); border-radius: 50%; }
.rsl-service-card:hover { border-color: rgba(235,0,41,.4); box-shadow: 0 20px 50px rgba(3,26,52,.1); transform: translateY(-6px); }
.rsl-card-number { display: inline-flex; width: 50px; height: 34px; align-items: center; justify-content: center; margin-bottom: 32px; border-left: 3px solid var(--rsl-red); background: #f7e9ed; color: var(--rsl-red); font-family: Impact,sans-serif; font-size: 1.15rem; letter-spacing: .06em; }
.rsl-service-card h3 { margin: 0 0 14px; color: var(--rsl-navy); font-size: 1.35rem; letter-spacing: -.02em; }
.rsl-service-card > p { margin: 0 0 22px; color: #657487; font-size: .9rem; line-height: 1.65; }
.rsl-service-card ul { display: grid; gap: 10px; margin: 0; padding: 20px 0 0; border-top: 1px solid #e7ecf2; list-style: none; }
.rsl-service-card li { position: relative; padding-left: 18px; color: #34465a; font-size: .79rem; line-height: 1.4; }
.rsl-service-card li::before { position: absolute; top: .42em; left: 0; width: 6px; height: 6px; content: ""; background: var(--rsl-red); transform: rotate(45deg); }

.rsl-process-section { background: #fff; color: var(--rsl-navy); }
.rsl-process-grid { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 14px; }
.rsl-process-grid::before { position: absolute; top: 34px; right: 10%; left: 10%; height: 1px; content: ""; background: #cfd9e5; }
.rsl-process-step { position: relative; z-index: 1; padding: 0 22px; text-align: center; }
.rsl-process-step > span { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 25px; border: 2px solid #fff; outline: 1px solid #cfd9e5; border-radius: 50%; background: var(--rsl-navy); color: #fff; font-family: Impact,sans-serif; font-size: 1.18rem; box-shadow: 0 0 0 8px #fff; }
.rsl-process-step:last-child > span { background: var(--rsl-red); outline-color: var(--rsl-red); }
.rsl-process-step h3 { margin: 0 0 10px; color: var(--rsl-navy); font-size: 1rem; }
.rsl-process-step p { margin: 0; color: #6a7888; font-size: .78rem; line-height: 1.55; }
.rsl-quality-panel { display: grid; grid-template-columns: 260px 1fr; margin-top: 94px; overflow: hidden; border-radius: 9px; background: var(--rsl-navy); color: #fff; box-shadow: 0 24px 70px rgba(3,26,52,.16); }
.rsl-quality-mark { position: relative; display: grid; min-height: 325px; place-items: center; overflow: hidden; background: var(--rsl-red); font-family: Impact,sans-serif; font-size: 13rem; line-height: 1; }
.rsl-quality-mark::before,.rsl-quality-mark::after { position: absolute; content: ""; background: rgba(255,255,255,.12); transform: rotate(35deg); }
.rsl-quality-mark::before { width: 38px; height: 500px; }
.rsl-quality-mark::after { width: 500px; height: 20px; }
.rsl-quality-content { padding: 54px 58px; }
.rsl-quality-content h3 { margin: 0 0 34px; color: #fff; font-size: clamp(2rem,3vw,3.15rem); line-height: 1.03; text-transform: uppercase; }
.rsl-quality-content h3 em { color: #ff4968; font-style: normal; }
.rsl-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; }
.rsl-check-grid span { color: #c6d4e3; font-size: .82rem; line-height: 1.45; }

.rsl-advantages-section { background: var(--rsl-navy); color: #fff; }
.rsl-advantages-section .rsl-section-heading h2 { color: #fff; }
.rsl-advantages-section .rsl-section-heading > span { color: #adbed0; }
.rsl-advantage-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.15); }
.rsl-advantage { position: relative; min-height: 280px; padding: 40px 28px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.rsl-advantage:last-child { border: 0; }
.rsl-advantage > span { color: var(--rsl-red); font-family: Impact,sans-serif; font-size: 2.4rem; }
.rsl-advantage h3 { margin: 55px 0 14px; color: #fff; font-size: 1.1rem; text-transform: uppercase; }
.rsl-advantage p { margin: 0; color: #aebed0; font-size: .84rem; line-height: 1.7; }
.rsl-advantage::after { position: absolute; top: 94px; left: 28px; width: 34px; height: 2px; content: ""; background: var(--rsl-red); }

.rsl-showcase { position: relative; min-height: 680px; overflow: hidden; isolation: isolate; }
.rsl-showcase::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg,rgba(3,26,52,.99) 0%,rgba(3,26,52,.91) 42%,rgba(3,26,52,.28) 76%,rgba(3,26,52,.12)); }
.rsl-showcase-photo { position: absolute; inset: 0; background: var(--rsl-hero-image) 72% 52% / cover no-repeat; transform: scale(1.02); }
.rsl-showcase-inner { display: grid; min-height: 680px; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.rsl-showcase-copy { position: relative; z-index: 2; max-width: 650px; }
.rsl-showcase h2 { color: #fff; }
.rsl-showcase-copy > p:not(.rsl-mini-label) { max-width: 590px; margin: 26px 0 32px; color: #c3d0df; line-height: 1.75; }
.rsl-showcase-stats { position: relative; z-index: 2; display: grid; align-self: end; grid-template-columns: repeat(3,1fr); margin-bottom: 58px; border: 1px solid rgba(255,255,255,.24); background: rgba(3,26,52,.68); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.rsl-showcase-stats article { display: flex; min-height: 130px; flex-direction: column; justify-content: center; padding: 18px; border-right: 1px solid rgba(255,255,255,.2); text-align: center; }
.rsl-showcase-stats article:last-child { border: 0; }
.rsl-showcase-stats strong { color: #fff; font-family: Impact,sans-serif; font-size: 2.25rem; }
.rsl-showcase-stats span { margin-top: 6px; color: #bdc9d7; font-size: .66rem; font-weight: 750; text-transform: uppercase; }

.rsl-gallery-section { position: relative; overflow: hidden; background: #fff; color: var(--rsl-navy); }
.rsl-gallery-section::before { position: absolute; top: 10%; right: -180px; width: 520px; height: 520px; content: ""; border: 80px solid rgba(10,58,112,.035); border-radius: 50%; }
.rsl-gallery-grid { position: relative; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(2,310px); grid-auto-rows: 310px; gap: 14px; }
.rsl-gallery-item { position: relative; grid-column: span 3; overflow: hidden; border: 1px solid rgba(3,26,52,.1); border-radius: 8px; background: var(--rsl-navy); box-shadow: 0 16px 38px rgba(3,26,52,.09); isolation: isolate; }
.rsl-gallery-main { grid-column: 1 / 6; grid-row: 1 / 3; }
.rsl-gallery-detail { grid-column: 6 / 9; grid-row: 1; }
.rsl-gallery-winding { grid-column: 9 / 13; grid-row: 1; }
.rsl-gallery-wide { grid-column: 6 / 13; grid-row: 2; }
.rsl-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.72,.28,1); }
.rsl-gallery-main img { object-position: 50% 54%; }
.rsl-gallery-detail img { object-position: 50% 52%; }
.rsl-gallery-winding img { object-position: 52% 54%; }
.rsl-gallery-wide img { object-position: 50% 54%; }
.rsl-gallery-item::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg,rgba(3,26,52,.02) 40%,rgba(3,26,52,.92) 100%); transition: background .3s ease; }
.rsl-gallery-index { position: absolute; top: 20px; left: 20px; z-index: 2; display: grid; width: 42px; height: 32px; place-items: center; border-left: 3px solid var(--rsl-red); background: rgba(3,26,52,.82); color: #fff; font-family: Impact,sans-serif; font-size: .86rem; letter-spacing: .08em; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.rsl-gallery-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; display: flex; flex-direction: column; gap: 5px; padding-right: 42px; color: #fff; }
.rsl-gallery-caption strong { font-size: 1.05rem; letter-spacing: -.01em; }
.rsl-gallery-caption small { color: #c4d1df; font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.rsl-gallery-open { position: absolute; right: 20px; bottom: 22px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; font-size: .9rem; transition: .2s ease; }
.rsl-gallery-item:hover img,.rsl-gallery-item:focus-visible img { transform: scale(1.045); }
.rsl-gallery-item:hover::after,.rsl-gallery-item:focus-visible::after { background: linear-gradient(180deg,rgba(3,26,52,.05) 28%,rgba(3,26,52,.96) 100%); }
.rsl-gallery-item:hover .rsl-gallery-open,.rsl-gallery-item:focus-visible .rsl-gallery-open { border-color: var(--rsl-red); background: var(--rsl-red); transform: translate(2px,-2px); }
.rsl-gallery-item:focus-visible { outline: 3px solid var(--rsl-red); outline-offset: 3px; }
.rsl-gallery-note { margin: 18px 0 0; color: #79889a; font-size: .72rem; text-align: right; }

.rsl-testimonials-section { background: #f4f7fb; color: var(--rsl-navy); }
.rsl-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rsl-testimonial { display: flex; min-height: 350px; flex-direction: column; padding: 34px; border: 1px solid #dce4ed; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(3,26,52,.04); }
.rsl-stars { color: var(--rsl-red); font-size: .94rem; letter-spacing: .18em; }
.rsl-testimonial blockquote { margin: 30px 0; color: #2f4155; font-size: .96rem; line-height: 1.8; }
.rsl-testimonial footer { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 23px; border-top: 1px solid #e5ebf1; }
.rsl-testimonial footer > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--rsl-navy); color: #fff; font-size: .72rem; font-weight: 800; }
.rsl-testimonial footer div { display: flex; flex-direction: column; gap: 4px; }
.rsl-testimonial footer strong { color: var(--rsl-navy); font-size: .82rem; }
.rsl-testimonial footer small { color: #748397; font-size: .66rem; }

.rsl-final-cta { position: relative; padding: 100px 0; overflow: hidden; background: var(--rsl-red); }
.rsl-final-cta::before { position: absolute; top: -280px; right: 10%; width: 180px; height: 900px; content: ""; background: rgba(255,255,255,.09); transform: rotate(35deg); }
.rsl-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.rsl-final-cta .rsl-mini-label { color: #fff; opacity: .8; }
.rsl-final-cta h2 { color: #fff; }
.rsl-final-cta h2 em { color: var(--rsl-navy); }
.rsl-final-inner > div:first-child > p:last-child { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.84); line-height: 1.7; }
.rsl-final-actions { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
.rsl-final-actions .rsl-primary { background: #fff; color: var(--rsl-red); box-shadow: 0 18px 40px rgba(98,0,15,.18); }
.rsl-final-actions .rsl-primary:hover { color: var(--rsl-navy); }
.rsl-final-badges { display: flex; flex-wrap: wrap; gap: 9px 18px; color: rgba(255,255,255,.82); font-size: .74rem; font-weight: 650; }

.rsl-footer { padding: 68px 0 24px; background: #020f1e; }
.rsl-footer-grid { display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 70px; }
.rsl-footer-grid > img { width: 280px; height: auto; }
.rsl-footer-grid nav { display: flex; justify-content: center; gap: 30px; color: #aab9ca; font-size: .8rem; font-weight: 600; }
.rsl-footer-grid nav a:hover,.rsl-footer-grid nav a:focus-visible { color: #fff; }
.rsl-instagram-link { display: inline-flex; gap: 8px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: #d5deea; font-size: .74rem; font-weight: 700; }
.rsl-footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #6e8095; font-size: .66rem; }

@keyframes rsl-copy { from { opacity: 0; transform: translateY(18px); } }
@keyframes rsl-stripe { from { opacity: 0; transform: translateX(80px) rotate(34deg); } }
@keyframes rsl-zoom { from { transform: scale(1.04); } }

@media (max-width: 1180px) {
	.rsl-shell { width: min(calc(100% - 48px),1120px); }
	.rsl-brand { width: 228px; flex-basis: 228px; }
	.rsl-header { gap: 24px; }
	.rsl-nav { gap: 22px; }
	.rsl-header-cta { display: none; }
	.rsl-hero-copy { width: min(660px,57vw); }
	.rsl-site h1 { font-size: clamp(3.75rem,6.1vw,5rem); }
	.rsl-metrics { width: min(700px,62vw); }
	.rsl-service-grid { grid-template-columns: repeat(2,1fr); }
	.rsl-process-step { padding-inline: 12px; }
	.rsl-quality-panel { grid-template-columns: 210px 1fr; }
	.rsl-advantage { padding-inline: 20px; }
	.rsl-gallery-grid { grid-template-rows: repeat(2,280px); }
	.rsl-footer-grid { grid-template-columns: 240px 1fr; }
	.rsl-footer-grid > img { width: 240px; }
	.rsl-instagram-link { grid-column: 2; justify-self: end; }
}

@media (max-width: 860px) {
	.rsl-shell { width: min(calc(100% - 36px),760px); }
	.rsl-hero { min-height: 1060px; }
	.rsl-hero-photo { inset: 410px 0 auto; height: 470px; background-position: 74% center; }
	.rsl-hero::before { background: linear-gradient(180deg,var(--rsl-navy) 0 39%,rgba(3,26,52,.2) 56%,var(--rsl-navy) 82%); }
	.rsl-hero-stripe { top: 260px; left: 68%; width: 82px; height: 650px; }
	.rsl-header { height: 88px; }
	.rsl-brand { width: 232px; flex-basis: 232px; }
	.rsl-nav { display: none; }
	.rsl-mobile-menu { position: relative; display: block; margin-left: auto; }
	.rsl-mobile-menu summary { display: flex; width: 48px; height: 48px; cursor: pointer; list-style: none; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; }
	.rsl-mobile-menu summary::-webkit-details-marker { display: none; }
	.rsl-mobile-menu summary i { width: 20px; height: 2px; background: #fff; }
	.rsl-mobile-menu nav { position: absolute; top: 58px; right: 0; display: flex; width: min(270px,calc(100vw - 36px)); flex-direction: column; padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; background: rgba(3,26,52,.98); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
	.rsl-mobile-menu nav a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 650; }
	.rsl-hero-content { padding-top: 58px; }
	.rsl-hero-copy { width: 100%; }
	.rsl-site h1 { font-size: clamp(3.2rem,9.4vw,4.6rem); }
	.rsl-metrics-shell { bottom: 32px; }
	.rsl-metrics { width: 100%; }
	.rsl-metric { min-height: 145px; }
	.rsl-floating-whatsapp { display: flex; }
	.rsl-section { padding: 82px 0; }
	.rsl-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
	.rsl-section-heading > span { max-width: 620px; }
	.rsl-emergency-inner { grid-template-columns: 1fr auto; padding-block: 18px; }
	.rsl-emergency-copy { display: none; }
	.rsl-service-grid { grid-template-columns: 1fr 1fr; }
	.rsl-process-grid { grid-template-columns: 1fr; gap: 0; }
	.rsl-process-grid::before { top: 0; right: auto; bottom: 0; left: 34px; width: 1px; height: auto; }
	.rsl-process-step { display: grid; grid-template-columns: 68px 1fr; align-items: start; gap: 24px; padding: 0 0 32px; text-align: left; }
	.rsl-process-step > span { margin: 0; box-shadow: 0 0 0 6px #fff; }
	.rsl-process-step h3 { margin-top: 10px; }
	.rsl-quality-panel { grid-template-columns: 150px 1fr; }
	.rsl-quality-mark { min-height: 380px; font-size: 9rem; }
	.rsl-quality-content { padding: 42px 36px; }
	.rsl-check-grid { grid-template-columns: 1fr; }
	.rsl-advantage-grid { grid-template-columns: repeat(2,1fr); }
	.rsl-advantage:nth-child(2) { border-right: 0; }
	.rsl-advantage:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
	.rsl-showcase-inner { grid-template-columns: 1fr; gap: 40px; padding-block: 84px 44px; }
	.rsl-showcase-stats { align-self: auto; margin-bottom: 0; }
	.rsl-gallery-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: 560px 340px 420px; }
	.rsl-gallery-main { grid-column: 1 / 3; grid-row: 1; }
	.rsl-gallery-detail { grid-column: 1; grid-row: 2; }
	.rsl-gallery-winding { grid-column: 2; grid-row: 2; }
	.rsl-gallery-wide { grid-column: 1 / 3; grid-row: 3; }
	.rsl-testimonial-grid { grid-template-columns: 1fr; }
	.rsl-testimonial { min-height: auto; }
	.rsl-final-inner { grid-template-columns: 1fr; gap: 44px; }
	.rsl-final-actions { max-width: 560px; }
	.rsl-footer-grid { grid-template-columns: 1fr; justify-items: start; gap: 32px; }
	.rsl-footer-grid nav { flex-wrap: wrap; justify-content: flex-start; }
	.rsl-instagram-link { grid-column: auto; justify-self: start; }
}

@media (max-width: 600px) {
	.rsl-hero { min-height: 1180px; }
	.rsl-brand { width: 208px; flex-basis: 208px; }
	.rsl-hero-photo { inset-block-start: 495px; height: 410px; }
	.rsl-hero-stripe { top: 390px; left: 74%; height: 520px; }
	.rsl-hero-content { padding-top: 44px; }
	.rsl-eyebrow { font-size: .66rem; letter-spacing: .14em; }
	.rsl-site h1 { font-size: clamp(2.65rem,13vw,3.7rem); line-height: .95; }
	.rsl-lead { margin-top: 24px; font-size: .95rem; line-height: 1.55; }
	.rsl-actions { flex-direction: column; gap: 11px; margin-top: 24px; }
	.rsl-button { width: 100%; }
	.rsl-trust { display: none; }
	.rsl-metrics { grid-template-columns: repeat(2,1fr); }
	.rsl-metric { min-height: 123px; }
	.rsl-metric strong { font-size: 2rem; }
	.rsl-section { padding: 68px 0; }
	.rsl-section-heading h2,.rsl-showcase h2,.rsl-final-cta h2 { font-size: clamp(2.35rem,11vw,3.4rem); }
	.rsl-emergency-inner { grid-template-columns: 1fr; gap: 14px; }
	.rsl-emergency-inner > a { width: 100%; justify-content: space-between; }
	.rsl-service-grid { grid-template-columns: 1fr; }
	.rsl-service-card { min-height: auto; }
	.rsl-quality-panel { grid-template-columns: 1fr; }
	.rsl-quality-mark { min-height: 150px; font-size: 8rem; }
	.rsl-quality-content { padding: 34px 24px; }
	.rsl-advantage-grid { grid-template-columns: 1fr; }
	.rsl-advantage { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
	.rsl-advantage h3 { margin-top: 45px; }
	.rsl-showcase { min-height: auto; }
	.rsl-showcase-inner { min-height: auto; }
	.rsl-showcase::after { background: rgba(3,26,52,.88); }
	.rsl-showcase-stats { grid-template-columns: 1fr; }
	.rsl-showcase-stats article { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.rsl-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 480px repeat(3,400px); }
	.rsl-gallery-main,.rsl-gallery-detail,.rsl-gallery-winding,.rsl-gallery-wide { grid-column: 1; }
	.rsl-gallery-main { grid-row: 1; }
	.rsl-gallery-detail { grid-row: 2; }
	.rsl-gallery-winding { grid-row: 3; }
	.rsl-gallery-wide { grid-row: 4; }
	.rsl-gallery-caption { right: 18px; bottom: 18px; left: 18px; }
	.rsl-gallery-open { right: 16px; bottom: 17px; }
	.rsl-gallery-note { text-align: left; }
	.rsl-testimonial { padding: 28px 22px; }
	.rsl-final-cta { padding: 74px 0; }
	.rsl-final-badges { flex-direction: column; }
	.rsl-footer-grid nav { flex-direction: column; gap: 16px; }
	.rsl-footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.rsl-site *,.rsl-site *::before,.rsl-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
