/* ============================================================
   Aportize - home / v2
   Depende apenas de chrome.css. Tokens, fontes e container seguem
   o projeto. Nenhuma regra altera as outras paginas.
   ============================================================ */

.home {
  --home-tint: rgba(0, 200, 150, .08);
  --home-border: rgba(0, 200, 150, .2);
  --home-secondary: #a5afb9;
  color: var(--text);
  color-scheme: dark;
  isolation: isolate;
}
.home :where(h1, h2, h3, h4, p, figure, dl, dd) { margin: 0; }
.home a { color: inherit; text-decoration: none; }
.home button, .home input { font: inherit; }
.home button { cursor: pointer; }
.home [hidden] { display: none !important; }
.home [id] { scroll-margin-top: calc(var(--nav-h) + 24px); }
.home :where(a, button, input, [tabindex]):focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 5px;
}
.home .home-icon { width: 20px; height: 20px; flex: none; }
.home .home-text-green { color: var(--green); }
.home .home-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip-path: inset(50%);
  border: 0; white-space: nowrap;
}
.home ~ .site-footer { margin-top: 0; }

/* ---------- Elementos de interface ---------- */
.home .home-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  min-height: 52px; padding: 14px 22px; border-radius: 12px;
  border: 1px solid transparent; background: var(--green);
  color: var(--green-contrast); font-size: 14px; font-weight: 600; line-height: 1.4;
  transition: transform var(--t), background var(--t), border-color var(--t), box-shadow var(--t);
}
.home .home-button .home-icon { width: 18px; height: 18px; transition: transform var(--t); }
.home .home-button--secondary { background: rgba(22, 27, 34, .6); color: var(--text-secondary); border-color: var(--hairline); }
.home .home-link {
  display: inline-flex; align-items: center; gap: 12px; min-height: 44px;
  color: var(--text); font-size: 14px; font-weight: 500;
  transition: color var(--t);
}
.home .home-link .home-icon { width: 17px; height: 17px; transition: transform var(--t); }
.home-eyebrow {
  display: flex; align-items: center; gap: 12px; color: var(--home-secondary);
  font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; line-height: 1.6;
}
.home-eyebrow > span { color: var(--green); font-family: var(--mono); font-size: 10px; letter-spacing: 0; }
.home-section { padding: 94px 0; }
.home-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 36px; }
.home-head h2, .home-essence h2, .home-closing h2 {
  margin-top: 18px; font-size: clamp(34px, 3.55vw, 52px); font-weight: 500;
  line-height: 1.08; letter-spacing: -.045em; text-wrap: balance;
}
.home-head h2 > span, .home-essence h2 > span { color: var(--home-secondary); }
.home-head__aside { flex: none; padding-bottom: 2px; }
.home-head__aside > p { color: var(--home-secondary); font-size: 14px; line-height: 1.65; margin-bottom: 9px; }

/* ---------- Primeira dobra ---------- */
.home-hero { position: relative; padding: 64px 0 42px; overflow: hidden; overflow: clip; }
.home-hero::before {
  content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(139, 148, 158, .19) .6px, transparent .6px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent 40%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 40%, #000 100%);
  opacity: .6;
}
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(32px, 4.2vw, 72px); }
.home-hero__copy { position: relative; padding-bottom: 24px; }
.home-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px;
  color: #b5c9c2; background: rgba(0, 200, 150, .04); border: 1px solid rgba(0, 200, 150, .14);
  border-radius: 6px; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase;
}
.home-badge > span { width: 5px; height: 5px; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px rgba(0, 200, 150, .24); }
.home-hero h1 { margin: 27px 0 25px; font-size: clamp(54px, 5.35vw, 80px); font-weight: 500; letter-spacing: -.055em; line-height: 1.025; }
.home-hero h1 > span { color: var(--green); }
.home-hero__lede { max-width: 39ch; color: var(--home-secondary); font-size: 17px; line-height: 1.7; text-wrap: pretty; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-hero__trust { display: flex; align-items: center; gap: 12px; margin-top: 31px; }
.home-trust-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--home-secondary); flex: none; border: 1px solid var(--hairline); border-radius: 10px; background: rgba(22, 27, 34, .6); }
.home-trust-icon .home-icon { width: 17px; height: 17px; }
.home-hero__trust strong { display: block; font-size: 12px; color: var(--text-secondary); font-weight: 500; }
.home-hero__trust p > span { display: block; margin-top: 3px; font-size: 11px; color: var(--home-secondary); }
.home-hero__visual { position: relative; min-width: 0; }
.home-hero__visual::before {
  content: ''; position: absolute; z-index: -1; inset: -90px -100px;
  background: radial-gradient(ellipse at 50% 42%, rgba(0, 200, 150, .13), transparent 65%);
  pointer-events: none;
}
.home-hero__caption { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 16px !important; color: var(--home-secondary); font-size: 11px; }
.home-hero__caption .home-icon { width: 12px; height: 12px; }

