/* Refinamento baseado nas referências geradas: composição mais editorial e direta. */
.header { background: rgba(250, 251, 249, .94); }
.nav { min-height: 88px; }
.wordmark { gap: 18px; }
.wordmark div { display: flex; align-items: center; gap: 16px; }
.wordmark b { color: var(--dark); font-size: 24px; letter-spacing: -.035em; }
.wordmark small { margin: 0; padding-left: 16px; border-left: 1px solid var(--line); color: #4f5e58; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.hero { padding: 122px 0 128px; background: #fafbf9; }
.hero-grid { grid-template-columns: .96fr 1.04fr; gap: 86px; }
.hero h1 { max-width: 720px; color: #062d21; font-size: clamp(50px, 5.4vw, 74px); line-height: 1.04; }
.hero h1 em { color: #062d21; }
.hero-copy > p { max-width: 660px; color: #283b34; font-size: 18px; }
.eyebrow { margin-bottom: 23px; font-size: 11px; }
.actions { margin-top: 38px; }
.button { min-height: 56px; padding: 0 25px; font-size: 14px; }
.hero-footnotes { gap: 30px; margin-top: 36px; color: #1e302a; font-size: 11px; font-weight: 600; }
.hero-footnotes span { display: inline-flex; align-items: center; max-width: 145px; line-height: 1.3; }
.hero-footnotes span::before { display: grid; place-items: center; flex: 0 0 auto; width: 29px; height: 29px; margin-right: 10px; border-radius: 50%; background: var(--lime); color: var(--dark); }
.product-visual { min-height: 520px; }
.visual-glow { display: none; }
.browser-card { width: min(660px, 100%); border-color: #cbd4d0; border-radius: 14px; box-shadow: 0 20px 50px rgba(22, 45, 37, .10); transform: none; }
.browser-top { height: 34px; }
.browser-body { grid-template-columns: 48px 1fr; min-height: 390px; }
.mini-dashboard { padding: 24px; background: #f8faf8; }
.mini-board { gap: 8px; }
.mini-board section { min-height: 210px; background: #eef2ef; }
.floating-note { display: none; }
.problem-section { padding: 108px 0 122px; background: #fafbf9; }
.problem-grid { display: block; }
.problem-intro { max-width: 1050px; }
.problem-intro .eyebrow { display: none; }
.problem-grid h2 { font-size: clamp(38px, 4.2vw, 57px); }
.problem-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-top: 70px; border-top: 0; }
.problem-list article { grid-template-columns: 34px 1fr; gap: 14px; padding: 0; border: 0; }
.problem-list article > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: #edf0ee; color: #3f4d47; }
.problem-list b { font-size: 17px; }
.problem-list p { margin-top: 10px; color: #3e4d47; font-size: 13px; line-height: 1.65; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .problem-list { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .wordmark b { font-size: 18px; }
  .wordmark small { display: none; }
  .hero { padding: 78px 0 88px; }
  .hero h1 { font-size: 44px; }
  .hero-footnotes { display: grid; }
  .product-visual { min-height: 380px; }
}
