@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/manrope-latin.woff2") format("woff2");
}

/* Design system — a caçamba é o produto; amarelo só sinaliza ação e progresso. */
:root {
  --primary: #18144a;
  --primary-strong: #100d35;
  --accent: #f5cb3f;
  --accent-hover: #ffda5d;
  --background: #fcfcf8;
  --surface: #f1f0eb;
  --dark: #171719;
  --text: #242429;
  --muted: #68686f;
  --border: #d9d8d1;
  --border-strong: #bdbbb1;
  --white: #fff;
  --font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1240px;
  --gutter: clamp(1.125rem, 3vw, 2rem);
  --section-space: clamp(5rem, 10vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 1.5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:focus-visible { outline: 3px solid #1d74d6; outline-offset: 4px; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; transform: translateY(-180%); background: #fff; color: #111; padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.section { position: relative; padding: var(--section-space) 0; }
.section:not(.trust)::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--border-strong); }
.section-shell, .header-inner { width: min(calc(100% - (2 * var(--gutter))), var(--shell)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 88px; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { width: 148px; display: inline-flex; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(1.25rem, 3vw, 2.5rem); }
.desktop-nav a { color: rgba(255,255,255,.84); font-size: .85rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--accent); }
.nav-group { position: relative; }
.nav-group-trigger { display: inline-flex; align-items: center; gap: .3rem; }
.nav-group-trigger span { color: var(--accent); font-size: .95rem; line-height: 1; }
.nav-submenu { position: absolute; top: calc(100% + 1rem); left: 50%; min-width: 215px; padding: .55rem; background: var(--primary-strong); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 16px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .18s ease, transform .18s ease; }
.nav-submenu::before { content: ""; position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; background: var(--primary-strong); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); transform: translateX(-50%) rotate(45deg); }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-submenu a { display: block; padding: .6rem .75rem; color: rgba(255,255,255,.84); font-size: .74rem; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: rgba(245,203,63,.12); color: var(--accent); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .9rem 1.25rem; border: 0; border-radius: 10px; font: 800 .82rem/1 var(--font); letter-spacing: .015em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button span:last-child { font-size: 1.1rem; }
.button svg { width: 1.35rem; height: 1.35rem; fill: currentColor; flex: 0 0 auto; }
.button-small { min-height: 46px; padding: .75rem 1rem; }
.button-primary { background: var(--accent); color: var(--primary-strong); box-shadow: 0 7px 0 rgba(11,9,38,.8); }
.button-primary:hover { background: var(--accent-hover); box-shadow: 0 9px 0 rgba(11,9,38,.85); }
.button-dark { background: var(--primary); color: var(--white); box-shadow: 0 7px 0 #0c0a28; }
.button-dark:hover { background: #24205b; }
.header-cta { background: var(--accent); color: var(--primary-strong); box-shadow: none; }

.hero { position: relative; min-height: min(780px, 100svh); height: max(680px, 100svh); overflow: hidden; background: var(--primary-strong); color: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 20%; z-index: -3; filter: saturate(.92) contrast(1.03); animation: hero-settle .8s ease-out both; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(16,13,53,.98) 0%, rgba(20,17,62,.94) 30%, rgba(20,17,62,.72) 48%, rgba(16,13,53,.2) 68%, rgba(16,13,53,.04) 100%), linear-gradient(180deg, rgba(9,8,30,.32) 0%, transparent 28%, rgba(9,8,30,.2) 100%); }
.hero-grid, .final-grid { position: absolute; inset: 0; z-index: -1; opacity: .065; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 52%); }
.hero-content { width: min(calc(100% - (2 * var(--gutter))), var(--shell)); height: 100%; margin-inline: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 88px 0 92px; }
.hero-copy-block { width: min(100%, 720px); animation: hero-content-in .65s .08s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--primary); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--accent); }
.eyebrow span { width: 32px; height: 4px; background: currentColor; }
.hero-tenure { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.35rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-tenure::before { content: ""; width: 34px; height: 3px; flex: 0 0 auto; background: var(--accent); }
.hero-tenure span { color: var(--accent); }
.hero-tenure strong { color: #fff; font-weight: 800; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.5rem, 5vw, 5.25rem); font-weight: 800; line-height: .94; letter-spacing: -.06em; text-wrap: balance; }
.hero h1 em { display: block; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-location { display: flex; align-items: center; gap: .55rem; margin: 1.2rem 0 0; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-location > span { width: 7px; height: 7px; flex: 0 0 auto; background: var(--accent); transform: rotate(45deg); }
.hero-location strong { color: #fff; font-weight: 800; }
.hero-copy { max-width: 555px; margin: .95rem 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.55; }
.hero .button { min-height: 58px; margin-top: 1.5rem; padding-inline: 1.45rem; box-shadow: 0 6px 0 rgba(11,9,38,.82); }
.hero-cta-note { max-width: 505px; margin: .82rem 0 0; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.45; }
.benefit-rail { position: absolute; inset: auto 0 0; z-index: 6; overflow: hidden; background: var(--accent); color: var(--primary-strong); border-block: 1px solid rgba(255,255,255,.42); box-shadow: 0 -10px 30px rgba(8,6,30,.14); }
.benefit-track { display: flex; width: max-content; will-change: transform; animation: benefit-flow 28s linear infinite; }
.benefit-rail:hover .benefit-track { animation-play-state: paused; }
.benefit-sequence { display: flex; flex: 0 0 auto; }
.benefit-step { position: relative; display: flex; align-items: center; width: clamp(260px, 23vw, 350px); min-height: 90px; padding: 1rem 3.8rem 1rem 1.5rem; }
.benefit-step::after { content: ""; position: absolute; top: 50%; right: 1.6rem; width: 25px; height: 25px; border-top: 1px solid rgba(16,13,53,.46); border-right: 1px solid rgba(16,13,53,.46); transform: translateY(-50%) rotate(45deg); }
.benefit-step div { display: flex; min-width: 0; flex-direction: column; gap: .28rem; }
.benefit-step strong { font-size: .72rem; line-height: 1.1; letter-spacing: .055em; text-transform: uppercase; }
.benefit-step small { color: rgba(16,13,53,.68); font-size: .68rem; line-height: 1.15; }

@keyframes benefit-flow { to { transform: translate3d(-50%, 0, 0); } }

.offer { background: var(--background); }
.offer::after { content: "CAÇAMBA • OBRA • COLETA"; position: absolute; right: var(--gutter); top: 1.5rem; color: #a5a49d; font-size: .63rem; font-weight: 800; letter-spacing: .16em; }
.offer-layout { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.offer-media { position: relative; min-height: 640px; clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%); overflow: hidden; background: var(--surface); }
.offer-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 53% 78%; transform: scale(1.18); }
.media-stamp { position: absolute; left: 0; bottom: 0; display: flex; align-items: baseline; gap: .8rem; padding: .85rem 1.2rem; background: var(--accent); color: var(--primary-strong); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.media-stamp span { font-size: 1.8rem; letter-spacing: -.06em; }
.offer-content h2, .process h2, .faq h2, .trust h2, .final-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.7rem); line-height: 1.01; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
/* Contrast guardrail: navy emphasis belongs on light surfaces only. */
.offer-content h2 em, .process h2 em, .faq h2 em, .showcase-heading h2 em { display: block; color: var(--primary); font-style: normal; }
.section-copy { max-width: 580px; margin: 1.4rem 0 2rem; color: var(--muted); font-size: 1.05rem; }
.product-summary { display: grid; grid-template-columns: 96px 1fr; gap: 1.25rem; padding: 1.45rem 0; border-block: 1px solid var(--border); }
.product-volume { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 96px; background: var(--primary); color: var(--accent); }
.product-volume strong { font-size: 3.4rem; line-height: .82; letter-spacing: -.1em; }
.product-volume span { margin-top: .55rem; color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-label { margin: 0 0 .35rem; color: #846500; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-summary h3 { margin: 0 0 .25rem; font-size: 1.1rem; line-height: 1.2; text-transform: uppercase; }
.product-summary p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.product-facts { display: flex; flex-wrap: wrap; gap: .45rem .8rem; margin: 1.15rem 0 1.35rem; }
.product-facts span { padding-left: .8rem; color: var(--muted); border-left: 3px solid var(--accent); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.offer-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.button-quiet { min-height: 54px; color: var(--primary); background: transparent; border: 1px solid var(--border-strong); box-shadow: none; font-size: .72rem; }
.button-quiet:hover { background: rgba(245,203,63,.16); border-color: #a18a30; }
.services-note { max-width: 570px; margin: 2rem 0 0; padding: .9rem 1rem; color: var(--primary); background: rgba(245,203,63,.16); border-left: 4px solid var(--accent); font-size: .84rem; }
.services-note strong { color: #846500; }

.process { background: var(--surface); }
.process-heading { display: block; }
.process-heading h2 { max-width: 1400px; font-size: clamp(3rem, 5.8vw, 6rem); line-height: .9; letter-spacing: -.075em; }
.process-heading .section-kicker { margin-top: .7rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 5rem 0 0; padding: 0; border-top: 1px solid #bebdb5; list-style: none; }
.steps-four { grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding: 2.1rem clamp(1rem, 3vw, 2.5rem) 0 0; }
.step:not(:last-child) { border-right: 1px solid #bebdb5; }
.step:not(:first-child) { padding-left: clamp(1rem, 3vw, 2.5rem); }
.step::before { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--accent); transform: rotate(45deg); }
.step:not(:first-child)::before { left: clamp(1rem, 3vw, 2.5rem); }
.step-number { display: block; margin-bottom: 2rem; color: var(--primary); font-size: clamp(3.6rem, 6vw, 6rem); font-weight: 800; line-height: 1; letter-spacing: -.1em; }
.step h3 { margin: 0 0 .5rem; font-size: 1.05rem; text-transform: uppercase; }
.step p { max-width: 310px; margin: 0; color: var(--muted); font-size: .92rem; }
.process-action { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border-strong); }
.process-action p { max-width: 590px; margin: 0; color: var(--muted); font-size: .96rem; }
.process-action .button { flex: 0 0 auto; }

.availability { position: relative; overflow: hidden; padding-bottom: 0; background: var(--primary); color: #fff; isolation: isolate; }
.availability::before { background: rgba(255,255,255,.22) !important; }
.availability::after { content: ""; position: absolute; z-index: -2; top: -18%; right: -11vw; width: min(47vw, 760px); height: 138%; background: rgba(245,203,63,.035); border-left: 1px solid rgba(245,203,63,.24); transform: skewX(-13deg); pointer-events: none; }
.availability-ghost { position: absolute; z-index: -3; left: -1.5vw; bottom: 30px; color: transparent; font-size: clamp(9rem, 23vw, 23rem); font-weight: 800; line-height: .68; letter-spacing: -.09em; -webkit-text-stroke: 1px rgba(255,255,255,.065); text-transform: uppercase; white-space: nowrap; pointer-events: none; }
.availability-scan { position: absolute; z-index: -1; top: 0; bottom: 55px; left: -15%; width: 14%; background: linear-gradient(90deg, transparent, rgba(245,203,63,.09), transparent); transform: skewX(-13deg); animation: availability-scan 6.5s ease-in-out infinite; pointer-events: none; }
.availability-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: center; min-height: 560px; padding-bottom: var(--section-space); }
.availability .section-kicker { display: flex; align-items: center; gap: .65rem; color: var(--accent); }
.availability .section-kicker > span { position: relative; width: 9px; height: 9px; flex: 0 0 auto; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 0 rgba(245,203,63,.55); animation: availability-beacon 2s ease-out infinite; }
.availability h2 { max-width: 630px; margin: 0; font-size: clamp(3.2rem, 6.3vw, 6.5rem); line-height: .87; letter-spacing: -.075em; text-transform: uppercase; }
.availability h2 em { display: block; color: var(--accent); font-style: normal; }
.availability-copy > p:not(.section-kicker) { max-width: 485px; margin: 1.65rem 0 2rem; color: rgba(255,255,255,.72); font-size: 1rem; }
.availability-status { display: flex; align-items: center; gap: .85rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.22); }
.availability-status-signal { width: 13px; height: 13px; flex: 0 0 auto; background: #44d37e; border: 3px solid rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 0 0 5px rgba(68,211,126,.14); }
.availability-status div { display: flex; flex-direction: column; }
.availability-status strong { color: #fff; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.availability-status small { margin-top: .15rem; color: rgba(255,255,255,.72); font-size: .7rem; }
.availability-dispatch { position: relative; background: rgba(9,7,37,.25); border: 1px solid rgba(255,255,255,.26); border-top: 5px solid var(--accent); box-shadow: 20px 24px 0 rgba(8,6,34,.2); backdrop-filter: blur(4px); }
.availability-dispatch-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 58px; padding: .9rem 1.4rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.availability-dispatch-head span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.availability-dispatch-head small { color: var(--accent); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.availability-data { position: relative; margin: 0; padding: 0; list-style: none; }
.availability-data::before { content: ""; position: absolute; top: 2.3rem; bottom: 2.3rem; left: 2.45rem; width: 1px; background: rgba(245,203,63,.38); }
.availability-data::after { content: ""; position: absolute; top: 2.1rem; left: calc(2.45rem - 3px); width: 7px; height: 34px; background: linear-gradient(180deg, transparent, var(--accent), transparent); filter: drop-shadow(0 0 6px rgba(245,203,63,.85)); animation: availability-route 3.2s cubic-bezier(.4,0,.2,1) infinite; }
.availability-data li { position: relative; display: grid; grid-template-columns: 50px 1fr 24px; gap: 1rem; align-items: center; min-height: 96px; padding: 1.15rem 1.4rem; border-bottom: 1px solid rgba(255,255,255,.18); transition: background-color .2s ease, padding-left .25s ease; }
.availability-data li:hover { padding-left: 1.7rem; background: rgba(255,255,255,.055); }
.availability-step-number { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; color: var(--accent); background: var(--primary); border: 1px solid rgba(245,203,63,.58); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.availability-data li div { display: flex; flex-direction: column; }
.availability-data strong { font-size: .84rem; letter-spacing: .055em; text-transform: uppercase; }
.availability-data small { margin-top: .18rem; color: rgba(255,255,255,.72); font-size: .76rem; }
.availability-step-marker { width: 10px; height: 10px; border-top: 2px solid var(--accent); border-right: 2px solid var(--accent); transform: rotate(45deg); transition: transform .22s ease; }
.availability-data li:hover .availability-step-marker { transform: translateX(5px) rotate(45deg); }
.availability-dispatch-cta { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; color: var(--primary-strong); background: var(--accent); box-shadow: 0 8px 0 #0b092d; text-decoration: none; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.availability-dispatch-cta:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 0 #0b092d; }
.lead-source { display: grid; gap: .5rem; padding: 1rem 1.4rem 1.15rem; background: rgba(255,255,255,.045); border-bottom: 1px solid rgba(255,255,255,.18); }
.lead-source label { color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-source select { width: 100%; min-height: 44px; padding: .65rem .8rem; color: #fff; background: rgba(9,7,37,.55); border: 1px solid rgba(255,255,255,.3); border-radius: 7px; font: 700 .78rem/1.2 var(--font); }
.lead-source select:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.lead-source option { color: var(--text); background: #fff; }
.lead-source small { color: rgba(255,255,255,.72); font-size: .67rem; line-height: 1.35; }
.availability-cta-copy { display: flex; flex-direction: column; }
.availability-cta-copy small { margin-bottom: .22rem; font-size: .61rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: .62; }
.availability-cta-copy strong { font-size: clamp(.9rem, 1.4vw, 1.08rem); letter-spacing: -.015em; text-transform: uppercase; }
.availability-cta-arrow { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; color: #fff; background: var(--primary); border-radius: 50%; font-size: 1.25rem; transition: transform .25s cubic-bezier(.2,.8,.2,1); }
.availability-dispatch-cta:hover .availability-cta-arrow { transform: rotate(45deg) scale(1.06); }
.availability-ticker { position: relative; z-index: 2; width: 100%; overflow: hidden; color: var(--primary-strong); background: var(--accent); border-top: 1px solid rgba(11,9,45,.25); }
.availability-ticker > div { display: flex; width: max-content; animation: availability-ticker-flow 24s linear infinite; }
.availability-ticker span { flex: 0 0 auto; padding: 1rem 1.1rem; font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.availability-ticker i { margin: 0 .75rem; font-style: normal; }
.availability-ticker b { margin-left: 1.1rem; font-size: .52rem; }

.trust { position: relative; overflow: hidden; background: var(--primary-strong); color: #fff; isolation: isolate; border-block: 10px solid var(--accent); }
.trust-shape { position: absolute; right: -14%; top: -25%; z-index: -1; width: 52%; aspect-ratio: 1; border: 1px solid rgba(245,203,63,.25); border-radius: 50%; box-shadow: 0 0 0 100px rgba(245,203,63,.03), 0 0 0 220px rgba(245,203,63,.02); }
.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.section-kicker-light { color: var(--accent); }
.trust h2 { max-width: 630px; }
.trust h2 em { display: block; color: var(--accent); font-style: normal; }
@media (min-width: 901px) {
  .trust h2 em { white-space: nowrap; }
}
.trust-points { margin-top: 2.6rem; border-top: 1px solid rgba(255,255,255,.2); }
.trust-points > div { display: grid; grid-template-columns: 42px 155px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.trust-points span { color: var(--accent); font-size: .72rem; font-weight: 800; }
.trust-points h3 { margin: 0; font-size: .92rem; text-transform: uppercase; }
.trust-points p { margin: 0; color: rgba(255,255,255,.76); font-size: .82rem; }
.region-callout { margin-top: 2rem; padding-left: 1.1rem; border-left: 4px solid var(--accent); }
.region-callout p { max-width: 560px; margin: 0 0 .7rem; color: rgba(255,255,255,.76); font-size: .9rem; }
.region-callout strong { color: #fff; }
.text-link { color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.trust-gallery { position: relative; min-height: 650px; }
.trust-gallery figure { position: absolute; margin: 0; overflow: hidden; background: #242043; }
.trust-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { inset: 0 12% 12% 0; clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%); }
.gallery-main img { object-position: 50% 68%; }
.gallery-small img { object-position: 50% 58%; }
.gallery-small { right: 0; bottom: 0; width: 48%; height: 39%; border: 8px solid var(--primary-strong); clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.gallery-caption { position: absolute; right: -1.4rem; top: 1.5rem; color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }

.proof { overflow: hidden; background: var(--background); }
.proof-title-stage { position: relative; display: grid; grid-template-columns: minmax(210px, .36fr) minmax(0, 1.64fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: stretch; margin-bottom: clamp(3rem, 6vw, 5.5rem); padding-bottom: clamp(2.5rem, 5vw, 4.25rem); border-bottom: 1px solid var(--border-strong); isolation: isolate; }
.proof-title-meta { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding-top: .45rem; }
.proof-title-meta > div:first-child { position: relative; padding-top: 1.15rem; border-top: 4px solid var(--accent); }
.proof-title-index { display: block; margin-bottom: .8rem; color: var(--primary); font-size: clamp(3.25rem, 5.5vw, 5.75rem); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.proof-title-meta .section-kicker { max-width: 190px; margin: 0; color: var(--text); font-size: .66rem; line-height: 1.45; }
.proof-title-rating { display: flex; flex-direction: column; align-items: flex-start; gap: .28rem; }
.proof-title-rating > span { color: #f2b705; font-size: 1rem; letter-spacing: .08em; line-height: 1; }
.proof-title-rating small { color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.proof-title-stage h2 { position: relative; z-index: 1; align-self: end; max-width: 980px; margin: 0; font-size: clamp(4rem, 7.1vw, 7.35rem); font-weight: 800; line-height: .86; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.proof-title-stage h2 span, .proof-title-stage h2 em { display: block; }
.proof-title-stage h2 em { color: var(--primary); font-style: normal; }
.proof-title-quote { position: absolute; z-index: 0; right: -.035em; bottom: -.33em; color: rgba(24,20,74,.05); font-size: clamp(13rem, 25vw, 25rem); font-weight: 800; line-height: 1; pointer-events: none; }
.proof-layout { display: grid; grid-template-columns: minmax(210px, .36fr) minmax(0, 1.64fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.proof-heading { padding-top: .65rem; border-top: 3px solid var(--primary); }
.proof-heading-label { display: flex; align-items: center; gap: .65rem; margin: 0; color: var(--primary); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.proof-heading-label span { width: 8px; height: 8px; flex: 0 0 auto; background: var(--accent); transform: rotate(45deg); }
.proof-heading > p:last-child { max-width: 320px; margin: 1.15rem 0 0; color: var(--muted); }
.review-board { background: var(--surface); border-top: 4px solid var(--accent); }
.review-board-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 1.3rem; border-bottom: 1px solid var(--border-strong); }
.review-stars, .review-item-stars { color: #f2b705; letter-spacing: .08em; }
.review-stars { font-size: 1.08rem; }
.review-status { color: var(--primary); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.review-featured { position: relative; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.35rem); background: var(--primary); color: #fff; }
.review-featured::after { content: "“"; position: absolute; right: 1rem; bottom: -2.8rem; color: rgba(255,255,255,.07); font-size: 11rem; font-weight: 800; line-height: 1; }
.review-author { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; gap: .7rem; align-items: center; }
.review-avatar { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; color: var(--primary-strong); background: var(--accent); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.review-avatar--mascot { overflow: hidden; background-color: var(--primary-strong); background-image: url("/assets/review-mascots-sprite.webp"); background-repeat: no-repeat; background-size: 300% 200%; border: 2px solid rgba(24,20,74,.16); box-shadow: 0 2px 0 rgba(24,20,74,.12); }
.review-avatar--1 { background-position: 0 0; }
.review-avatar--2 { background-position: 50% 0; }
.review-avatar--3 { background-position: 100% 0; }
.review-avatar--4 { background-position: 0 100%; }
.review-avatar--5 { background-position: 50% 100%; }
.review-avatar--6 { background-position: 100% 100%; }
.review-featured .review-avatar--mascot { width: 52px; height: 52px; border-color: rgba(245,203,63,.72); box-shadow: 0 0 0 3px rgba(245,203,63,.1); }
.review-item .review-avatar--mascot, .review-featured .review-avatar--mascot { transition: transform .22s ease, box-shadow .22s ease; }
.review-item:hover .review-avatar--mascot, .review-featured:hover .review-avatar--mascot { transform: translateY(-2px) scale(1.06); box-shadow: 0 5px 0 rgba(24,20,74,.13); }
.review-author h3 { margin: 0; font-size: .86rem; line-height: 1.2; }
.review-author div > span { display: block; margin-top: .18rem; color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.review-featured .review-author div > span { color: rgba(255,255,255,.62); }
.review-item-stars { font-size: .76rem; white-space: nowrap; }
.review-featured blockquote { position: relative; z-index: 1; max-width: 620px; margin: 1.7rem 0 0; }
.review-featured blockquote p { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2.15rem); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.review-list { display: grid; grid-template-columns: 1fr 1fr; }
.review-item { min-height: 180px; padding: 1.2rem 1.25rem 1.35rem; border-bottom: 1px solid var(--border-strong); }
.review-item:nth-child(odd) { border-right: 1px solid var(--border-strong); }
.review-item .review-author { grid-template-columns: auto 1fr; }
.review-item > .review-item-stars { display: block; margin: .9rem 0 .65rem; }
.review-item blockquote { margin: 0; }
.review-item blockquote p { margin: 0; color: #2a292d; font-size: .9rem; line-height: 1.5; }
.review-item-rating > p { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.review-note { margin: 0; padding: .9rem 1.25rem 1rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }

.showcase-gallery { overflow: hidden; background: #edf0ec; color: #171719; }
.showcase-gallery::before { background: #c8cdc8; }
.showcase-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: 3.5rem; }
.showcase-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.065em; text-transform: uppercase; }
.showcase-heading h2 em { color: var(--primary); }
.showcase-heading-side { padding-bottom: .25rem; }
.showcase-heading-side .section-copy { max-width: 520px; margin: 0 0 1.6rem; color: #5e635f; font-size: .98rem; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.gallery-filter { min-height: 36px; padding: .55rem .9rem; color: #5e635f; background: transparent; border: 1px solid #c5cbc5; border-radius: 999px; cursor: pointer; font: 800 .68rem/1 var(--font); letter-spacing: .08em; text-transform: uppercase; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
.gallery-filter:hover { color: var(--primary); border-color: #929a93; transform: translateY(-1px); }
.gallery-filter.is-active { color: #fff; background: var(--primary-strong); border-color: var(--primary-strong); }
.gallery-viewport { width: 100vw; overflow: hidden; }
.showcase-track { display: flex; gap: 1rem; width: 100%; padding: .25rem max(var(--gutter), calc((100vw - var(--shell)) / 2)); overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.showcase-track::-webkit-scrollbar { display: none; }
.photo-card { position: relative; flex: 0 0 clamp(300px, 28vw, 360px); min-height: 535px; overflow: hidden; isolation: isolate; background: #202225; border-radius: 28px; scroll-snap-align: start; transform: translateZ(0); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, opacity .35s ease; }
.photo-card--feature { flex-basis: min(540px, 43vw); }
.photo-card--wide { flex-basis: min(440px, 34vw); }
.photo-card.is-filtered-out { display: none; }
.photo-card figure, .photo-card-shade { position: absolute; inset: 0; margin: 0; }
.photo-card figure { z-index: -2; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.photo-card-shade { z-index: -1; background: linear-gradient(180deg, rgba(10,11,12,.02) 24%, rgba(10,11,12,.08) 42%, rgba(10,11,12,.9) 100%); }
.photo-card:hover { box-shadow: 0 22px 38px rgba(20, 28, 24, .18); transform: translateY(-7px); }
.photo-card:hover img { filter: saturate(1.08); transform: scale(1.055); }
.photo-card-content { position: absolute; right: 1.5rem; bottom: 1.45rem; left: 1.5rem; color: #fff; }
.photo-card-disclosure { position: absolute; z-index: 1; top: 1rem; left: 1rem; padding: .42rem .62rem; color: rgba(255,255,255,.82); background: rgba(12,10,38,.68); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(8px); font-size: .52rem; font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase; }
.photo-card h3 { max-width: calc(100% - 3.6rem); margin: 0; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.photo-card-arrow { position: absolute; right: 0; bottom: .05rem; display: grid; place-items: center; width: 40px; height: 40px; color: var(--primary-strong); background: var(--accent); border-radius: 50%; font-size: 1.2rem; line-height: 1; transition: transform .2s ease, background-color .2s ease; }
.photo-card:hover .photo-card-arrow { background: var(--accent-hover); transform: rotate(45deg); }
.photo-card[hidden] { display: none; }
.photo-card:nth-child(1) img { object-position: 52% 46%; }
.photo-card:nth-child(2) img { object-position: 52% 44%; }
.photo-card:nth-child(3) img { object-position: 52% 48%; }
.photo-card:nth-child(4) img { object-position: 50% 52%; }
.photo-card:nth-child(5) img { object-position: 52% 46%; }
.photo-card:nth-child(6) img { object-position: 52% 47%; }
.photo-card:nth-child(7) img { object-position: 50% 50%; }
.photo-card:nth-child(8) img { object-position: 50% 52%; }
.photo-card:nth-child(9) img { object-position: 50% 45%; }
.photo-card:nth-child(10) img { object-position: 50% 47%; }
.photo-card:nth-child(11) img { object-position: 50% 48%; }
.gallery-toolbar { display: grid; grid-template-columns: 1fr minmax(180px, 360px) auto; align-items: center; gap: 1.5rem; margin-top: 1.25rem; }
.gallery-counter { margin: 0; color: #626962; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-progress { height: 2px; overflow: hidden; background: #cad0ca; }
.gallery-progress span { display: block; width: 10%; height: 100%; background: var(--primary); transform-origin: left center; transition: width .2s ease; }
.gallery-arrows { display: flex; gap: .45rem; }
.gallery-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #fff; background: var(--primary-strong); border: 1px solid var(--primary-strong); border-radius: 50%; cursor: pointer; font: 1.05rem/1 var(--font); transition: color .18s ease, background-color .18s ease, transform .18s ease, opacity .18s ease; }
.gallery-arrow:hover:not(:disabled) { color: var(--primary-strong); background: var(--accent); transform: translateY(-2px); }
.gallery-arrow:disabled { cursor: default; opacity: .3; }

.institutional { background: var(--background); }
.institutional-heading { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: 5rem; }
.institutional-heading h2 { max-width: 700px; margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.7rem); line-height: 1.01; letter-spacing: -.055em; text-transform: uppercase; }
.institutional-heading .section-copy { max-width: 520px; margin: 0 0 .25rem; }
.institutional-layout { display: grid; grid-template-columns: 1.1fr .9fr; border-top: 1px solid var(--border-strong); }
.institutional-block { min-height: 285px; padding: 2.2rem 2.8rem 2.2rem 0; }
.institutional-block:nth-child(2n) { padding-right: 0; padding-left: 2.8rem; border-left: 1px solid var(--border-strong); }
.institutional-block:nth-child(n + 3) { border-top: 1px solid var(--border-strong); }
.institutional-block .section-kicker { margin-bottom: 1.25rem; color: #846500; }
.institutional-block h3 { max-width: 430px; margin: 0 0 .8rem; color: var(--primary); font-size: 1.2rem; line-height: 1.2; text-transform: uppercase; }
.institutional-block p { max-width: 560px; margin: 0 0 .8rem; color: var(--muted); font-size: .92rem; }
.institutional-block .text-link { display: inline-flex; margin-top: .4rem; color: #6e5500; }
.institutional-records { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: clamp(1.8rem, 3vw, 2.8rem); min-height: 0; padding: clamp(2.8rem, 5vw, 4.8rem) 0 clamp(3rem, 4.8vw, 5rem); border-left: 0 !important; }
.records-intro { display: grid; grid-template-columns: minmax(200px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.institutional-records .records-intro h3 { max-width: 650px; margin: .55rem 0 .7rem; font-size: clamp(1.65rem, 2.6vw, 2.7rem); line-height: .98; letter-spacing: -.055em; text-transform: none; }
.institutional-records .records-intro > p:last-child { max-width: 650px; margin: 0; font-size: .88rem; line-height: 1.5; }
.records-content { min-width: 0; }
.records-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.2); }
.record-item { position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 1.45rem; align-items: center; min-height: 154px; padding: 1.6rem 2rem 1.6rem 0; border-top: 0; }
.record-item + .record-item { padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.2); }
.record-item::after { content: ""; position: absolute; top: 1.6rem; bottom: 1.6rem; left: 0; width: 3px; background: var(--accent); opacity: .9; }
.record-item + .record-item::after { left: 2rem; background: #9bd0b0; }
.record-mark { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 94px; height: 94px; color: #eef1f4; background: radial-gradient(circle at 34% 22%, rgba(255,255,255,.18), transparent 40%), rgba(255,255,255,.035); border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.025), inset 0 0 20px rgba(255,255,255,.04); transform: rotate(-5deg); }
.record-mark::before { content: ""; position: absolute; inset: 6px; border: 1px solid currentColor; border-radius: 50%; opacity: .48; }
.record-mark::after { content: ""; position: absolute; inset: 13px; border-top: 1px solid currentColor; border-radius: 50%; opacity: .22; transform: rotate(32deg); }
.record-mark span, .record-mark strong, .record-mark small { position: relative; z-index: 1; display: block; text-align: center; line-height: 1; }
.record-mark span { margin-bottom: .3rem; font-size: .4rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.record-mark strong { font-size: .92rem; letter-spacing: -.02em; }
.record-mark small { margin-top: .38rem; padding-top: .3rem; color: var(--accent); border-top: 1px solid currentColor; font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.record-mark--sigor { color: #467258; border-color: #467258; transform: rotate(6deg); }
.record-mark--sigor small { color: #467258; }
.record-item h4 { margin: 0 0 .55rem; color: var(--primary); font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.05; letter-spacing: -.025em; text-transform: none; }
.record-item p { max-width: 360px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.48; }
.records-note { margin: 1.7rem 0 0 !important; color: rgba(255,255,255,.72) !important; font-size: .68rem !important; line-height: 1.45; }
.fleet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; max-width: 620px; margin: 1.3rem 0 0; padding: 0; list-style: none; }
.fleet-list li { padding: .7rem 0; color: var(--text); border-top: 1px solid var(--border); font-size: .84rem; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; margin-top: 1.25rem; font-size: .86rem; }
.contact-details a { color: var(--primary); font-weight: 700; text-decoration: none; }
.contact-details a:hover { color: #846500; }
.institutional { overflow: hidden; background: linear-gradient(122deg, #0b0d12 0%, #191d25 38%, #303641 58%, #101319 100%); color: #fff; isolation: isolate; }
.institutional::before { background: rgba(255,255,255,.24) !important; }
.institutional::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .34; pointer-events: none; background: repeating-linear-gradient(116deg, transparent 0 88px, rgba(255,255,255,.045) 89px, rgba(255,255,255,.012) 92px, transparent 96px), radial-gradient(circle at 82% 14%, rgba(245,203,63,.12), transparent 20%), linear-gradient(180deg, rgba(255,255,255,.055), transparent 22%, rgba(0,0,0,.28) 100%); }
.institutional-heading { position: relative; display: block; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.institutional-heading > div { max-width: 1180px; }
.institutional-heading h2 { max-width: 1180px; font-size: clamp(3.3rem, 6.4vw, 7rem); line-height: 1; letter-spacing: -.075em; text-wrap: balance; filter: drop-shadow(0 18px 24px rgba(0,0,0,.22)); }
.institutional-heading h2 span, .institutional-heading h2 em { font-style: normal; background: linear-gradient(165deg, #ffffff 0%, #b8c1cb 24%, #ffffff 39%, #aeb9c5 57%, #ffffff 74%, #c0cad4 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.institutional-heading h2 span { display: inline; }
.institutional-heading h2 em { display: block; margin-top: .12em; font-size: .58em; line-height: .98; letter-spacing: -.055em; }
.institutional-heading .section-copy { max-width: 690px; margin: 1.55rem 0 0; padding-left: 1rem; color: rgba(255,255,255,.74); border-left: 2px solid var(--accent); font-size: 1rem; line-height: 1.6; }
.institutional .section-kicker { color: var(--accent); }
.institutional-layout { border-top-color: rgba(255,255,255,.24); }
.institutional-block { border-color: rgba(255,255,255,.2) !important; }
.institutional-block .section-kicker { color: var(--accent); }
.institutional-block h3 { color: #f6f7f8; }
.institutional-block p { color: rgba(255,255,255,.68); }
.institutional-block .text-link { color: var(--accent); }
.fleet-list li { color: rgba(255,255,255,.9); border-top-color: rgba(255,255,255,.16); }
.contact-details a { color: #fff; }
.contact-details a:hover { color: var(--accent); }
.institutional-records .record-mark { color: #eef1f4; border-color: #eef1f4; }
.institutional-records .record-mark small { color: var(--accent); }
.institutional-records .record-mark--sigor { color: #9bd0b0; border-color: #9bd0b0; }
.institutional-records .record-mark--sigor small { color: #9bd0b0; }
.institutional-records .record-item { border-top-color: rgba(255,255,255,.22); }
.institutional-records .record-item h4 { color: #fff; }
.institutional-records .record-item p, .institutional-records .records-note { color: rgba(255,255,255,.72) !important; }
.institutional .client-proof { margin-top: clamp(1.5rem, 3vw, 2.75rem); }
@media (max-width: 900px) {
  .institutional-heading h2 { max-width: 760px; font-size: clamp(3.15rem, 10vw, 5.3rem); }
  .institutional-heading .section-copy { max-width: 560px; margin-bottom: 0; }
}
@media (max-width: 640px) {
  .institutional-heading h2 { font-size: clamp(2.8rem, 14vw, 4.35rem); line-height: .98; }
  .institutional-heading h2 em { font-size: .62em; }
  .institutional-heading .section-copy { font-size: .9rem; line-height: 1.5; }
}
.client-proof { width: 100vw; margin: 4.25rem 0 calc(var(--section-space) * -1) calc(50% - 50vw); padding: 1.8rem 0 0; overflow: hidden; background: #f3f1ea; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); }
.client-proof-intro { width: min(calc(100% - (2 * var(--gutter))), var(--shell)); display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin: 0 auto 1.4rem; }
.client-proof .section-kicker { margin: 0; color: #846500; white-space: nowrap; }
.client-proof-intro > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: .82rem; text-align: right; }
.client-logo-marquee { position: relative; width: 100%; overflow: hidden; background: rgba(255,255,255,.36); border-top: 1px solid var(--border); }
.client-logo-marquee::before, .client-logo-marquee::after { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 2; width: clamp(28px, 6vw, 100px); pointer-events: none; background: linear-gradient(90deg, #f5f4ee, rgba(245,244,238,0)); }
.client-logo-marquee::after { right: 0; left: auto; transform: rotate(180deg); }
.client-logo-track { display: flex; width: max-content; will-change: transform; animation: client-logo-flow 34s linear infinite; }
.client-logo-marquee:hover .client-logo-track { animation-play-state: paused; }
.client-logo-sequence { display: flex; flex: 0 0 auto; }
.client-logo-item { width: clamp(190px, 16vw, 245px); height: 118px; display: grid; place-items: center; padding: 1.55rem 2rem; border-right: 1px solid var(--border); }
.client-logo-item img { width: auto; height: auto; max-width: 100%; max-height: 58px; object-fit: contain; filter: saturate(.82) opacity(.78); transition: filter .25s ease, transform .25s ease; }
.client-logo-item:nth-child(2) img { max-height: 64px; }
.client-logo-item:nth-child(6) img { max-height: 66px; }
.client-logo-item:nth-child(7) img { max-width: 154px; max-height: 54px; }
.client-logo-item:hover img { filter: saturate(1) opacity(1); transform: scale(1.045); }
.client-logo-item--wordmark { color: #34343a; }
.client-wordmark { display: flex; flex-direction: column; font-size: 1.15rem; font-weight: 800; letter-spacing: -.045em; line-height: .96; text-transform: uppercase; }
.client-wordmark small { color: #6d6d72; font-size: .62rem; font-weight: 700; letter-spacing: .18em; }

@keyframes client-logo-flow { to { transform: translateX(-50%); } }

.faq { background: var(--background); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-heading { position: sticky; top: 2rem; align-self: start; }
.faq-heading p:last-child { max-width: 370px; color: var(--muted); }
.faq-quick-cta { margin-top: 1.35rem; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-size: 1rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; inset: 9px 2px auto; height: 2px; background: var(--primary); transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details[open] summary { color: var(--primary); }
.faq-list details p { max-width: 660px; margin: -.45rem 3rem 1.4rem 0; color: var(--muted); }

.final-cta { position: relative; min-height: 640px; overflow: hidden; padding: 0; background: #111114; color: #fff; isolation: isolate; border-top: 4px solid var(--accent); }
.final-media { position: absolute; inset: 0 0 0 auto; z-index: 0; width: 61%; margin: 0; overflow: hidden; }
.final-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #111114 0%, rgba(17,17,20,.97) 13%, rgba(17,17,20,.68) 36%, rgba(17,17,20,.16) 70%), linear-gradient(180deg, rgba(17,17,20,.02), rgba(17,17,20,.38)); }
.final-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.86) contrast(1.06); transform: scale(1.015); }
.final-media figcaption { position: absolute; right: clamp(1.2rem, 3vw, 3rem); bottom: 1.5rem; z-index: 1; padding: .48rem .72rem; color: rgba(255,255,255,.78); background: rgba(13,13,15,.58); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.final-grid { z-index: 1; opacity: .045; mask-image: linear-gradient(90deg, #000 0%, #000 36%, transparent 64%); }
.final-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 640px; }
.final-copy { width: min(100%, 840px); padding-block: clamp(5rem, 9vw, 8rem); }
.final-cta .section-kicker { color: var(--accent); }
.final-inner h2 { max-width: 820px; color: #fff; font-size: clamp(3.1rem, 5.2vw, 5.7rem); line-height: .95; letter-spacing: -.06em; text-transform: none; }
.final-inner h2 em { display: block; margin-top: .08em; color: var(--accent); }
.final-copy > p:not(.section-kicker) { max-width: 620px; margin: 1.35rem 0 1.8rem; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.55; }
.final-proof { display: flex; flex-wrap: wrap; gap: .75rem 1.35rem; margin: 1.55rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.final-proof li { position: relative; padding-left: .85rem; color: rgba(255,255,255,.78); font-size: .64rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.final-proof li::before { content: ""; position: absolute; top: .36em; left: 0; width: 6px; height: 6px; background: var(--accent); transform: rotate(45deg); }
.review-helper { max-width: none; margin-top: 2rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.18); }
.review-helper-kicker { margin: 0 0 .45rem; color: var(--accent); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.review-helper h3 { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.2; letter-spacing: -.02em; text-transform: uppercase; }
.review-helper > p:not(.review-helper-kicker):not(.review-helper-tip) { margin: .35rem 0 .7rem; color: rgba(255,255,255,.78); font-size: .78rem; }
.review-qr-callout { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 1rem; align-items: center; width: min(100%, 530px); margin-top: .9rem; padding: .7rem; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); border-left: 3px solid var(--accent); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 32px rgba(0,0,0,.18); }
.review-qr-frame { width: 132px; aspect-ratio: 1; padding: .45rem; background: #fff; border-radius: 3px; }
.review-qr-frame img { display: block; width: 100%; height: 100%; object-fit: contain; image-rendering: pixelated; }
.review-qr-copy { min-width: 0; }
.review-qr-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: .76rem; line-height: 1.45; }
.review-qr-copy .review-qr-label { margin-bottom: .45rem; color: var(--accent); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.review-qr-copy .review-qr-note { margin-top: .7rem; color: rgba(255,255,255,.72); font-size: .66rem; }
.review-helper-tip { display: flex; align-items: center; gap: .4rem; margin: .6rem 0 0; color: rgba(255,255,255,.7); font-size: .66rem; line-height: 1.4; }
.review-helper-tip span { color: var(--accent); font-size: .9rem; }
.review-helper-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem .9rem; margin-top: .75rem; }
.review-link, .review-copy { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; padding: .55rem .75rem; border-radius: 6px; font: 800 .63rem/1 var(--font); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.review-link { color: var(--primary-strong); background: var(--accent); }
.review-copy { color: rgba(255,255,255,.85); background: transparent; border: 1px solid rgba(255,255,255,.3); cursor: pointer; }
.review-link:hover, .review-copy:hover { transform: translateY(-1px); }
.review-copy-status { color: var(--accent); font-size: .66rem; font-weight: 700; }
.button-large { min-height: 62px; padding-inline: 1.5rem; }

.site-footer { padding: 3rem 0; background: #0d0d0f; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem 4rem; align-items: start; }
.footer-brand { width: 170px; }
.footer-contacts, .footer-address { display: flex; flex-direction: column; gap: .45rem; font-size: .78rem; }
.footer-contacts a, .footer-address a { color: #fff; text-decoration: none; }
.footer-address address { font-style: normal; }
.footer-legal { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.mobile-sticky { display: none; }
.reveal { opacity: 1; transform: none; }

.whatsapp-float {
  position: fixed;
  left: clamp(1rem, 2.2vw, 2rem);
  right: auto;
  bottom: clamp(1rem, 2.2vw, 2rem);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-height: 66px;
  padding: .65rem .9rem .65rem .7rem;
  color: var(--white);
  background: #168c4d;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(9, 16, 25, .22), 0 3px 0 rgba(7, 62, 33, .5);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.96);
  transition: opacity .24s ease, visibility .24s ease, background-color .18s ease, box-shadow .18s ease, transform .24s ease;
}
.whatsapp-float.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(37, 211, 102, .48);
  border-radius: inherit;
  animation: none;
}
.whatsapp-float.is-visible::before { animation: whatsapp-float-pulse 2.8s ease-out .8s infinite; }
.whatsapp-float:hover {
  background: #20a95d;
  box-shadow: 0 18px 34px rgba(9, 16, 25, .28), 0 4px 0 rgba(7, 62, 33, .54);
  transform: translateY(-3px);
}
.whatsapp-float:active { transform: translateY(1px); }
.whatsapp-float__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  color: #168c4d;
  background: var(--white);
  border-radius: 50%;
}
.whatsapp-float__icon::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  background: var(--accent);
  border: 2px solid #168c4d;
  border-radius: 50%;
}
.whatsapp-float__icon svg { width: 25px; height: 25px; fill: currentColor; }
.whatsapp-float__copy { display: flex; flex-direction: column; gap: .08rem; line-height: 1.15; }
.whatsapp-float__copy strong { font-size: .82rem; font-weight: 800; letter-spacing: .01em; }
.whatsapp-float__copy small { color: rgba(255,255,255,.78); font-size: .66rem; font-weight: 700; }
.whatsapp-float__arrow { align-self: center; margin-left: .1rem; color: var(--accent); font-size: 1.15rem; line-height: 1; }

@keyframes whatsapp-float-pulse {
  0% { opacity: .72; transform: scale(.98); }
  72%, 100% { opacity: 0; transform: scale(1.12); }
}

@keyframes hero-settle { from { transform: scale(1.025); opacity: .7; } to { transform: scale(1); opacity: 1; } }
@keyframes hero-content-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes availability-beacon {
  0% { box-shadow: 0 0 0 0 rgba(245,203,63,.5); }
  72%, 100% { box-shadow: 0 0 0 10px rgba(245,203,63,0); }
}
@keyframes availability-scan {
  0%, 12% { left: -18%; opacity: 0; }
  22% { opacity: 1; }
  72% { opacity: .75; }
  88%, 100% { left: 112%; opacity: 0; }
}
@keyframes availability-route {
  0% { top: 1.5rem; opacity: 0; }
  12% { opacity: 1; }
  86% { opacity: 1; }
  100% { top: calc(100% - 4.8rem); opacity: 0; }
}
@keyframes availability-ticker-flow { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .header-inner { grid-template-columns: 1fr auto; gap: 1rem; }
  .brand { width: 136px; }
  .desktop-nav { display: none; }
  .header-cta { min-height: 42px; font-size: .7rem; padding: .65rem .8rem; }
  .hero-content { padding-top: 74px; }
  .offer-layout, .trust-layout, .faq-layout { grid-template-columns: 1fr; }
  .offer-media { min-height: min(70vw, 620px); }
  .process-heading { grid-template-columns: 1fr; gap: 0; }
  .steps { margin-top: 3.5rem; }
  .showcase-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .showcase-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .showcase-heading-side .section-copy { margin-bottom: 0; }
  .institutional-heading { grid-template-columns: 1fr; align-items: start; margin-bottom: 3.5rem; }
  .institutional-layout { grid-template-columns: 1fr; }
  .institutional-block, .institutional-block:nth-child(2n) { min-height: 0; padding: 2rem 0; border-left: 0; }
  .institutional-block:nth-child(n + 2) { border-top: 1px solid var(--border-strong); }
  .institutional-records { display: block; padding: 2rem 0 3.5rem; }
  .records-intro { grid-template-columns: 1fr; gap: 1rem; }
  .records-grid { gap: 1.25rem; }
  .client-proof { margin-top: 3rem; }
  .client-proof-intro { align-items: flex-start; }
  .trust-gallery { min-height: min(110vw, 680px); }
  .faq-heading { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .steps-four { grid-template-columns: repeat(2, 1fr); }
  .availability-shell, .proof-layout { grid-template-columns: 1fr; }
  .availability-shell { gap: 3rem; min-height: 0; }
  .availability-copy { max-width: 720px; }
  .availability-dispatch { width: min(100%, 640px); }
  .showcase-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .showcase-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .showcase-heading-side .section-copy { margin-bottom: 0; }
}

@media (max-width: 640px) {
  :root { --gutter: 1.125rem; --section-space: 4.25rem; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .client-proof { margin-top: 2.6rem; padding-top: 1.35rem; }
  .client-proof-intro { display: block; margin-bottom: 1.15rem; }
  .client-proof-intro > p:last-child { max-width: 310px; margin-top: .55rem; font-size: .74rem; text-align: left; }
  .client-logo-item { width: 172px; height: 94px; padding: 1.2rem 1.45rem; }
  .client-logo-item img { max-height: 46px; }
  .client-logo-item:nth-child(2) img { max-height: 52px; }
  .client-logo-item:nth-child(6) img { max-height: 50px; }
  .client-logo-item:nth-child(7) img { max-width: 124px; max-height: 44px; }
  .client-logo-track { animation-duration: 28s; }
  .site-header { border-bottom-color: rgba(255,255,255,.14); }
  .header-cta { display: none; }
  .hero { height: auto; min-height: 100svh; max-height: none; }
  .hero-media { height: 58%; object-position: 52% 42%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(16,13,53,.12) 0%, rgba(16,13,53,.24) 30%, rgba(16,13,53,.72) 48%, rgba(16,13,53,.98) 62%, var(--primary-strong) 100%); }
  .hero-grid { background-size: 48px 48px; mask-image: linear-gradient(180deg, transparent 0, #000 50%, #000 100%); }
  .hero-content { min-height: 100svh; justify-content: flex-end; padding-top: 13.5rem; padding-bottom: 6.7rem; }
  .hero-copy-block { width: 100%; }
  .hero-tenure { flex-wrap: wrap; gap: .3rem .6rem; margin-bottom: .9rem; font-size: .59rem; letter-spacing: .07em; }
  .hero-tenure::before { width: 24px; height: 3px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.25rem, 10vw, 2.8rem); line-height: .98; letter-spacing: -.055em; }
  .hero-location { flex-wrap: wrap; gap: .35rem .45rem; margin-top: .8rem; font-size: .65rem; letter-spacing: .035em; }
  .hero-copy { max-width: 100%; margin-top: .7rem; font-size: .88rem; line-height: 1.45; }
  .hero .button { width: 100%; min-height: 54px; margin-top: 1rem; padding-inline: .8rem; font-size: .72rem; }
  .hero-cta-note { margin-top: .65rem; font-size: .7rem; }
  .benefit-track { animation-duration: 20s; }
  .benefit-step { width: 248px; min-height: 78px; padding: .8rem 3rem .8rem 1rem; }
  .benefit-step::after { right: 1.2rem; width: 21px; height: 21px; }
  .benefit-step strong { font-size: .64rem; }
  .benefit-step small { font-size: .61rem; }
  .showcase-heading { margin-bottom: 2rem; }
  .showcase-heading h2 { font-size: clamp(2.15rem, 10vw, 3.35rem); }
  .showcase-heading-side { display: block; }
  .showcase-heading-side .section-copy { margin-bottom: 1.2rem; font-size: .9rem; }
  .showcase-track { gap: .75rem; padding: .25rem var(--gutter) 1rem; }
  .photo-card, .photo-card--feature, .photo-card--wide { flex-basis: min(80vw, 330px); min-height: 430px; border-radius: 22px; }
  .photo-card-content { right: 1.15rem; bottom: 1.1rem; left: 1.15rem; }
  .photo-card h3 { font-size: 1.25rem; }
  .gallery-toolbar { grid-template-columns: 1fr auto; gap: .8rem; margin-top: .4rem; }
  .gallery-progress { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .offer::after { top: 1.1rem; font-size: .52rem; }
  .offer-media { min-height: 430px; clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%); }
  .offer-content h2, .process h2, .faq h2, .trust h2 { font-size: clamp(2.05rem, 10vw, 3rem); line-height: 1.03; }
  .offer-primary { gap: .85rem; }
  .offer-index { font-size: 2.1rem; }
  .offer-primary h3 { font-size: 1rem; }
  .product-summary { grid-template-columns: 78px 1fr; gap: .85rem; }
  .product-volume { min-height: 78px; }
  .product-volume strong { font-size: 2.65rem; }
  .product-summary h3 { font-size: .95rem; }
  .product-summary p:last-child { font-size: .8rem; }
  .product-facts { gap: .4rem .65rem; }
  .product-facts span { font-size: .64rem; }
  .offer-actions { flex-direction: column; align-items: stretch; }
  .offer-actions .button { width: 100%; }
  .offer-content .button { width: 100%; }
  .faq-quick-cta { width: 100%; }
  .steps { grid-template-columns: 1fr; margin-top: 2.8rem; border-top: 1px solid #bebdb5; }
  .step { display: grid; grid-template-columns: 74px 1fr; gap: 1rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid #bebdb5; }
  .step:not(:last-child) { border-right: 0; }
  .step:not(:first-child) { padding-left: 0; }
  .step:not(:first-child)::before { left: 0; }
  .step-number { margin: 0; font-size: 3.1rem; }
  .step h3 { margin-top: .25rem; }
  .process-action { display: block; margin-top: 2rem; }
  .process-action p { margin-bottom: 1rem; font-size: .9rem; }
  .process-action .button { width: 100%; }
  .steps-four { grid-template-columns: 1fr; }
  .availability h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .availability-copy > p:not(.section-kicker) { font-size: .92rem; }
  .availability .button { width: 100%; }
  .availability-data { margin-top: .25rem; }
  .lead-source { padding: .95rem 1rem 1.05rem; }
  .proof-heading h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .proof-heading > p:last-child { font-size: .9rem; }
  .review-board-top { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .review-status { text-align: left; }
  .review-list { grid-template-columns: 1fr; }
  .review-item:nth-child(odd) { border-right: 0; }
  .trust-points > div { grid-template-columns: 32px 1fr; gap: .45rem .8rem; }
  .trust-points p { grid-column: 2; }
  .trust-gallery { min-height: 490px; }
  .gallery-main { inset: 0 9% 14% 0; }
  .gallery-small { width: 54%; height: 38%; border-width: 5px; }
  .faq-list summary { min-height: 70px; font-size: .9rem; }
  .faq-list details p { margin-right: 1.5rem; font-size: .88rem; }
  .final-cta { min-height: 0; padding: 0; }
  .final-media { position: relative; width: 100%; height: 260px; }
  .final-media::after { background: linear-gradient(180deg, rgba(17,17,20,.02) 24%, rgba(17,17,20,.2) 56%, #111114 100%); }
  .final-media img { object-position: 56% center; }
  .final-media figcaption { right: var(--gutter); bottom: 2.8rem; font-size: .55rem; }
  .final-grid { inset: 210px 0 0; z-index: 1; background-size: 48px 48px; mask-image: linear-gradient(180deg, transparent, #000 24%); }
  .final-inner { min-height: 0; margin-top: -42px; padding-bottom: 4.75rem; }
  .final-copy { width: 100%; padding: 0; }
  .final-inner h2 { max-width: 100%; font-size: clamp(2.65rem, 12vw, 3.65rem); line-height: .96; }
  .final-copy > p:not(.section-kicker) { margin: 1.1rem 0 1.45rem; font-size: .9rem; }
  .final-inner .button { width: 100%; font-size: .72rem; }
  .final-proof { gap: .65rem 1rem; margin-top: 1.35rem; padding-top: 1rem; }
  .final-proof li { font-size: .57rem; }
  .review-helper { margin-top: 1.65rem; }
  .review-qr-callout { grid-template-columns: 112px minmax(0, 1fr); gap: .8rem; padding: .55rem; }
  .review-qr-frame { width: 112px; }
  .review-helper-actions { align-items: stretch; flex-direction: column; }
  .review-link, .review-copy { width: 100%; }
  .review-copy-status { text-align: center; }
  .records-grid { grid-template-columns: 1fr; }
  .record-item { grid-template-columns: 76px 1fr; gap: .8rem; }
  .record-mark { width: 70px; height: 70px; }
  .record-item + .record-item { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .record-item + .record-item::after { left: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand, .footer-legal { grid-column: auto; }
  .fleet-list { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: block; padding: .65rem var(--gutter) calc(.65rem + env(safe-area-inset-bottom)); background: rgba(13,13,15,.94); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transform: translateY(110%); transition: transform .22s ease, opacity .16s ease, visibility 0s linear .22s; }
  .mobile-sticky.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
  .mobile-sticky.is-visible.is-suppressed { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(110%); transition-delay: 0s, 0s, .22s; }
  .mobile-sticky .button { width: 100%; min-height: 54px; box-shadow: none; font-size: .72rem; }
  .whatsapp-float { display: none; }
}

@media (max-width: 370px), (max-height: 620px) and (max-width: 640px) {
  .hero-content { padding-top: 11rem; padding-bottom: 6.15rem; }
  .hero-tenure { margin-bottom: .7rem; }
  .hero h1 { font-size: 2.08rem; }
  .hero-copy { font-size: .8rem; }
  .hero .button { min-height: 50px; }
  .hero-cta-note { display: none; }
}

@media (max-width: 900px) {
  .steps-four { grid-template-columns: repeat(2, 1fr); }
  .availability-shell, .proof-layout, .proof-title-stage { grid-template-columns: 1fr; }
  .proof-title-stage { gap: 2.5rem; }
  .proof-title-meta { flex-direction: row; align-items: flex-end; }
  .proof-title-meta > div:first-child { min-width: 210px; }
  .showcase-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .showcase-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .showcase-heading-side .section-copy { margin-bottom: 0; }
}

@media (max-width: 640px) {
  .proof-title-stage { gap: 2rem; margin-bottom: 2.75rem; padding-bottom: 2.5rem; }
  .proof-title-meta { flex-direction: row; align-items: flex-end; gap: 1rem; }
  .proof-title-meta > div:first-child { min-width: 0; padding-top: .85rem; border-top-width: 3px; }
  .proof-title-index { margin-bottom: .65rem; font-size: 3.3rem; }
  .proof-title-meta .section-kicker { max-width: 150px; font-size: .57rem; }
  .proof-title-rating { align-items: flex-end; padding-bottom: .1rem; text-align: right; }
  .proof-title-rating > span { font-size: .78rem; }
  .proof-title-rating small { max-width: 120px; font-size: .5rem; line-height: 1.35; }
  .proof-title-stage h2 { max-width: 100%; font-size: clamp(3.1rem, 13.2vw, 4rem); line-height: .88; letter-spacing: -.072em; text-wrap: pretty; }
  .proof-title-quote { right: -.15em; bottom: -.38em; font-size: 13rem; }
  .proof-heading { max-width: 320px; }
  .product-summary { grid-template-columns: 78px 1fr; gap: .85rem; }
  .product-volume { min-height: 78px; }
  .product-volume strong { font-size: 2.65rem; }
  .product-summary h3 { font-size: .95rem; }
  .product-summary p:last-child { font-size: .8rem; }
  .product-facts { gap: .4rem .65rem; }
  .product-facts span { font-size: .64rem; }
  .offer-actions { flex-direction: column; align-items: stretch; }
  .offer-actions .button { width: 100%; }
  .steps-four { grid-template-columns: 1fr; }
  .availability h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .availability-copy > p:not(.section-kicker) { font-size: .92rem; }
  .availability .button { width: 100%; }
  .availability-data { margin-top: .25rem; }
  .availability { padding-top: 4.5rem; }
  .availability::after { right: -54vw; width: 110vw; opacity: .7; }
  .availability-ghost { left: -4vw; bottom: 38px; font-size: 13rem; }
  .availability-scan { bottom: 47px; width: 28%; }
  .availability-shell { gap: 2.3rem; padding-bottom: 4.25rem; }
  .availability .section-kicker { margin-bottom: .85rem; font-size: .65rem; }
  .availability h2 { max-width: 350px; font-size: clamp(3rem, 14.5vw, 4.25rem); line-height: .86; }
  .availability-copy > p:not(.section-kicker) { margin: 1.25rem 0 1.45rem; font-size: .88rem; line-height: 1.5; }
  .availability-status { gap: .7rem; padding-top: .9rem; }
  .availability-status small { max-width: 260px; font-size: .63rem; line-height: 1.35; }
  .availability-dispatch { width: calc(100% - 7px); box-shadow: 9px 11px 0 rgba(8,6,34,.26); }
  .availability-dispatch-head { min-height: 52px; padding: .8rem 1rem; }
  .availability-dispatch-head span { font-size: .62rem; }
  .availability-dispatch-head small { font-size: .56rem; }
  .availability-data::before { top: 2rem; bottom: 2rem; left: 2.05rem; }
  .availability-data::after { top: 1.8rem; left: calc(2.05rem - 3px); height: 29px; }
  .availability-data li { grid-template-columns: 40px 1fr 12px; gap: .65rem; min-height: 82px; padding: .9rem 1rem; }
  .availability-data li:hover { padding-left: 1.15rem; }
  .availability-step-number { width: 34px; height: 34px; font-size: .62rem; }
  .availability-data strong { font-size: .74rem; }
  .availability-data small { font-size: .68rem; line-height: 1.35; }
  .availability-step-marker { width: 8px; height: 8px; }
  .availability-dispatch-cta { min-height: 78px; padding: 1rem; }
  .availability-cta-copy strong { font-size: .82rem; }
  .availability-cta-arrow { width: 42px; height: 42px; font-size: 1.1rem; }
  .availability-ticker > div { animation-duration: 17s; }
  .availability-ticker span { padding: .82rem .75rem; font-size: .58rem; }
  .showcase-heading h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .review-board-top { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .review-status { text-align: left; }
  .review-list { grid-template-columns: 1fr; }
  .review-item:nth-child(odd) { border-right: 0; }
  .proof-heading h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .proof-heading > p:last-child { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .has-js .reveal { opacity: 1; transform: none; }
  .whatsapp-float, .whatsapp-float::before { animation: none; }
  .benefit-track { animation: none; transform: none; }
  .client-logo-marquee { overflow-x: auto; }
  .client-logo-track { animation: none; transform: none; will-change: auto; }
  .client-logo-sequence[aria-hidden="true"] { display: none; }
  .availability-scan, .availability-data::after { display: none; }
  .availability .section-kicker > span, .availability-ticker > div { animation: none; transform: none; }
}
