/* Hero — Randevu Panelli Pro
 * Token-driven only; no hardcoded brand colours. */

.sembo-hero-appt-pro {
  padding: calc(var(--sembo-section-padding) * 0.72) 0;
  background: var(--sembo-gradient);
}

.sembo-hero-appt-pro__container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 52px;
}

.sembo-hero-appt-pro__content .sembo-kicker {
  color: var(--sembo-surface);
  opacity: 0.85;
}

.sembo-hero-appt-pro__title {
  margin: 10px 0 18px;
  color: var(--sembo-surface);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: var(--sembo-heading-weight);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sembo-hero-appt-pro__text {
  margin: 0 0 30px;
  max-width: 52ch;
  color: var(--sembo-surface);
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.92;
}

.sembo-hero-appt-pro__steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.sembo-hero-appt-pro__step {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--sembo-surface);
  font-size: 15px;
  line-height: 1.6;
}

.sembo-hero-appt-pro__step-num {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.sembo-hero-appt-pro__panel {
  padding: 32px;
  background: var(--sembo-surface);
  border-radius: calc(var(--sembo-card-radius) + 6px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
}

.sembo-hero-appt-pro__panel-heading {
  margin: 0 0 8px;
  color: var(--sembo-ink);
  font-size: 22px;
  font-weight: var(--sembo-heading-weight);
  line-height: 1.25;
}

.sembo-hero-appt-pro__panel-subtext {
  margin: 0 0 22px;
  color: var(--sembo-copy);
  font-size: 14px;
  line-height: 1.65;
}

.sembo-hero-appt-pro__phone {
  display: block;
  margin-bottom: 12px;
  padding: 16px 18px;
  background: var(--sembo-soft-strong);
  border: 1px solid var(--sembo-pd-20);
  border-radius: var(--sembo-card-radius);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.sembo-hero-appt-pro__phone:hover,
.sembo-hero-appt-pro__phone:focus-visible {
  background: var(--sembo-pd-08);
  border-color: var(--sembo-primary-dark);
}

.sembo-hero-appt-pro__phone-label {
  display: block;
  margin-bottom: 3px;
  color: var(--sembo-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sembo-hero-appt-pro__phone-number {
  display: block;
  color: var(--sembo-text-teal);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: var(--sembo-heading-weight);
  line-height: 1.2;
}

.sembo-hero-appt-pro__whatsapp {
  display: block;
  padding: 13px 18px;
  color: var(--sembo-surface);
  background: var(--sembo-primary-dark);
  border-radius: var(--sembo-card-radius);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s ease;
}

.sembo-hero-appt-pro__whatsapp:hover,
.sembo-hero-appt-pro__whatsapp:focus-visible {
  background: var(--sembo-text-teal);
  color: var(--sembo-surface);
}

.sembo-hero-appt-pro__hours {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--sembo-line);
}

.sembo-hero-appt-pro__hours-label {
  display: block;
  margin-bottom: 4px;
  color: var(--sembo-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sembo-hero-appt-pro__hours-value {
  display: block;
  color: var(--sembo-copy);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .sembo-hero-appt-pro__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
}
