/* ===========================================================================
   TrahaBoCas — "For Pros" landing page
   Page-scoped styles only. Reuses app.css tokens, components & rhythm.
   New scoped classes: .pro-hero .value-grid .value-card .pricing-grid
                       .price-card .trust-row .pro-final
   =========================================================================== */

/* ------------------------------- Hero ----------------------------------- */
.pro-hero {
  position: relative;
  background:
    radial-gradient(110% 100% at 12% -20%, color-mix(in srgb, var(--navy) 9%, transparent), transparent 55%),
    radial-gradient(120% 100% at 88% -10%, color-mix(in srgb, var(--orange) 12%, transparent), transparent 52%),
    linear-gradient(180deg, var(--grey-50), #fff 72%);
  padding-block: clamp(2.6rem, 6vw, 5rem) clamp(2.4rem, 5vw, 4rem);
  overflow: hidden;
}
.pro-hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.2rem);
  letter-spacing: -0.035em;
  margin-top: 1.1rem;
}
.pro-hero h1 .hl { color: var(--orange); position: relative; white-space: nowrap; }
.pro-hero h1 .hl svg { position: absolute; left: 0; right: 0; bottom: -0.18em; width: 100%; height: 0.3em; color: var(--star); }
.pro-hero .lede { margin-top: 1.2rem; max-width: 33rem; }

.pro-hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }

/* Trust row under the CTAs */
.trust-row {
  margin-top: 2rem;
  display: flex; align-items: center; gap: 1.4rem;
  flex-wrap: wrap;
}
.trust-row .faces { display: flex; }
.trust-row .faces .avatar { --s: 38px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -10px; font-size: 0.82rem; box-shadow: var(--shadow-xs); }
.trust-row .faces .avatar:first-child { margin-left: 0; }
.trust-row .t-copy { font-size: 0.92rem; line-height: 1.3; }
.trust-row .t-copy b { color: var(--navy); }

/* Hero visual — floating proof cards over a navy panel */
.pro-hero .hero-visual { position: relative; min-height: 460px; }
.pro-hero .hero-visual .photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 100%;
  min-height: 440px;
  background: linear-gradient(160deg, var(--navy-700), var(--navy));
  position: relative;
  box-shadow: var(--shadow-lg);
}
.pro-hero .hero-visual .photo::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(58% 50% at 28% 22%, rgba(255,107,44,0.32), transparent 70%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 20px);
}
.pro-hero .float-card.fc1 { top: 30px; right: -22px; left: auto; width: 244px; }
.pro-hero .float-card.fc2 { bottom: 36px; left: -20px; right: auto; width: 256px; }
.pro-hero .float-card.fc3 { top: 200px; right: -26px; left: auto; width: 188px; z-index: 2; }
@media (max-width: 980px) {
  .pro-hero .hero-visual { min-height: 380px; margin-top: 1rem; }
  .pro-hero .float-card.fc1 { right: 4px; }
  .pro-hero .float-card.fc2 { left: 4px; }
  .pro-hero .float-card.fc3 { display: none; }
}

.fc-bars { display: grid; gap: 0.4rem; margin-top: 0.7rem; }
.fc-bar { height: 8px; border-radius: 999px; background: var(--grey-100); overflow: hidden; }
.fc-bar > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--orange), #ff9a63); }

/* ----------------------------- Value props ------------------------------ */
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.value-card { padding: clamp(1.4rem, 2vw, 1.7rem); }
.value-card .ic {
  width: 54px; height: 54px;
  border-radius: 15px;
  display: grid; place-items: center;
  background: var(--orange-100);
  color: var(--orange-600);
  margin-bottom: 1rem;
}
.value-card .ic svg { width: 27px; height: 27px; }
.value-card:nth-child(2) .ic { background: var(--green-100); color: var(--green); }
.value-card:nth-child(3) .ic { background: color-mix(in srgb, var(--star) 18%, #fff); color: #b87800; }
.value-card:nth-child(4) .ic { background: color-mix(in srgb, var(--navy) 8%, #fff); color: var(--navy); }
.value-card h3 { font-size: 1.12rem; margin-bottom: 0.45rem; }
.value-card p { color: var(--text-soft); font-size: 0.92rem; line-height: 1.55; }
@media (max-width: 960px) { .value-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .value-grid { grid-template-columns: 1fr; } }

/* Pro "how it works" gets a 4-step grid (app.css steps is 3-col) */
.steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
.steps.steps-4 .step:nth-child(4) .num-badge { background: var(--green); }
.steps.steps-4 .step:nth-child(3) .num-badge { background: var(--orange); }
.steps.steps-4 .step:nth-child(2) .num-badge { background: var(--navy-700); }
@media (max-width: 960px) { .steps.steps-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps.steps-4 { grid-template-columns: 1fr; } }

/* ------------------------------- Pricing -------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 2.4rem;
  max-width: 880px;
  margin-inline: auto;
}
.price-card { padding: clamp(1.6rem, 2.4vw, 2.1rem); display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--orange); box-shadow: var(--shadow); }
.price-card .pc-head { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; margin-bottom: 0.6rem; }
.price-card h3 { font-size: 1.3rem; }
.price-card .price { display: flex; align-items: baseline; gap: 0.4rem; margin-block: 0.8rem 0.3rem; }
.price-card .price .amt { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--navy); letter-spacing: -0.03em; line-height: 1; }
.price-card .price .per { color: var(--text-soft); font-size: 0.92rem; font-weight: 600; }
.price-card .price-note { font-size: 0.8rem; color: var(--text-faint); font-style: italic; }
.price-card .feat-list { display: grid; gap: 0.7rem; margin-block: 1.3rem; }
.price-card .feat-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; color: var(--text-soft); }
.price-card .feat-list li svg { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 1px; }
.price-card .btn { margin-top: auto; }
@media (max-width: 720px) { .pricing-grid { grid-template-columns: 1fr; } }

.pricing-foot {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 0.9rem;
  color: var(--text-soft);
  display: flex; align-items: center; justify-content: center; gap: 0.5rem; flex-wrap: wrap;
}
.pricing-foot svg { width: 16px; height: 16px; color: var(--green); }

/* ------------------------------ Final CTA ------------------------------- */
.pro-final {
  border-radius: var(--radius-xl);
  padding: clamp(2.2rem, 4vw, 3.4rem);
  background: linear-gradient(150deg, var(--navy), var(--navy-700));
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pro-final::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(70% 120% at 85% -10%, rgba(255,107,44,0.28), transparent 55%);
  pointer-events: none;
}
.pro-final > * { position: relative; z-index: 1; }
.pro-final h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 0.7rem; }
.pro-final p { color: rgba(255,255,255,0.85); max-width: 46ch; margin-inline: auto; }
.pro-final .pro-final-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-top: 1.8rem; }
