@import url("./components.css");

body { padding-bottom: 4.75rem; }
.bora-home .bora-section h2 { max-width: 14ch; margin: 1rem 0 1.25rem; text-transform: uppercase; }
.bora-home .bora-section-copy { max-width: 44rem; color: var(--bora-color-muted); font-weight: 650; }
.bora-home .bora-section--ink .bora-section-copy,
.bora-home .bora-section--blue .bora-section-copy { color: rgb(255 255 255 / .82); }

.bora-header { position: sticky; top: 0; }
.bora-header__inner { min-height: 4.25rem; }
.bora-header .bora-button { min-height: 2.75rem; padding: .55rem .75rem; box-shadow: 3px 3px 0 #111; }

.bora-hero { padding: 2.75rem 0 0; }
.bora-hero::after { content: ""; position: absolute; width: 8rem; height: 8rem; left: -4rem; top: 42%; border: 3px solid #111; border-radius: 45% 55% 60% 40%; background: var(--bora-color-secondary); transform: rotate(25deg); }
.bora-hero__grid { gap: 1.5rem; }
.bora-hero__copy { position: relative; z-index: 2; }
.bora-hero h1 { margin: 1.15rem 0; font-size: clamp(3.25rem, 16vw, 7rem); }
.bora-hero__visual { position: relative; z-index: 2; display: grid; align-items: end; min-height: 25rem; margin-inline: -.65rem; }
.bora-hero__visual::before { content: ""; position: absolute; inset: 18% 3% 3%; border: 3px solid #111; border-radius: 48% 52% 12% 12%; background: var(--bora-color-accent); box-shadow: 9px 9px 0 #111; transform: rotate(1deg); }
.bora-hero__visual img { position: relative; z-index: 2; width: min(100%, 31rem); max-height: 32rem; margin-inline: auto; object-fit: contain; object-position: bottom; }
.bora-hero__visual .bora-speech { position: absolute; z-index: 3; right: .35rem; top: 1rem; width: min(15rem, 63%); padding: .9rem; font-size: .9rem; }
.bora-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; border-block: 3px solid #111; background: #fff; color: #111; }
.bora-proof div { padding: .85rem .45rem; text-align: center; }
.bora-proof div + div { border-left: 2px solid #111; }
.bora-proof strong { display: block; font-size: .76rem; line-height: 1.2; }
.bora-proof span { display: block; margin-top: .15rem; color: var(--bora-color-muted); font-size: .68rem; line-height: 1.25; }

.bora-profile-grid { display: grid; gap: .85rem; margin-top: 1.5rem; }
.bora-profile-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; width: 100%; min-height: 4.75rem; padding: .85rem; border: 3px solid #111; border-radius: 1rem; background: #fff; color: #111; box-shadow: 5px 5px 0 #111; text-align: left; cursor: pointer; }
.bora-profile-option__icon { display: grid; place-items: center; width: 2.75rem; aspect-ratio: 1; border: 2px solid #111; border-radius: 50%; background: var(--option-color, var(--bora-color-accent)); font-size: 1.3rem; }
.bora-profile-option strong { font-size: .98rem; line-height: 1.25; }
.bora-profile-option small { display: block; margin-top: .12rem; color: var(--bora-color-muted); }
.bora-profile-option[aria-pressed="true"] { background: var(--bora-color-positive); transform: translate(3px, 3px); box-shadow: 2px 2px 0 #111; }
.bora-profile-option__arrow { font-size: 1.35rem; font-weight: 950; }
.bora-profile-result { margin-top: 1.5rem; padding: 1.25rem; border: 3px solid #111; border-radius: 1.2rem; background: var(--bora-color-accent); box-shadow: 7px 7px 0 #111; }
.bora-profile-result[hidden] { display: none; }
.bora-profile-result h3 { margin-bottom: .65rem; }
.bora-profile-result .bora-button { width: 100%; margin-top: .5rem; }

.bora-life { position: relative; overflow: hidden; background: var(--bora-color-accent); }
.bora-life::before { content: "RECOMEÇO"; position: absolute; right: -2rem; top: 2rem; color: rgb(17 17 17 / .055); font: 900 clamp(5rem, 22vw, 13rem)/.8 var(--bora-font-display); transform: rotate(5deg); }
.bora-life .bora-container { position: relative; }
.bora-life-grid { display: grid; gap: .85rem; margin-top: 1.75rem; }
.bora-life-card { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .85rem; width: 100%; min-height: 7.25rem; padding: 1rem; border: 3px solid #111; border-radius: 1.15rem; background: #fff; color: #111; box-shadow: 5px 5px 0 #111; text-align: left; cursor: pointer; transition: transform var(--bora-transition), box-shadow var(--bora-transition), background var(--bora-transition); }
.bora-life-card__icon { display: grid; place-items: center; width: 3rem; aspect-ratio: 1; border: 2px solid #111; border-radius: .85rem; background: var(--bora-color-secondary); font-size: 1.35rem; transform: rotate(-2deg); }
.bora-life-card strong { display: block; font-size: 1rem; line-height: 1.2; }
.bora-life-card small { display: block; margin-top: .35rem; color: var(--bora-color-muted); font-size: .82rem; line-height: 1.4; }
.bora-life-card[aria-pressed="true"] { background: var(--bora-color-positive); transform: translate(3px, 3px); box-shadow: 2px 2px 0 #111; }
.bora-life-card[aria-pressed="true"] .bora-life-card__icon { background: var(--bora-color-accent); }
.bora-life-result { margin-top: 1.5rem; padding: 1.25rem; border: 3px solid #111; border-radius: 1.25rem; background: var(--bora-color-primary); color: #fff; box-shadow: 8px 8px 0 #111; }
.bora-life-result[hidden] { display: none; }
.bora-life-result h3 { margin: .55rem 0; font-size: clamp(1.65rem, 7vw, 2.5rem); }
.bora-life-result .bora-button { width: 100%; margin-top: .5rem; background: var(--bora-color-accent); color: #111; }
.bora-life-note { max-width: 48rem; margin: 1.5rem 0 0; font-size: .74rem; line-height: 1.45; }

.bora-step-list { display: grid; gap: 1rem; margin-top: 2rem; }
.bora-step { position: relative; padding: 1.35rem 1.2rem 1.2rem 4.8rem; border: 3px solid #fff; border-radius: 1.25rem; background: rgb(255 255 255 / .08); }
.bora-step__number { position: absolute; left: .85rem; top: .85rem; display: grid; place-items: center; width: 3rem; aspect-ratio: 1; border: 3px solid #111; border-radius: 50%; background: var(--bora-color-accent); color: #111; font-family: var(--bora-font-display); }
.bora-step h3 { margin-bottom: .45rem; }
.bora-step p { margin: 0; color: rgb(255 255 255 / .78); }

.bora-paths { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; gap: 1rem; overflow-x: auto; margin: 2rem calc((100vw - 100%) / -2) 0; padding: 0 max(1rem, calc((100vw - var(--bora-container)) / 2)) 1rem; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.bora-path-card { position: relative; display: flex; flex-direction: column; min-height: 20rem; padding: 1.25rem; border: 3px solid #111; border-radius: 1.5rem; background: var(--path-color, #fff); color: #111; box-shadow: 7px 7px 0 #111; scroll-snap-align: center; text-decoration: none; }
.bora-path-card__icon { font-size: 2rem; }
.bora-path-card h3 { margin: auto 0 .6rem; font-size: 2rem; }
.bora-path-card p { margin-bottom: 1.25rem; }
.bora-path-card strong { text-decoration: underline; text-underline-offset: .22em; }

.bora-story { overflow: hidden; padding: 0; background: var(--bora-color-secondary); }
.bora-story__image { position: relative; min-height: 23rem; }
.bora-story__image img { width: 100%; height: 100%; min-height: 23rem; object-fit: cover; object-position: 62% center; }
.bora-story__image::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgb(0 0 0 / .75)); }
.bora-story__copy { position: relative; z-index: 2; margin-top: -8rem; padding: 1.25rem 1rem 2rem; color: #fff; }
.bora-story__copy h2 { margin-bottom: .8rem; }
.bora-story__copy p { font-weight: 700; }

.bora-cesar-card { display: grid; gap: 1.5rem; margin-top: 2rem; }
.bora-cesar-card__photo { position: relative; overflow: hidden; min-height: 24rem; border: 3px solid #111; border-radius: 1.5rem; background: var(--bora-color-accent); box-shadow: 8px 8px 0 #111; }
.bora-cesar-card__photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.bora-cesar-card__photo--character img { object-fit: contain; object-position: center bottom; }
.bora-cesar-card__copy { padding: 1.25rem; border: 3px solid #111; border-radius: 1.5rem; background: #fff; box-shadow: 8px 8px 0 #111; }
.bora-cesar-card__copy blockquote { margin: 0 0 1.25rem; font-size: 1.2rem; font-weight: 850; }
.bora-cesar-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.25rem; }
.bora-cesar-meta span { padding: .35rem .6rem; border: 2px solid #111; border-radius: 999px; background: var(--bora-color-accent); font-size: .75rem; font-weight: 850; }

.bora-property-grid { display: grid; gap: 1.25rem; margin-top: 2rem; }
.bora-property { display: flex; overflow: hidden; min-width: 0; height: 100%; flex-direction: column; border: 3px solid #fff; border-radius: 1.4rem; background: #fff; color: #111; box-shadow: 7px 7px 0 var(--bora-color-accent); }
.bora-property__media { position: relative; overflow: hidden; }
.bora-property img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bora-property__placeholder { display: flex; min-height: 13.5rem; aspect-ratio: 4 / 3; flex-direction: column; justify-content: space-between; padding: 1rem; border-bottom: 3px solid #111; background: var(--bora-color-accent); color: #111; }
.bora-property__placeholder span { font: 900 clamp(3.5rem, 18vw, 6rem)/.8 var(--bora-font-display); letter-spacing: -.06em; opacity: .24; }
.bora-property__placeholder strong { max-width: 12ch; font-size: .86rem; text-transform: uppercase; }
.bora-property__placeholder--pink { background: var(--bora-color-secondary); }
.bora-property__placeholder--green { background: var(--bora-color-positive); }
.bora-property__placeholder--yellow { background: var(--bora-color-accent); }
.bora-property__placeholder--blue { background: #79a7ff; }
.bora-property__placeholder--lilac { background: #d4b8ff; }
.bora-property__highlight { position: absolute; right: .7rem; bottom: .7rem; padding: .38rem .65rem; border: 2px solid #111; border-radius: 999px; background: var(--bora-color-accent); color: #111; font-size: .72rem; font-weight: 950; box-shadow: 3px 3px 0 #111; transform: rotate(-1deg); }
.bora-property__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 1rem; }
.bora-property__body h3 { margin: .55rem 0; }
.bora-property__status { display: inline-flex; align-self: flex-start; padding: .28rem .55rem; border: 2px solid #111; border-radius: 999px; background: var(--bora-color-positive); font-size: .68rem; font-weight: 900; }
.bora-property__body a { font-weight: 900; }
.bora-property__location { margin: 0 0 .7rem; color: var(--bora-color-primary); font-size: .78rem; font-weight: 900; }
.bora-property__description { margin: 0; color: var(--bora-color-muted); font-size: .82rem; line-height: 1.5; }
.bora-property__facts { display: grid; gap: .35rem; margin: .85rem 0 1rem; padding: 0; list-style: none; }
.bora-property__facts li { position: relative; padding-left: 1.25rem; font-size: .84rem; font-weight: 750; }
.bora-property__facts li::before { content: "✓"; position: absolute; left: 0; color: var(--bora-color-primary); font-weight: 950; }
.bora-property__cta { display: inline-flex; min-height: 2.85rem; align-items: center; justify-content: center; margin-top: auto; padding: .55rem .75rem; border: 2px solid #111; border-radius: .65rem; background: var(--bora-color-accent); box-shadow: 3px 3px 0 #111; text-align: center; text-decoration: none; }
.bora-property__cta--whatsapp { background: var(--bora-color-positive); }
.bora-property--featured { order: -1; border-color: var(--bora-color-accent); box-shadow: 8px 8px 0 var(--bora-color-secondary); }
.bora-property--featured img { aspect-ratio: 16 / 9; object-position: center; }
.bora-opportunities-more { margin-top: 2rem; }
.bora-home-properties-more { width: 100%; }
.bora-property-note { max-width: 58rem; margin: 1.25rem 0 0; color: rgb(255 255 255 / .68); font-size: .72rem; line-height: 1.45; }

.bora-faq { display: grid; gap: .8rem; margin-top: 1.5rem; }
.bora-faq details { border: 3px solid #111; border-radius: 1rem; background: #fff; box-shadow: 4px 4px 0 #111; }
.bora-faq summary { padding: 1rem; font-weight: 900; cursor: pointer; }
.bora-faq details p { padding: 0 1rem 1rem; margin: 0; color: var(--bora-color-muted); }

.bora-final { text-align: center; }
.bora-final h2 { margin-inline: auto !important; }
.bora-final .bora-section-copy { margin-inline: auto; }
.bora-final .bora-actions { justify-content: center; }
.bora-legal { max-width: 48rem; margin: 1.5rem auto 0; font-size: .75rem; opacity: .8; }

.bora-footer { padding: 2rem 0 6rem; border-top: 3px solid #111; background: #fff; }
.bora-footer__grid { display: grid; gap: 1.5rem; }
.bora-footer p { margin-bottom: .35rem; }
.bora-footer a { font-weight: 800; }

.bora-mobile-cta { position: fixed; z-index: var(--bora-z-floating); right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .6rem; border-top: 3px solid #111; background: #fff; }
.bora-mobile-cta .bora-button { min-height: 3.3rem; padding: .55rem; box-shadow: 3px 3px 0 #111; font-size: .82rem; }

@media (min-width: 42rem) {
  body { padding-bottom: 0; }
  .bora-hero { padding-top: 4rem; }
  .bora-profile-grid { grid-template-columns: repeat(2, 1fr); }
  .bora-profile-result .bora-button { width: auto; }
  .bora-life-grid { grid-template-columns: repeat(2, 1fr); }
  .bora-life-result .bora-button { width: auto; }
  .bora-paths { grid-auto-columns: 44%; }
  .bora-story { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; }
  .bora-story__copy { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 3rem; }
  .bora-story__image { min-height: 31rem; }
  .bora-story__image img { min-height: 31rem; }
  .bora-story__image::after { display: none; }
  .bora-property-grid { grid-template-columns: repeat(2, 1fr); }
  .bora-property--featured { grid-column: 1 / -1; }
  .bora-home-properties-more { display: none !important; }
  .bora-footer__grid { grid-template-columns: 1.4fr 1fr; }
  .bora-mobile-cta { display: none; }
  .bora-footer { padding-bottom: 2rem; }
}

@media (min-width: 64rem) {
  .bora-hero { padding-top: 5rem; }
  .bora-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr); }
  .bora-hero__visual { min-height: 37rem; }
  .bora-hero__visual img { max-height: 40rem; }
  .bora-proof div { padding: 1rem; }
  .bora-proof strong { font-size: .92rem; }
  .bora-proof span { font-size: .78rem; }
  .bora-profile-grid { grid-template-columns: repeat(4, 1fr); }
  .bora-life-grid { grid-template-columns: repeat(4, 1fr); }
  .bora-step-list { grid-template-columns: repeat(4, 1fr); }
  .bora-step { padding: 5.2rem 1.2rem 1.2rem; }
  .bora-paths { grid-auto-flow: initial; grid-template-columns: repeat(3, 1fr); margin-inline: 0; padding-inline: 0; overflow: visible; }
  .bora-path-card { min-height: 22rem; }
  .bora-cesar-card { grid-template-columns: .8fr 1.2fr; align-items: stretch; }
  .bora-property-grid { grid-template-columns: repeat(3, 1fr); }
  .bora-property--featured { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr); align-items: stretch; }
  .bora-property--featured .bora-property__media { min-height: 22rem; }
  .bora-property--featured img { height: 100%; min-height: 22rem; aspect-ratio: auto; }
  .bora-property--featured .bora-property__body { display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; }
}
