/* ==========================================================================
   DIP · landing.css — seções exclusivas da página inicial.
   Depende de css/site.css (tokens, base, nav, footer, botões, formulários).
   ========================================================================== */

/* ---------- Hero ---------- */
.lp-hero { padding: 56px 0 68px; }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 68px; align-items: center; }
.lp-hero h1 { font-size: clamp(44px, 4.8vw, 68px); line-height: 1.075; letter-spacing: -.05em; margin-bottom: 26px; }
.lp-hero h1 em { color: #78977a; }
.lp-intro { font-size: 16px; line-height: 1.8; max-width: 400px; color: #697970; }
.lp-actions { display: flex; gap: 25px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.hero-audience { display: flex; gap: 14px; align-items: center; margin-top: 38px; }
.audience-symbol { width: 36px; height: 36px; border-radius: 50%; background: #e9efdf; display: grid; place-items: center; font-size: 22px; flex-shrink: 0; }
.hero-audience p { font-size: 12px; color: #7f8d80; line-height: 1.7; }
.hero-audience strong { font-weight: 500; color: #4c6451; }

.architecture-scene { position: relative; min-width: 0; height: 558px; border-radius: 100px 8px 8px 8px; }
.architecture-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; border-radius: 100px 8px 8px 8px; }
.architecture-scene::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(6, 41, 29, .13), transparent 45%, rgba(6, 41, 29, .13)); pointer-events: none; }
.scene-caption { position: absolute; top: 32px; right: 25px; color: #fff; font-size: 9px; letter-spacing: .15em; writing-mode: vertical-rl; z-index: 1; }
.scene-marker { position: absolute; left: 37%; top: 27%; width: 120px; height: 115px; color: #fff; z-index: 1; display: grid; place-items: center; }
.scene-marker b { font-size: 20px; font-weight: 300; }
.scene-marker span { position: absolute; width: 18px; height: 18px; border-color: rgba(255, 255, 255, .7); border-style: solid; }
.scene-marker span:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.scene-marker span:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.scene-marker span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.scene-marker span:nth-child(4) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.floating-report { position: absolute; z-index: 2; left: -32px; right: 32px; bottom: 30px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 9px; background: rgba(255, 254, 248, .96); box-shadow: 0 15px 40px rgba(19, 54, 36, .13); backdrop-filter: blur(16px); }
.floating-report-top { display: flex; align-items: center; gap: 12px; padding: 18px 20px; }
.document-icon { width: 36px; height: 42px; border-radius: 5px; background: #e4eedc; color: #547b45; display: grid; place-items: center; font-size: 26px; flex-shrink: 0; }
.floating-report-top strong { display: block; font-size: 13px; font-weight: 600; }
.floating-report-top div > span { display: block; font-size: 11px; color: #8a9688; margin-top: 4px; }
.small-arrow { margin-left: auto; font-size: 19px; }
.floating-report-bottom { border-top: 1px solid #e0e6dc; display: flex; gap: 26px; padding: 12px 20px; font-size: 11px; color: #5a6a59; }
.signal-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #6e9d56; margin-right: 6px; }
.signal-dot.amber { background: #bb9850; }
.scene-footnote { position: absolute; bottom: 9px; right: 16px; color: #fff; font-size: 9px; z-index: 2; }

/* ---------- Faixa de recursos ---------- */
.lp-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; background: var(--paper-2); }
.lp-proof .container { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.lp-proof p { font-size: 12px; line-height: 1.7; color: #7b8a79; }
.lp-proof p strong { color: #38563b; font-weight: 500; }
.lp-proof .container > span { font-size: 13px; display: flex; align-items: center; gap: 12px; color: #415d45; }
.lp-proof b { font-size: 22px; font-weight: 400; color: #668761; }

/* ---------- Jornada em 4 passos ---------- */
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 8px; }
.journey-grid article { padding-top: 20px; border-top: 1px solid #bccdb4; }
.step-number { font-size: 12px; color: #78966b; display: flex; justify-content: space-between; font-weight: 600; }
.step-number i { font-style: normal; font-size: 16px; }
.journey-grid h3 { font-size: 18px; font-weight: 600; margin: 32px 0 12px; letter-spacing: -.02em; }
.journey-grid p { font-size: 14px; line-height: 1.8; color: #7c8778; max-width: 260px; }

/* ---------- Benefícios + janela do produto ---------- */
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.benefits-copy h2 { font-size: clamp(30px, 2.8vw, 38px); }
.benefits-copy .lp-intro { font-size: 15px; margin: 20px 0; max-width: 420px; }
.benefit-list { margin-top: 28px; }
.benefit-list article { display: flex; gap: 17px; border-top: 1px solid #c9d6c0; padding: 18px 0; }
.benefit-list article > span { font-size: 22px; color: #6e9368; width: 24px; flex-shrink: 0; line-height: 1.2; }
.benefit-list h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
.benefit-list p { font-size: 14px; line-height: 1.75; color: #70816c; }
.benefit-list a { font-size: 13px; display: inline-block; margin-top: 8px; text-decoration: underline; text-underline-offset: 4px; }

.product-window { border-radius: 12px; background: var(--forest-2); box-shadow: var(--shadow-panel); transform: rotate(-2deg); color: #f0f6e9; overflow: hidden; }
.product-titlebar { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.product-titlebar img { width: 52px; }
.product-titlebar > span { font-size: 10px; letter-spacing: .1em; color: #bdcdbb; }
.product-titlebar i { font-style: normal; font-size: 9px; border: 1px solid rgba(255, 255, 255, .15); padding: 3px 5px; margin-left: 10px; border-radius: 3px; }
.product-content { padding: 32px; }
.product-label { font-size: 10px; color: #9db599; letter-spacing: .14em; }
.product-content h3 { font-size: 28px; line-height: 1.25; letter-spacing: -.03em; margin-top: 16px; color: #fff; font-weight: 500; }
.product-status { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; color: #b5c6ad; }
.product-status strong { font-size: 12px; font-weight: 500; color: #dbc58b; background: rgba(214, 184, 93, .09); padding: 7px 10px; border-radius: 4px; }
.product-status strong i { height: 6px; width: 6px; background: #c3a657; border-radius: 50%; display: inline-block; margin-right: 6px; }
.product-meter { display: flex; gap: 4px; margin-top: 18px; }
.product-meter i { height: 5px; border-radius: 3px; flex: 1; background: #8cba8b; }
.product-meter i:nth-child(2) { background: #c5a85f; }
.product-meter i:nth-child(3) { background: #6a5146; }
.product-scale { display: flex; justify-content: space-between; font-size: 10px; color: #9bac93; margin: 8px 0 24px; }
.product-scale b { font-weight: 400; color: #d1ba7d; }
.product-row { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .07); font-size: 11px; color: #9eb696; }
.product-row b { font-size: 12px; font-weight: 400; margin-left: 12px; color: #d4e3ca; }
.product-row strong { font-size: 11px; color: #b0d4a5; font-weight: 400; }
.product-row.attention strong { color: #d1ba7d; }
.product-open { display: flex; justify-content: space-between; padding: 15px; border-radius: 5px; background: #d6e7c8; color: #214530; font-size: 12px; font-weight: 600; margin-top: 15px; transition: background .2s; }
.product-open:hover { background: #e3efd8; }

/* ---------- Solicitar acesso ---------- */
.signup-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.signup-copy h2 { font-size: clamp(34px, 3.4vw, 46px); }
.signup-copy > p { color: #778474; font-size: 15px; line-height: 1.85; max-width: 380px; margin: 24px 0; }
.signup-copy ul { font-size: 14px; color: #52704d; line-height: 2.4; }
.signup-copy li::before { content: '✓'; margin-right: 12px; font-size: 11px; }
.signup-copy aside { margin-top: 30px; }
.signup-card { background: #fff; border: 1px solid #dde5d5; border-radius: 10px; padding: 34px; box-shadow: var(--shadow-soft); }
.signup-card h3 { font-size: 22px; letter-spacing: -.03em; }
.signup-subtitle { font-size: 13px; color: #83907c; margin-top: 8px; }
.form-steps { display: flex; gap: 25px; border-bottom: 1px solid #e1e8da; margin: 24px 0 22px; padding-bottom: 12px; font-size: 12px; color: #a0aa9a; }
.form-steps .active { color: #2b583d; font-weight: 600; position: relative; }
.form-steps .active::after { content: ''; position: absolute; height: 2px; background: #4a7851; bottom: -13px; left: 0; right: 0; }
fieldset { border: 0; display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.field-label { font-size: 12px; font-weight: 600; color: #58704f; margin-top: 6px; }
.form-group { display: flex; flex-direction: column; gap: 9px; }
.form-group .lead-input { flex: auto !important; }
.form-next { margin-top: 14px; width: 100%; justify-content: space-between; }
.form-back { background: none; border: 0; color: #6a7d61; text-align: left; font-size: 13px; margin: 12px 0; }
.form-back:hover { color: var(--moss-2); }
.form-privacy { font-size: 12px; line-height: 1.8; color: #91a086; margin-top: 18px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 2px; }
#lead-submit-btn { justify-content: center; gap: 8px; margin-top: 6px; }

/* ---------- Responsivo ---------- */
@media (min-width: 1500px) {
  .lp-hero { padding-top: 72px; padding-bottom: 84px; }
  .architecture-scene { height: 610px; }
  .lp-hero h1 { font-size: 74px; }
}
@media (max-width: 1100px) {
  .lp-hero-grid { gap: 38px; }
  .lp-hero h1 { font-size: 54px; letter-spacing: -.045em; }
  .architecture-scene { height: 530px; }
  .benefits-grid, .signup-grid { gap: 50px; }
  .lp-proof .container { gap: 15px; }
  .lp-proof .container > span { font-size: 12px; }
}
@media (max-width: 760px) {
  .lp-hero { padding: 36px 0 36px; }
  .lp-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-hero h1 { font-size: clamp(40px, 8.6vw, 60px); line-height: 1.085; letter-spacing: -.04em; margin-bottom: 20px; }
  .lp-hero h1 br:nth-of-type(3) { display: none; }
  .lp-intro { max-width: 420px; font-size: 15px; }
  .lp-actions { gap: 20px; margin-top: 24px; }
  .hero-audience { margin-top: 24px; }
  .architecture-scene { height: 390px; border-top-left-radius: 75px; margin-left: 15px; }
  .architecture-photo { border-top-left-radius: 75px; object-position: 50% 40%; }
  .floating-report { left: -15px; right: 18px; bottom: 23px; }
  .floating-report-top { padding: 15px; }
  .floating-report-bottom { padding: 12px 15px; gap: 20px; }
  .scene-marker { width: 90px; height: 85px; top: 21%; }
  .lp-proof { padding: 22px 0; }
  .lp-proof .container { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .lp-proof p { grid-column: 1 / -1; display: flex; gap: 5px; }
  .lp-proof p br { display: none; }
  .lp-proof b { font-size: 19px; }
  .journey-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .journey-grid h3 { font-size: 16px; margin: 22px 0 10px; }
  .journey-grid p { font-size: 13px; }
  .benefits-grid, .signup-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-window { max-width: 480px; width: calc(100% - 10px); margin: auto; transform: rotate(-1deg); }
  .product-content { padding: 25px; }
  .product-titlebar { padding: 18px 25px; }
  .product-content h3 { font-size: 26px; }
  .signup-card { padding: 26px; }
}
@media (max-width: 420px) {
  .journey-grid { grid-template-columns: 1fr; }
  .floating-report-top { gap: 8px; padding: 12px; }
  .floating-report-bottom { gap: 12px; }
  .document-icon { width: 28px; height: 35px; }
}
