/* Abertura da home: carrossel, atalhos e garantias da referência aprovada. */
.fiancap-home { --home-gold: #e8c46c; --home-navy: #081e3a; }
.home-hero, .home-shortcuts, .home-rental { color: var(--home-navy); }
.home-hero > .container,
.home-hero__inner.container,
.home-shortcuts > .container,
.home-rental > .container { width: min(1248px, calc(100% - 48px)); }
.home-hero { position: relative; isolation: isolate; background: #061b32; color: #fff; }
.home-hero__slides { display: grid; overflow: hidden; touch-action: pan-y; }
.home-hero__slide { position: relative; isolation: isolate; grid-area: 1 / 1; min-width: 0; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; }
.home-hero__slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; z-index: 1; }
.home-hero__slide.is-entering { z-index: 2; animation: home-hero-slide-in .76s cubic-bezier(.22,.68,0,1) both; }
.home-hero__slide.is-leaving { visibility: visible; opacity: 1; z-index: 1; animation: home-hero-slide-out .76s cubic-bezier(.22,.68,0,1) both; }
.home-hero__slide.is-entering .home-hero__image { animation: home-hero-image-in .76s cubic-bezier(.22,.68,0,1) both; }
.home-hero__slide.is-entering .home-hero__copy > * { animation: home-hero-copy-in .46s ease-out both; }
.home-hero__slide.is-entering .home-eyebrow { animation-delay: .08s; }
.home-hero__slide.is-entering h1,
.home-hero__slide.is-entering h2 { animation-delay: .13s; }
.home-hero__slide.is-entering .home-hero__description { animation-delay: .18s; }
.home-hero__slide.is-entering .home-hero__actions { animation-delay: .23s; }
.home-hero__slide.is-entering .home-hero__benefits { animation-delay: .28s; }
@keyframes home-hero-slide-in {
  from { transform: translate3d(calc(var(--hero-direction, 1) * 100%),0,0); }
  to { transform: translate3d(0,0,0); }
}
@keyframes home-hero-slide-out {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(calc(var(--hero-direction, 1) * -100%),0,0); }
}
@keyframes home-hero-image-in {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}
@keyframes home-hero-copy-in {
  from { opacity: 0; transform: translate3d(0,14px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
.fiancap-home main .home-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.home-hero__slide::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #061b32 0%, rgba(6,27,50,.97) 22%, rgba(6,27,50,.85) 39%, rgba(6,27,50,.2) 60%, transparent 76%); }
.home-hero__slide--insurance::before { background: linear-gradient(90deg, #061b32 0%, rgba(6,27,50,.96) 30%, rgba(6,27,50,.75) 48%, rgba(6,27,50,.1) 76%); }
.home-hero__slide--insurance .home-hero__image { object-position: center 48%; }
.home-hero__inner { display: flex; align-items: center; min-height: 438px; padding-block: 36px 46px; }
.home-hero__copy { width: min(100%, 730px); }
.home-hero .home-eyebrow { margin-bottom: 13px; color: var(--home-gold); font-size: .68rem; letter-spacing: .21em; }
.home-hero h1, .home-hero h2 { margin: 0; color: #fff; font-size: clamp(2.15rem, 3.65vw, 3.25rem); line-height: 1.14; font-weight: 700; letter-spacing: -.045em; }
.home-hero h1 span, .home-hero h2 span { display: block; color: var(--home-gold); }
.home-hero__description { max-width: 580px; margin: 18px 0 0; font-size: clamp(.95rem, 1.4vw, 1.16rem); line-height: 1.65; }
.home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 30px; margin-top: 25px; }
.fiancap-home main .home-hero .button { min-height: 50px; padding: 13px 20px; gap: 15px; border: 1px solid #edcf83; border-radius: 9px; background: linear-gradient(115deg,#f3d98d,#e2b953); color: #161d23; font-size: .88rem; font-weight: 650; box-shadow: none; }
.home-hero .button:hover { filter: brightness(1.05); }
.home-hero__contact { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #fff; font-size: .84rem; }
.home-hero__contact span { padding-block: 6px; border-bottom: 1px solid rgba(255,255,255,.55); }
.fiancap-home main .home-hero__contact svg { width: 29px; height: 29px; }
.home-hero__benefits { display: flex; flex-wrap: wrap; gap: 20px; margin: 26px 0 0; padding: 0; list-style: none; }
.home-hero__benefits li { display: flex; align-items: center; gap: 13px; font-size: .8rem; }
.home-hero__benefits li + li { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.32); }
.fiancap-home main .home-hero__benefits svg { width: 31px; height: 31px; color: var(--home-gold); }
.home-hero__controls { position: absolute; z-index: 3; bottom: 10px; right: 0; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 3px; pointer-events: none; }
.home-hero__controls button { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: rgba(4,22,43,.65); color: #fff; pointer-events: auto; }
.home-hero__controls button:hover { background: #11385a; }
.home-hero__controls .home-hero__dot { width: 24px; background: none; }
.home-hero__dot::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.5); }
.home-hero__dot.is-active::after { width: 19px; border-radius: 4px; background: var(--home-gold); }
.fiancap-home main .home-hero__controls svg { width: 17px; height: 17px; }
.home-hero__play-mark, .home-hero__pause[aria-pressed="true"] .home-hero__pause-mark { display: none; }
.home-hero__pause[aria-pressed="true"] .home-hero__play-mark { display: block; }
.home-hero a:focus-visible, .home-hero button:focus-visible { outline: 2px solid var(--home-gold); outline-offset: 4px; }
.home-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.home-shortcuts { background: #fff; border-bottom: 1px solid #edf0f5; }
.home-shortcuts__inner { display: grid; grid-template-columns: 2.15fr repeat(4, 1fr); align-items: center; min-height: 126px; padding-block: 22px; }
.home-shortcuts__intro { padding-right: 20px; }
.home-shortcuts h2 { margin: 0; font-size: clamp(1.2rem,1.8vw,1.65rem); line-height: 1.25; letter-spacing: -.045em; }
.home-shortcuts__intro p { margin: 8px 0 0; color: #556b8e; font-size: .91rem; }
.home-shortcuts__link { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; min-height: 76px; padding-left: 29px; border-left: 1px solid #dbe2ec; }
.fiancap-home main .home-shortcuts__link > svg { width: 34px; height: 34px; }
.home-shortcuts__link > span { display: flex; align-items: center; gap: 12px; font-size: .89rem; font-weight: 600; white-space: nowrap; }
.fiancap-home main .home-shortcuts__link > span svg { width: 18px; height: 18px; }
.home-shortcuts__link:hover { color: #b68622; }
.home-shortcuts__link:focus-visible, .home-rental a:focus-visible { outline: 2px solid #b68622; outline-offset: 5px; }

.home-rental { padding-block: 37px 30px; background: #f4f6f8; }
.home-rental__heading .home-eyebrow { margin-bottom: 8px; color: #ba8b2c; font-size: .73rem; letter-spacing: .22em; }
.home-rental__heading h2 { margin: 0; font-size: clamp(1.8rem,3vw,2.55rem); line-height: 1.2; letter-spacing: -.045em; }
.home-rental__heading > p:last-child { margin: 7px 0 0; color: #556b8e; font-size: 1rem; }
.home-rental__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 23px; }
.home-rental__card { display: grid; grid-template-columns: 104px minmax(0,1fr); align-items: center; gap: 27px; min-height: 166px; padding: 23px 28px; border: 1px solid #d9e1ec; border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgba(14,38,65,.025); }
.home-rental__icon { display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: #faf7f0; color: #bf932e; }
.fiancap-home main .home-rental__icon svg { width: 47px; height: 47px; stroke-width: 1.5; }
.home-rental__card h3 { margin: 0; font-size: 1.14rem; line-height: 1.4; letter-spacing: -.02em; }
.home-rental__card p { margin: 6px 0 13px; color: #556b8e; font-size: .89rem; line-height: 1.55; }
.home-rental__card a { display: inline-flex; align-items: center; gap: 12px; border-bottom: 2px solid #d2ac53; padding-bottom: 5px; font-size: .86rem; font-weight: 600; }
.home-rental__card small { display: block; margin-top: 9px; font-size: .62rem; color: #738095; }
.home-rental__footnote { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 24px; margin-top: 17px; font-size: .65rem; color: #64748b; }
.home-rental__footnote p { margin: 0; }
.home-rental__footnote a { display: inline-flex; align-items: center; gap: 7px; font-size: .75rem; color: #183c62; }
.fiancap-home .footer-column[id] { scroll-margin-top: 118px; }
.fiancap-home main .home-rental__footnote svg { width: 16px; height: 16px; }
.fiancap-home .home-policies { background: #fff; border-top: 1px solid #e8edf2; padding-top: 52px; }
.fiancap-home .site-header.menu-icons .main-nav__item.is-current > .main-nav__link { background: transparent; }
.fiancap-home .site-header.menu-icons .main-nav__item.is-current > .main-nav__link::after { background: var(--home-gold); }
.fiancap-home .site-header .navbar__actions .whatsapp-link { color: #fff; border: 1px solid #fff; background: transparent; box-shadow: none; }
.fiancap-home .site-header .navbar__actions .whatsapp-link:hover { background: rgba(255,255,255,.1); }
.fiancap-home .floating-whatsapp { display: grid; place-items: center; width: 64px; min-width: 0; height: 64px; padding: 0; border-radius: 50%; }
.fiancap-home .floating-whatsapp__copy { display: none; }
.fiancap-home .floating-whatsapp__icon { width: 100%; height: 100%; margin: 0; background: transparent; }
.fiancap-home .floating-whatsapp__icon svg { width: 33px; height: 33px; }

@media (min-width: 1800px) {
  .home-hero__image { object-position: center 44%; }
}
@media (max-width: 1150px) {
  .home-hero__copy { width: 65%; }
  .home-hero h1, .home-hero h2 { font-size: clamp(2.05rem,3.55vw,2.6rem); }
  .home-hero__description { max-width: 470px; font-size: 1rem; }
  .home-shortcuts__inner { grid-template-columns: 1.7fr repeat(4,1fr); }
  .home-shortcuts__link { padding-left: 18px; }
  .home-shortcuts__link > span { gap: 7px; font-size: .77rem; }
  .home-shortcuts__intro p { font-size: .8rem; }
  .home-rental__card { gap: 18px; grid-template-columns: 76px minmax(0,1fr); padding: 23px 20px; }
  .home-rental__icon { width: 76px; height: 76px; }
  .home-rental__desktop-break { display: none; }
}
@media (max-width: 900px) {
  .home-hero__copy { width: 75%; }
  .home-hero__inner { min-height: 430px; }
  .home-hero__slide::before { background: linear-gradient(90deg,rgba(6,27,50,.98),rgba(6,27,50,.88) 42%,rgba(6,27,50,.3) 82%); }
  .home-hero__actions { gap: 14px 22px; }
  .home-shortcuts__inner { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 19px 0; }
  .home-shortcuts__intro { grid-column: 1 / -1; padding: 0; }
  .home-shortcuts__link:first-of-type { padding-left: 0; border: 0; }
  .home-rental__card { grid-template-columns: 1fr; align-content: start; gap: 17px; }
  .home-rental__icon { width: 65px; height: 65px; }
  .fiancap-home main .home-rental__icon svg { width: 34px; height: 34px; }
}
@media (max-width: 600px) {
  .home-hero > .container, .home-hero__inner.container, .home-shortcuts > .container, .home-rental > .container { width: calc(100% - 36px); }
  .home-hero__inner { min-height: 480px; align-items: flex-end; padding-top: 112px; padding-bottom: 54px; }
  .home-hero__copy { width: 100%; }
  .fiancap-home main .home-hero__image { object-position: 75% top; }
  .home-hero__slide::before, .home-hero__slide--insurance::before { background: linear-gradient(0deg,#061b32 2%,rgba(6,27,50,.96) 35%,rgba(6,27,50,.66) 66%,rgba(6,27,50,.03)); }
  .home-hero .home-eyebrow { margin-bottom: 11px; font-size: .6rem; letter-spacing: .14em; }
  .home-hero h1, .home-hero h2 { font-size: clamp(1.8rem,7.6vw,2.45rem); line-height: 1.13; }
  .home-hero__description { margin-top: 13px; font-size: .86rem; line-height: 1.6; }
  .home-hero__desktop-break { display: none; }
  .home-hero__actions { gap: 11px 20px; margin-top: 18px; }
  .fiancap-home main .home-hero .button { min-height: 46px; padding: 11px 15px; font-size: .79rem; }
  .home-hero__contact { min-height: 34px; gap: 8px; font-size: .78rem; }
  .fiancap-home main .home-hero__contact svg { width: 23px; height: 23px; }
  .home-hero__benefits { gap: 12px; margin-top: 17px; }
  .home-hero__benefits li { gap: 8px; font-size: .67rem; }
  .home-hero__benefits li + li { padding-left: 12px; }
  .fiancap-home main .home-hero__benefits svg { width: 25px; height: 25px; }
  .home-hero__controls { bottom: 7px; justify-content: flex-start; }
  .home-hero__controls button { width: 40px; height: 40px; }
  .home-hero__controls .home-hero__dot { width: 28px; }
  .home-shortcuts__inner { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 0; padding-block: 20px; }
  .home-shortcuts h2 { font-size: 1.34rem; }
  .home-shortcuts__intro p { margin-top: 5px; font-size: .8rem; }
  .home-shortcuts__link { min-height: 60px; padding-left: 22px; gap: 6px; }
  .home-shortcuts__link:nth-of-type(3) { padding-left: 0; border-left: 0; }
  .home-shortcuts__link > span { font-size: .8rem; }
  .fiancap-home main .home-shortcuts__link > svg { width: 29px; height: 29px; }
  .home-rental { padding-block: 28px; }
  .home-rental__heading .home-eyebrow { font-size: .64rem; letter-spacing: .17em; }
  .home-rental__heading h2 { font-size: 1.8rem; }
  .home-rental__heading > p:last-child { font-size: .86rem; line-height: 1.6; }
  .home-rental__grid { grid-template-columns: 1fr; gap: 15px; margin-top: 20px; }
  .home-rental__card { grid-template-columns: 52px minmax(0,1fr); gap: 15px; min-height: 0; padding: 20px 16px; }
  .home-rental__icon { width: 52px; height: 52px; align-self: start; }
  .fiancap-home main .home-rental__icon svg { width: 29px; height: 29px; }
  .home-rental__card h3 { font-size: 1rem; }
  .home-rental__card p { font-size: .8rem; }
  .home-rental__card a { gap: 7px; font-size: .77rem; }
  .home-rental__card small { font-size: .59rem; line-height: 1.6; }
  .home-rental__footnote { gap: 11px; font-size: .62rem; }
  .fiancap-home .floating-whatsapp { width: 56px; height: 56px; right: 16px; bottom: 16px; }
}
@media (max-width: 360px) {
  .home-hero__benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .home-hero__benefits li { gap: 6px; font-size: .62rem; }
  .home-hero__benefits li + li { padding-left: 10px; }
  .fiancap-home main .home-hero__benefits svg { width: 23px; height: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__slide,
  .home-hero__slide.is-entering,
  .home-hero__slide.is-leaving,
  .home-hero__slide.is-entering .home-hero__image,
  .home-hero__slide.is-entering .home-hero__copy > * { animation: none; transition: none; }
}
