/* Lead Centers | Section components: cards, guarantee, filters, comparison, pricing
   Part of the split stylesheet. Load order: base, layout, components, responsive. */

/* --- Benefit cards ------------------------------------------------------- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .22s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }

.card__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  background: var(--brand-soft);
  color: var(--brand);
}
.card__icon--g { background: var(--green-soft); color: var(--green); }
.card__icon--v { background: var(--violet-soft); color: var(--violet); }
.card__icon--a { background: var(--amber-soft); color: var(--amber); }
.card h3 { font-size: 17.5px; margin-bottom: 9px; letter-spacing: -.015em; }
.card p { font-size: 14.5px; color: var(--muted); line-height: 1.62; }

/* --- Guarantee ----------------------------------------------------------- */
.guarantee { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.guarantee__list { display: grid; gap: 22px; margin-top: 30px; }
.gitem { display: block; }
.gitem h4 { font-size: 16.5px; margin-bottom: 5px; }
.gitem p { font-size: 14.5px; color: var(--muted); }

.dial {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.dial__ring {
  width: 190px; height: 190px;
  margin: 0 auto 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: conic-gradient(var(--green) 0% 95%, var(--surface-3) 95% 100%);
  position: relative;
}
.dial__ring::after {
  content: "";
  position: absolute; inset: 15px;
  background: var(--surface);
  border-radius: 50%;
}
.dial__val { position: relative; z-index: 1; }
.dial__val b { display: block; font-size: 40px; font-weight: 780; color: var(--ink); letter-spacing: -.04em; line-height: 1; }
.dial__val span { font-size: 12.5px; color: var(--muted); font-weight: 560; }

.dial__foot {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  margin-top: 6px;
}
.dial__cell { background: var(--surface); padding: 16px 12px; }
.dial__cell b { display: block; font-size: 19px; font-weight: 740; color: var(--ink); letter-spacing: -.02em; }
.dial__cell span { font-size: 12px; color: var(--muted); }

/* --- Filters ------------------------------------------------------------- */
.filters { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: start; }

.fpanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.fpanel__head {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px;
  background: var(--surface-2);
}
.fpanel__head h4 { font-size: 14.5px; }
.fpanel__reset {
  margin-left: auto; font-size: 12.5px; font-weight: 600; color: var(--brand);
  background: none; border: 0; cursor: pointer; font-family: inherit; padding: 4px 6px; border-radius: 6px;
}
.fpanel__reset:hover { background: var(--brand-soft); }

.fgroup { padding: 20px 22px; border-bottom: 1px solid var(--line); }
.fgroup__label {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; font-weight: 680; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 13px;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: inherit;
  font-size: 13px;
  font-weight: 560;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  padding: 7px 14px;
  cursor: pointer;
  transition: all .15s ease;
}
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip[aria-pressed="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 2px 8px rgba(26, 86, 168,.28);
}

.fresult { padding: 22px; display: flex; align-items: center; gap: 16px; background: var(--surface-2); }
.fresult__n { font-size: 30px; font-weight: 780; color: var(--brand); letter-spacing: -.035em; line-height: 1; }
.fresult__l { font-size: 13px; color: var(--muted); }
.fresult .btn { margin-left: auto; }

.intent-list { display: grid; gap: 14px; margin-top: 28px; }
.intent {
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 16px 18px; box-shadow: var(--shadow-sm);
}
.intent__ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); }
.intent b { font-size: 14.5px; color: var(--ink); }
.intent p { font-size: 13px; color: var(--muted); margin-top: 2px; }
.score {
  font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 100px;
  background: var(--green-soft); color: var(--green); white-space: nowrap;
}
.score--warm { background: var(--amber-soft); color: var(--amber); }

/* --- Comparison ---------------------------------------------------------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.vs {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: 12px;
}
.vs__scroll { overflow-x: auto; }
.vs__table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 900px; }

col.c-feat { width: 27%; }
col.c-us   { width: 25.5%; }

/* Header row */
.vs__table thead th { vertical-align: bottom; padding: 24px; text-align: left; }
.vs__corner { background: transparent; border: 0; }