/* ---------- Miniaplicativo: sem imagem ou dependencia de grafico ---------- */
.home-sample {
  position: relative; min-width: 0; border: 1px solid rgba(153, 194, 180, .22); border-radius: 22px;
  background: linear-gradient(150deg, #1a252a 0%, #141c23 38%, #141a21 100%);
  box-shadow: 0 32px 80px -36px rgba(0, 0, 0, .65), 0 0 0 7px rgba(255, 255, 255, .015), inset 0 1px 0 rgba(255, 255, 255, .04);
  overflow: hidden;
}
.home-sample__bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 55px; padding: 12px 22px; border-bottom: 1px solid var(--hairline); }
.home-sample__identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.home-app-icon { display: grid; place-items: center; width: 26px; height: 26px; flex: none; border-radius: 7px; color: var(--green); background: rgba(0, 200, 150, .09); border: 1px solid rgba(0, 200, 150, .12); }
.home-app-mark { width: 13px; height: 13px; }
.home-sample__bar h2 { color: var(--text-secondary); font-size: 12px; font-weight: 500; line-height: 1.4; letter-spacing: -.01em; }
.home-sample__tag { padding: 4px 8px; flex: none; color: #a3cbbb; font-size: 10px; line-height: 1.4; border: 1px solid rgba(0, 200, 150, .15); border-radius: 5px; background: rgba(0, 200, 150, .05); }
.home-sample__body { padding: 23px 27px 18px; }
.home-sample__intro { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.home-sample__intro p { font-size: 16px; color: var(--text-secondary); font-weight: 400; line-height: 1.35; letter-spacing: -.02em; }
.home-sample__intro strong { font-weight: 500; color: var(--text); }
.home-sample__growth { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--hairline); border-radius: 10px; color: var(--green); background: rgba(0, 200, 150, .04); }
.home-sample__growth .home-icon { width: 20px; height: 20px; }
.home-sample__label { color: var(--home-secondary); font-size: 12px; }
.home-sample__value { display: flex; align-items: baseline; gap: 10px; margin-top: 3px !important; font-size: clamp(32px, 3.1vw, 45px); font-weight: 500; letter-spacing: -.05em; line-height: 1.3; font-variant-numeric: tabular-nums; }
.home-sample__currency { color: var(--home-secondary); font-size: .49em; font-weight: 400; letter-spacing: -.03em; }
.home-chart { margin-top: 9px !important; }
.home-chart > svg { display: block; width: 100%; height: 112px; overflow: visible; }
.home-chart__grid { fill: none; stroke: rgba(139, 148, 158, .14); stroke-width: 1; stroke-dasharray: 3 5; }
.home-chart__balance { fill: none; stroke: var(--green); stroke-width: 2.4; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.home-chart__invested { fill: none; stroke: #80949a; stroke-width: 1.4; stroke-dasharray: 4 5; vector-effect: non-scaling-stroke; }
.home-chart__halo { fill: rgba(0, 200, 150, .14); }
.home-chart__dot { fill: var(--green); }
.home-chart__axis { display: flex; justify-content: space-between; gap: 12px; margin-top: 4px; color: var(--home-secondary); font-size: 10px; }
.home-sample__breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 15px !important; padding-bottom: 16px; border-bottom: 1px solid var(--hairline); }
.home-sample__breakdown > div + div { padding-left: 19px; border-left: 1px solid var(--hairline); }
.home-sample__breakdown dt { display: flex; align-items: center; gap: 7px; color: var(--home-secondary); font-size: 11px; }
.home-sample__breakdown dd { margin-top: 4px; font: 400 14px/1.4 var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.home-chart__legend { display: flex; flex-wrap: wrap; gap: 5px 16px; margin-top: 8px !important; color: var(--home-secondary); font-size: 10px; line-height: 1.4; }
.home-chart__legend > span { display: inline-flex; align-items: center; gap: 6px; }
.home-chart__legend i { display: inline-block; width: 12px; height: 2px; background: var(--green); }
.home-chart__legend > span + span i { height: 0; border-top: 2px dashed #80949a; background: transparent; }
.home-controls { min-width: 0; padding: 15px 0 0; margin: 0; border: 0; }
.home-controls__top { display: flex; justify-content: space-between; gap: 14px; align-items: center; color: var(--text-secondary); font-size: 12px; }
.home-controls__top output { padding: 4px 9px; font: 500 12px/1.3 var(--mono); font-variant-numeric: tabular-nums; background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 6px; }
.home .home-range {
  --range-progress: 13.79%; display: block; width: 100%; height: 32px; margin: 1px 0 4px;
  padding: 0; appearance: none; -webkit-appearance: none; cursor: pointer; background: transparent;
  border: 0; outline-offset: 0; touch-action: pan-y;
}
.home-range::-webkit-slider-runnable-track { height: 4px; border-radius: 4px; background: linear-gradient(to right, var(--green) var(--range-progress), #354247 var(--range-progress)); }
.home-range::-moz-range-track { height: 4px; border-radius: 4px; background: #354247; }
.home-range::-moz-range-progress { height: 4px; border-radius: 4px; background: var(--green); }
.home-range::-webkit-slider-thumb { width: 15px; height: 15px; margin-top: -5.5px; border-radius: 50%; border: 3px solid var(--green); background: #d9fff0; appearance: none; -webkit-appearance: none; box-shadow: 0 0 0 4px rgba(0, 200, 150, .09); }
.home-range::-moz-range-thumb { width: 9px; height: 9px; border-radius: 50%; border: 3px solid var(--green); background: #d9fff0; box-shadow: 0 0 0 4px rgba(0, 200, 150, .09); }
.home-horizon { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.home-horizon > span { color: var(--text-secondary); font-size: 12px; }
.home-horizon > div { display: flex; padding: 3px; gap: 3px; background: rgba(8, 15, 19, .4); border: 1px solid var(--hairline); border-radius: 8px; }
.home-horizon button { min-height: 36px; padding: 7px 11px; border: 1px solid transparent; border-radius: 5px; color: var(--home-secondary); background: transparent; font-size: 11px; white-space: nowrap; transition: background var(--t), color var(--t); }
.home-horizon button[aria-pressed="true"] { background: rgba(0, 200, 150, .14); border-color: rgba(0, 200, 150, .16); color: #91e8c8; }
.home-controls:disabled { opacity: .62; }
.home-controls:disabled :is(button, input) { cursor: default; }
.home-sample__note { margin-top: 13px !important; color: var(--home-secondary); font-size: 11px; line-height: 1.6; }
.home .home-sample__footer { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 44px; padding: 12px 22px; background: rgba(0, 200, 150, .025); border-top: 1px solid var(--hairline); color: #b6c9c2; font-size: 11px; font-weight: 500; transition: background var(--t), color var(--t); }
.home-sample__footer .home-icon { width: 14px; height: 14px; }

/* ---------- Contexto de mercado ---------- */
.home-market { padding: 0 0 8px; }
.home-market__panel { display: grid; grid-template-columns: 1.12fr 1fr 1fr 1fr; align-items: stretch; border: 1px solid var(--hairline); border-radius: 16px; background: rgba(22, 27, 34, .55); }
.home-market__intro { display: flex; align-items: center; gap: 13px; padding: 20px 24px; }
.home-market__icon { display: grid; place-items: center; width: 34px; height: 34px; flex: none; background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 9px; color: var(--home-secondary); }
.home-market__icon .home-icon { width: 17px; height: 17px; }
.home-market__intro h2 { font-size: 13px; line-height: 1.4; font-weight: 500; }
.home-market__intro p { font-size: 11px; color: var(--home-secondary); margin-top: 6px; }
.home-rate { display: flex; flex-direction: column; padding: 20px 24px; border-left: 1px solid var(--hairline); transition: background var(--t); }
.home-rate:last-child { border-radius: 0 16px 16px 0; }
.home-rate__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.home-rate__top strong { color: var(--text-secondary); font-size: 11px; line-height: 1.4; font-weight: 500; letter-spacing: .04em; }
.home-rate__top .home-icon { width: 12px; height: 12px; color: var(--muted); }
.home-rate__number { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 1px; margin-top: 8px; font-size: 27px; font-weight: 500; line-height: 1.2; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.home-rate__number > span { font-size: 20px; font-weight: 400; }
.home-rate__number > small { flex-basis: 100%; margin-top: 5px; color: var(--home-secondary); font: 400 10px/1.3 var(--sans); letter-spacing: 0; }
.home-rate__date { margin-top: 5px; font-size: 10px; color: var(--home-secondary); line-height: 1.4; }
.home .home-market__more { display: flex; width: fit-content; margin: 8px 0 0 auto; min-height: 28px; align-items: center; gap: 9px; color: var(--home-secondary); font-size: 10px; }
.home-market__more .home-icon { width: 13px; height: 13px; }

/* ---------- Ferramentas em destaque ---------- */
.home-tools { padding-top: 73px; }
.home-featured { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 18px; }
.home-feature {
  position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 374px;
  padding: 25px; background: linear-gradient(155deg, #1a212a, #161b22 80%);
  border: 1px solid var(--hairline); border-radius: 20px; overflow: hidden;
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}
.home-feature--reserve { background: radial-gradient(ellipse at 100% 55%, rgba(0, 200, 150, .13), transparent 60%), linear-gradient(130deg, #152b26, #11231f); border-color: var(--home-border); }
.home-feature__top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.home-feature__icon { display: grid; place-items: center; width: 37px; height: 37px; color: var(--green); background: rgba(0, 200, 150, .065); border: 1px solid rgba(0, 200, 150, .14); border-radius: 10px; flex: none; }
.home-feature__icon .home-icon { width: 19px; height: 19px; }
.home-feature__badge { padding: 4px 8px; border: 1px solid rgba(0, 200, 150, .16); border-radius: 5px; color: #a6cebc; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; line-height: 1.4; }
.home-feature__arrow { color: var(--home-secondary); }
.home-feature__arrow .home-icon { width: 17px; height: 17px; }
.home .home-feature__label { margin-bottom: 9px; font-size: 10px; line-height: 1.5; color: var(--home-secondary); font-weight: 500; }
.home-feature--reserve .home-feature__label { color: #9cbfb0; }
.home-feature h3 { position: relative; z-index: 1; font-size: clamp(23px, 1.85vw, 29px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
.home-feature p:not(.home-feature__label) { position: relative; z-index: 1; margin-top: 13px; font-size: 12px; line-height: 1.65; color: var(--home-secondary); text-wrap: pretty; }
.home-feature--reserve p:not(.home-feature__label) { color: #a1baaf; }
.home-feature__reserve-copy { position: relative; z-index: 1; max-width: 76%; }
.home-feature--reserve h3 { font-size: clamp(26px, 2.15vw, 33px); }
.home-feature__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 23px; font-size: 11px; font-weight: 500; color: var(--text-secondary); position: relative; z-index: 1; }
.home-feature--reserve .home-feature__footer { color: #bcdecf; }
.home-feature__footer .home-icon { width: 17px; height: 17px; transition: transform var(--t); }
.home-protection { position: absolute; right: -57px; top: 100px; width: 205px; height: 205px; }
.home-protection__ring, .home-protection__core { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.home-protection__ring--outer { inset: 0; border: 1px solid rgba(0, 200, 150, .24); box-shadow: 0 0 0 20px rgba(0, 200, 150, .022), 0 0 0 42px rgba(0, 200, 150, .012); }
.home-protection__ring--inner { inset: 29px; border: 1px dashed rgba(0, 200, 150, .28); }
.home-protection__core { inset: 57px; color: #74d9b5; background: linear-gradient(130deg, #234b3c, #143527); border: 1px solid rgba(94, 218, 164, .35); box-shadow: 0 10px 36px rgba(0, 0, 0, .2); }
.home-protection__core .home-icon { width: 35px; height: 35px; }
.home-protection__point { position: absolute; top: 19px; left: 31px; width: 7px; height: 7px; border: 2px solid #153026; border-radius: 50%; background: #6bd7ab; box-shadow: 0 0 0 3px rgba(0, 200, 150, .1); }
.home-protection__point--second { top: auto; left: auto; bottom: 31px; right: 19px; width: 5px; height: 5px; background: #358969; }
.home-allocation { position: relative; margin: 26px 0 3px; padding: 5px 0; }
.home-allocation > div { display: flex; height: 14px; gap: 4px; margin-bottom: 8px; }
.home-allocation span { display: block; width: 27%; border-radius: 4px; background: #12614e; }
.home-allocation span:first-child { width: 50%; background: #00b98c; }
.home-allocation span:last-child { flex: 1; background: #364746; }
.home-allocation > div:first-child { opacity: .32; }
.home-allocation > div:first-child span:first-child { width: 30%; }
.home-allocation > div:first-child span:nth-child(2) { width: 47%; }
.home-allocation > i { position: absolute; top: 0; bottom: 5px; left: 51%; width: 1px; background: rgba(157, 205, 183, .4); }
.home-comparison { display: grid; gap: 5px; margin: 23px 0 0; }
.home-comparison > span { display: block; background: rgba(39, 49, 56, .5); height: 7px; border-radius: 3px; }
.home-comparison i { display: block; height: 100%; width: 63%; background: #3e5a55; border-radius: inherit; }
.home-comparison > span:nth-child(2) i { width: 81%; background: #2d8c70; }
.home-comparison > span:nth-child(3) i { width: 73%; background: #52665f; }
.home-comparison b { color: var(--home-secondary); font-size: 9px; font-weight: 400; margin-top: 3px; }

/* ---------- Diretorio progressivamente melhorado ---------- */
.home-directory { margin-top: 28px; padding: 27px; border: 1px solid var(--hairline); border-radius: 20px; background: var(--surface); }
.home-directory__head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.home-directory__head h3 { font-size: 20px; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.home-directory__head p { margin-top: 6px; color: var(--home-secondary); font-size: 12px; line-height: 1.5; }
.home-directory__count { color: var(--home-secondary); font-size: 10px; padding: 5px 9px; border: 1px solid var(--hairline); border-radius: 5px; white-space: nowrap; }
.home-tabs { display: flex; gap: 5px; padding: 5px; background: var(--bg); border: 1px solid var(--hairline); border-radius: 11px; margin-bottom: 20px; }
.home-tabs button { flex: 1 1 0; display: flex; justify-content: center; align-items: center; min-height: 44px; gap: 8px; padding: 10px 11px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--home-secondary); font-size: 11px; line-height: 1.4; transition: background var(--t), color var(--t), border-color var(--t); }
.home-tabs .home-icon { width: 15px; height: 15px; }
.home-tabs small { display: grid; place-items: center; min-width: 19px; min-height: 19px; padding: 0 4px; border-radius: 4px; background: rgba(139, 148, 158, .08); font-size: 9px; font-family: var(--mono); }
.home-tabs button[aria-selected="true"] { background: rgba(0, 200, 150, .1); color: #a0e4ce; border-color: rgba(0, 200, 150, .2); }
.home-tabs button[aria-selected="true"] small { color: #93d5ba; background: rgba(0, 200, 150, .12); }
.home-panel__title { color: var(--green); margin: 18px 0 12px !important; font-size: 16px; font-weight: 500; }
.home .home-panel[role="tabpanel"] .home-panel__title { display: none; }
.home-panel__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.home-tool { display: flex; align-items: flex-start; gap: 12px; min-height: 107px; padding: 18px 15px; border: 1px solid var(--hairline); border-radius: 11px; background: rgba(28, 35, 44, .46); transition: border-color var(--t), background var(--t); }
.home-tool__icon { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 7px; background: rgba(139, 148, 158, .05); border: 1px solid var(--hairline); color: var(--home-secondary); }
.home-tool__icon .home-icon { width: 14px; height: 14px; }
.home-tool__text { flex: 1; min-width: 0; }
.home-tool strong { display: block; font-size: 12px; font-weight: 500; line-height: 1.45; color: var(--text-secondary); }
.home-tool small { display: block; margin-top: 5px; font-size: 10px; line-height: 1.6; color: var(--home-secondary); }
.home-tool > .home-icon { width: 12px; height: 12px; margin-top: 3px; color: var(--home-secondary); }
.home-tools__help { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 23px !important; color: var(--home-secondary); font-size: 11px; line-height: 1.65; }
.home-tools__help > .home-icon { width: 14px; height: 14px; }
.home-tools__help a { display: inline-flex; align-items: center; gap: 6px; color: var(--text-secondary); text-underline-offset: 4px; }
.home-tools__help a .home-icon { width: 13px; height: 13px; }

/* ---------- Confianca, sem numeros de prova social inventados ---------- */
.home-essence { background: linear-gradient(100deg, rgba(22, 27, 34, .6), rgba(22, 27, 34, .25)); border-block: 1px solid var(--hairline); }
.home-essence__layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.home-essence h2 { font-size: clamp(30px, 2.8vw, 42px); line-height: 1.14; }
.home-essence__copy > p:not(.home-eyebrow) { max-width: 38ch; margin: 22px 0 15px; color: var(--home-secondary); font-size: 14px; line-height: 1.8; }
.home-principles article { display: flex; align-items: flex-start; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--hairline); }
.home-principles article:first-child { padding-top: 0; }
.home-principles article:last-child { padding-bottom: 0; border-bottom: 0; }
.home-principles__icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; background: rgba(0, 200, 150, .05); border: 1px solid rgba(0, 200, 150, .1); color: var(--green); flex: none; }
.home-principles__icon .home-icon { width: 19px; height: 19px; }
.home-principles h3 { font-size: 16px; font-weight: 500; letter-spacing: -.02em; line-height: 1.4; }
.home-principles p { max-width: 43ch; margin-top: 7px; color: var(--home-secondary); font-size: 12px; line-height: 1.7; }

/* ---------- Conteudo editorial ---------- */
.home-learning { display: grid; grid-template-columns: 1fr 1fr .94fr; gap: 19px; }
.home-guide, .home-glossary { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--hairline); border-radius: 18px; overflow: hidden; background: var(--surface); transition: transform var(--t), border-color var(--t), box-shadow var(--t); }
.home-guide__art { position: relative; height: 198px; overflow: hidden; background: radial-gradient(ellipse at 60% 40%, rgba(0, 200, 150, .1), transparent 70%), #102321; border-bottom: 1px solid var(--hairline); }
.home-guide__art--orbits { background: radial-gradient(ellipse at center, rgba(0, 200, 150, .07), transparent 65%), #152425; }
.home-guide__category { position: absolute; left: 22px; top: 19px; color: #98b2a6; font-size: 8px; letter-spacing: .15em; }
.home-guide__art-label { position: absolute; left: 22px; right: 22px; bottom: 17px; color: #a0bbac; font-size: 10px; }
.home-steps { position: absolute; width: 132px; height: 96px; left: calc(50% - 72px); top: 52px; transform: rotate(-18deg) skewY(8deg); }
.home-steps i { position: absolute; display: grid; place-items: center; inset: 0; border-radius: 11px; border: 1px solid rgba(0, 200, 150, .23); background: #15392e; box-shadow: 6px 10px 25px rgba(0, 0, 0, .17); transition: transform 400ms ease; }
.home-steps i:nth-child(1) { transform: translate(-10px, 20px); opacity: .4; }
.home-steps i:nth-child(2) { transform: translate(-3px, 9px); opacity: .6; }
.home-steps i:nth-child(3) { transform: translate(4px, -2px); }
.home-steps i:nth-child(4) { transform: translate(11px, -13px); background: linear-gradient(130deg, #2a5e4a, #194333); border-color: rgba(149, 224, 178, .28); color: #a5dcc0; }
.home-steps .home-icon { width: 39px; height: 39px; opacity: .8; }
.home-orbits { position: absolute; left: calc(50% - 92px); top: 5px; width: 184px; height: 184px; }
.home-orbits i { position: absolute; inset: 0; border: 1px solid rgba(0, 200, 150, .13); border-radius: 50%; transform: rotate(-35deg) scaleY(.8); }
.home-orbits i:nth-child(2) { inset: 19px; border-color: rgba(0, 200, 150, .21); }
.home-orbits i:nth-child(3) { inset: 39px; border-color: rgba(0, 200, 150, .25); }
.home-orbits > span { position: absolute; inset: 62px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(0, 200, 150, .28); background: linear-gradient(130deg, #24483c, #18362b); color: #9ddbba; box-shadow: 0 6px 20px #13221b; }
.home-orbits .home-icon { width: 25px; height: 25px; }
.home-guide__body { display: flex; flex-direction: column; flex: 1; padding: 23px; }
.home-guide__meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 12px; color: var(--home-secondary); font-size: 9px; line-height: 1.5; }
.home-guide h3 { max-width: 20ch; margin-top: 14px; font-size: 24px; font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.home-guide__cta { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 44px; margin-top: auto; padding-top: 24px; color: var(--text-secondary); font-size: 11px; font-weight: 500; }
.home-guide__cta .home-icon { width: 17px; height: 17px; transition: transform var(--t); }
.home-glossary { position: relative; padding: 26px; background: linear-gradient(145deg, #1b242b, #161d24); }
.home-glossary__words { display: flex; align-content: center; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 8px; width: 100%; min-height: 122px; padding: 18px 0; }
.home-glossary__words span { padding: 5px 12px; border: 1px solid #364744; border-radius: 6px; background: #202f2f; color: #a8c3b4; font: 400 15px/1.3 var(--mono); letter-spacing: -.025em; transform: rotate(-6deg); }
.home-glossary__words span:nth-child(2) { color: #aab3ba; background: #252d34; border-color: #35404a; transform: rotate(4deg) translateY(4px); font-size: 17px; }
.home-glossary__words span:nth-child(3) { color: #99b3b1; transform: rotate(3deg) translateX(9px); margin-right: 7px; }
.home-glossary__words span:nth-child(4) { transform: rotate(-4deg); }
.home-glossary h3 { margin-bottom: 13px; font-size: 25px; font-weight: 500; letter-spacing: -.035em; line-height: 1.16; }
.home-glossary > p:not(.home-feature__label) { color: var(--home-secondary); font-size: 12px; line-height: 1.7; }

/* ---------- Encerramento ---------- */
.home-closing { padding: 0 0 80px; }
.home-closing__panel { position: relative; padding: 55px 57px; overflow: hidden; border: 1px solid rgba(0, 200, 150, .18); border-radius: 24px; background: radial-gradient(ellipse at 85% 70%, rgba(0, 200, 150, .1), transparent 65%), linear-gradient(105deg, #13251f, #12211f 60%, #152b26); }
.home-closing__copy { position: relative; z-index: 1; max-width: 66%; }
.home-closing .home-eyebrow { color: #a8c1b3; font-size: 10px; letter-spacing: .11em; }
.home-closing h2 { margin-top: 20px; font-size: clamp(34px, 3.5vw, 52px); }
.home-closing h2 span { color: var(--green); }
.home-closing__copy > p:not(.home-eyebrow) { margin-top: 20px; color: #a2bcb0; font-size: 14px; line-height: 1.7; }
.home-closing .home-button { margin-top: 27px; }
.home-closing__note { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: #a2bcb0; font-size: 11px; }
.home-closing__note .home-icon { width: 13px; height: 13px; }
.home-closing__art { position: absolute; width: 390px; height: 390px; right: -16px; top: calc(50% - 195px); }
.home-closing__art > span { position: absolute; inset: 0; border: 1px solid rgba(0, 200, 150, .14); border-radius: 50%; }
.home-closing__art > span:nth-child(2) { inset: 44px; border-color: rgba(0, 200, 150, .18); background: rgba(0, 200, 150, .015); }
.home-closing__mark { position: absolute; width: 147px; height: 147px; left: 119px; top: 119px; color: #42785e; opacity: .7; transform: rotate(-9deg); }

/* ---------- Estados de interacao, sem movimento continuo ---------- */
@media (hover: hover) {
  .home .home-button:hover { background: #1bd7a5; box-shadow: 0 7px 24px rgba(0, 200, 150, .12); transform: translateY(-2px); }
  .home .home-button--secondary:hover { background: var(--surface-2); border-color: #47505a; box-shadow: none; }
  .home .home-button:hover .home-icon { transform: translateX(3px); }
  .home .home-link:hover, .home .home-market__more:hover, .home-tools__help a:hover { color: var(--green); }
  .home .home-link:hover .home-icon { transform: translate(2px, -2px); }
  .home .home-sample__footer:hover { color: var(--green); background: rgba(0, 200, 150, .07); }
  .home-rate:hover { background: rgba(255, 255, 255, .025); }
  .home-rate:hover .home-rate__top .home-icon { color: var(--green); }
  .home-feature:hover, .home-guide:hover, .home-glossary:hover { transform: translateY(-4px); border-color: rgba(0, 200, 150, .34); box-shadow: 0 16px 32px -20px rgba(0, 0, 0, .6); }
  .home-feature:hover .home-feature__footer .home-icon, .home-guide:hover .home-guide__cta .home-icon, .home-glossary:hover .home-guide__cta .home-icon { transform: translate(2px, -2px); }
  .home-tool:hover { background: var(--surface-2); border-color: rgba(0, 200, 150, .3); }
  .home-tool:hover strong, .home-tool:hover > .home-icon { color: var(--green); }
  .home-tabs button:hover:not([aria-selected="true"]), .home-horizon button:hover:not([aria-pressed="true"]) { background: rgba(139, 148, 158, .1); color: var(--text); }
  .home-guide:hover .home-steps i:nth-child(4) { transform: translate(15px, -21px); }
}
@keyframes home-enter { from { opacity: .75; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .home [data-reveal].is-entering { animation: home-enter 500ms cubic-bezier(.2, .6, .2, 1) both; }
}
@media (prefers-reduced-motion: reduce) {
  .home *, .home *::before, .home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Tablet e desktop compacto ---------- */
@media (min-width: 1600px) {
  .home-hero { padding-top: 85px; padding-bottom: 55px; }
  .home-hero__grid { gap: 90px; }
  .home-sample__body { padding-inline: 32px; }
  .home-chart > svg { height: 132px; }
  .home-feature { min-height: 400px; padding: 29px; }
  .home-protection { right: -20px; top: 105px; }
}
@media (max-width: 1199px) {
  .home-hero { padding-top: 45px; }
  .home-hero__grid { gap: 32px; }
  .home-hero h1 { font-size: clamp(48px, 5.45vw, 65px); }
  .home-hero__lede { font-size: 15px; }
  .home-actions { gap: 10px; }
  .home .home-button { font-size: 12px; padding: 14px 17px; gap: 13px; }
  .home-sample__bar { padding: 12px 18px; }
  .home-sample__tag { display: none; }
  .home-sample__body { padding: 20px; }
  .home-sample__value { font-size: 36px; }
  .home-sample__breakdown dd { font-size: 12px; }
  .home-horizon { gap: 9px; }
  .home-horizon button { padding-inline: 8px; font-size: 10px; }
  .home-horizon > span { font-size: 11px; }
  .home-market__panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-market__intro { grid-column: 1 / -1; border-bottom: 1px solid var(--hairline); padding: 15px 20px; }
  .home-market__intro > div { display: flex; align-items: center; flex: 1; gap: 16px; justify-content: space-between; }
  .home-market__intro p { margin-top: 0; }
  .home-market__icon { width: 28px; height: 28px; }
  .home-rate:first-of-type { border-left: 0; }
  .home-rate { padding: 17px 20px; }
  .home-rate:last-child { border-radius: 0 0 16px 0; }
  .home-featured { grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; }
  .home-feature { padding: 21px; }
  .home-feature__reserve-copy { max-width: 100%; }
  .home-protection { right: -105px; opacity: .5; }
  .home-feature h3 { font-size: 23px; }
  .home-feature--reserve h3 { font-size: 27px; }
  .home-feature p:not(.home-feature__label) { font-size: 11px; }
  .home-feature__badge { font-size: 8px; }
  .home-feature__footer { font-size: 10px; }
  .home-tabs button { font-size: 10px; padding-inline: 6px; gap: 6px; }
  .home-panel__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-essence__layout { gap: 48px; }
  .home-learning { gap: 14px; }
  .home-guide__body, .home-glossary { padding: 21px; }
  .home-guide h3, .home-glossary h3 { font-size: 21px; }
  .home-glossary__words span { font-size: 13px; }
  .home-glossary__words span:nth-child(2) { font-size: 13px; }
  .home-closing__panel { padding: 45px; }
  .home-closing__art { right: -90px; }
}
@media (max-width: 899px) {
  .home-section { padding-block: 67px; }
  .home-hero { padding: 42px 0 30px; }
  .home-hero::before { opacity: .35; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .home-hero__copy { padding-bottom: 0; max-width: 590px; width: 100%; margin-inline: auto; }
  .home-hero h1 { font-size: clamp(50px, 8.4vw, 68px); margin-top: 23px; margin-bottom: 20px; }
  .home-hero__lede { max-width: 43ch; font-size: 16px; }
  .home-actions { margin-top: 25px; }
  .home .home-button { min-height: 50px; font-size: 13px; padding-inline: 20px; }
  .home-hero__trust { margin-top: 24px; }
  .home-hero__visual { width: 100%; max-width: 590px; margin-inline: auto; }
  .home-sample__bar { padding: 13px 22px; }
  .home-sample__tag { display: inline-block; }
  .home-sample__body { padding: 24px; }
  .home-sample__value { font-size: 42px; }
  .home-chart > svg { height: 127px; }
  .home-sample__breakdown dd { font-size: 14px; }
  .home-horizon > span { font-size: 12px; }
  .home-horizon button { padding-inline: 14px; font-size: 11px; min-height: 38px; }
  .home-market { margin-top: 10px; }
  .home-head { margin-bottom: 28px; }
  .home-head h2 { font-size: 39px; }
  .home-head__aside > p { font-size: 12px; }
  .home .home-link { font-size: 12px; }
  .home-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .home-feature { min-height: 335px; padding: 25px; }
  .home-feature--reserve { grid-column: 1 / -1; min-height: 325px; }
  .home-feature__reserve-copy { max-width: 60%; }
  .home-feature--reserve h3 { font-size: 29px; }
  .home-feature--reserve h3 br:nth-of-type(1) { display: none; }
  .home-feature h3 { font-size: 27px; }
  .home-feature p:not(.home-feature__label) { font-size: 13px; }
  .home-feature__footer { font-size: 12px; }
  .home-feature__label { font-size: 11px; }
  .home-feature__badge { font-size: 9px; }
  .home-protection { width: 240px; height: 240px; right: 15px; top: 56px; opacity: 1; }
  .home-protection__core { inset: 72px; }
  .home-directory { padding: 24px; }
  .home-tabs { flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #345149 transparent; }
  .home-tabs button { flex: 0 0 auto; min-height: 44px; gap: 7px; font-size: 11px; padding-inline: 12px; white-space: nowrap; }
  .home-tabs button:focus-visible { outline-offset: -2px; }
  .home-essence__layout { gap: 34px; }
  .home-essence h2 { font-size: 33px; }
  .home-essence__copy > p:not(.home-eyebrow) { font-size: 13px; }
  .home-principles article { gap: 12px; }
  .home-principles h3 { font-size: 14px; }
  .home-principles p { font-size: 12px; }
  .home-learning { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .home-guide h3 { font-size: 25px; }
  .home-guide__meta { font-size: 10px; }
  .home-glossary { grid-column: 1 / -1; min-height: 255px; padding: 26px; }
  .home-glossary__words { position: absolute; width: 230px; min-height: 170px; right: 25px; top: 30px; justify-content: center; padding: 25px; }
  .home-glossary__words span, .home-glossary__words span:nth-child(2) { font-size: 17px; }
  .home-glossary > .home-feature__label { margin-top: 22px; }
  .home-glossary h3 { font-size: 27px; }
  .home-glossary > p:not(.home-feature__label) { max-width: 32ch; font-size: 13px; }
  .home-glossary .home-guide__cta { width: 100%; }
  .home-closing { padding-bottom: 56px; }
  .home-closing__panel { padding: 36px; }
  .home-closing__art { right: -160px; opacity: .75; }
  .home-closing__copy { max-width: 80%; }
}

/* ---------- Telefone: alvos acessiveis e leitura sem apertos ---------- */
@media (max-width: 599px) {
  .home-hero { padding-top: 32px; }
  .home-hero__grid { gap: 33px; }
  .home-badge { font-size: 9px; padding: 6px 9px; letter-spacing: .07em; }
  .home-hero h1 { font-size: clamp(47px, 13.3vw, 64px); line-height: 1.04; }
  .home-hero__lede { font-size: 15px; line-height: 1.7; max-width: 38ch; }
  .home .home-button { gap: 11px; font-size: 12px; padding-inline: 15px; min-height: 50px; }
  .home-actions { gap: 9px; }
  .home-hero__trust p > span { font-size: 10px; line-height: 1.5; }
  .home-hero__trust strong { font-size: 11px; }
  .home-hero__trust { gap: 10px; }
  .home-sample { border-radius: 17px; box-shadow: 0 20px 45px -28px rgba(0, 0, 0, .6), 0 0 0 5px rgba(255, 255, 255, .015); }
  .home-sample__bar { padding: 12px 17px; min-height: 51px; gap: 10px; }
  .home-sample__identity { gap: 8px; }
  .home-sample__bar h2 { font-size: 11px; }
  .home-sample__tag { font-size: 8px; padding-inline: 6px; }
  .home-sample__body { padding: 19px 19px 16px; }
  .home-sample__intro { margin-bottom: 18px; }
  .home-sample__intro p { font-size: 15px; }
  .home-sample__label { font-size: 11px; }
  .home-sample__value { font-size: clamp(31px, 10vw, 42px); gap: 8px; }
  .home-chart > svg { height: 105px; }
  .home-chart__axis { font-size: 9px; }
  .home-sample__breakdown { gap: 12px; }
  .home-sample__breakdown > div + div { padding-left: 14px; }
  .home-sample__breakdown dt { font-size: 10px; gap: 6px; }
  .home-sample__breakdown dd { font-size: 12px; }
  .home-controls__top { font-size: 11px; }
  .home-horizon { gap: 10px; }
  .home-horizon > span { font-size: 10px; }
  .home-horizon button { font-size: 10px; padding-inline: 8px; min-height: 44px; }
  .home-sample__note { font-size: 11px; line-height: 1.65; }
  .home .home-sample__footer { font-size: 10px; padding-inline: 14px; min-height: 46px; }
  .home-hero__caption { font-size: 10px; }
  .home-market__intro { padding: 14px; gap: 10px; }
  .home-market__intro > div { gap: 8px; }
  .home-market__intro h2 { font-size: 11px; }
  .home-market__intro p { font-size: 9px; }
  .home-market__icon { width: 24px; height: 24px; border-radius: 6px; }
  .home-market__icon .home-icon { width: 14px; height: 14px; }
  .home-rate { padding: 15px 12px; }
  .home-rate__top strong { font-size: 10px; }
  .home-rate__top .home-icon { width: 10px; height: 10px; }
  .home-rate__number { font-size: 22px; margin-top: 8px; }
  .home-rate__number > span { font-size: 15px; }
  .home-rate__number > small { min-height: 29px; font-size: 10px; line-height: 1.45; }
  .home-rate__date { font-size: 10px; }
  .home .home-market__more { font-size: 10px; margin-left: 0; min-height: 35px; }
  .home-section { padding-block: 56px; }
  .home-tools { padding-top: 40px; }
  .home-head { display: block; margin-bottom: 23px; }
  .home-eyebrow { font-size: 10px; gap: 10px; }
  .home-head h2 { font-size: 36px; margin-top: 16px; }
  .home-head__aside { margin-top: 18px; }
  .home-head__aside > p { font-size: 13px; margin-bottom: 5px; }
  .home-head__aside > p br { display: none; }
  .home .home-link { font-size: 12px; }
  .home-featured { grid-template-columns: 1fr; gap: 14px; }
  .home-feature { min-height: 322px; padding: 24px; border-radius: 16px; }
  .home-feature--reserve { min-height: 360px; }
  .home-feature--reserve h3 br:nth-of-type(1) { display: initial; }
  .home-feature__reserve-copy { max-width: 92%; }
  .home-feature--reserve h3 { font-size: 29px; }
  .home-feature--reserve p:not(.home-feature__label) { max-width: 28ch; font-size: 12px; }
  .home-protection { width: 190px; height: 190px; right: -88px; top: 122px; opacity: .6; }
  .home-protection__core { inset: 56px; }
  .home-feature h3 { font-size: 28px; }
  .home-feature__top { margin-bottom: 22px; }
  .home-feature__badge { font-size: 9px; }
  .home-feature p:not(.home-feature__label) { font-size: 13px; max-width: 33ch; }
  .home-allocation, .home-comparison { margin-top: 22px; }
  .home-feature__footer { padding-top: 24px; font-size: 12px; }
  .home-directory { padding: 20px; border-radius: 16px; margin-top: 23px; }
  .home-directory__head { display: block; margin-bottom: 20px; }
  .home-directory__head h3 { font-size: 21px; }
  .home-directory__head p { font-size: 12px; max-width: 27ch; }
  .home-directory__count { display: inline-block; margin-top: 12px; font-size: 10px; }
  .home-tabs { margin: 0 -5px 18px; }
  .home-tabs button { font-size: 11px; }
  .home-panel__list { grid-template-columns: 1fr; gap: 10px; }
  .home-tool { padding: 17px 14px; gap: 11px; min-height: 94px; }
  .home-tool strong { font-size: 13px; }
  .home-tool small { font-size: 11px; }
  .home-tools__help { justify-content: flex-start; gap: 5px 7px; font-size: 11px; }
  .home-tools__help a { min-height: 35px; }
  .home-essence__layout { grid-template-columns: 1fr; gap: 32px; }
  .home-essence h2 { font-size: 32px; }
  .home-essence__copy > p:not(.home-eyebrow) { font-size: 14px; max-width: 37ch; margin-top: 18px; }
  .home-principles article { gap: 15px; padding: 21px 0; }
  .home-principles h3 { font-size: 16px; }
  .home-principles p { font-size: 13px; }
  .home-learning { grid-template-columns: 1fr; gap: 18px; }
  .home-guide__art { height: 200px; }
  .home-guide__body { padding: 24px; }
  .home-guide h3 { font-size: 27px; max-width: 20ch; }
  .home-guide__meta { font-size: 10px; }
  .home-guide__cta { padding-top: 25px; font-size: 12px; }
  .home-glossary { min-height: 370px; padding: 24px; }
  .home-glossary__words { position: static; width: 100%; min-height: 95px; padding: 20px 0; justify-content: flex-start; }
  .home-glossary__words span, .home-glossary__words span:nth-child(2) { font-size: 14px; }
  .home-glossary > .home-feature__label { margin-top: 10px; }
  .home-glossary h3 { font-size: 28px; }
  .home-closing { padding-bottom: 45px; }
  .home-closing__panel { padding: 31px 24px; border-radius: 18px; }
  .home-closing__copy { max-width: 100%; }
  .home-closing .home-eyebrow { max-width: 28ch; font-size: 9px; line-height: 1.8; }
  .home-closing h2 { font-size: 34px; line-height: 1.1; }
  .home-closing__copy > p:not(.home-eyebrow) { font-size: 13px; }
  .home-closing__art { width: 270px; height: 270px; right: -162px; top: 50px; opacity: .4; }
  .home-closing__mark { width: 102px; height: 102px; left: 82px; top: 82px; }
  .home-closing .home-button { font-size: 12px; }
  .home-closing__note { font-size: 10px; }
}
@media (max-width: 359px) {
  .home-hero h1 { font-size: 46px; }
  .home-actions { display: grid; grid-template-columns: 1fr; }
  .home-hero__trust p > span { max-width: 26ch; }
  .home-sample__tag { display: none; }
  .home-sample__body { padding-inline: 15px; }
  .home-sample__value { font-size: 31px; }
  .home-sample__breakdown dd { font-size: 10px; }
  .home-sample__breakdown > div + div { padding-left: 11px; }
  .home-horizon { align-items: flex-start; flex-direction: column; }
  .home-horizon > div { width: 100%; }
  .home-horizon button { flex: 1; }
  .home-rate { padding-inline: 9px; }
  .home-rate__number { font-size: 21px; }
  .home-market__intro > div { display: block; }
  .home-market__intro p { margin-top: 3px; }
  .home-head h2 { font-size: 33px; }
  .home-feature, .home-directory, .home-guide__body, .home-glossary { padding-inline: 20px; }
  .home-feature--reserve h3 { font-size: 27px; }
  .home-desktop-break { display: none; }
  .home-feature__badge { font-size: 8px; }
  .home-tool { padding-inline: 11px; gap: 8px; }
  .home-tool__icon { width: 25px; height: 25px; }
  .home-closing__panel { padding-inline: 21px; }
  .home-closing h2 { font-size: 31px; }
}
