/* ETONE product pages — premium hero & sections (flash-rent / pricing) */

.pro-page .container {
  width: min(1120px, calc(100% - 32px));
}

/* ── Premium Hero ── */
.pro-hero {
  position: relative;
  margin-bottom: 48px;
  padding: 40px 44px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 85% 65% at 92% 8%, rgba(34, 211, 238, 0.13), transparent 52%),
    radial-gradient(ellipse 55% 45% at 8% 92%, rgba(59, 130, 246, 0.08), transparent 48%),
    rgba(8, 12, 24, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.09);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 24px 64px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px) saturate(1.25);
  overflow: hidden;
}

.pro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black 15%, transparent 75%);
  pointer-events: none;
}

.pro-hero > * {
  position: relative;
  z-index: 1;
}

.pro-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.pro-hero__pick {
  color: var(--cyan);
  font-weight: 600;
}

.pro-hero--pricing .pro-hero__lead {
  max-width: 28em;
  margin-bottom: 20px;
}

.pro-hero--pricing .pro-kpi {
  margin-top: 20px;
}

.pro-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(34, 211, 238, 0.9);
}

.pro-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.8);
}

.pro-hero__title {
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  color: #f8fafc;
}

.pro-hero__lead {
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(148, 163, 184, 0.92);
  max-width: 26em;
  margin-bottom: 24px;
}

.pro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.pro-hero__actions .btn-lg {
  padding: 13px 22px;
  font-size: 0.92rem;
}

.pro-hero__actions .btn-primary {
  box-shadow: 0 4px 28px rgba(59, 130, 246, 0.35);
}

/* Flash rent — KPI bar (matches statboard) */
.pro-kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.09);
  background: rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.pro-kpi li {
  position: relative;
  padding: 16px 18px;
  margin: 0;
  border: none;
}

.pro-kpi li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(148, 163, 184, 0.08);
}

.pro-kpi strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.03em;
  margin-bottom: 3px;
  line-height: 1.1;
}

.pro-kpi span {
  font-size: 0.74rem;
  color: var(--text-dim);
  line-height: 1.35;
}

.pro-hero__meta {
  margin: 14px 0 0;
  padding: 0;
  border: none;
  font-size: 0.68rem;
  color: rgba(100, 116, 139, 0.75);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* Flash rent — plan panel */
.pro-plans,
.pro-price-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: rgba(0, 0, 0, 0.32);
  min-height: 100%;
}

.pro-price-panel__title {
  margin: 0 0 10px;
  padding: 0 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-mono);
  color: rgba(34, 211, 238, 0.75);
}

.pro-price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  flex: 1;
}

.pro-price-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(148, 163, 184, 0.07);
  transition: border-color 0.2s, background 0.2s;
}

.pro-price-card:hover {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(148, 163, 184, 0.12);
}

.pro-price-card--featured {
  background: linear-gradient(165deg, rgba(34, 211, 238, 0.09) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(34, 211, 238, 0.16);
}

.pro-price-card--featured:hover {
  border-color: rgba(34, 211, 238, 0.24);
}

.pro-price-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.18);
}

.pro-price-card__badge--muted {
  color: rgba(148, 163, 184, 0.95);
  background: rgba(148, 163, 184, 0.08);
  border-color: rgba(148, 163, 184, 0.12);
}

.pro-price-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.2;
}

.pro-price-card__desc {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.55;
  color: var(--text-muted);
  flex: 1;
}

.pro-price-card__tiers {
  margin: 2px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pro-price-card__tiers div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(148, 163, 184, 0.06);
}

.pro-price-card__tiers dt {
  margin: 0;
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.pro-price-card__tiers dd {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0;
  flex-shrink: 0;
}

.pro-price-card__tiers strong {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.03em;
}

.pro-price-card__tiers small {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.85);
}

.pro-price-card__tiers span {
  font-size: 0.58rem;
  color: var(--text-dim);
  margin-left: 4px;
  font-family: var(--font-mono);
}

.pro-price-card__highlight {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(148, 163, 184, 0.06);
}

.pro-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 4px;
}

.pro-price-card__price strong {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.03em;
  line-height: 1;
}

.pro-price-card__price small {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.9);
}

.pro-price-card__note {
  margin: 0;
  font-size: 0.68rem;
  color: var(--text-dim);
  line-height: 1.4;
}

