@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-tight-latin-400-600.woff2") format("woff2");
}

:root {
  --rw-navy-950: #071e2d;
  --rw-navy-900: #0b2638;
  --rw-navy-800: #123449;
  --rw-gold: #c7a661;
  --rw-gold-highlight: #d8ac5b;
  --rw-gold-accessible: #755715;
  --rw-ivory: #f7f3eb;
  --rw-white: #ffffff;
  --rw-gray: #e6e0d7;
  --rw-text-muted: #52616a;
  --rw-whatsapp: #25d366;
  --rw-whatsapp-hover: #1ebe5d;
  --font-sans: "Inter Tight", Inter, Arial, sans-serif;
  --container: 1240px;
  --fs-h1: clamp(2.625rem, 3vw, 2.875rem);
  --fs-h2: clamp(1.75rem, 2.1vw, 1.875rem);
  --fs-h3: clamp(1.0625rem, 1.25vw, 1.1875rem);
  --fs-body-lg: 1rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--rw-navy-950);
  background: var(--rw-ivory);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  color: var(--rw-navy-950);
  background: var(--rw-white);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; text-decoration: none; }
.brand-rw {
  padding-right: 12px;
  color: var(--rw-gold-highlight);
  border-right: 1px solid rgba(216,172,91,.48);
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
}
.brand-name { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .carousel-controls button:focus-visible { outline: 3px solid var(--rw-gold-highlight); outline-offset: 3px; }
.button-whatsapp { color: #062413; background: var(--rw-whatsapp); box-shadow: 0 10px 22px rgba(4,28,17,.16); }
.button-whatsapp:hover { background: var(--rw-whatsapp-hover); }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.button-large { min-height: 56px; padding-inline: 24px; }
.button-large svg { fill: none; stroke: currentColor; stroke-width: 2; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--rw-gold-highlight);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { flex: 0 0 28px; width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--rw-gold-accessible); }

.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: var(--rw-white);
  background:
    radial-gradient(circle at 78% 36%, rgba(37,79,101,.28), transparent 33%),
    linear-gradient(115deg, var(--rw-navy-950) 0%, #08202f 56%, var(--rw-navy-900) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 155px);
  width: 1px;
  background: linear-gradient(transparent, rgba(199,166,97,.26) 24%, rgba(199,166,97,.08) 80%, transparent);
}
.hero::after {
  content: "";
  position: absolute;
  right: 7vw;
  bottom: 46px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(216,172,91,.7);
  transform: rotate(45deg);
}
.hero-grid { display: none; }
.hero-growth {
  position: absolute;
  right: -3%;
  bottom: -32px;
  width: 46%;
  height: auto;
  opacity: .18;
  stroke: var(--rw-gold);
  stroke-width: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 60fr) minmax(320px, 40fr);
  align-items: center;
  gap: clamp(44px, 5vw, 84px);
  min-height: 0;
  padding-top: 96px;
  padding-bottom: 92px;
}
.hero-copy { max-width: 720px; }
.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
  text-wrap: balance;
}
.hero h1 .accent { color: var(--rw-gold-highlight); }
.hero-lead { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: var(--fs-body-lg); font-weight: 400; line-height: 1.6; }
.hero-highlight { margin: 18px 0 26px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.hero-highlight::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 12px; border: 1px solid var(--rw-gold); transform: rotate(45deg); vertical-align: 1px; }
.hero-action { display: flex; align-items: center; gap: 18px; }
.hero-action > span { max-width: 175px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.45; }

.hero-signal { position: relative; width: 100%; max-width: 400px; padding: 0; justify-self: end; }
.signal-index { display: none; }
.signal-route { position: relative; display: grid; gap: 0; }
.route-step { position: relative; z-index: 1; max-width: 260px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.route-step span { display: block; margin-bottom: 2px; color: rgba(216,172,91,.85); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.route-step strong { color: rgba(255,255,255,.88); font-size: 15px; font-weight: 600; }
.route-search { margin-left: 0; }
.route-business { margin-left: 54px; }
.route-contact { margin-left: 108px; border-bottom: 1px solid rgba(255,255,255,.12); }
.route-line { position: relative; height: 16px; margin-left: 28px; border-left: 1px solid rgba(199,166,97,.36); }
.route-line:nth-of-type(4) { margin-left: 82px; }
.route-line i { position: absolute; left: -3px; bottom: -2px; width: 5px; height: 5px; background: rgba(199,166,97,.7); transform: rotate(45deg); }
.signal-mark { display: none; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; }
.section-heading h2, .problem h2, .opportunity h2, .why h2, .final-cta h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.section-heading > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--rw-text-muted); font-size: var(--fs-body-lg); line-height: 1.6; }

