/* Locação VICOM · benefício, fotografia e proposta numa única experiência. */
.rental-section {
  --rental-ink: #1f4032;
  --rental-muted: #597060;
  --rental-sage: #7d9779;
  --rental-line: #ccd7c6;
  position: relative;
  padding: clamp(62px, 6.1vw, 98px) 4.5% 48px;
  color: var(--rental-ink);
  background: radial-gradient(ellipse at 100% 0%, #dce6d7 0, transparent 60%), #edf1e7;
  border-block: 1px solid #d4ddce;
  overflow: hidden;
  font-family: Host, 'Host Grotesk', Arial, sans-serif;
  scroll-margin-top: 28px;
}
.rental-section *, .rental-section *::before, .rental-section *::after { box-sizing: border-box; }
.rental-section [hidden] { display: none !important; }
.rental-inner { max-width: 1560px; margin: 0 auto; }
.rental-section :is(button, a) { -webkit-tap-highlight-color: transparent; }
.rental-section button { font: inherit; cursor: pointer; }
.rental-section :is(button, a):focus-visible { outline: 2px solid #65835b; outline-offset: 5px; }
.rental-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; padding-bottom: 38px; }
.rental-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 25px; color: #55704e; font-size: 10px; font-weight: 550; letter-spacing: .13em; }
.rental-eyebrow::before { content: ''; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #7c9767; box-shadow: 0 0 0 4px #d4dfc8; }
.rental-heading h2 { margin: 0; color: #213f31; font-size: clamp(35px, 4.4vw, 64px); font-weight: 400; line-height: 1.07; letter-spacing: -.055em; }
.rental-heading h2 em { color: #738b6b; font-style: normal; }
.rental-heading-note { max-width: 274px; margin: 0 0 4px; padding-left: 21px; border-left: 1px solid #b9c8ac; color: #59715c; font-size: 14px; line-height: 1.65; }
.rental-heading-note strong { display: block; margin-bottom: 8px; color: #284835; font-size: 12px; font-weight: 550; }
.rental-navigation { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; margin-bottom: 22px; }
.rental-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; min-width: 0; }
.rental-tab { position: relative; display: flex; align-items: center; gap: 13px; min-height: 94px; min-width: 0; padding: 19px 25px 19px 19px; border: 1px solid #c8d4c1; border-radius: 10px; background: #ffffff40; color: #54705b; text-align: left; transition: background .25s, color .25s, border-color .25s, box-shadow .25s, transform .25s; }
.rental-tab:hover { transform: translateY(-2px); border-color: #a9bd9b; background: #f8faf3; }
.rental-tab[aria-selected=true] { color: #f5f7ec; background: #264a37; border-color: #264a37; box-shadow: 0 6px 16px #223d2517; }
.rental-tab-icon { display: grid; place-items: center; width: 33px; height: 38px; flex: 0 0 auto; color: #78916e; }
.rental-tab-icon svg { display: block; width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.rental-tab[aria-selected=true] .rental-tab-icon { color: #ccddb7; }
.rental-tab-content { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.rental-tab-label { font-size: 13px; line-height: 1.35; font-weight: 550; }
.rental-tab-summary { font-size: 11px; line-height: 1.45; color: #73866e; }
.rental-tab[aria-selected=true] .rental-tab-summary { color: #c2d1b4; }
.rental-tab-index { position: absolute; top: 8px; right: 10px; font-size: 8px; color: #81977a; font-variant-numeric: tabular-nums; }
.rental-tab[aria-selected=true] .rental-tab-index { color: #b4c9a2; }
.rental-controls { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.rental-counter { display: flex; align-items: baseline; gap: 5px; color: #7a8e73; font-size: 10px; font-variant-numeric: tabular-nums; }
.rental-counter-current { color: #274d37; font-size: 13px; font-weight: 550; }
.rental-arrows { display: flex; gap: 6px; }
.rental-arrow { display: grid; place-items: center; width: 39px; height: 39px; padding: 0; border: 1px solid #b4c4a8; border-radius: 50%; color: #34533c; background: transparent; transition: background .2s, border-color .2s; }
.rental-arrow:hover { background: #d6e2cb; border-color: #95ad85; }
.rental-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.rental-stage { position: relative; touch-action: pan-y pinch-zoom; border: 1px solid #c8d2c1; border-radius: 16px; background: #fbfcf6; box-shadow: 0 18px 45px -28px #24402d55; overflow: hidden; }
.rental-panel { display: grid; grid-template-columns: 63% 37%; min-width: 0; min-height: clamp(490px, 35.5vw, 565px); }
.rental-media { position: relative; min-width: 0; display: flex; flex-direction: column; height: 100%; margin: 0; overflow: hidden; background: #f1f4eb; }
.rental-picture { position: relative; display: block; flex: 0 0 auto; aspect-ratio: 2200 / 1228; width: 100%; transform-origin: 50% 50%; overflow: hidden; }
.rental-picture img { display: block; height: 100%; width: 100%; object-fit: cover; object-position: var(--rental-image-position, 50% 50%); }
.rental-image-note { display: flex; align-items: center; flex: 1; min-height: 53px; padding: 16px 25px; color: #75886d; font-size: 10px; line-height: 1.5; letter-spacing: .02em; border-top: 1px solid #d8e0d0; }
.rental-image-note::before { content: ""; flex: 0 0 auto; width: 4px; height: 4px; border-radius: 50%; background: #8ca278; margin-right: 9px; }
.rental-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(28px, 2.5vw, 42px); background: #fbfcf6; }
.rental-chapter { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: #7a936d; font-size: 9px; font-weight: 500; letter-spacing: .075em; line-height: 1.35; }
.rental-chapter-number { font-variant-numeric: tabular-nums; }
.rental-chapter-line { width: 23px; height: 1px; background: #c3d0b9; }
.rental-copy h3 { margin: 0; color: #264431; font-size: clamp(29px, 2.65vw, 40px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.rental-copy h3 em { font-style: normal; color: #7c916f; }
.rental-description { margin: 23px 0 20px; color: #5c715f; font-size: 15px; line-height: 1.65; }
.rental-details { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 0 0 24px; padding: 0; list-style: none; color: #657d5c; font-size: 11px; line-height: 1.5; }
.rental-details li { display: flex; align-items: center; gap: 6px; }
.rental-details li::before { content: ''; width: 4px; height: 4px; flex: 0 0 auto; border: 1px solid #819d6c; border-radius: 50%; }
.rental-cta { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 53px; margin-top: 7px; padding: 16px 19px; border: 1px solid #2e5138; border-radius: 5px; color: #f0f5e4; background: #2e5138; font-size: 12px; font-weight: 550; text-decoration: none; box-shadow: 0 5px 12px #1538240b; transition: background .2s, box-shadow .2s; }
.rental-cta:hover { background: #21412d; box-shadow: 0 7px 18px #193d2528; }
.rental-cta svg { flex: 0 0 auto; width: 21px; height: 21px; fill: none; stroke: #d5e3bd; stroke-width: 1.4; transition: transform .2s; }
.rental-cta:hover svg { transform: translate(2px, -2px); }
.rental-footnote { margin: 26px 0 0; color: #7a8d74; font-size: 10px; line-height: 1.65; }
.rental-swipe-hint { display: none; }
.rental-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (min-width: 761px) and (max-width: 940px) {
 .site-header { gap: 20px; }
 .site-header .main-nav { gap: 15px; font-size: 12px; white-space: nowrap; }
 .site-header .header-contact { gap: 12px; font-size: 12px; white-space: nowrap; }
}
@media (max-width: 1200px) {
 .rental-tab { gap: 8px; padding-inline: 12px 20px; }
 .rental-tab-icon { width: 25px; }
 .rental-tab-icon svg { width: 24px; height: 24px; }
 .rental-tab-summary { display: none; }
 .rental-copy { padding: 28px; }
 .rental-description { font-size: 13px; }
}
@media (max-width: 1200px) {
 .rental-heading h2 { font-size: 43px; }
 .rental-heading-note { max-width: 233px; font-size: 12px; }
 .rental-panel { grid-template-columns: 1fr; min-height: 0; }
 .rental-media { height: auto; }
 .rental-image-note { min-height: 44px; padding: 12px 23px; }
 .rental-picture img { object-position: 50% 50%; }
 .rental-copy { padding: 32px 36px; min-height: 355px; }
 .rental-copy h3 { font-size: 38px; }
 .rental-description { max-width: 600px; font-size: 14px; }
 .rental-cta { align-self: flex-start; min-width: 265px; margin-top: auto; }
 .rental-tab { min-height: 82px; }
 .rental-tab-icon { display: none; }
}
@media (max-width: 640px) {
 .rental-section { padding: 52px 6% 36px; scroll-margin-top: 16px; }
 .rental-heading { display: block; padding-bottom: 24px; }
 .rental-eyebrow { margin-bottom: 23px; font-size: 9px; }
 .rental-heading h2 { font-size: clamp(33px, 8.8vw, 49px); }
 .rental-heading-note { max-width: 35ch; margin-top: 24px; padding-left: 14px; font-size: 12px; }
 .rental-heading-note strong { display: none; }
 .rental-navigation { grid-template-columns: 1fr; gap: 15px; margin-bottom: 16px; }
 .rental-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
 .rental-tab { padding: 14px 19px 14px 11px; min-height: 70px; gap: 9px; border-radius: 7px; }
 .rental-tab-icon { display: grid; width: 24px; }
 .rental-tab-icon svg { width: 23px; height: 23px; }
 .rental-tab-label { font-size: 12px; }
 .rental-controls { flex-direction: row; justify-content: space-between; gap: 13px; }
 .rental-swipe-hint { display: block; margin: 0 auto 0 0; color: #7d9274; font-size: 10px; }
 .rental-arrow { width: 39px; height: 39px; }
 .rental-stage { margin-inline: -3%; border-radius: 11px; }
 .rental-copy { min-height: 420px; padding: 25px 23px 27px; }
 .rental-image-note { font-size: 9px; }
 .rental-copy h3 { font-size: 32px; }
 .rental-chapter { font-size: 8px; margin-bottom: 18px; }
 .rental-description { margin: 21px 0 18px; font-size: 14px; line-height: 1.65; }
 .rental-details { font-size: 9px; gap: 7px 11px; margin-bottom: 20px; }
 .rental-cta { width: 100%; min-width: 0; min-height: 52px; font-size: 11px; }
 .rental-footnote { margin-top: 23px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
 .rental-section *, .rental-section *::before, .rental-section *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
