/* ============================================================================
   institucional.css — TEAPOIO (exclusivo da landing pública)
   Importa bootstrap.css obrigatoriamente.
   ============================================================================ */
@import url("bootstrap.css");

.lp-nav {
  position: sticky; top: 0; z-index: 1030; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--tea-border);
}
.lp-nav .container { display: flex; align-items: center; gap: 1rem; height: 68px; }
.lp-nav img { height: 36px; }
.lp-nav .links { margin-left: auto; display: flex; align-items: center; gap: 1.5rem; }
.lp-nav .links a { color: var(--tea-text); font-weight: 600; }
.lp-nav .links a:hover { color: var(--tea-primary); text-decoration: none; }
@media (max-width: 767.98px) { .lp-nav .links .nav-text { display: none; } }

.lp-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(var(--tea-secondary-rgb), .14), transparent),
    radial-gradient(900px 500px at 0% 10%, rgba(var(--tea-primary-rgb), .12), transparent),
    var(--tea-bg);
  padding: 5rem 0 4rem;
}
.lp-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; }
.lp-hero p.lead { font-size: 1.25rem; color: var(--tea-text-muted); max-width: 560px; }
.lp-hero .infinity-mark { height: 64px; margin-bottom: 1.5rem; }
.lp-hero-art {
  border-radius: var(--tea-radius-lg); overflow: hidden; box-shadow: var(--tea-shadow-lg);
  border: 1px solid var(--tea-border); background: var(--tea-surface);
}

.lp-section { padding: 4.5rem 0; }
.lp-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; letter-spacing: -.02em; }
.lp-eyebrow { color: var(--tea-primary); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; }

.feature-card { background: var(--tea-surface); border: 1px solid var(--tea-border); border-radius: var(--tea-radius); padding: 1.6rem; height: 100%; }
.feature-card .ic {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1rem; color: #fff;
}
.feature-card h3 { font-size: 1.15rem; font-weight: 700; }
.feature-card p { color: var(--tea-text-muted); margin: 0; }

.audience-pill { background: var(--tea-surface); border: 1px solid var(--tea-border); border-radius: var(--tea-radius-pill); padding: .6rem 1.1rem; font-weight: 600; display: inline-flex; align-items: center; gap: .5rem; }

.lp-cta {
  background: linear-gradient(135deg, var(--tea-primary), var(--tea-secondary));
  color: #fff; border-radius: var(--tea-radius-lg); padding: 3.5rem; text-align: center;
}
.lp-cta h2 { color: #fff; }
.lp-cta .btn-light { font-weight: 700; }

.lp-footer { background: var(--tea-text); color: rgba(255,255,255,.8); padding: 3rem 0 2rem; }
.lp-footer a { color: rgba(255,255,255,.8); }
.lp-footer a:hover { color: #fff; }
.lp-footer img { height: 34px; filter: brightness(0) invert(1); }

.price-tag { font-size: 2.4rem; font-weight: 800; }
