/* Hub Tabela de Preços — componentes novos (DS v4.1) */
/* Hero reutiliza .hero / .hero-bg / .glass-panel da Home (style.css) */
/* Folga sob header absoluto + breadcrumb sem colar na logo (modelo área comercial) */
.hero:has(.hp-breadcrumb) .hero-layout{padding-top:124px}
.hero .hp-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 0;
  padding:0 0 18px;
  margin:0;
  font-size:13px;
  line-height:1.4;
  color:rgba(255,255,255,.72);
  max-width:36rem;
}
.hero .hp-breadcrumb a{color:#fff;font-weight:600;text-decoration:none}
.hero .hp-breadcrumb a:hover{color:#ffb3c4}
.hero .hp-breadcrumb span[aria-hidden]{margin:0 8px;opacity:.55}
.hero .hero-actions{margin-bottom:4px}
.hero .hero-note{margin-top:16px}
@media (max-width:760px){
  .hero:has(.hp-breadcrumb) .hero-layout{padding-top:118px}
  .hero .hp-breadcrumb{max-width:100%;font-size:12px}
}

.hp-promo .button-ghost{background:rgba(4,17,31,.22)}

.hp-truth{margin:28px 0 0;padding:18px 20px;border-radius:14px;background:#fff8f9;border:1px solid #f3c9d2;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.hp-truth p{margin:0;font-size:14px;line-height:1.55;color:#3a4554;max-width:62ch}
.hp-truth strong{color:var(--navy)}

.hp-snapshot{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hp-snapshot__item{display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:16px;border:1px solid #e3e8ef;background:#fff;text-decoration:none;color:inherit;box-shadow:0 8px 22px rgba(6,20,38,.05);transition:.2s ease;min-height:100%}
.hp-snapshot__item:hover{transform:translateY(-2px);border-color:#d3dbe6}
.hp-snapshot__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f3f6fa;color:var(--red)}
.hp-snapshot__item strong{font-size:15px}
.hp-snapshot__item p{margin:0;font-size:13px;line-height:1.5;color:#5f6b7a;flex:1}
.hp-snapshot__item em{font-style:normal;font-size:12px;font-weight:800;color:var(--red)}

.hp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:hpstep}
.hp-steps__item{position:relative;padding:20px;border-radius:14px;border:1px solid #e3e8ef;background:#fff}
.hp-steps__item::before{counter-increment:hpstep;content:counter(hpstep);display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--navy);color:#fff;font-size:12px;font-weight:800;margin-bottom:12px}
.hp-steps__item h3{margin:0 0 8px;font-size:16px}
.hp-steps__item p{margin:0;font-size:13px;line-height:1.55;color:#5f6b7a}

.hp-influence{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hp-influence__card{display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:16px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 8px 22px rgba(6,20,38,.05);min-height:100%}
.hp-influence__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#f7f9fc;color:var(--red)}
.hp-influence__card h3{margin:0;font-size:16px}
.hp-influence__card p{margin:0;font-size:13px;line-height:1.55;color:#5f6b7a;flex:1}
.hp-influence__card a{font-size:12px;font-weight:800;color:var(--red);text-decoration:none}
.hp-influence__card a:hover{text-decoration:underline}

.hp-matrix{width:100%;border-collapse:collapse;font-size:14px}
.hp-matrix th,.hp-matrix td{padding:14px 12px;border-bottom:1px solid #e3e8ef;text-align:left;vertical-align:top}
.hp-matrix th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#657386;background:#f7f9fc}
.hp-matrix caption{caption-side:bottom;padding-top:12px;font-size:12px;color:#657386;text-align:left}
.hp-matrix-cards{display:none;gap:12px}
.hp-matrix-card{padding:18px;border-radius:14px;border:1px solid #e3e8ef;background:#fff}
.hp-matrix-card h3{margin:0 0 8px;font-size:16px}
.hp-matrix-card p{margin:0 0 6px;font-size:13px;color:#5f6b7a}
.hp-matrix-card strong{font-size:12px;color:var(--red)}

.hp-sim{border-radius:20px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 14px 40px rgba(6,20,38,.08);overflow:hidden}
.hp-sim__head{padding:22px 24px;background:linear-gradient(135deg,#061426,#173f67);color:#fff}
.hp-sim__head h2{margin:0 0 8px;font-size:clamp(22px,2.5vw,30px);max-width:22ch}
.hp-sim__head p{margin:0;font-size:14px;color:#c9d7e8;max-width:58ch}
.hp-sim__progress{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;background:#f7f9fc;border-bottom:1px solid #e3e8ef;font-size:13px;font-weight:700;color:#33445a}
.hp-sim__bar{flex:1;height:6px;border-radius:999px;background:#e3e8ef;overflow:hidden}
.hp-sim__bar>i{display:block;height:100%;width:20%;background:var(--red);border-radius:inherit;transition:width .25s ease}
.hp-sim__body{padding:24px}
.hp-sim__step[hidden]{display:none !important}
.hp-sim__legend{margin:0 0 16px;font-size:18px;font-weight:800;color:var(--navy)}
.hp-sim__options{display:grid;gap:10px}
.hp-sim__options--2{grid-template-columns:1fr}
.hp-sim__option{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid #d8e0ea;background:#fff;cursor:pointer;font-weight:600;color:var(--navy);min-height:48px}
.hp-sim__option:has(input:checked){border-color:var(--red);box-shadow:0 0 0 2px rgba(221,0,46,.15)}
.hp-sim__option input{width:18px;height:18px;accent-color:var(--red)}
.hp-sim__select{width:100%;height:48px;border:1px solid #d8e0ea;border-radius:10px;padding:0 12px;font:inherit;background:#fff}
.hp-sim__error{margin:12px 0 0;font-size:13px;color:var(--red);font-weight:600}
.hp-sim__error[hidden]{display:none !important}
.hp-sim__nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:20px}
.hp-sim__result{padding:8px 0 0}
.hp-sim__result[hidden]{display:none !important}
.hp-sim__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;padding:0;list-style:none}
.hp-sim__chips li{padding:6px 10px;border-radius:999px;background:#f3f6fa;border:1px solid #e3e8ef;font-size:12px;font-weight:700;color:#33445a}
.hp-sim__msg{margin:0 0 10px;font-size:18px;line-height:1.45;font-weight:700;color:var(--navy)}
.hp-sim__micro{margin:0 0 18px;font-size:13px;color:#5f6b7a}
.hp-sim__ctas{display:flex;flex-wrap:wrap;gap:10px}
.hp-sim__note{margin:16px 24px 24px;font-size:12px;color:#657386}

.hp-profile{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.hp-profile__card{display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:16px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 8px 22px rgba(6,20,38,.05)}
.hp-profile__card h3{margin:0;font-size:20px}
.hp-profile__card ul{margin:0;padding-left:18px;color:#5f6b7a;font-size:13px;line-height:1.55;flex:1}
.hp-profile__card .bh-actions{margin-top:8px}

.hp-compare{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hp-compare__item{padding:20px;border-radius:14px;border:1px solid #e3e8ef;background:#fff}
.hp-compare__item h3{margin:0 0 8px;font-size:16px}
.hp-compare__item p{margin:0;font-size:13px;line-height:1.55;color:#5f6b7a}

.hp-ladder{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hp-ladder__item{padding:20px;border-radius:14px;border:1px solid #e3e8ef;background:#fff}
.hp-ladder__item h3{margin:0 0 8px;font-size:16px}
.hp-ladder__item p{margin:0;font-size:13px;line-height:1.55;color:#5f6b7a}

.hp-objections{display:grid;gap:10px}
.hp-objections details{border:1px solid #e3e8ef;border-radius:12px;background:#fff;padding:14px 16px}
.hp-objections summary{cursor:pointer;font-weight:700;color:var(--navy)}
.hp-objections p{margin:10px 0 0;font-size:13px;line-height:1.55;color:#5f6b7a}

.hp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;transform:translateY(110%);transition:transform .25s ease;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(6,20,38,.96);border-top:1px solid rgba(255,255,255,.1)}
.hp-sticky.is-visible{transform:translateY(0)}
.hp-sticky__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1120px;margin:0 auto}
.hp-sticky__copy{color:#c9d7e8;font-size:13px;font-weight:600}
.hp-sticky__actions{display:flex;gap:8px;align-items:center}
.hp-sticky .button{min-height:44px}
body.has-hp-sticky{padding-bottom:76px}

.hp-form-panel{padding:24px;border-radius:18px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 10px 28px rgba(6,20,38,.06)}
.hp-form-panel .lead-dock__form{display:grid;gap:12px}
.hp-form-panel label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#33445a}
.hp-form-panel input,.hp-form-panel textarea,.hp-form-panel select{height:48px;border:1px solid #d8e0ea;border-radius:10px;padding:0 12px;font:inherit}
.hp-form-panel textarea{height:auto;padding:12px;min-height:88px}
.hp-form-panel .lead-dock__feedback{min-height:1.2em;font-size:13px}

.hp-promo{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding:22px 24px;border-radius:16px;background:linear-gradient(135deg,#061426,#173f67);color:#fff;margin-top:28px}
.hp-promo p{margin:0;font-size:15px;font-weight:700;max-width:42ch}

@media (max-width:1024px){
  .hp-snapshot,.hp-steps,.hp-influence,.hp-ladder{grid-template-columns:repeat(2,1fr)}
  .hp-profile{grid-template-columns:1fr}
}
@media (max-width:760px){
  .hp-snapshot,.hp-steps,.hp-influence,.hp-ladder,.hp-compare{grid-template-columns:1fr}
  .hp-matrix{display:none}
  .hp-matrix-cards{display:grid}
  .hp-sticky__copy{display:none}
  .hp-truth{flex-direction:column;align-items:flex-start}
  .hp-sim__nav{flex-direction:column}
  .hp-sim__nav .button{width:100%}
  .hp-sim__ctas{flex-direction:column}
  .hp-sim__ctas .button{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .hp-snapshot__item,.hp-sim__bar>i,.hp-sticky{transition:none}
}
