/* Web pública de Oficinapp */
.lp { background: #fff; height: auto; }
.lp main { display: block; }
.btn--lg { height: 52px; padding: 0 24px; font-size: 16px; border-radius: 14px; }
.lp-nav { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px clamp(16px, 5vw, 64px); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-100); }
.lp-nav__logo img { height: 36px; display: block; }
.lp-nav__links { display: flex; align-items: center; gap: 22px; font-weight: 600; color: var(--navy-900); }
.lp-nav__links a:not(.btn):hover { color: var(--orange-600); }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; color: var(--orange-600); background: var(--orange-50); padding: 6px 12px; border-radius: var(--radius-full); margin-bottom: 18px; }
.lp-eyebrow--light { background: rgba(255,107,26,.18); color: #FFB48A; }
.lp-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: clamp(40px, 7vw, 96px) clamp(16px, 5vw, 64px); max-width: 1280px; margin: 0 auto; }
.lp-hero--trade { grid-template-columns: 1fr; max-width: 900px; text-align: center; }
.lp-hero--trade .lp-cta { justify-content: center; }
.lp-hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.lp-lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--gray-500); margin: 20px 0 28px; max-width: 620px; }
.lp-hero--trade .lp-lead { margin-left: auto; margin-right: auto; }
.lp-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-small { margin-top: 16px; font-size: 13px; color: var(--gray-500); }
.lp-chat { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 24px; padding: 18px; box-shadow: var(--shadow-elevated); display: grid; gap: 10px; }
.lp-chat__head { display: flex; align-items: center; gap: 10px; color: var(--navy-900); padding-bottom: 6px; }
.lp-chat .ofi__avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--orange-500); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.lp-bubble { background: #fff; border: 1px solid var(--gray-100); padding: 10px 14px; border-radius: 16px; max-width: 90%; font-size: 14px; }
.lp-bubble--me { background: var(--navy-900); color: #fff; justify-self: end; border: 0; }
.lp-bubble--ok { background: var(--success-50); color: #166534; border: 0; display: inline-flex; gap: 6px; align-items: center; font-weight: 600; }
.lp-card { background: #fff; border-left: 4px solid var(--orange-500); border-radius: 12px; padding: 12px 14px; font-size: 14px; box-shadow: var(--shadow-card); }
.lp-card__label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--orange-600); margin-bottom: 4px; }
.lp-card__btns { display: flex; justify-content: flex-end; gap: 8px; margin-top: 10px; }
.lp-card__btns .btn { height: 32px; font-size: 13px; }
.lp-section { padding: clamp(48px, 7vw, 96px) clamp(16px, 5vw, 64px); max-width: 1280px; margin: 0 auto; }
.lp-section > h2, .lp-section h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.01em; margin-bottom: 28px; }
.lp-section--dark { max-width: none; background: var(--navy-900); color: rgba(255,255,255,.8); }
.lp-section--dark h2 { color: #fff; }
.lp-section--dark .lp-split { max-width: 1152px; margin: 0 auto; }
.lp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lp-feature { padding: 24px; border: 1px solid var(--gray-100); border-radius: 20px; }
.lp-feature h3 { margin: 14px 0 8px; font-size: 18px; }
.lp-feature p { color: var(--gray-500); }
.lp-feature__icon { width: 46px; height: 46px; border-radius: 14px; background: var(--orange-50); color: var(--orange-500); display: inline-flex; align-items: center; justify-content: center; }
.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-split p { font-size: 17px; }
.lp-checks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.lp-checks li { display: flex; gap: 10px; align-items: center; color: #fff; font-weight: 500; }
.lp-checks .icon { color: var(--orange-500); }
.lp-mock { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 48px; text-align: center; color: #fff; }
.lp-mock .icon { color: var(--orange-500); }
.lp-mock p { margin-top: 16px; font-size: 20px; font-weight: 600; }
.lp-mock--light { background: var(--gray-50); border-color: var(--gray-100); color: var(--navy-900); }
.lp-prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.lp-price { border: 1px solid var(--gray-100); border-radius: 24px; padding: 28px; }
.lp-price--hl { border: 2px solid var(--orange-500); box-shadow: var(--shadow-elevated); }
.lp-price__num { font-size: 42px; font-weight: 800; color: var(--navy-900); margin: 10px 0 18px; }
.lp-price__num span { font-size: 15px; font-weight: 500; color: var(--gray-500); }
.lp-price ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.lp-price li { display: flex; gap: 8px; align-items: flex-start; }
.lp-price li .icon { color: var(--success); margin-top: 2px; }
.lp-trades { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-trade { display: inline-flex; gap: 10px; align-items: center; padding: 14px 20px; border: 1px solid var(--gray-100); border-radius: var(--radius-full); font-weight: 600; color: var(--navy-900); }
.lp-trade:hover { border-color: var(--orange-500); color: var(--orange-600); }
.lp-final { text-align: center; padding: 72px 16px; background: var(--orange-50); }
.lp-final h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; margin-bottom: 24px; }
.lp-legal { max-width: 820px; }
.lp-legal h1 { margin-bottom: 20px; font-size: 34px; }
.lp-legal h2 { font-size: 20px !important; margin: 28px 0 8px !important; }
.lp-legal p { color: var(--gray-900); margin-bottom: 10px; }
.lp-foot { background: var(--navy-900); color: rgba(255,255,255,.7); padding: 48px clamp(16px, 5vw, 64px) 24px; }
.lp-foot__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; max-width: 1152px; margin: 0 auto; }
.lp-foot__inner div { display: flex; flex-direction: column; gap: 8px; }
.lp-foot strong { color: #fff; }
.lp-foot a:hover { color: #fff; }
.lp-foot__copy { text-align: center; margin-top: 32px; font-size: 13px; }
@media (max-width: 900px) {
  .lp-hero, .lp-split { grid-template-columns: 1fr; }
  .lp-grid, .lp-prices { grid-template-columns: 1fr; }
  .lp-nav__links a:not(.btn):not(.lp-nav__login) { display: none; }
  .lp-foot__inner { grid-template-columns: 1fr; }
}
