:root {
  --ink: #151619;
  --ink-soft: #25262a;
  --paper: #f5f2ed;
  --white: #ffffff;
  --red: #b9191f;
  --red-dark: #851116;
  --orange: #ed6b24;
  --line: rgba(21, 22, 25, 0.14);
  --muted: #6d6c69;
  --shell: min(1180px, calc(100vw - 40px));
  --radius: 20px;
  --shadow: 0 24px 80px rgba(23, 17, 16, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; color: white; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(15, 16, 18, .94); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; border-radius: 12px 3px 12px 3px; background: linear-gradient(135deg, var(--red), var(--orange)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); transform: skewX(-7deg); }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.38); border-radius: 8px 2px; }
.brand-mark span, .brand-mark i { position: absolute; z-index: 1; color: white; font-weight: 900; font-style: normal; line-height: 1; }
.brand-mark span { left: 8px; top: 8px; font-size: 1.35rem; }
.brand-mark i { right: 8px; bottom: 7px; font-size: 1.15rem; }
.brand-copy { display: grid; line-height: 1.1; letter-spacing: .045em; }
.brand-copy strong { font-size: .93rem; font-weight: 900; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.66); font-size: .64rem; font-weight: 750; letter-spacing: .21em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; color: rgba(255,255,255,.82); }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.nav-cta:hover { background: white; color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: white; background: #121315; }
.hero-media, .hero-shade, .hero-grid { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 48%; filter: saturate(.86) contrast(1.06); }
.hero-shade { background: linear-gradient(90deg, rgba(9,10,12,.92) 0%, rgba(9,10,12,.76) 41%, rgba(9,10,12,.38) 67%, rgba(9,10,12,.55) 100%), linear-gradient(0deg, rgba(9,10,12,.8) 0%, transparent 38%); }
.hero-grid { opacity: .11; 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: 80px 80px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: clamp(40px, 7vw, 100px); align-items: center; padding-top: 105px; padding-bottom: 82px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: var(--red); }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 720; letter-spacing: -.045em; line-height: 1.04; text-transform: none; }
.hero h1 { max-width: 720px; font-size: clamp(3.45rem, 6vw, 6.25rem); }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 8px; font-size: .86rem; font-weight: 850; letter-spacing: .025em; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-primary { color: white; background: linear-gradient(135deg, var(--red), #db252a); box-shadow: 0 12px 30px rgba(185,25,31,.3); }
.button-primary:hover { background: linear-gradient(135deg, #d22228, var(--orange)); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-points { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 22px; list-style: none; color: rgba(255,255,255,.72); font-size: .8rem; font-weight: 650; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.quote-card { padding: 26px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.quote-heading { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.quote-heading p { margin: 0 0 4px; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.quote-heading h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; }
.quote-card form { padding-top: 18px; display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-card label { display: grid; gap: 6px; }
.quote-card label > span { font-size: .72rem; font-weight: 800; }
.quote-card input { width: 100%; min-width: 0; height: 47px; padding: 0 12px; color: var(--ink); background: white; border: 1px solid #d8d4ce; border-radius: 8px; outline: none; }
.quote-card input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(185,25,31,.1); }
.quote-card input.is-invalid { border-color: var(--red); background: #fff5f5; }
.form-error { min-height: 0; margin: 0; color: var(--red); font-size: .75rem; font-weight: 700; }
.form-error:empty { display: none; }
.button-whatsapp { width: 100%; color: white; background: #167b48; }
.button-whatsapp:hover { background: #0f653a; }
.button-whatsapp svg { width: 21px; }
.quote-card small { text-align: center; color: var(--muted); font-size: .68rem; }
.hero-rail { position: absolute; z-index: 2; inset: auto 0 22px; display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.63); font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.hero-rail a { color: white; }
.hero-rail i { flex: 1; height: 1px; background: rgba(255,255,255,.2); }

.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 112px; padding: 22px 32px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid b { color: var(--red); font-size: .68rem; letter-spacing: .12em; }
.proof-grid span { display: grid; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.proof-grid strong { margin-bottom: 4px; color: var(--ink); font-size: .94rem; }

.section { padding: 112px 0; }
.section-intro { margin-bottom: 46px; }
.split-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section h2 { font-size: clamp(2.65rem, 4.4vw, 4.75rem); }
.intro-copy { margin: 0; max-width: 460px; color: var(--muted); }
.intro-copy > p, p.intro-copy { margin-top: 0; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--red); font-size: .85rem; font-weight: 850; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.armada-section { background: var(--paper); }
.fleet-showcase { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 490px; gap: 14px; }
.fleet-card { position: relative; min-width: 0; overflow: hidden; border-radius: 14px; background: #222; }
.fleet-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.fleet-card:hover img { transform: scale(1.035); }
.fleet-card-main img { object-position: 50% 42%; }
.fleet-overlay { position: absolute; inset: auto 0 0; padding: 34px 28px 26px; color: white; background: linear-gradient(transparent, rgba(7,8,9,.88)); }
.fleet-overlay span, .fleet-card-red span { font-size: .67rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.fleet-overlay h3, .fleet-card-red h3 { margin: 7px 0 5px; font-size: 1.4rem; line-height: 1.12; }
.fleet-overlay p, .fleet-card-red p { margin: 0; color: rgba(255,255,255,.7); font-size: .8rem; }
.fleet-overlay.compact h3 { max-width: 220px; }
.fleet-card-red { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: linear-gradient(145deg, var(--red-dark), var(--red) 70%, var(--orange)); }
.fleet-card-red::before { content: ""; position: absolute; width: 270px; height: 270px; right: -140px; top: -110px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.035), 0 0 0 72px rgba(255,255,255,.025); }
.fleet-number { position: relative; font-family: Impact, sans-serif; font-size: 5.4rem; line-height: 1; letter-spacing: -.08em; opacity: .18; }
.fleet-card-red h3 { font-size: 1.75rem; }
.fleet-card-red a { display: inline-block; margin-top: 18px; font-size: .8rem; font-weight: 850; }
.feature-note { margin-top: 20px; padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.46); }
.feature-note p { margin: 0; color: var(--muted); font-size: .83rem; }
.feature-note p strong { color: var(--ink); }
.feature-icon { flex: 0 0 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: .74rem; font-weight: 850; }

.services-section { color: white; background: var(--ink); }
.split-intro.light .intro-copy { color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid rgba(255,255,255,.15); }
.service-list article { min-height: 138px; padding: 26px 8px; display: grid; grid-template-columns: 70px 1fr auto; gap: 25px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .25s ease, background .25s ease; }
.service-list article:hover { padding-inline: 24px; background: linear-gradient(90deg, rgba(185,25,31,.22), transparent); }
.service-index { color: var(--orange); font-size: .72rem; font-weight: 850; }
.service-list h3 { margin: 0 0 5px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.2; }
.service-list p { margin: 0; max-width: 620px; color: rgba(255,255,255,.57); font-size: .9rem; }
.service-arrow { font-size: 1.8rem; color: rgba(255,255,255,.3); }

.steps-section { background: white; }
.steps-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.steps-photo { position: relative; min-height: 650px; }
.steps-photo img { width: 100%; height: 650px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.photo-stamp { position: absolute; right: -20px; bottom: 32px; width: 230px; padding: 24px; display: grid; color: white; background: var(--red); box-shadow: 0 18px 45px rgba(185,25,31,.28); }
.photo-stamp span { font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.photo-stamp strong { margin-top: 5px; font-size: 1.15rem; line-height: 1.2; }
.steps-copy h2 { font-size: clamp(2.65rem, 4.4vw, 4.5rem); }
.steps-copy ol { margin: 40px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-copy li { padding: 20px 0; display: grid; grid-template-columns: 52px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.steps-copy li > span { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.steps-copy h3 { margin: 0 0 3px; font-size: 1.02rem; }
.steps-copy li p { margin: 0; color: var(--muted); font-size: .82rem; }
.button-dark { color: white; background: var(--ink); }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 260px 260px; gap: 12px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: #ddd; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.8); }
.gallery-item span { position: absolute; left: 18px; bottom: 16px; padding: 8px 10px; color: white; background: rgba(10,11,12,.72); border-radius: 6px; font-size: .7rem; font-weight: 750; backdrop-filter: blur(8px); }
.lightbox { width: min(1000px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: visible; border: 0; border-radius: 12px; background: transparent; }
.lightbox::backdrop { background: rgba(8,9,10,.9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 48px); object-fit: contain; border-radius: 12px; }
.lightbox button { position: absolute; z-index: 2; top: -14px; right: -14px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: white; background: var(--red); font-size: 1.4rem; cursor: pointer; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 120px); }
.faq-layout h2 { font-size: clamp(2.65rem, 4.2vw, 4.4rem); }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 1.4rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 45px 24px 0; color: var(--muted); font-size: .88rem; }

.blog-section { color: white; background: #222327; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.article-grid article { min-height: 300px; padding: 30px; display: flex; flex-direction: column; background: #222327; }
.article-grid article > span { color: var(--orange); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-grid h3 { margin: 18px 0 12px; font-size: 1.5rem; line-height: 1.2; }
.article-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; }
.article-grid b { margin-top: auto; color: rgba(255,255,255,.42); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.rates-section { background: #f7f4ef; }
.rate-note { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 24px; padding: 14px 16px; border: 1px solid rgba(185,25,31,.22); border-radius: 12px; background: #fff; color: #5f5a55; font-size: .78rem; }
.rate-note strong { color: var(--red); }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rate-card { display: flex; flex-direction: column; min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.rate-card > span { color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rate-card h3 { margin: 12px 0 5px; font-size: 1.25rem; }
.rate-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.rate-card .rate-price { margin-top: auto; padding-top: 28px; }
.rate-price small { display: block; color: var(--muted); font-size: .65rem; }
.rate-price strong { display: block; margin-top: 3px; font-size: 1.65rem; letter-spacing: -.04em; }
.rate-card a { margin-top: 15px; color: var(--red); font-size: .74rem; font-weight: 800; }
.activity-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; }
.activity-card { position: relative; min-height: 370px; overflow: hidden; border-radius: 16px; background: #191a1e; }
.activity-card img { width: 100%; height: 100%; object-fit: cover; }
.activity-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.78)); }
.activity-card div { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; color: white; }
.activity-card span { color: rgba(255,255,255,.68); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.activity-card h3 { margin: 6px 0 0; font-size: 1.2rem; }
.activity-credit { margin: 14px 0 0; color: var(--muted); font-size: .66rem; }

.final-cta { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; color: white; background: #141517; }
.final-cta-bg { position: absolute; inset: 0; }
.final-cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,15,17,.96), rgba(14,15,17,.65) 60%, rgba(14,15,17,.4)); }
.final-cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 48%; filter: grayscale(.15); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { max-width: 850px; font-size: clamp(3.1rem, 6vw, 5.9rem); }
.final-cta p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.68); }
.final-cta .button { margin-top: 12px; }

.site-footer { color: white; background: #0e0f11; }
.footer-main { padding: 72px 0 55px; display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-main h2 { margin: 0 0 13px; color: rgba(255,255,255,.45); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-main a, .footer-main span { color: rgba(255,255,255,.66); font-size: .8rem; }
.footer-main a:hover { color: white; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-phone { color: white !important; font-size: 1.05rem !important; font-weight: 850; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .7rem; }
.footer-bottom span:last-child { margin-left: auto; }
.floating-wa { position: fixed; z-index: 40; right: 20px; bottom: 20px; min-height: 50px; padding: 0 17px; display: flex; align-items: center; gap: 9px; color: white; background: #167b48; border-radius: 999px; box-shadow: 0 14px 36px rgba(0,0,0,.25); font-size: .78rem; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.floating-wa:hover { transform: translateY(-3px); background: #0f653a; }
.floating-wa svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 82px 0 auto; padding: 26px 22px 34px; display: grid; gap: 4px; color: white; background: rgba(14,15,17,.98); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 12px 6px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 110px; }
  .hero-copy { max-width: 680px; }
  .hero-media img { object-position: 64% 50%; }
  .quote-card { max-width: 590px; }
  .hero-rail { bottom: 28px; }
  .hero-rail span:last-child { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 92px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .split-intro { grid-template-columns: 1fr; gap: 25px; }
  .fleet-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 340px; }
  .fleet-card-main { grid-column: span 2; }
  .steps-layout { grid-template-columns: 1fr; }
  .steps-photo { min-height: 520px; }
  .steps-photo img { height: 520px; }
  .faq-layout { grid-template-columns: 1fr; gap: 46px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy small { font-size: .55rem; }
  .primary-nav { inset-block-start: 72px; }
  .hero-layout { padding-top: 122px; padding-bottom: 98px; gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .hero-lead { margin-top: 20px; font-size: .98rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 7px; }
  .quote-card { padding: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .hero-rail { font-size: .57rem; gap: 11px; }
  .proof-grid > div { padding-inline: 20px; }
  .section { padding: 78px 0; }
  .section h2 { font-size: clamp(2.4rem, 11vw, 3.55rem); }
  .fleet-showcase { display: grid; grid-template-columns: 1fr; grid-template-rows: 430px 360px 370px; }
  .fleet-card-main { grid-column: auto; }
  .service-list article { min-height: 150px; grid-template-columns: 38px 1fr; gap: 10px; }
  .service-arrow { display: none; }
  .steps-photo, .steps-photo img { min-height: 430px; height: 430px; }
  .photo-stamp { right: -5px; bottom: 18px; width: 210px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px 250px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: auto; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid article { min-height: 260px; }
  .rate-grid { grid-template-columns: 1fr 1fr; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-card:first-child { grid-column: 1 / -1; }
  .final-cta { min-height: 520px; }
  .final-cta h2 { font-size: clamp(2.9rem, 13vw, 4.25rem); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-main > div:last-child { grid-column: span 2; }
  .footer-bottom { padding: 18px 0; flex-wrap: wrap; gap: 8px 18px; }
  .footer-bottom span:last-child { width: 100%; margin-left: 0; }
  .floating-wa { width: 50px; padding: 0; justify-content: center; }
  .floating-wa span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Internal pages */
.inner-page { background: white; }
.inner-page .site-header { background: rgba(15,16,18,.97); }
.page-hero { position: relative; min-height: 540px; padding: 170px 0 90px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--ink); }
.page-hero-media, .page-hero-media::after { position: absolute; inset: 0; }
.page-hero-media::after { content: ""; background: linear-gradient(90deg, rgba(10,11,13,.94), rgba(10,11,13,.68) 60%, rgba(10,11,13,.35)); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-content { position: relative; z-index: 1; max-width: 830px; }
.page-hero h1 { margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(3.5rem, 6.8vw, 6.2rem); font-weight: 720; letter-spacing: -.05em; line-height: 1.02; }
.page-hero p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.page-content { padding: 90px 0; }
.page-heading { max-width: 800px; margin-bottom: 40px; }
.page-heading h2 { margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2.6rem, 4.5vw, 4.5rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
.page-heading p { color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.info-card .num { color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.info-card h2, .info-card h3 { margin: 38px 0 10px; font-size: 1.3rem; line-height: 1.2; }
.info-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.page-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.page-gallery figure { margin: 0; }
.page-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.page-gallery figcaption { padding: 9px 2px 18px; color: var(--muted); font-size: .76rem; }
.page-cta { padding: 70px 0; color: white; background: linear-gradient(120deg, var(--red-dark), var(--red) 66%, var(--orange)); }
.page-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.page-cta h2 { margin: 0 0 7px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; }
.page-cta p { margin: 0; color: rgba(255,255,255,.7); }
.page-cta .button { flex: 0 0 auto; color: var(--ink); background: white; }
.price-factors { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.price-list { border-top: 1px solid var(--line); }
.price-list div { padding: 22px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid var(--line); }
.price-list b { color: var(--red); font-size: .7rem; }
.price-list h3 { margin: 0 0 4px; }
.price-list p { margin: 0; color: var(--muted); font-size: .85rem; }
.full-rates { margin-top: 56px; }
.full-rates .rate-grid { grid-template-columns: repeat(3, 1fr); }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 14px; background: var(--ink); }
.contact-panel > div { padding: clamp(30px, 5vw, 60px); color: white; }
.contact-panel img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.contact-panel h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 4.5vw, 4.1rem); line-height: 1.04; font-family: "Segoe UI Variable Display", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 720; letter-spacing: -.045em; }
.contact-panel p { color: rgba(255,255,255,.63); }
.contact-number { display: block; margin: 30px 0; color: var(--orange); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 900; }
.legal-copy { max-width: 760px; }
.legal-copy h1 { font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
.legal-copy h2 { margin-top: 42px; font-size: 1.35rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px; text-align: center; color: white; background: var(--ink); }
.not-found strong { display: block; color: var(--orange); font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif; font-size: clamp(6rem, 18vw, 12rem); font-weight: 720; letter-spacing: -.07em; line-height: .8; }
.not-found h1 { margin: 25px 0 8px; font-size: 2rem; }
.not-found p { margin: 0 0 28px; color: rgba(255,255,255,.6); }
@media (max-width: 800px) {
  .info-grid, .page-gallery { grid-template-columns: 1fr 1fr; }
  .price-factors, .contact-panel { grid-template-columns: 1fr; }
  .contact-panel img { min-height: 380px; }
  .page-cta .shell { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .rate-grid, .full-rates .rate-grid, .activity-grid { grid-template-columns: 1fr; }
  .activity-card:first-child { grid-column: auto; }
  .page-hero { min-height: 470px; padding-top: 140px; }
  .page-hero h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .info-grid, .page-gallery { grid-template-columns: 1fr; }
}
