.expansion {
  max-width: none;
  background: #e8e4dc;
  padding-left: clamp(1.25rem, 5vw, 6rem);
  padding-right: clamp(1.25rem, 5vw, 6rem);
}

.expansion > .section-tag,
.expansion-hero,
.expansion-path,
.scope-note,
.lead-panel {
  max-width: calc(var(--max) - 12rem);
  margin-left: auto;
  margin-right: auto;
}

.expansion-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.expansion-hero h2 { font-size: clamp(3rem, 5.7vw, 6.3rem); }
.expansion-intro .lead { font-size: 1.35rem; color: #111; }
.expansion-intro > p:not(.lead) { color: #5f5b55; }
.expansion-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.button-dark { background: var(--black); color: #fff; }

.expansion-path {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(5rem, 9vw, 9rem);
  border-left: 1px solid #b8b2a8;
  border-top: 1px solid #b8b2a8;
}

.path-step { min-height: 225px; padding: 1.5rem; border-right: 1px solid #b8b2a8; border-bottom: 1px solid #b8b2a8; }
.path-step .mono { color: #756f67; }
.path-step h3 { font-size: 1.4rem; font-weight: 400; margin: 2.5rem 0 1rem; }
.path-step p { margin: 0; color: #6c675f; }

.scope-note {
  display: grid;
  grid-template-columns: .25fr .75fr;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #b8b2a8;
  border-bottom: 1px solid #b8b2a8;
}
.scope-note p { margin: 0; max-width: 820px; font-size: 1.08rem; }
.scope-note a { text-decoration: underline; text-underline-offset: .2em; }
.expansion-faq { max-width: calc(var(--max) - 12rem); margin: clamp(5rem, 8vw, 8rem) auto 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); }
.expansion-faq h2 { font-size: clamp(2.8rem, 4.8vw, 5.4rem); margin: 1.5rem 0 0; }
.faq-list { border-top: 1px solid #aaa399; }
.faq-list details { border-bottom: 1px solid #aaa399; }
.faq-list summary { cursor: pointer; padding: 1.35rem 2.5rem 1.35rem 0; font-size: 1.05rem; font-weight: 400; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: 1.25rem; font-size: 1.35rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: #625e58; margin: 0; padding: 0 2.5rem 1.5rem 0; }

.lead-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 7vw, 8rem);
  margin-top: clamp(6rem, 10vw, 10rem);
  padding-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid #b8b2a8;
}

.lead-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.4rem); margin: 2rem 0; }
.lead-copy p { max-width: 500px; color: #615d57; margin-bottom: 2.5rem; }
.expansion-form { display: grid; gap: 1rem; }
.expansion-form label { display: grid; gap: .45rem; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .68rem; }
.expansion-form input,
.expansion-form select,
.expansion-form textarea { width: 100%; border: 1px solid #aaa399; background: rgba(255,255,255,.38); border-radius: 0; padding: .95rem; font: 400 1rem/1.4 "DM Sans", Arial, sans-serif; color: #111; text-transform: none; letter-spacing: 0; }
.expansion-form textarea { resize: vertical; }
.expansion-form input:focus,
.expansion-form select:focus,
.expansion-form textarea:focus { outline: 2px solid #111; outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; text-transform: none !important; font-family: "DM Sans", Arial, sans-serif !important; font-size: .86rem !important; letter-spacing: 0 !important; color: #5f5a54; }
.consent input { width: 1rem; height: 1rem; margin: .15rem 0 0; }
.submit-button { border: 0; background: #111; color: #fff; cursor: pointer; justify-content: space-between; margin-top: .5rem; }
.form-status { min-height: 1.5rem; margin: 0; font-size: .85rem; }
.form-status a { text-decoration: underline; text-underline-offset: .2em; }
.form-hint { margin: 0; color: inherit; opacity: .8; font-size: .85rem; }
.expansion-form label:not(.consent), .investor-form label:not(.consent) { font-size: .78rem; }
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; display: grid; gap: 1rem; }
.form-step[hidden] { display: none; }
.form-step legend { width: 100%; margin-bottom: 1.4rem; padding: 0 0 .75rem; border-bottom: 1px solid #aaa399; font: 400 .8rem "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.form-step legend:focus { outline: none; }
.form-actions { display: flex; align-items: stretch; gap: .75rem; flex-wrap: wrap; }
.form-actions button[type="button"] { min-height: 44px; padding: .7rem 1rem; color: #111; background: transparent; border: 1px solid #777; cursor: pointer; }
.form-actions button[type="button"]:hover, .form-actions button[type="button"]:focus-visible { background: #ddd7cd; }
.form-actions .button { margin-top: 0; min-height: 44px; }
.integration-link { cursor: pointer; }

.entry-gateway {
  max-width: var(--max);
  margin: auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 5vw, 6rem);
  background: var(--paper);
}
.gateway-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.gateway-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 300; letter-spacing: -.045em; }
.gateway-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.gateway-card { min-height: 330px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; transition: background .25s, color .25s; }
.gateway-card.primary { background: var(--black); color: #fff; }
.gateway-card:not(.primary):hover { background: #ddd8ce; }
.gateway-card h3 { font-size: clamp(1.6rem, 2.4vw, 2.6rem); font-weight: 300; line-height: 1.08; margin: 4rem 0 1rem; }
.gateway-card p { margin: 0 0 2rem; color: inherit; opacity: .7; }
.gateway-card b { margin-top: auto; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .7rem; font-weight: 400; }

.investment-platform { padding-left: clamp(1.25rem, 5vw, 6rem); padding-right: clamp(1.25rem, 5vw, 6rem); }
.investment-platform > * { max-width: calc(var(--max) - 12rem); margin-left: auto; margin-right: auto; }
.investment-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.investment-head > p { color: #aaa; font-size: 1.08rem; }
.investment-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(5rem, 8vw, 8rem); border-top: 1px solid #333; border-left: 1px solid #333; }
.investment-flow article { min-height: 280px; padding: 1.5rem; border-right: 1px solid #333; border-bottom: 1px solid #333; }
.investment-flow h3 { font-size: 1.35rem; font-weight: 400; margin: 5rem 0 1rem; }
.investment-flow p { color: #999; margin: 0; }
.spe-model { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); margin-top: clamp(5rem, 8vw, 8rem); padding-top: 2rem; border-top: 1px solid #333; }
.spe-intro h3 { margin: 1.5rem 0; font-size: clamp(2rem, 3.4vw, 3.8rem); font-weight: 300; line-height: 1.02; letter-spacing: -.035em; }
.spe-intro p { color: #aaa; max-width: 560px; }
.spe-points { border-top: 1px solid #333; }
.spe-points article { display: grid; grid-template-columns: 3rem .7fr 1.3fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid #333; align-items: start; }
.spe-points h4 { margin: 0; font-size: 1rem; font-weight: 400; }
.spe-points p { margin: 0; color: #999; }
.investor-lead { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); margin-top: clamp(6rem, 9vw, 9rem); padding: clamp(2rem, 4vw, 4rem); background: #f0ede7; color: #111; }
.investor-lead-copy h3 { margin: 1.5rem 0; font-size: clamp(2.2rem, 3.8vw, 4.3rem); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.investor-lead-copy p { color: #625e58; max-width: 480px; }
.investor-form { display: grid; gap: 1rem; }
.investor-form label { display: grid; gap: .45rem; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .68rem; }
.investor-form input, .investor-form select, .investor-form textarea { width: 100%; border: 1px solid #aaa399; background: rgba(255,255,255,.55); border-radius: 0; padding: .95rem; font: 400 1rem/1.4 "DM Sans", Arial, sans-serif; color: #111; text-transform: none; letter-spacing: 0; }
.investor-form textarea { resize: vertical; }
.investor-form input:focus, .investor-form select:focus, .investor-form textarea:focus { outline: 2px solid #111; outline-offset: 2px; }
.investor-consent { color: #5f5a54; }
.investor-submit { border: 0; background: #111; color: #fff; cursor: pointer; justify-content: space-between; margin-top: .5rem; }
.investment-disclaimer { color: #777; font-size: .78rem; line-height: 1.6; margin-top: 1.25rem; max-width: 900px !important; }
.future-vehicle { display: grid; grid-template-columns: .25fr .75fr; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #333; }
.future-vehicle p { margin: 0; color: #aaa; max-width: 850px; }
.product-lines { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(4rem, 7vw, 7rem); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-lines article { min-height: 330px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.product-lines h3 { margin: 4rem 0 1rem; font-size: clamp(1.5rem, 2.3vw, 2.6rem); font-weight: 300; line-height: 1.05; }
.product-lines p { color: var(--muted); margin: 0 0 2rem; }
.product-lines .text-link { margin-top: auto; }
.product-sales { background: #e5e0d7; }
.product-rentals { background: #d7d4ce; }
.product-lines { grid-template-columns: repeat(2, 1fr); }
.product-lines .product-form{height:38px;max-width:110px;margin-top:2rem}.product-lines .product-form+h3{margin-top:1.5rem}
.portfolio-options { display: flex; flex-wrap: wrap; gap: .6rem; margin: 4rem 0 2rem; }
.portfolio-options span { border: 1px solid #aaa; padding: .75rem 1rem; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .68rem; }
.portfolio-placeholder { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem 0; display: grid; grid-template-columns: .25fr .5fr .25fr; gap: 2rem; align-items: start; }
.portfolio-placeholder p { margin: 0; color: var(--muted); }

@media (max-width: 900px) {
  .expansion-hero, .lead-panel { grid-template-columns: 1fr; }
  .expansion-faq { max-width: none; grid-template-columns: 1fr; }
  .expansion-path { grid-template-columns: 1fr 1fr; }
  .expansion > .section-tag, .expansion-hero, .expansion-path, .scope-note, .lead-panel { max-width: none; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-card { min-height: 270px; }
  .investment-platform > * { max-width: none; }
  .investment-head { grid-template-columns: 1fr; }
  .investment-flow { grid-template-columns: 1fr 1fr; }
  .spe-model, .investor-lead { grid-template-columns: 1fr; }
  .product-lines { grid-template-columns: 1fr; }
  .product-lines article { min-height: 260px; }
}

@media (max-width: 560px) {
  .expansion-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .expansion-path { grid-template-columns: 1fr; }
  .path-step { min-height: 210px; }
  .field-row, .scope-note { grid-template-columns: 1fr; }
  .gateway-heading { display: block; }
  .gateway-heading .mono { display: block; margin-bottom: 1rem; }
  .investment-flow { grid-template-columns: 1fr; }
  .spe-points article { grid-template-columns: 2.5rem 1fr; }
  .spe-points article p { grid-column: 2; }
  .investor-lead { padding: 1.5rem; }
  .future-vehicle { grid-template-columns: 1fr; }
  .portfolio-placeholder { grid-template-columns: 1fr; }
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide:nth-child(2) { object-position: center center; }
.hero-controls { position: absolute; z-index: 3; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; display: flex; gap: .5rem; }
.hero-controls button { min-width: 3rem; min-height: 2.75rem; border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.45); color: #fff; cursor: pointer; font: 400 .75rem "IBM Plex Mono", monospace; }
.hero-controls button.is-active, .hero-controls button:hover { background: #fff; color: #111; }
.hero-controls button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }

/* A primeira escolha acontece na abertura. */
.hero { display: flex; flex-direction: column; justify-content: space-between; }
.hero-content { flex: 1; min-height: 0; max-width: 1000px; padding: clamp(8rem, 16vh, 11rem) clamp(1.25rem, 5vw, 6rem) 2rem; }
.hero-copy { margin: 1.8rem 0 0; }
.hero-paths { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: calc(100% - 2 * clamp(1.25rem, 5vw, 6rem)); max-width: 1248px; margin: 0 auto 2rem; border: 1px solid rgba(255,255,255,.55); background: rgba(9,9,9,.82); backdrop-filter: blur(12px); }
.hero-paths a { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem; min-height: 132px; padding: 1.2rem 3.2rem 1.2rem 1.4rem; border-right: 1px solid rgba(255,255,255,.3); transition: background .2s; }
.hero-paths a:last-child { border-right: 0; }
.hero-paths a:hover, .hero-paths a:focus-visible { background: rgba(255,255,255,.18); }
.hero-paths a:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
.hero-paths span { font: 400 .75rem "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .07em; color: #ddd; }
.hero-paths strong { font-size: clamp(1rem, 1.45vw, 1.3rem); font-weight: 400; line-height: 1.25; }
.hero-paths b { position: absolute; right: 1.3rem; bottom: 1.2rem; font-weight: 300; }
.hero-controls { top: 6.2rem; bottom: auto; }

.journey-outline { max-width: 850px; margin: clamp(3rem, 5vw, 5rem) 0 0 auto; border-top: 1px solid var(--line); }
.journey-outline details { border-bottom: 1px solid var(--line); }
.journey-outline summary { padding: 1.35rem 3rem 1.35rem 0; cursor: pointer; list-style: none; position: relative; font-size: clamp(1.15rem, 2vw, 1.6rem); }
.journey-outline summary::-webkit-details-marker, .spe-disclosure summary::-webkit-details-marker { display: none; }
.journey-outline summary::after, .spe-disclosure summary::after { content: "+"; position: absolute; right: .3rem; top: 1.1rem; font-size: 1.6rem; font-weight: 300; }
.journey-outline details[open] summary::after, .spe-disclosure[open] summary::after { content: "−"; }
.journey-outline p { max-width: 680px; margin: 0 0 1.6rem; color: #615f5a; }
.spe-disclosure { max-width: calc(var(--max) - 12rem); margin: clamp(3rem, 5vw, 5rem) auto 0; border-top: 1px solid #444; border-bottom: 1px solid #444; }
.spe-disclosure summary { position: relative; display: flex; flex-direction: column; gap: .8rem; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; }
.spe-disclosure summary strong { font-size: clamp(1.4rem, 2.5vw, 2.5rem); font-weight: 300; line-height: 1.1; }
.spe-disclosure .mono { color: #aaa; }
.spe-disclosure-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 0 0 1.5rem; color: #aaa; }
.spe-disclosure-content p { margin: 0; }
.structure-card { min-height: 0; }
.structure-card h3 { margin: 2rem 0; }
.investment-flow article { min-height: 0; }
.investment-flow h3 { margin: 2rem 0 1rem; }

/* Ritmo mais compacto para as seções de leitura longa. */
.section { padding-top: clamp(4.5rem, 7vw, 7rem); padding-bottom: clamp(4.5rem, 7vw, 7rem); }
.section-tag { margin-bottom: clamp(3rem, 5vw, 5rem); }
.journey, .product-lines { margin-top: clamp(3rem, 5vw, 5rem); }
.vertical { padding: 2.2rem 0; }

@media (max-width: 900px) {
  .hero-content { padding-top: 8rem; }
  .spe-disclosure { max-width: none; }
  .hero-paths { grid-template-columns: 1fr 1fr; }
  .hero-paths a:first-child { grid-column: 1 / -1; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.3); border-right: 0; }
  .hero-paths a:nth-child(2) { border-right: 1px solid rgba(255,255,255,.3); }
  .hero-paths a { min-height: 108px; }
}
@media (max-width: 560px) {
  .hero-content { padding: 9rem 1.25rem 2rem; }
  .hero h1 { font-size: clamp(2.75rem, 11vw, 3.8rem); }
  .hero-copy { font-size: 1rem; margin-top: 1.4rem; }
  .hero-paths { width: calc(100% - 2.5rem); margin-bottom: 1.25rem; }
  .hero-paths a { gap: .55rem; padding: .85rem 2.4rem .9rem .9rem; min-height: 106px; }
  .hero-paths a:first-child { min-height: 88px; }
  .hero-paths strong { font-size: 1rem; }
  .hero-paths span { font-size: .75rem; }
  .hero-paths b { right: .8rem; bottom: .85rem; }
  .hero-controls { top: 5.2rem; }
  .spe-disclosure-content { grid-template-columns: 1fr; gap: 1rem; }
  .vertical-no { display: none; }
  .vertical { gap: .7rem; }
  .vertical h3 { font-size: clamp(1.75rem, 7.5vw, 2.4rem); }
  .investment-flow article { min-height: 0; }
  .investment-flow h3 { margin: 1rem 0 .6rem; }
  .path-step { min-height: 0; }
  .path-step h3 { margin-top: 1.5rem; }
  .form-actions { flex-direction: column; }
  .form-actions button { width: 100%; justify-content: space-between; }
}