.how { padding-top: 126px; padding-bottom: 102px; background: var(--rw-ivory); }
.how .section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); align-items: end; gap: 64px; max-width: none; }
.how .section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.how .section-heading > p:last-child { margin: 0; padding-bottom: 3px; }
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 72px;
  margin-top: 62px;
  border-top: 1px solid rgba(7,30,45,.13);
}
.process-grid::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(7,30,45,.1); }
.process-card { position: relative; min-height: 270px; padding: 34px 64px 34px 0; border-bottom: 1px solid rgba(7,30,45,.13); }
.process-card:nth-child(even) { padding-right: 0; padding-left: 36px; transform: translateY(42px); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.card-number { color: var(--rw-gold-accessible); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.card-top svg { width: 25px; fill: none; stroke: var(--rw-gold-accessible); stroke-width: 1.4; }
.process-card h3 { max-width: 420px; margin: 0 0 12px; font-size: var(--fs-h3); font-weight: 600; line-height: 1.3; letter-spacing: -.015em; }
.process-card p { max-width: 500px; margin: 0; color: var(--rw-text-muted); font-size: 15px; line-height: 1.6; }
.center-action { display: flex; justify-content: flex-end; margin-top: 78px; }
.button-outline { border-color: rgba(7,30,45,.55); color: var(--rw-navy-950); background: transparent; }
.button-outline:hover { color: var(--rw-white); background: var(--rw-navy-950); }

.proof { padding: 100px 0 120px; overflow: hidden; background: #eee8dd; }
.proof-layout { display: grid; grid-template-columns: minmax(280px, 31fr) minmax(0, 69fr); align-items: start; gap: clamp(44px, 6vw, 92px); }
.proof-intro { position: sticky; top: 112px; padding-top: 18px; }
.proof-note { margin: 32px 0 0; padding-top: 20px; border-top: 1px solid rgba(7,30,45,.14); color: var(--rw-navy-950); font-size: 16px; font-weight: 600; line-height: 1.55; }
.carousel-controls { display: flex; gap: 8px; margin-top: 28px; }
.carousel-controls button { display: grid; place-items: center; width: 46px; height: 46px; color: var(--rw-navy-950); background: transparent; border: 1px solid rgba(7,30,45,.28); border-radius: 4px; font-size: 18px; cursor: pointer; }
.carousel-controls button:hover { color: var(--rw-white); background: var(--rw-navy-950); }
.case-stage { position: relative; min-width: 0; }
.case-stage::before { content: ""; position: absolute; top: -34px; right: -32px; width: 140px; height: 1px; background: var(--rw-gold); }
.case-stage::after { content: ""; position: absolute; top: -38px; right: 104px; width: 9px; height: 9px; border: 1px solid var(--rw-gold); transform: rotate(45deg); }
.case-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 31%;
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 0 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.case-carousel::-webkit-scrollbar { display: none; }
.case-card { min-width: 0; aspect-ratio: 3 / 4; scroll-snap-align: start; background: var(--rw-navy-900); box-shadow: 0 18px 38px rgba(7,30,45,.13); }
.case-card:nth-child(2n) { margin-top: 48px; }
.case-content { position: relative; display: grid; grid-template-rows: 1fr auto; align-items: center; height: 100%; padding: 26px 20px 24px; background: linear-gradient(165deg, rgba(255,255,255,.045), transparent 52%); }
.case-content::before { content: ""; position: absolute; top: 24px; left: 20px; right: 20px; height: 1px; background: rgba(199,166,97,.34); }
.case-logo-wrap { display: grid; place-items: center; width: 100%; margin: 18px 0 0; }
.case-logo { display: block; width: min(100%, 250px); height: auto; object-fit: contain; }
.case-name { margin: 18px 0 0; padding-top: 17px; color: var(--rw-white); border-top: 1px solid rgba(255,255,255,.13); font-size: 17px; font-weight: 600; line-height: 1.25; }

.problem { position: relative; overflow: hidden; color: var(--rw-white); background: var(--rw-navy-950); }
.problem::before { content: ""; position: absolute; top: 0; left: 0; width: 42%; height: 2px; background: var(--rw-gold); }
.problem-grid { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); gap: clamp(60px, 9vw, 140px); }
.problem h2 { max-width: 530px; }
.problem-copy { padding-top: 52px; }
.problem-copy > p { max-width: 650px; margin: 0 0 18px; color: rgba(255,255,255,.7); font-size: 17px; }
.problem-copy blockquote { max-width: 540px; margin: 30px 0; padding: 2px 0 2px 20px; border-left: 2px solid var(--rw-gold); color: var(--rw-gold-highlight); font-size: clamp(1.25rem, 1.9vw, 1.625rem); font-weight: 600; line-height: 1.3; }
.problem-copy .choice-intro { color: var(--rw-white); font-weight: 600; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.choice { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.choice.positive { border-color: var(--rw-gold); }
.choice span { display: block; margin-bottom: 15px; color: var(--rw-gold-highlight); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.choice strong { font-size: 18px; font-weight: 600; }
.problem-decoration { display: none; }

.opportunity { padding-top: 126px; padding-bottom: 86px; background: var(--rw-ivory); }
.opportunity-grid { display: grid; grid-template-columns: minmax(0, 39fr) minmax(0, 61fr); align-items: start; gap: clamp(60px, 9vw, 140px); }
.opportunity-copy { position: sticky; top: 112px; }
.opportunity-copy > p:last-child { max-width: 520px; margin: 20px 0 0; color: var(--rw-text-muted); font-size: var(--fs-body-lg); line-height: 1.55; }
.search-cloud { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(7,30,45,.16); }
.search-cloud span { display: flex; align-items: center; gap: 15px; min-height: 88px; padding: 20px 24px 20px 0; border-bottom: 1px solid rgba(7,30,45,.16); font-size: 16px; font-weight: 600; }
.search-cloud span:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(7,30,45,.16); }
.search-cloud span.wide { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
.search-cloud svg { flex: 0 0 24px; width: 24px; fill: none; stroke: var(--rw-gold-accessible); stroke-width: 1.4; }
.opportunity-close { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; margin-top: 74px; padding-top: 28px; border-top: 1px solid rgba(7,30,45,.14); }
.opportunity-close p { margin: 0; color: var(--rw-text-muted); }
.opportunity-close strong { color: var(--rw-navy-950); font-size: 20px; font-weight: 600; line-height: 1.42; }

.why { padding: 0 0 116px; color: var(--rw-white); background: var(--rw-ivory); }
.why .container { width: min(1320px, calc(100% - 48px)); padding: 92px clamp(38px, 6vw, 82px); background: linear-gradient(115deg, var(--rw-navy-900), var(--rw-navy-950)); }
.why-grid { display: grid; grid-template-columns: minmax(0, 58fr) minmax(300px, 42fr); gap: 42px 86px; }
.why-copy > p:last-child { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.68); font-size: var(--fs-body-lg); line-height: 1.55; }
.intent-stack { align-self: end; border-top: 1px solid rgba(199,166,97,.32); }
.intent-stack div { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 12px; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.12); }
.intent-stack span { color: var(--rw-gold-highlight); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.intent-stack strong { font-size: 17px; font-weight: 600; }
.why-conclusion { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.why-conclusion p { margin: 0; color: rgba(255,255,255,.62); }
.why-conclusion strong { color: var(--rw-gold-highlight); font-size: 21px; font-weight: 600; line-height: 1.4; }

.benefits { padding-top: 102px; padding-bottom: 124px; background: var(--rw-ivory); }
.benefits .section-heading { max-width: 620px; }
.benefits-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(3, auto); gap: 0 90px; margin-top: 58px; border-top: 1px solid rgba(7,30,45,.16); }
.benefits-grid article { position: relative; min-height: 150px; padding: 27px 0 26px; border-bottom: 1px solid rgba(7,30,45,.16); }
.benefits-grid article:first-child { grid-row: 1 / 4; min-height: 100%; padding: 38px 52px 38px 0; border-right: 1px solid rgba(7,30,45,.16); }
.benefits-grid span { color: var(--rw-gold-accessible); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.benefits-grid h3 { margin: 15px 0 8px; font-size: var(--fs-h3); font-weight: 600; line-height: 1.3; letter-spacing: -.015em; }
.benefits-grid article:first-child h3 { max-width: 360px; margin-top: 64px; font-size: clamp(1.4375rem, 1.8vw, 1.625rem); }
.benefits-grid p { max-width: 470px; margin: 0; color: var(--rw-text-muted); }

.final-cta { position: relative; overflow: hidden; color: var(--rw-white); background: var(--rw-navy-950); }
.final-cta::after { content: ""; position: absolute; right: -160px; bottom: -260px; width: 560px; height: 560px; border: 1px solid rgba(199,166,97,.12); transform: rotate(45deg); }
.final-pattern { display: none; }
.final-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 61fr) minmax(300px, 39fr); gap: 22px 90px; text-align: left; }
.final-inner .eyebrow { grid-column: 1 / -1; }
.final-inner h2 { max-width: 760px; }
.final-copy { grid-column: 2; grid-row: 2 / 5; display: block; margin: 4px 0 0; color: rgba(255,255,255,.68); text-align: left; }
.final-copy p { margin: 0 0 18px; }
.final-inner .button { grid-column: 1; width: max-content; max-width: 620px; margin-top: 16px; }
.final-inner small { grid-column: 1; display: block; color: rgba(255,255,255,.48); font-size: 12px; }

.site-footer { padding: 38px 0; color: var(--rw-white); background: #04141e; border-top: 1px solid rgba(199,166,97,.22); }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.footer-brand { width: max-content; }
.footer-inner p { margin: 9px 0 0; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-inner i { padding-inline: 5px; color: var(--rw-gold); font-style: normal; }
.footer-meta { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.52); font-size: 12px; }
.footer-meta a { text-underline-offset: 4px; }
.footer-meta a:hover { color: var(--rw-white); }
.cookie-preferences { padding: 0; color: inherit; background: none; border: 0; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.cookie-preferences:hover { color: var(--rw-white); }

.modal-open { overflow: hidden; }
.lead-modal { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 32px; }
.lead-modal[hidden] { display: none; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(3, 15, 23, .82); }
.lead-modal__dialog { position: relative; width: min(620px, calc(100% - 32px)); max-height: 90dvh; padding: 34px; overflow-y: auto; color: var(--rw-navy-950); background: var(--rw-ivory); border: 1px solid rgba(7,30,45,.12); border-radius: 8px; box-shadow: 0 26px 70px rgba(0,0,0,.32); }
.lead-modal__dialog h2 { max-width: 500px; margin: 0; font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 600; line-height: 1.12; letter-spacing: -.015em; }
.lead-modal__intro { max-width: 510px; margin: 14px 0 0; color: var(--rw-text-muted); font-size: 16px; line-height: 1.55; }
.lead-modal__close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--rw-navy-950); background: transparent; border: 1px solid rgba(7,30,45,.2); border-radius: 50%; font-size: 27px; line-height: 1; cursor: pointer; }
.lead-modal__close:hover { color: var(--rw-white); background: var(--rw-navy-950); }
.lead-modal__close:focus-visible, .cookie-preferences:focus-visible { outline: 3px solid var(--rw-gold-highlight); outline-offset: 3px; }
.lead-modal__form { min-height: 320px; margin-top: 24px; }
.lead-modal__loading { margin: 0; color: var(--rw-text-muted); font-size: 14px; }
.lead-modal__form.is-ready .lead-modal__loading { display: none; }
.lead-modal__form.is-error .lead-modal__loading { color: #8a2c2c; }
.lead-modal__focus-guard { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.sticky-mobile { display: none; }
.legal-page { background: var(--rw-ivory); }
.legal-header { height: 78px; color: var(--rw-white); background: var(--rw-navy-950); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 100%; }
.legal-back { font-size: 13px; text-underline-offset: 4px; }
.legal-main { padding: 86px 0 100px; }
.legal-content { max-width: 800px; }
.legal-content h1 { margin: 4px 0 28px; font-size: clamp(2.375rem, 3vw, 2.875rem); font-weight: 600; line-height: 1.08; letter-spacing: -.015em; }
.legal-content h2 { margin: 38px 0 8px; font-size: 25px; font-weight: 600; }
.legal-content p { color: var(--rw-text-muted); }
.legal-updated { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(7,30,45,.14); font-size: 13px; }

@media (max-width: 1080px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .hero-inner { grid-template-columns: minmax(0, 62fr) minmax(300px, 38fr); gap: 44px; }
  .process-grid { gap: 0 44px; }
  .proof-layout { grid-template-columns: 34fr 66fr; gap: 44px; }
  .case-carousel { grid-auto-columns: 42%; }
  .problem-grid, .opportunity-grid { gap: 64px; }
  .why-grid { gap: 42px 54px; }
  .benefits-grid { gap: 0 52px; }
  .final-inner { gap: 22px 54px; }
}

@media (max-width: 820px) {
  .section { padding-block: 88px; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; padding-bottom: 68px; }
  .hero-copy { max-width: 760px; }
  .hero-signal { justify-self: start; max-width: 460px; margin-top: 16px; }
  .hero::before { display: none; }
  .hero-growth { width: 70%; opacity: .13; }
  .how .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .how .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .how .section-heading > p:last-child { margin-top: 0; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-grid::before { display: none; }
  .process-card, .process-card:nth-child(even) { min-height: 0; padding: 28px 0; transform: none; }
  .card-top { margin-bottom: 24px; }
  .center-action { justify-content: flex-start; margin-top: 42px; }
  .proof-layout { grid-template-columns: 1fr; }
  .proof-intro { position: static; display: grid; grid-template-columns: 1fr auto; gap: 0 36px; }
  .proof-intro .section-heading { grid-column: 1 / -1; }
  .proof-note { max-width: 500px; }
  .carousel-controls { align-self: end; }
  .case-carousel { grid-auto-columns: 31%; }
  .problem-grid, .opportunity-grid { grid-template-columns: 1fr; gap: 42px; }
  .problem-copy { padding-top: 0; }
  .opportunity-copy { position: static; }
  .opportunity-close { gap: 46px; }
  .why .container { width: calc(100% - 32px); }
  .why-grid { grid-template-columns: 1fr; }
  .why-conclusion { grid-template-columns: 1fr; gap: 16px; }
  .benefits-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .benefits-grid article:first-child { grid-row: auto; min-height: 0; padding: 28px 0; border-right: 0; }
  .benefits-grid article:first-child h3 { margin-top: 18px; font-size: 1.5rem; }
  .final-inner { grid-template-columns: 1fr; }
  .final-inner .eyebrow, .final-inner h2, .final-copy, .final-inner .button, .final-inner small { grid-column: 1; grid-row: auto; }
  .final-copy { max-width: 650px; margin-top: 8px; }
}

@media (max-width: 768px) {
  .container { width: calc(100% - 40px); }

  .brand { min-height: 40px; gap: 9px; }
  .brand-rw { font-size: 23px; padding-right: 0; border-right: 0; }
  .brand-name { display: none; }

  /* Hero em coluna única, compacta e sem decoração pesada */
  .hero { min-height: auto; }
  .hero-inner { gap: 0; padding-top: 64px; padding-bottom: 60px; }
  .hero-copy { max-width: none; }
  .hero h1 {
    max-width: none;
    font-size: clamp(1.875rem, 7.95vw, 1.9375rem);
    line-height: 1.1;
    letter-spacing: -.01em;
    text-wrap: pretty;
  }
  .hero-lead { max-width: none; margin-top: 16px; font-size: .9375rem; line-height: 1.6; }
  .hero-highlight { margin-block: 15px 22px; font-size: .875rem; }
  .hero-highlight::before { margin-right: 10px; }
  .hero-action { display: block; }
  .hero-action .button { width: 100%; max-width: 360px; min-height: 48px; padding-inline: 16px; font-size: 12px; }
  .hero-action > span { display: block; max-width: none; margin-top: 10px; }
  .hero-signal { display: none; }
  .hero-growth { display: none; }
  .hero::after { display: none; }

  /* Escala de títulos e espaçamento vertical */
  .section { padding-block: 64px; }
  .section-heading h2, .problem h2, .opportunity h2, .why h2, .final-cta h2 {
    font-size: clamp(1.5rem, 6.4vw, 1.6875rem);
    line-height: 1.16;
    letter-spacing: -.01em;
    text-wrap: pretty;
  }
  .section-heading > p:last-child { font-size: .96875rem; line-height: 1.55; }
  .eyebrow { margin-bottom: 16px; }

  /* Como funciona */
  .how { padding-top: 64px; padding-bottom: 56px; }
  .process-grid { margin-top: 32px; }
  .process-card, .process-card:nth-child(even) { padding: 22px 0; }
  .card-top { margin-bottom: 18px; }
  .card-number { font-size: 11px; }
  .card-top svg { width: 22px; }
  .process-card h3 { font-size: clamp(1.0625rem, 4.5vw, 1.1875rem); }
  .process-card p { font-size: .9375rem; line-height: 1.6; }
  .center-action { margin-top: 34px; }
  .button-outline { width: 100%; }

  /* Cases */
  .proof { padding-block: 64px 68px; }
  .proof-intro { display: block; }
  .proof-note { margin-top: 22px; }
  .carousel-controls { display: none; }
  .case-stage { margin-right: -20px; }
  .case-stage::before, .case-stage::after { display: none; }
  .case-carousel { grid-auto-columns: 91%; gap: 14px; margin-top: 30px; padding-right: 20px; scroll-snap-type: x mandatory; }
  .case-card:nth-child(2n) { margin-top: 0; }
  .case-logo { width: min(100%, 280px); }

  /* Problema */
  .problem-copy > p { font-size: .96875rem; line-height: 1.6; }
  .choice-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }

  /* Oportunidade */
  .opportunity { padding-top: 64px; padding-bottom: 56px; }
  .search-cloud { grid-template-columns: 1fr; }
  .search-cloud span, .search-cloud span:nth-child(even), .search-cloud span.wide { grid-column: auto; min-height: 68px; padding: 15px 0; border-left: 0; font-size: 1rem; }
  .opportunity-close { grid-template-columns: 1fr; gap: 14px; margin-top: 42px; }
  .opportunity-close strong { font-size: 1.125rem; }

  /* Por que a RW */
  .why { padding-bottom: 64px; }
  .why .container { width: calc(100% - 16px); padding: 52px 20px; }
  .why-conclusion { margin-top: 14px; }

  /* Benefícios */
  .benefits { padding-top: 60px; padding-bottom: 68px; }
  .benefits-grid { margin-top: 36px; }
  .benefits-grid h3 { font-size: 1.25rem; }
  .benefits-grid article:first-child h3 { font-size: 1.375rem; }

  /* CTA final */
  .final-cta::after { display: none; }
  .final-inner .button { width: 100%; max-width: none; padding-inline: 14px; font-size: 12px; }

  .footer-inner { display: block; }
  .footer-meta { flex-wrap: wrap; justify-content: flex-start; margin-top: 22px; }

  .lead-modal { padding: 16px; }
  .lead-modal__dialog { width: calc(100% - 32px); max-height: 90dvh; padding: 28px 20px 24px; }
  .lead-modal__dialog h2 { padding-right: 34px; font-size: 1.75rem; }
  .lead-modal__close { top: 12px; right: 12px; width: 40px; height: 40px; }

  .sticky-mobile {
    position: fixed;
    z-index: 30;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity .2s ease, transform .2s ease;
  }
  .sticky-mobile.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .sticky-mobile .button { width: 100%; min-height: 50px; box-shadow: 0 12px 28px rgba(0,0,0,.24); }

  .legal-header { height: 60px; }
  .legal-header .brand-name { display: block; }
  .legal-back { max-width: 130px; text-align: right; }
  .legal-main { padding-block: 56px 72px; }
}

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