.pro-price-card__link {
  margin-top: auto;
  padding-top: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(34, 211, 238, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.pro-price-card__link:hover {
  color: var(--cyan);
}

.pro-price-panel__foot {
  margin: 10px 0 0;
  padding: 10px 8px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  font-size: 0.68rem;
  line-height: 1.55;
  color: rgba(100, 116, 139, 0.85);
  font-family: var(--font-mono);
}

.pro-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex: 1;
}

/* Pricing hero — row list */
.pro-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pro-price-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(148, 163, 184, 0.06);
  transition: background 0.2s, border-color 0.2s;
}

.pro-price-row:hover {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(148, 163, 184, 0.1);
}

.pro-price-row--featured {
  background: linear-gradient(165deg, rgba(34, 211, 238, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(34, 211, 238, 0.15);
}

.pro-price-row--accent {
  background: linear-gradient(165deg, rgba(52, 211, 153, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(52, 211, 153, 0.12);
}

.pro-price-row__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.2);
  white-space: nowrap;
}

.pro-price-row__badge--muted {
  color: rgba(148, 163, 184, 0.95);
  background: rgba(148, 163, 184, 0.08);
  border-color: rgba(148, 163, 184, 0.12);
}

.pro-price-row__badge--ok {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(52, 211, 153, 0.2);
}

.pro-price-row__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.pro-price-row__body strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: #f1f5f9;
  line-height: 1.3;
}

.pro-price-row__body span {
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.pro-price-row__price {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  flex-shrink: 0;
}

.pro-price-row__price em {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.03em;
  line-height: 1;
}

.pro-price-row__price small {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.85);
}

.pro-price-row__sub {
  font-size: 0.62rem;
  color: var(--text-dim);
  font-family: var(--font-mono);
}

.pro-price-row__price--green em {
  color: #34d399;
}

.pro-plan {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.25s;
}

.pro-plan:hover {
  background: rgba(255, 255, 255, 0.035);
}

.pro-plan + .pro-plan {
  border-left: none;
}

.pro-plan--highlight {
  background: linear-gradient(165deg, rgba(34, 211, 238, 0.09) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.pro-plan--highlight:hover {
  background: linear-gradient(165deg, rgba(34, 211, 238, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.pro-plan__tag {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(34, 211, 238, 0.85);
}

.pro-plan__energy {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #f8fafc;
}

.pro-plan__energy small {
  font-size: 0.42em;
  font-weight: 600;
  color: var(--text-muted);
  margin-left: 3px;
}

.pro-plan__desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}

.pro-plan__rates {
  display: flex;
  gap: 10px;
  padding: 0;
  margin-top: 4px;
  border-top: none;
}

.pro-plan__rate {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.06);
}

.pro-plan__rate-label {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.pro-plan__rate-value {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 700;
  color: #f1f5f9;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.pro-plan__rate-value em {
  font-size: 0.52em;
  font-style: normal;
  font-weight: 600;
  color: var(--text-muted);
  margin-left: 2px;
}

.pro-plan__save {
  margin: 2px 0 0;
  font-size: 0.72rem;
  color: var(--text-dim);
}

.pro-plan__save em {
  color: var(--success);
  font-style: normal;
  font-weight: 600;
}

.pro-hero__foot {
  display: none;
}

/* Pricing hero — stat board */
.pro-statboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: rgba(0, 0, 0, 0.32);
  min-height: 100%;
}

.pro-statboard__item {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.25s;
}

.pro-statboard__item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.pro-statboard__item:not(:last-child)::after {
  display: none;
}

.pro-statboard__label {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(100, 116, 139, 0.9);
}

.pro-statboard__value {
  font-family: var(--font-mono);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.04em;
  line-height: 1;
}

.pro-statboard__value small {
  font-size: 0.4em;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.8);
  margin-left: 3px;
}

.pro-statboard__desc {
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.pro-statboard__item--accent {
  background: linear-gradient(165deg, rgba(52, 211, 153, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.pro-statboard__item--accent:hover {
  background: linear-gradient(165deg, rgba(52, 211, 153, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.pro-statboard__item--accent .pro-statboard__value {
  color: #34d399;
}

.pro-statboard__item--accent .pro-statboard__label {
  color: rgba(52, 211, 153, 0.75);
}

/* ── Content sections ── */
.pro-section {
  margin-bottom: 36px;
  padding: 32px 36px;
  border-radius: 18px;
  background: rgba(8, 12, 24, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.07);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.pro-section__head {
  margin-bottom: 28px;
}

.pro-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(34, 211, 238, 0.85);
  margin-bottom: 10px;
}

.pro-section__label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.pro-section__head h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #f8fafc;
}

.pro-section__head p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 52em;
}

/* Steps — horizontal bento */
.pro-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pro-step {
  padding: 18px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(148, 163, 184, 0.07);
  transition: border-color 0.2s, background 0.2s;
}

.pro-step:hover {
  border-color: rgba(34, 211, 238, 0.18);
  background: rgba(0, 0, 0, 0.32);
}

.pro-step__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  margin-bottom: 10px;
}

.pro-step p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.88);
}

.pro-step p strong {
  color: #f1f5f9;
  font-weight: 600;
}

.pro-step--done {
  border-color: rgba(52, 211, 153, 0.2);
  background: linear-gradient(160deg, rgba(52, 211, 153, 0.06), rgba(0, 0, 0, 0.25));
}

.pro-step--done .pro-step__num {
  color: #34d399;
}

.pro-callout {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(34, 211, 238, 0.05);
  border: 1px solid rgba(34, 211, 238, 0.12);
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.pro-callout strong {
  color: var(--cyan);
}

/* Pay methods */
.pro-cards-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pro-card {
  padding: 24px 26px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(148, 163, 184, 0.08);
  transition: border-color 0.25s;
}

.pro-card:hover {
  border-color: rgba(34, 211, 238, 0.2);
}

.pro-card__num {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 12px;
}

.pro-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.pro-card p {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}

.pro-card p strong {
  color: var(--text);
}

/* Address flow — horizontal */
.pro-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}

.pro-flow__step {
  padding: 24px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(148, 163, 184, 0.08);
}

.pro-flow__step--ok {
  border-color: rgba(52, 211, 153, 0.22);
  background: linear-gradient(160deg, rgba(52, 211, 153, 0.06), rgba(0, 0, 0, 0.28));
}

.pro-flow__arrow {
  display: flex;
  align-items: center;
  color: var(--text-dim);
  font-size: 1.25rem;
}

.pro-flow__step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.pro-flow__step p {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.pro-note {
  margin-top: 16px;
  font-size: 0.84rem;
  color: var(--text-dim);
  line-height: 1.65;
}

/* CTA */
.pro-cta {
  text-align: center;
  padding: 48px 40px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(34, 211, 238, 0.1), transparent 60%),
    rgba(8, 12, 24, 0.6);
  border: 1px solid rgba(34, 211, 238, 0.15);
}

.pro-cta h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.pro-cta p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

/* Hide legacy tech-page noise on pro-page */
.pro-page.tech-page .flash-section::before,
.pro-page.tech-page .tech-panel::before,
.pro-page.tech-page .flash-section::after,
.pro-page.tech-page .tech-panel::after {
  display: none !important;
}

.pro-page .terminal-badge {
  display: none;
}

@media (max-width: 960px) {
  .pro-hero {
    padding: 32px 28px 28px;
  }

  .pro-hero__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pro-price-cards {
    grid-template-columns: 1fr;
  }

  .pro-plans__grid {
    grid-template-columns: 1fr;
  }

  .pro-statboard {
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .pro-kpi {
    grid-template-columns: 1fr;
  }

  .pro-kpi li:not(:last-child)::after {
    display: none;
  }

  .pro-kpi li:not(:last-child) {
    border-bottom: 1px solid rgba(148, 163, 184, 0.06);
  }

  .pro-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pro-step--done {
    grid-column: 1 / -1;
  }

  .pro-flow {
    grid-template-columns: 1fr;
  }

  .pro-flow__arrow {
    justify-content: center;
    transform: rotate(90deg);
  }

  .pro-cards-2 {
    grid-template-columns: 1fr;
  }

  .pro-statboard {
    grid-template-columns: 1fr;
  }

  .pro-statboard__item:not(:last-child)::after {
    display: none;
  }

  .pro-statboard__item:not(:last-child) {
    border-bottom: none;
  }
}

@media (max-width: 560px) {
  .pro-hero {
    padding: 24px 20px;
  }

  .pro-section {
    padding: 24px 20px;
  }

  .pro-kpi li {
    flex: none;
    border-right: none;
    margin-right: 0;
    padding-right: 18px;
    margin-bottom: 0;
  }

  .pro-steps {
    grid-template-columns: 1fr;
  }
}
