:root {
  --red: #e20d1b;
  --red-text: #ff4050;
  --ink: #090a0c;
  --panel: #111317;
  --panel-raised: #181b20;
  --white: #f5f5f6;
  --muted: #b1b5be;
  --line: #30343d;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: Manrope, Arial, sans-serif;
  --wrap: min(1240px, calc(100% - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ink); color: var(--white); font: 1rem/1.7 var(--body); }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { text-wrap: balance; overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button,input,select,textarea { font: inherit; }
button,a,input,summary,textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
input:focus-visible,textarea:focus-visible { outline-color: var(--red-text); outline-offset: 2px; }
[hidden] { display: none !important; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: clamp(64px, 7vw, 112px); scroll-margin-top: 100px; }
.kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; font-size: .8125rem; font-weight: 800; letter-spacing: .12em; color: #d0d3da; }
.kicker > span { height: 2px; width: 28px; background: var(--red); }
.kicker svg { width: 24px; height: 24px; fill: none; stroke: var(--red-text); stroke-width: 1.8; }
h1,h2,h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: 1; }
h2 { font-size: clamp(2.7rem, 4.8vw, 4.75rem); }
em { color: var(--red-text); font-style: normal; }
.skip-link { position: fixed; top: -150px; left: 20px; padding: 14px; background: white; color: black; z-index: 100; }
.skip-link:focus { top: 10px; }
.topline { padding: 10px max(32px, calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 22px; background: #111216; border-bottom: 1px solid #2e3037; font-size: .75rem; font-weight: 700; letter-spacing: .035em; color: #c8ccd3; }
.topline > span span { color: var(--red-text); padding-inline: 10px; }
.topline a { color: #fff; }
.topline a:hover { text-decoration: underline; }
.site-header { min-height: 88px; padding: 10px max(32px, calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 26px; position: sticky; top: 0; z-index: 50; background: #090a0cf2; border-bottom: 1px solid #30343d; backdrop-filter: blur(14px); }
.site-header.scrolled { box-shadow: 0 12px 35px #0004; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand > span { font: 800 1.8rem/1 var(--display); letter-spacing: .04em; white-space: nowrap; }
.brand b { color: var(--red-text); }
.brand small { display: block; color: #c3c6cc; font: 600 .75rem/1.5 var(--body); text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav > a { font-size: .875rem; font-weight: 700; padding-block: 10px; }
.site-header nav > a:hover,.site-header nav > a[aria-current] { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.nav-cta { background: var(--red); color: white; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 18px !important; }
.nav-cta:hover { background: #c60817; text-decoration: none !important; }
.menu-button { display: none; width: 48px; height: 48px; padding: 10px; flex-direction: column; justify-content: center; gap: 5px; color: white; border: 1px solid var(--line); background: transparent; }
.menu-button > span { height: 2px; width: 25px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active > span:nth-child(2) { opacity: 0; }
.menu-button.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; isolation: isolate; overflow: clip; min-height: 720px; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#08090bfa 0%,#08090bf0 28%,#08090bac 47%,#08090b15 76%),linear-gradient(0deg,#090a0c99,transparent 38%); }
.hero-content { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding-block: 74px 82px; gap: 40px; }
.hero-copy { max-width: 670px; width: 56%; }
.hero h1 { font-size: clamp(3.75rem, 6.6vw, 6.6rem); line-height: 1; letter-spacing: -.02em; }
.hero h1 em { color: var(--red-text); }
.hero-lead { margin-top: 25px; max-width: 530px; font-size: 1.0625rem; color: #d0d4dc; }
.hero-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { padding: 17px 21px; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; font-size: .875rem; line-height: 1.45; font-weight: 800; text-align: center; transition: background .2s, border-color .2s, transform .2s; }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #c60817; transform: translateY(-2px); }
.button-ghost { border-color: #656b76; background: #0b0c0f88; color: #fff; }
.button-ghost:hover { background: #21242a; border-color: #fff; }
.hero-direct { display: inline-block; margin-top: 20px; color: #d2d5dc; font-size: .875rem; text-decoration: underline; }
.hero-direct:hover { color: #fff; }
.hero-signature { border-left: 2px solid var(--red); padding: 4px 0 4px 24px; text-align: left; margin-bottom: 18px; }
.hero-signature > span { font: 800 clamp(2.2rem,3.8vw,3.4rem)/1 var(--display); letter-spacing: .04em; }
.hero-signature small { display: block; margin-top: 10px; font-size: .75rem; color: #d4d6da; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }
.hero-caption { position: absolute; right: 24px; bottom: 12px; font-size: .75rem; color: #e0e2e6; padding: 2px 7px; background: #0a0b0dcc; }
.benefit-strip { background: #14161b; border-top: 1px solid #30343d; border-bottom: 1px solid #30343d; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.benefit-grid > div { padding: 27px 24px; border-right: 1px solid #30343d; display: grid; grid-template-columns: 42px 1fr; column-gap: 8px; }
.benefit-grid > div:first-child { padding-left: 0; }
.benefit-grid > div:last-child { border: 0; }
.benefit-grid span { grid-row: span 2; color: var(--red-text); font: 700 1.1rem/1.6 var(--display); }
.benefit-grid strong { font-size: .9375rem; }
.benefit-grid small { color: var(--muted); font-size: .8125rem; }
.section-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 64px; align-items: end; margin-bottom: 46px; }
.section-intro > p { color: var(--muted); max-width: 440px; }
.services { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.service-card { padding: 30px; background: #13151a; border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: border-color .2s,transform .2s; }
.service-card:hover { border-color: #8e3039; transform: translateY(-4px); }
.service-card.featured { border-top: 3px solid var(--red); background: linear-gradient(155deg,#291218,#14161b 50%); }
.service-top { display: flex; align-items: center; justify-content: space-between; min-height: 38px; margin-bottom: 38px; gap: 10px; }
.service-number { font: 700 1.4rem/1 var(--display); color: #abb0ba; }
.service-top svg { width: 34px; height: 34px; stroke: var(--red-text); fill: none; stroke-width: 1.5; }
.service-badge { background: #4f1720; color: #ffb8bf; padding: 5px 9px; font-size: .75rem; letter-spacing: .05em; }
.service-category { color: #c2c6cf; font-size: .75rem; letter-spacing: .05em; min-height: 40px; }
.service-card h3 { font-size: clamp(2.25rem,3.2vw,3.3rem); margin: 8px 0 20px; }
.service-description { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 23px 0 28px; }
.service-card li { font-size: .875rem; padding: 9px 0; border-bottom: 1px solid #30343d; display: flex; gap: 12px; }
.service-card li:before { content: "/"; color: var(--red-text); font-weight: 800; }
.service-price { margin-top: auto; display: flex; flex-direction: column; gap: 3px; }
.service-price strong { font-size: 1rem; }
.service-price small { color: var(--muted); font-size: .8125rem; }
.service-action { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 0 0; margin-top: 22px; border-top: 1px solid #525663; font-size: .875rem; font-weight: 800; }
.service-action:hover { color: var(--red-text); }
.service-action > span { font-size: 1.3rem; color: var(--red-text); }
.service-help { display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 1px solid var(--line); padding: 22px 26px; margin-top: 20px; }
.service-help p { color: var(--muted); font-size: .875rem; }
.service-help a { color: #fff; font-weight: 700; font-size: .875rem; flex-shrink: 0; text-decoration: underline; }
.mobile-service { border-block: 1px solid #292d34; background: #101216; }
.mobile-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 80px; }
.mobile-copy > p:not(.kicker) { max-width: 470px; color: var(--muted); margin-top: 26px; }
.mobile-copy .button { margin-top: 30px; }
.coverage-card { padding: 34px; background: #090a0c; border: 1px solid #434752; border-top: 3px solid var(--red); }
.coverage-top { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; color: #c4c9d1; font-size: .75rem; letter-spacing: .08em; }
.coverage-top span { color: var(--red-text); }
.coverage-card h3 { font-size: clamp(2.5rem,4.8vw,4.7rem); margin-top: 30px; }
.coverage-card h3 span { display: block; margin-top: 10px; color: #c1c5ce; font: 500 1rem var(--body); text-transform: none; }
.coverage-card > p:not(.coverage-top) { color: var(--muted); margin-top: 22px; }
.coverage-checks { margin-top: 30px; }
.coverage-checks > div { padding: 17px 0; display: flex; align-items: baseline; gap: 18px; border-top: 1px solid var(--line); }
.coverage-checks > div > span { color: var(--red-text); font: 700 .9375rem var(--display); }
.coverage-checks p { font-size: .875rem; color: var(--muted); }
.coverage-checks strong { display: block; color: #fff; margin-bottom: 4px; }
.coverage-note { font-size: .8125rem; border-top: 1px solid var(--line); padding-top: 18px; }
.standard { background: var(--ink); }
.standard-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 66px; align-items: center; }
.standard-figure { align-self: stretch; min-height: 530px; position: relative; }
.standard-figure > img { height: 100%; width: 100%; object-fit: cover; position: absolute; inset: 0; }
.standard-figure:after { content: ""; position: absolute; width: 80px; height: 4px; bottom: 0; left: 0; background: var(--red); }
.standard-figure figcaption { position: absolute; left: 12px; right: 12px; bottom: 14px; color: #eee; background: #0a0b0ddd; font-size: .75rem; width: fit-content; padding: 4px 8px; }
.standard-copy > p:not(.kicker) { color: var(--muted); margin-top: 26px; }
.quality-list { margin-top: 30px; }
.quality-list > div { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.quality-list > div > span { color: var(--red-text); font: 700 1rem/1.6 var(--display); }
.quality-list strong { display: block; font-size: 1rem; }
.quality-list small { display: block; margin-top: 4px; font-size: .875rem; color: var(--muted); }
.process { background: #14161b; }
.section-intro.compact { display: block; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px; margin: 0; padding: 0; list-style: none; }
.process-grid li { border-top: 2px solid #494f59; padding-top: 22px; }
.process-grid li > span { font: 700 3rem/1 var(--display); color: var(--red-text); }
.process-grid h3 { margin: 24px 0 15px; font-size: 1.875rem; }
.process-grid p { color: var(--muted); }
.instagram-section { background: radial-gradient(ellipse at 80% 30%,#5f0e1b44,transparent 65%),#08090b; border-bottom: 1px solid var(--line); }
.instagram-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.instagram-brand { position: relative; padding: 14px; text-align: center; border: 1px solid #353039; background: #000; }
.instagram-brand img { width: 100%; height: auto; }
.instagram-brand > span { display: block; padding: 8px 0 14px; font-size: .75rem; letter-spacing: .13em; color: #b9bdc7; }
.instagram-handle { display: inline-block; max-width: 100%; overflow-wrap: anywhere; color: #fff; font-size: clamp(1.25rem,2.2vw,2rem); font-weight: 700; border-bottom: 1px solid var(--red); margin-top: 24px; }
.instagram-copy > p:not(.kicker) { color: var(--muted); margin-top: 21px; }
.instagram-copy .button { margin-top: 28px; }
.instagram-copy .instagram-note { font-size: .875rem; max-width: 420px; }
.quote { background: #13151a; }
.quote-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 66px; align-items: start; }
.quote-copy > p:not(.kicker) { color: var(--muted); margin-top: 25px; }
.quote-summary { border-left: 2px solid var(--red); padding: 18px 22px; background: #090a0c; margin-top: 34px; }
.quote-summary > span { display: block; color: #bbbfc9; font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.quote-summary strong { display: block; font: 700 1.75rem/1.2 var(--display); text-transform: uppercase; margin-top: 12px; }
.quote-summary small { display: block; font-size: .8125rem; color: var(--muted); margin-top: 10px; }
.direct-contact { font-size: .875rem; }
.direct-contact a { color: #fff; display: inline-block; margin-top: 7px; font-size: 1.1rem; font-weight: 700; }
.quote-panel { padding: 32px; background: #090a0c; border: 1px solid var(--line); min-width: 0; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; width: 100%; color: white; font-size: 1rem; font-weight: 700; margin-bottom: 18px; }
legend > span { color: var(--red-text); margin-right: 10px; font-family: var(--display); font-size: 1.25rem; }
.service-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.service-choice-grid label { display: flex; gap: 9px; align-items: center; padding: 13px 12px; border: 1px solid #494e5a; background: #15171c; color: #ced2dc; font-size: .875rem; cursor: pointer; line-height: 1.45; transition: background .2s, border-color .2s; }
.service-choice-grid input { width: 17px; height: 17px; margin: 0; accent-color: var(--red); flex-shrink: 0; }
.service-choice-grid label:has(input:checked) { color: #fff; border-color: var(--red-text); background: #37131b; }
.service-choice-grid label:has(input:focus-visible) { outline: 2px solid #fff; outline-offset: 3px; }
.vehicle-fields { margin-top: 30px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.vehicle-fields label,.extra-fields-content label { display: block; color: #e3e5ea; font-size: .875rem; margin-bottom: 18px; }
.required-note,.optional-note { color: #b3b8c2; font-size: .75rem; }
.vehicle-fields input,.extra-fields-content input,.extra-fields-content textarea { display: block; width: 100%; max-width: 100%; min-width: 0; padding: 13px 14px; margin-top: 8px; border: 1px solid #505665; border-radius: 0; background: #14161b; color: #fff; font-size: 1rem; line-height: 1.5; color-scheme: dark; }
.vehicle-fields input::placeholder,.extra-fields-content textarea::placeholder { color: #a8adb9; }
.extra-fields-content textarea { resize: vertical; min-height: 100px; }
.extra-fields { border-block: 1px solid var(--line); margin-bottom: 22px; }
summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; list-style: none; color: white; }
summary::-webkit-details-marker { display: none; }
summary > span { color: var(--red-text); font-size: 1.5rem; flex-shrink: 0; transition: transform .2s; }
details[open] summary > span { transform: rotate(45deg); }
.extra-fields summary { font-size: .875rem; padding: 14px 0; }
.extra-fields-content { padding: 10px 0; }
.extra-fields-content small { display: block; color: var(--muted); font-size: .75rem; margin-top: 7px; }
.quote-submit { width: 100%; }
.form-note { color: #b9bdc7; margin-top: 15px; font-size: .8125rem; }
.form-result { margin-top: 20px; padding: 18px; border: 1px solid #566471; background: #192127; font-size: .875rem; }
.form-result a { color: #fff; font-weight: 700; text-decoration: underline; display: inline-block; margin-top: 10px; }
.support { background: radial-gradient(ellipse at 12% 22%,#6a0c1c3d,transparent 54%),#0b0c0f; border-block: 1px solid var(--line); }
.support-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 66px; align-items: start; }
.support-copy > p:not(.kicker) { color: var(--muted); margin-top: 25px; max-width: 490px; }
.visitor-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 19px 20px 19px 22px; margin-top: 34px; background: #090a0c; border-left: 2px solid var(--red); border-block: 1px solid #31353e; }
.visitor-card > div > span { display: block; color: #bbbfc9; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.visitor-card strong { display: block; margin-top: 8px; color: #fff; font: 700 1.45rem/1.1 var(--display); text-transform: uppercase; }
.visitor-card small { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; }
.visitor-card img { display: block; width: auto; max-width: min(100%,180px); height: 28px; flex: 0 0 auto; }
.support-panel { min-width: 0; padding: 32px; background: #090a0c; border: 1px solid var(--line); }
.support-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.support-choice-grid label { display: flex; align-items: center; gap: 9px; padding: 13px 12px; min-height: 58px; border: 1px solid #494e5a; background: #15171c; color: #ced2dc; font-size: .875rem; line-height: 1.35; cursor: pointer; transition: background .2s,border-color .2s; }
.support-choice-grid input { width: 17px; height: 17px; margin: 0; accent-color: var(--red); flex-shrink: 0; }
.support-choice-grid label:has(input:checked) { color: #fff; border-color: var(--red-text); background: #37131b; }
.support-choice-grid label:has(input:focus-visible) { outline: 2px solid #fff; outline-offset: 3px; }
.support-message { display: block; margin-top: 30px; color: #e3e5ea; font-size: .875rem; }
.support-message textarea { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 112px; margin-top: 8px; padding: 13px 14px; resize: vertical; border: 1px solid #505665; border-radius: 0; background: #14161b; color: #fff; font: inherit; line-height: 1.5; }
.support-message textarea::placeholder { color: #a8adb9; }
.support-submit { width: 100%; margin-top: 22px; }
.faq-layout { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: 78px; }
.faq-layout > div > p:not(.kicker) { color: var(--muted); margin-top: 25px; }
.text-link { display: inline-flex; gap: 22px; margin-top: 24px; padding: 10px 0; border-bottom: 1px solid #6e333b; font-size: .875rem; font-weight: 700; }
.text-link span { color: var(--red-text); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 21px 0; font-size: 1rem; font-weight: 700; }
.accordion p { padding: 0 34px 25px 0; color: var(--muted); font-size: 1rem; }
.final-cta { padding-block: 68px; background: var(--red); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(2.6rem,4.8vw,4.6rem); margin-top: 16px; }
.final-cta em { color: #13090a; }
.overline { font-size: .8125rem; font-weight: 800; letter-spacing: .08em; }
.button-light { background: #fff; color: #0c0d10; flex-shrink: 0; }
.button-light:hover { background: #0c0d10; color: #fff; }
footer { background: #07080a; padding: 65px 0 24px; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.7fr) minmax(0,1fr); gap: 60px; padding-bottom: 44px; }
.footer-brand p { margin: 18px 0; font-size: .875rem; color: var(--muted); }
.footer-domain { font-size: 1rem; font-weight: 700; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .875rem; color: var(--muted); }
.footer-grid strong { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.footer-grid a { overflow-wrap: anywhere; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); font-size: .75rem; color: #b7bdc7; }
.footer-bottom a:hover { color: white; }
.mobile-contact { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: stretch; box-shadow: 0 6px 30px #0007; }
.mobile-contact a { padding: 16px 19px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: .875rem; line-height: 1.4; font-weight: 800; }
.mobile-instagram { display: none !important; }
.mobile-whatsapp { background: #25d366; color: #051a0c; }
.mobile-whatsapp:hover { background: #67e897; }
.mobile-whatsapp svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; flex-shrink: 0; }
@media (max-width: 1100px) {
  .site-header { flex-wrap: wrap; gap: 8px 24px; }
  .site-header nav { flex-basis: 100%; flex-wrap: wrap; }
  .js .site-header nav { position: absolute; left: 0; right: 0; top: 100%; background: #0c0d10; border-bottom: 1px solid var(--line); padding: 20px 32px; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 100px); overflow-y: auto; }
  .js .site-header nav:not(.open) { display: none; }
  .js .site-header nav > a { padding: 14px 8px; }
  .js .site-header nav > a:not(.nav-cta) { border-bottom: 1px solid var(--line); }
  .js .site-header nav > .nav-cta { margin-top: 16px; }
  .js .menu-button { display: flex; }
  .hero-copy { width: 67%; }
  .hero-signature { display: none; }
  .section-intro,.mobile-layout,.standard-layout,.instagram-layout,.quote-layout,.support-layout,.faq-layout { gap: 38px; }
  .service-card { padding: 24px; }
  .service-badge { font-size: .75rem; }
  .service-help { align-items: flex-start; flex-direction: column; gap: 12px; }
  .quote-layout { grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .benefit-grid > div { padding: 24px 14px; grid-template-columns: 1fr; }
  .benefit-grid span { margin-bottom: 8px; }
}
@media (max-width: 760px) {
  :root { --wrap: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .topline { padding: 9px 20px; flex-wrap: wrap; gap: 5px; }
  .topline > a { display: none; }
  .site-header { min-height: 78px; padding: 8px 20px; }
  .brand img { width: 50px; height: 50px; }
  .brand > span { font-size: 1.6rem; }
  .js .site-header nav { padding-inline: 20px; }
  .hero { min-height: auto; display: block; }
  .hero-content { padding-block: 48px 250px; }
  .hero-copy { width: 100%; max-width: none; }
  .hero h1 { font-size: clamp(3rem,10.8vw,4.6rem); }
  .hero-lead { font-size: 1rem; max-width: 520px; }
  .hero-image { height: 360px; top: auto; bottom: 0; object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg,#090a0c11 0,#090a0c22 170px,#090a0cdd 290px,#090a0c 380px); }
  .hero-actions { margin-top: 23px; }
  .hero-caption { font-size: .75rem; right: 12px; bottom: 10px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid > div,.benefit-grid > div:first-child { grid-template-columns: 40px 1fr; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid > div:last-child { border-bottom: 0; }
  .benefit-grid span { grid-row: span 2; margin: 0; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 34px; }
  .section-intro > p { max-width: 100%; }
  h2 { font-size: clamp(2.4rem,8.5vw,3.7rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 28px; }
  .service-top { margin-bottom: 24px; }
  .service-category { min-height: 0; }
  .service-card h3 { font-size: 2.75rem; }
  .service-help { padding: 22px; }
  .mobile-layout,.standard-layout,.instagram-layout,.quote-layout,.support-layout,.faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .mobile-copy > p:not(.kicker) { max-width: 100%; }
  .coverage-card { padding: 25px; }
  .coverage-card h3 { font-size: 3.3rem; }
  .standard-figure { min-height: 360px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .process-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 6px 16px; padding-top: 20px; }
  .process-grid li > span { grid-row: span 2; font-size: 2.5rem; }
  .process-grid h3 { margin: 0; }
  .process-grid p { grid-column: 2; }
  .instagram-copy { order: -1; }
  .instagram-brand { width: min(100%,440px); margin-inline: auto; }
  .instagram-handle { font-size: clamp(1.3rem,5.8vw,1.8rem); }
  .instagram-copy .instagram-note { max-width: 100%; }
  .quote-panel { padding: 25px; }
  .quote-summary { margin-top: 25px; }
  .support-panel { padding: 25px; }
  .visitor-card { max-width: 520px; }
  .faq-layout { gap: 30px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1/-1; }
  footer { padding-bottom: calc(100px + env(safe-area-inset-bottom,0px)); }
  .mobile-contact { right: 0; left: 0; bottom: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom,0px)); gap: 10px; background: #090a0cf5; border-top: 1px solid var(--line); }
  .mobile-contact a { padding: 12px 8px; }
  .mobile-instagram { display: inline-flex !important; flex: .8; border: 1px solid #525866; color: #fff; }
  .mobile-whatsapp { flex: 1.3; }
}
@media (max-width: 430px) {
  :root { --wrap: calc(100% - 32px); }
  .topline { padding-inline: 16px; font-size: .75rem; letter-spacing: 0; }
  .topline > span span { padding-inline: 4px; }
  .site-header { padding-inline: 16px; }
  .brand { gap: 8px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .service-card,.coverage-card,.quote-panel,.support-panel { padding: 22px; }
  .service-choice-grid { grid-template-columns: 1fr; }
  .support-choice-grid { grid-template-columns: 1fr; }
  .visitor-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .standard-figure { min-height: 300px; }
  .button { gap: 12px; padding-inline: 15px; }
  .mobile-contact { gap: 8px; padding-inline: 10px; }
  .mobile-contact a { font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