.vs__name { display: block; font-size: 15.5px; font-weight: 690; color: var(--ink); letter-spacing: -.02em; line-height: 1.25; }
.vs__kind { display: block; font-size: 12.5px; color: var(--muted-2); margin-top: 5px; font-weight: 500; }

/* The elevated "us" column */
.vs__us { background: #f3f8fe; }

.vs__us--cap {
  position: relative;
  background: linear-gradient(158deg, #0d2a58 0%, var(--navy) 52%, #22629f 100%);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding-top: 34px !important;
  box-shadow: 0 -10px 26px rgba(20, 58, 117, .16);
}
.vs__us--cap .vs__name {
  color: #fff;
  font-weight: 780;
  font-size: 21px;
  letter-spacing: -.025em;
  margin-bottom: 2px;
}
.vs__us--cap .vs__name em { font-style: normal; color: var(--sky); }
.vs__us--cap .vs__kind { color: var(--sky); font-weight: 560; }

.vs__ribbon {
  position: absolute;
  top: 14px; right: 16px;
  background: var(--sky);
  color: #06203f;
  font-size: 10.5px;
  font-weight: 780;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

/* Body rows */
.vs__table tbody th {
  text-align: left;
  padding: 17px 24px;
  font-weight: 400;
  border-top: 1px solid var(--line);
  position: sticky; left: 0;
  background: var(--surface);
  z-index: 2;
}
.vs__table tbody th b { display: block; font-size: 15px; font-weight: 660; color: var(--ink); letter-spacing: -.015em; }
.vs__table tbody th span { display: block; font-size: 12.5px; color: var(--muted-2); margin-top: 3px; }

.vs__table tbody td {
  padding: 17px 24px;
  font-size: 14.5px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  vertical-align: middle;
}
.vs__table tbody td.vs__us { color: var(--ink); font-weight: 620; border-top-color: #dcebfa; }
.vs__table tbody tr:hover th,
.vs__table tbody tr:hover td:not(.vs__us) { background: var(--surface-2); }
.vs__table tbody tr:hover td.vs__us { background: #e9f2fd; }

/* Verdict icons */
.ic { display: inline-block; width: 16px; height: 16px; margin-right: 10px; vertical-align: -3px; flex-shrink: 0; }
.ic--yes { color: var(--green); }
.ic--mid { color: #c08a2e; }
.ic--no  { color: #b6bfcc; }

/* Footer row */
.vs__table tfoot td { padding: 22px 24px; border-top: 1px solid var(--line); }
.vs__table tfoot .vs__corner { border-top: 0; }
.vs__us--foot {
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  border-top-color: #dcebfa !important;
  font-size: 13.5px; font-weight: 680; color: var(--ink);
}
.vs__altfoot { font-size: 12.5px; color: var(--muted-2); }

.vs__note { text-align: center; margin-top: 26px; font-size: 13.5px; color: var(--muted); }

/* --- Categories ---------------------------------------------------------- */
.cat { position: relative; overflow: hidden; }
.cat__tag {
  display: inline-block; font-size: 11.5px; font-weight: 680; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px; margin-bottom: 15px;
}
.cat__tag--b { background: var(--brand-soft); color: var(--brand); }
.cat__tag--v { background: var(--violet-soft); color: var(--violet); }
.cat__tag--g { background: var(--green-soft); color: var(--green); }
.cat__tag--a { background: var(--amber-soft); color: var(--amber); }
.cat ul { margin-top: 16px; display: grid; gap: 9px; }
.cat li { font-size: 14px; color: var(--muted); display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; }
.cat li::before { content: "→"; color: var(--brand); font-weight: 700; }
.cat__foot { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted-2); }
.cat__foot b { color: var(--ink); font-weight: 680; }

/* --- Integrations -------------------------------------------------------- */
.integr { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 14px; }
.itile {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 20px 16px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .2s ease, border-color .16s ease;
}
.itile:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--brand-border); }
.itile__logo {
  width: 46px; height: 46px; margin: 0 auto 12px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.itile:hover .itile__logo { background: var(--surface); }
.itile__logo svg { display: block; }
.itile b { display: block; font-size: 14px; color: var(--ink); font-weight: 640; }
.itile span { font-size: 12px; color: var(--muted-2); }

.hook {
  margin-top: 30px;
  background: var(--ink);
  border-radius: var(--r-lg);
  padding: 26px 28px;
  color: #cbd5e1;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.75;
  overflow-x: auto;
  box-shadow: var(--shadow-md);
}
.hook__head {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: var(--sans); font-size: 12.5px; font-weight: 640; color: #94a3b8;
}
.hook__head .tagx { background: rgba(255,255,255,.1); color: #e2e8f0; padding: 3px 9px; border-radius: 6px; font-size: 11px; }
.hook .k { color: #7dd3fc; }
.hook .s { color: #86efac; }
.hook .n { color: #fca5a5; }

/* --- Steps --------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; position: relative; }
.step { position: relative; padding-top: 8px; }
.step__n {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--brand); color: #fff;
  display: grid; place-items: center;
  font-size: 18px; font-weight: 760;
  box-shadow: 0 6px 16px rgba(26, 86, 168,.3);
  margin-bottom: 20px;
}
.step h3 { font-size: 18px; margin-bottom: 9px; }
.step p { font-size: 14.5px; color: var(--muted); }
.step::after {
  content: "";
  position: absolute; top: 23px; left: 62px; right: -26px;
  height: 1.5px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 7px, transparent 7px 14px);
}
.step:last-child::after { display: none; }

/* --- Live lead preview --------------------------------------------------- */
.leads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lead {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .22s ease;
}
.lead:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lead__top { padding: 20px 22px 0; }
.lead__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tagline {
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 6px;
}
.tagline--b { background: var(--brand-soft); color: var(--brand); }
.tagline--v { background: var(--violet-soft); color: var(--violet); }
.tagline--a { background: var(--amber-soft); color: var(--amber); }
.tagline--live { background: var(--green-soft); color: var(--green); display: inline-flex; align-items: center; gap: 5px; }
.lead h3 { font-size: 16.5px; line-height: 1.32; margin-bottom: 12px; }

.lead__rows { padding: 0 22px 18px; display: grid; gap: 9px; }
.lrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13.5px; }
.lrow span { color: var(--muted-2); }
.lrow b { color: var(--ink); font-weight: 620; }

.lead__lock {
  margin-top: auto;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  padding: 16px 22px;
  display: flex; align-items: center; gap: 11px;
}
.masked {
  flex: 1;
  font-family: var(--mono); font-size: 12.5px; color: var(--muted-2);
  filter: blur(3.4px); user-select: none;
}
.lead__lock .btn { flex-shrink: 0; }

/* --- Case study ---------------------------------------------------------- */
.case {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
}
.case__body { padding: 46px; }
.quote { font-size: clamp(20px, 2.3vw, 26px); line-height: 1.4; color: var(--ink); font-weight: 650; letter-spacing: -.02em; }
.quote::before { content: "\201C"; color: var(--brand); }
.quote::after  { content: "\201D"; color: var(--brand); }
.case__who { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.case__who .avatar { width: 44px; height: 44px; border-radius: 12px; font-size: 15px; }
.case__who b { display: block; font-size: 14.5px; color: var(--ink); }
.case__who span { font-size: 13px; color: var(--muted); }

.case__stats { background: var(--surface-2); border-left: 1px solid var(--line); padding: 46px 36px; display: grid; gap: 30px; align-content: center; }
.kpi b { display: block; font-size: 32px; font-weight: 780; color: var(--ink); letter-spacing: -.04em; line-height: 1.05; }
.kpi b .up { color: var(--green); }
.kpi span { font-size: 13px; color: var(--muted); }

/* --- Pricing ------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plans--4 { grid-template-columns: repeat(4, 1fr); gap: 18px; }

.plan {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 30px 24px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; height: 100%;
  position: relative;
  transition: transform .18s ease, box-shadow .22s ease, border-color .18s ease;
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.plan--feature {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft), var(--shadow-lg);
}
.plan--best {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px #e7eefa, var(--shadow-lg);
}

.plan__flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff;
  font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 15px; border-radius: 100px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(26, 86, 168,.35);
}
.plan__flag--best { background: var(--navy); box-shadow: 0 4px 12px rgba(20, 58, 117, .38); }

.plan h3 { font-size: 17.5px; line-height: 1.3; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }


.plan__price { margin: 20px 0 5px; display: flex; align-items: baseline; gap: 5px; }
.plan__price b { font-size: 33px; font-weight: 780; color: var(--ink); letter-spacing: -.045em; line-height: 1; }
.plan__price span { font-size: 13.5px; color: var(--muted); }
.plan__billed { font-size: 12px; color: var(--muted-2); margin-top: 6px; min-height: 32px; line-height: 1.45; }

.plan .btn { margin-top: 18px; }
.btn--navy { background: var(--navy); color: #fff; box-shadow: 0 1px 2px rgba(20,58,117,.3), 0 8px 20px rgba(20,58,117,.24); }
.btn--navy:hover { background: #0e2c5c; }

.plan__feats { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.plan__feats li { display: grid; grid-template-columns: 17px 1fr; gap: 9px; font-size: 13.5px; color: var(--muted); align-items: start; line-height: 1.5; }
.plan__feats .ic { width: 15px; height: 15px; margin: 3px 0 0; vertical-align: 0; }
.plan__feats b { color: var(--ink); font-weight: 640; }


.plan-note {
  text-align: center; margin-top: 34px;
  font-size: 13.5px; color: var(--muted);
  max-width: 620px; margin-inline: auto; line-height: 1.6;
}

/* --- Final CTA ----------------------------------------------------------- */
.finale {
  background: linear-gradient(135deg, #0e2c5c 0%, var(--navy) 42%, #2f8fce 100%);
  border-radius: var(--r-xl);
  padding: 66px 44px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(26, 86, 168,.3);
}
.finale::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(560px 300px at 50% 0%, #000, transparent 76%);
  -webkit-mask-image: radial-gradient(560px 300px at 50% 0%, #000, transparent 76%);
}
.finale > * { position: relative; z-index: 1; }
.finale h2 { color: #fff; font-size: clamp(28px, 3.7vw, 42px); }
.finale p { margin-top: 16px; font-size: 17.5px; color: rgba(255,255,255,.86); max-width: 600px; margin-inline: auto; }
.finale__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.finale__note { margin-top: 20px; font-size: 13.5px; color: rgba(255,255,255,.72); }

/* --- WhatsApp float ------------------------------------------------------ */
.wa {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 80;
  display: inline-flex; align-items: center; gap: 0;
  height: 56px;
  padding: 0 16px;
  border-radius: 100px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 12px rgba(18, 140, 70, .34), 0 12px 30px rgba(18, 140, 70, .26);
  transition: gap .22s ease, padding .22s ease, transform .18s ease, box-shadow .22s ease;
  overflow: hidden;
}
.wa:hover {
  gap: 10px;
  padding-right: 22px;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(18, 140, 70, .4), 0 18px 40px rgba(18, 140, 70, .3);
}
.wa svg { flex-shrink: 0; }

.wa__label {
  max-width: 0;
  white-space: nowrap;
  font-size: 14.5px;
  font-weight: 640;
  opacity: 0;
  transition: max-width .22s ease, opacity .18s ease;
}
.wa:hover .wa__label,
.wa:focus-visible .wa__label { max-width: 190px; opacity: 1; }

/* Attention ping, fires once on load then settles */
.wa::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  border: 2px solid #25d366;
  animation: wa-ping 2.4s ease-out 3;
  pointer-events: none;
}
@keyframes wa-ping {
  0%   { transform: scale(1);    opacity: .7; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
.wa:hover::before { animation: none; }

@media (max-width: 760px) {
  .wa { right: 16px; bottom: 16px; height: 52px; padding: 0 14px; }
  .wa:hover { gap: 0; padding-right: 14px; }
  .wa:hover .wa__label { max-width: 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wa::before { animation: none; }
}
