/* Interação restrita à seção de confiança. */
.hero .proposal-link { gap: 24px; }
.trust-section {
  position: relative; isolation: isolate; overflow: hidden;
  padding: 36px 7.2% 25px; color: #203d32; color-scheme: light;
  background: radial-gradient(ellipse at 12% 58%, #dbe7d8 0%, transparent 54%), #eff1e9;
  border-top: 1px solid #becdba;
}
.trust-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid #c2cdbd; }
.trust-heading .section-index { color: #405a46; font-size: 10px; }
.trust-heading-note { display: flex; align-items: center; gap: 9px; color: #596c5b; font-size: 11px; }
.trust-heading-note i { width: 5px; height: 5px; border-radius: 50%; background: #728d67; }
.trust-introduction { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin: 40px 0 35px; }
.trust-introduction h2 { margin: 0; font-weight: 400; font-size: clamp(35px,3.6vw,58px); line-height: 1.08; letter-spacing: -.05em; }
.trust-introduction h2 em { font-style: normal; color: #678168; }
.trust-introduction > p { margin: 0 0 5px; font-size: 13px; line-height: 1.8; color: #596b59; }
.trust-layout { display: grid; grid-template-columns: 1fr 1.04fr; column-gap: clamp(30px,4vw,64px); row-gap: 0; grid-template-rows: min-content min-content 1fr min-content; align-items: stretch; }
.trust-gravity { position: relative; isolation: isolate; height: 510px; border: 1px solid #bdcdbb; border-radius: 14px; overflow: hidden; background: radial-gradient(ellipse at 48% 43%,#f5f6ec 0%,#e5ecdf 52%,#d6e3d2 100%); touch-action: pan-y pinch-zoom; }
.trust-gravity::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#5b846013 1px,transparent 1px),linear-gradient(90deg,#5b846013 1px,transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse,#000 5%,transparent 74%); }
.trust-field-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.trust-field-top { position: absolute; inset: 22px 25px auto; display: flex; justify-content: space-between; color: #5b715b; font-size: 9px; letter-spacing: .13em; pointer-events: none; }
.trust-field-index { font-variant-numeric: tabular-nums; }
.trust-medallion-wrap { position: absolute; top: 47%; left: 50%; width: 270px; aspect-ratio: 500 / 575; transform: translate(-50%,-50%); perspective: 850px; }
.trust-medallion { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 45%; background: transparent; cursor: grab; outline-offset: 10px; transform: translate3d(var(--seal-x,0px),var(--seal-y,0px),18px) rotateX(var(--seal-rx,0deg)) rotateY(var(--seal-ry,0deg)); transform-style: preserve-3d; -webkit-tap-highlight-color: transparent; }
.trust-medallion img { display: block; width: 100%; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 18px 17px #29452e2b); pointer-events: none; user-select: none; }
.trust-medallion:hover img { filter: drop-shadow(0 19px 22px #244e3638); }
.trust-seal-shadow { position: absolute; width: 72%; height: 20px; left: 14%; bottom: -28px; border-radius: 50%; background: #4b694435; filter: blur(12px); pointer-events: none; z-index: -1; }
.trust-seal-glint { position: absolute; inset: 0; pointer-events: none; z-index: 2; clip-path: circle(43% at 50% 42%); background: linear-gradient(115deg,transparent 20%,#fffbd53b 42%,transparent 61%); opacity: .35; transition: opacity .3s; }
.trust-medallion:hover .trust-seal-glint { opacity: .85; }
.trust-orbit-tag { position: absolute; display: flex; align-items: center; gap: 7px; color: #49634e; font-size: 10px; line-height: 1.2; padding: 9px 11px; border: 1px solid #a8bda665; border-radius: 5px; background: #f3f6edcf; pointer-events: none; transition: opacity .25s,transform .5s; }
.trust-orbit-tag i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: #678d60; box-shadow: 0 0 0 3px #65875c12; }
.trust-orbit-tag--one { left: 5%; top: 23%; }
.trust-orbit-tag--two { right: 4%; top: 41%; }
.trust-orbit-tag--three { left: 10%; bottom: 18%; }
.trust-field-bottom { position: absolute; inset: auto 23px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 15px; border-top: 1px solid #bacab566; color: #536c55; }
.trust-field-bottom p { display: flex; align-items: center; gap: 7px; font-size: 10px; margin: 0; }
.trust-field-bottom svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.trust-touch-hint { display: none; }
.trust-motion { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 32px; margin: -8px 0; padding: 5px; color: #526b55; font-size: 10px; cursor: pointer; }
.trust-motion:hover { color: #193e2b; }
.trust-motion[hidden] { display: none; }
.trust-pulse-status { position: absolute; inset: auto 0 81px; color: #41634a; font-size: 10px; text-align: center; pointer-events: none; }
.trust-story { display: contents; }
.trust-gravity { grid-column: 1; grid-row: 1 / 5; }
.trust-picker-label, .trust-metrics, .trust-panels, .trust-proposal { grid-column: 2; min-width: 0; }
.trust-picker-label { grid-row: 1; }
.trust-metrics { grid-row: 2; }
.trust-panels { grid-row: 3; }
.trust-proposal { grid-row: 4; }
.trust-picker-label { margin: 0 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 9px; letter-spacing: .09em; color: #4e6851; }
.trust-picker-label > span { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0; color: #668064; }
.trust-picker-label svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.trust-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #b5c5ae; border-radius: 9px; background: #f6f7f066; }
.trust-metrics [role=tab] { position: relative; min-width: 0; padding: 14px 16px 13px; text-align: left; color: #36543f; border-right: 1px solid #c7d2bf; cursor: pointer; transition: background .25s,color .25s; }
.trust-metrics [role=tab]:first-child { border-radius: 8px 0 0 8px; }
.trust-metrics [role=tab]:last-child { border-right: 0; border-radius: 0 8px 8px 0; }
.trust-metrics [role=tab]:hover { background: #dfe8d8; }
.trust-metrics [role=tab][aria-selected=true] { background: #284b37; color: #f4f4e7; box-shadow: 0 7px 18px #1c3d2520; }
.trust-tab-index { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; font-size: 9px; color: #6e876b; }
.trust-tab-index svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform .25s; }
.trust-metrics [role=tab]:hover .trust-tab-index svg { transform: translate(2px,-2px); }
.trust-number { display: flex; align-items: baseline; gap: 4px; font-size: clamp(36px,3.8vw,57px); font-weight: 400; line-height: 1.1; letter-spacing: -.06em; white-space: nowrap; }
.trust-number small { font-size: .42em; align-self: center; }
.trust-number > span { font-size: .28em; letter-spacing: -.025em; }
.trust-national { font-size: clamp(32px,3.05vw,46px); min-height: 1.36em; align-items: center; }
.trust-label { display: block; min-height: 32px; margin-top: 8px; font-size: 11px; line-height: 1.4; color: #60765f; }
.trust-tab-title { display: block; padding-top: 10px; border-top: 1px solid #76916a30; font-size: 10px; color: #667e61; }
.trust-metrics [aria-selected=true] .trust-label, .trust-metrics [aria-selected=true] .trust-tab-index, .trust-metrics [aria-selected=true] .trust-tab-title { color: #d5e3c2; }
.trust-metrics [aria-selected=true] .trust-tab-title { border-color: #c3dca633; }
.trust-panels { margin-top: 28px; flex: 1; min-height: 230px; }
.trust-panel[hidden] { display: none; }
.trust-panel h3 { font-size: clamp(28px,2.5vw,39px); line-height: 1.08; letter-spacing: -.04em; font-weight: 400; margin: 0; }
.trust-panel h3 em { font-style: normal; color: #648264; }
.trust-panel > p { font-size: 13px; line-height: 1.7; max-width: 440px; color: #566e57; margin: 17px 0 25px; }
.trust-route { display: flex; align-items: center; gap: 9px; font-size: 10px; line-height: 1.4; color: #5b735a; }
.trust-route > span { flex: 0 0 auto; }
.trust-route i { flex: 1; height: 1px; max-width: 55px; min-width: 15px; background: #afc3a7; position: relative; }
.trust-route i::after { content: ''; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: #688a60; }
.trust-proposal { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; min-height: 84px; padding: 18px 22px; border: 1px solid #284b37; border-radius: 8px; background: #284b37; color: #f7f8ee; text-decoration: none; box-shadow: 0 7px 18px #1c3d2517; transition: background .2s,box-shadow .2s; }
.trust-proposal-copy { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.trust-proposal-copy strong { font-size: 16px; line-height: 1.4; font-weight: 500; }
.trust-proposal-copy > span { font-size: 12px; line-height: 1.5; color: #d5e3c2; }
.trust-proposal-arrow { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid #d5e3c24d; border-radius: 50%; }
.trust-proposal svg { width: 20px; height: 20px; transition: transform .25s; }
.trust-proposal:hover { background: #203e2d; box-shadow: 0 10px 22px #1c3d252b; }
.trust-proposal:hover svg { transform: translateX(3px); }
.trust-footnote { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; margin-top: 24px; border-top: 1px solid #bdccba; font-size: 10px; color: #677b62; }
.trust-footnote strong { color: #3a5b3e; font-weight: 500; }
.trust-footnote > span:last-child { font-size: 9px; letter-spacing: .12em; }
.trust-section :focus-visible { outline: 2px solid #778d4b; outline-offset: 5px; }
.trust-section [role=tab]:focus-visible { z-index: 2; outline-offset: 3px; }
.trust-section.has-pulse .trust-orbit-tag { transform: translateY(-4px); }
@media (max-width: 1150px) and (min-width: 951px) {
  .trust-section { padding-left: 5%; padding-right: 5%; }
  .trust-layout { grid-template-columns: .92fr 1.08fr; column-gap: 28px; }
  .trust-medallion-wrap { width: 216px; }
  .trust-metrics [role=tab] { padding-left: 12px; padding-right: 12px; }
  .trust-orbit-tag { font-size: 9px; }
  .trust-orbit-tag--one { left: 3%; top: 20%; }
  .trust-orbit-tag--two { right: 3%; top: 53%; }
}
@media (max-width: 950px) {
  .trust-section { padding: 28px 6% 24px; }
  .trust-heading-note { display: none; }
  .trust-introduction { display: block; margin: 32px 0 25px; }
  .trust-introduction > p { margin-top: 18px; }
  .trust-layout { display: flex; flex-direction: column; gap: 0; }
  .trust-story { display: contents; }
  .trust-picker-label { order: 0; margin-bottom: 13px; }
  .trust-metrics { order: 1; margin-bottom: 22px; }
  .trust-gravity { order: 2; height: 415px; }
  .trust-panels { order: 3; min-height: 214px; margin-top: 27px; }
  .trust-proposal { order: 4; }
  .trust-medallion-wrap { width: 223px; }
  .trust-number { font-size: 49px; }
  .trust-national { font-size: 40px; }
  .trust-label { min-height: 20px; }
  .trust-panel > p { max-width: 600px; }
  .trust-route { max-width: 440px; }
}
@media (max-width: 540px) {
  .trust-section { padding-left: 6%; padding-right: 6%; }
  .trust-introduction h2 { font-size: clamp(30px,8.2vw,41px); }
  .trust-introduction > p { font-size: 12px; }
  .trust-picker-label { font-size: 8px; letter-spacing: .04em; }
  .trust-picker-label > span { font-size: 9px; gap: 4px; }
  .trust-metrics [role=tab] { padding: 10px 10px 12px; }
  .trust-tab-index { margin-bottom: 13px; }
  .trust-number { font-size: clamp(29px,8.5vw,44px); gap: 3px; }
  .trust-national { font-size: clamp(27px,7.3vw,38px); }
  .trust-label { font-size: 10px; min-height: 29px; }
  .trust-tab-title { font-size: 10px; }
  .trust-gravity { height: 360px; }
  .trust-medallion-wrap { width: 199px; top: 45%; }
  .trust-field-top { inset: 17px 17px auto; font-size: 8px; }
  .trust-field-bottom { inset: auto 13px 14px; gap: 6px; }
  .trust-field-bottom p { font-size: 8px; gap: 4px; }
  .trust-motion { font-size: 9px; }
  .trust-orbit-tag { font-size: 8px; padding: 7px; gap: 5px; }
  .trust-orbit-tag--one { top: 18%; left: 3%; }
  .trust-orbit-tag--two { top: 50%; right: 3%; }
  .trust-orbit-tag--three { bottom: 20%; left: 5%; }
  .trust-pulse-status { bottom: 66px; font-size: 9px; }
  .trust-panel h3 { font-size: 30px; }
  .trust-panel > p { font-size: 12px; }
  .trust-panels { min-height: 231px; }
  .trust-proposal { padding: 17px 16px; gap: 12px; }
  .trust-proposal-copy strong { font-size: 15px; }
  .trust-proposal-copy > span { font-size: 11px; }
  .trust-footnote > span:last-child { display: none; }
  .hero .proposal-link { padding-left: 17px; padding-right: 17px; gap: 14px; font-size: 13px; }
  .contact-content .proposal-link { font-size: 13px; padding: 18px 22px; gap: 16px; }
}
@media (hover: none), (pointer: coarse) {
  .trust-desktop-hint { display: none; }
  .trust-touch-hint { display: inline; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-section *, .trust-section *::before, .trust-section *::after { transition: none !important; animation: none !important; }
}

.trust-gravity.is-dragging .trust-medallion { cursor: grabbing; }
.trust-gravity.is-dragging .trust-orbit-tag { opacity: .65; }
.trust-gravity.is-paused .trust-medallion { cursor: pointer; }
