/* ════════════════════════════════════════════════════
   PRÓXIMO ALIADO v3 — prefix: pa-
   Navy  #07162F · Navy2 #0B2347 · Blue  #1F6BFF
   Electric #239CFF · Sky #50C8FF · Ice #EAF6FF
   ════════════════════════════════════════════════════ */

:root {
  --pa-navy:  #07162F;
  --pa-navy2: #0B2347;
  --pa-blue:  #1F6BFF;
  --pa-elec:  #239CFF;
  --pa-sky:   #50C8FF;
  --pa-ice:   #EAF6FF;
  --pa-dark:  #10234A;
}

/* ── Reveal ─────────────────────────────────────── */
[data-rv] { opacity: 0; transform: translateY(28px) scale(0.98); }
[data-rv].pa-in {
  opacity: 1; transform: none;
  transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}
@media (prefers-reduced-motion: reduce) {
  [data-rv] { opacity: 1 !important; transform: none !important; }
}

/* ── Shared utilities ───────────────────────────── */
.pa-eyebrow-new {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--pa-elec); margin-bottom: 14px;
}
.pa-eyebrow--light { color: rgba(80,200,255,.75); }

.pa-section-h2 {
  font-size: clamp(26px,3.2vw,44px); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.1;
  color: var(--pa-dark); margin: 0 0 16px; text-wrap: balance;
}
.pa-section-h2--light { color: #fff; }

.pa-section-p {
  font-size: clamp(15px,1.4vw,18px); line-height: 1.72; color: #5a6a84; margin: 0;
}
.pa-section-p--light { color: rgba(255,255,255,.68); }

.pa-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pa-blue); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .01em;
  padding: 14px 28px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 12px 28px -10px rgba(31,107,255,.55);
  transition: background .2s, transform .2s, box-shadow .2s; font-family: inherit;
}
.pa-cta-primary:hover { background: #1558e0; transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(31,107,255,.65); }

.pa-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,.82);
  font-size: 14px; font-weight: 600; padding: 14px 24px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.26);
  cursor: pointer; transition: background .2s, border-color .2s; font-family: inherit;
}
.pa-cta-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }

/* ════════════════════════════════════════════════════
   S1 — HERO
   ════════════════════════════════════════════════════ */
.pa-hero-new {
  background: radial-gradient(ellipse at 40% 30%, var(--pa-navy2) 0%, var(--pa-navy) 55%, #020c1c 100%);
  padding: clamp(72px,9vw,108px) 0 clamp(64px,8vw,96px);
  position: relative; overflow: hidden; isolation: isolate;
}
.pa-orb {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(80px); z-index: 0;
}
.pa-orb--1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(31,107,255,.18) 0%, transparent 70%);
  right: -100px; top: -100px;
}
.pa-orb--2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(80,200,255,.12) 0%, transparent 70%);
  left: 8%; bottom: -60px;
}
.pa-hn-wrap {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 52fr 48fr; gap: 48px; align-items: center;
  position: relative; z-index: 1;
}

/* Left col */
.pa-hn-left { display: flex; flex-direction: column; }
.pa-hn-pill {
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  background: rgba(80,200,255,.1); border: 1px solid rgba(80,200,255,.25);
  border-radius: 999px; padding: 6px 14px; margin-bottom: 24px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--pa-sky);
  animation: paFadeUp .6s .2s both;
}
.pa-hn-pill-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--pa-sky);
  animation: paDotPulse 2s ease-in-out infinite;
}
@keyframes paDotPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.6)} }

.pa-hn-title {
  font-size: clamp(2rem,4.2vw,3.6rem); font-weight: 900;
  letter-spacing: -.04em; line-height: 1.05; color: #fff;
  margin: 0 0 20px; text-wrap: balance;
  animation: paTitleIn .9s .4s cubic-bezier(.16,1,.3,1) both;
}
.pa-hn-grad {
  background: linear-gradient(96deg, var(--pa-sky) 0%, var(--pa-elec) 50%, #a5d8ff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pa-hn-sub {
  color: rgba(255,255,255,.7); font-size: clamp(14px,1.3vw,17px);
  line-height: 1.72; margin: 0 0 28px; max-width: 48ch;
  animation: paFadeUp .6s .7s both;
}
.pa-hn-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; animation: paFadeUp .6s .85s both; }
.pa-fchip {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.82);
  animation: paChipFloat 3.5s var(--fd, 0s) ease-in-out infinite;
}
@keyframes paChipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
.pa-fchip-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.pa-hn-ctas { display: flex; gap: 12px; flex-wrap: wrap; animation: paFadeUp .6s 1.05s both; }

@keyframes paFadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes paTitleIn { from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:none} }

/* Dashboard card */
.pa-hn-right { animation: paDashIn 1s .6s cubic-bezier(.16,1,.3,1) both; }
@keyframes paDashIn { from{opacity:0;transform:translateY(40px) scale(.96)} to{opacity:1;transform:none} }

.pa-dash-card {
  background: rgba(11,35,71,.9); border: 1px solid rgba(80,200,255,.15);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 32px 80px -30px rgba(2,10,30,.8), 0 0 0 1px rgba(80,200,255,.08);
}
.pa-dash-topbar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  background: rgba(7,22,47,.85); border-bottom: 1px solid rgba(255,255,255,.07); padding: 14px 20px;
}
.pa-dash-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: #fff; }
.pa-dash-brand em { color: rgba(255,255,255,.4); font-style: normal; font-weight: 500; }
.pa-dash-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pa-sky); }
.pa-dash-topbadges { display: flex; gap: 8px; }
.pa-dash-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.pa-dash-badge--g { background: rgba(34,197,94,.12); color: #22c55e; }
.pa-dash-badge--b { background: rgba(80,200,255,.12); color: var(--pa-sky); }

.pa-dash-thead {
  display: grid; grid-template-columns: 140px 1fr 148px 1fr;
  padding: 10px 20px; gap: 10px;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.pa-dash-tbody { display: flex; flex-direction: column; }
.pa-dash-row {
  display: grid; grid-template-columns: 140px 1fr 148px 1fr;
  padding: 12px 20px; gap: 10px; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .15s;
  animation: paDRow .5s cubic-bezier(.16,1,.3,1) calc(var(--ri) * 0.1s) both;
}
@keyframes paDRow { from{opacity:0;transform:translateX(-10px)} to{opacity:1;transform:none} }
.pa-dash-row:hover { background: rgba(255,255,255,.03); }
.pa-dash-row--anim { background: rgba(31,107,255,.04); }

.pa-dcell { font-size: 13px; color: rgba(255,255,255,.6); display: flex; align-items: center; }
.pa-dcell--client { gap: 10px; }
.pa-dcell--vehicle { font-size: 12px; color: rgba(255,255,255,.42); }
.pa-dcell--next { font-size: 12px; color: rgba(255,255,255,.32); }
.pa-davatar {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--pa-blue), var(--pa-elec));
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #fff;
}
.pa-dname { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.88); }
.pa-dasesor { font-size: 11px; color: rgba(255,255,255,.32); margin-top: 1px; }
.pa-dstatus { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; transition: background .4s, color .4s; }
.pa-dstatus--approved { background: rgba(34,197,94,.14); color: #22c55e; }
.pa-dstatus--review   { background: rgba(251,191,36,.14); color: #fbbf24; }
.pa-dstatus--docs     { background: rgba(80,200,255,.14); color: var(--pa-sky); }
.pa-dstatus--contact  { background: rgba(35,156,255,.14); color: var(--pa-elec); }
.pa-dstatus--ready    { background: rgba(167,139,250,.14); color: #a78bfa; }
.pa-dash-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px; border-top: 1px solid rgba(255,255,255,.06);
  font-size: 11px; color: rgba(255,255,255,.28);
}

/* ── New dashboard brand + KPI styles ─────────────────────── */
.pa-dash-brand-col { display: flex; flex-direction: column; gap: 3px; }
.pa-dash-main-title { font-size: 13.5px; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.pa-dash-sub-label { font-size: 10.5px; color: rgba(255,255,255,.38); font-weight: 500; }

.pa-dash-kpis {
  display: flex; gap: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.pa-kpi {
  flex: 1;
  padding: 16px 20px;
}
.pa-kpi + .pa-kpi { border-left: 1px solid rgba(255,255,255,.06); }

.pa-kpi--main { background: rgba(31,107,255,.06); }

.pa-kpi-num {
  font-size: 34px;
  font-weight: 300;
  color: var(--pa-sky);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}

.pa-kpi-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
  margin-bottom: 2px;
}

.pa-kpi-sub {
  font-size: 10.5px;
  color: rgba(255,255,255,.32);
}

.pa-kpi--speed { background: rgba(80,200,255,.04); display: flex; flex-direction: column; justify-content: center; }

.pa-kpi-s-top { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }

.pa-kpi-speed-num {
  font-size: 34px;
  font-weight: 300;
  color: var(--pa-sky);
  letter-spacing: -0.04em;
  line-height: 1;
}

.pa-kpi-speed-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
}

/* Pulse dot */
.pa-kpi-pulse-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pa-sky);
  flex-shrink: 0;
  animation: paKpiPulse 2.2s ease-in-out infinite;
}
@keyframes paKpiPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(80,200,255,.5); }
  50%       { opacity: .7; box-shadow: 0 0 0 5px rgba(80,200,255,0); }
}

/* Row glow on approval */
.pa-dash-row--glow {
  animation: paDashGlow 1.4s ease-out forwards;
}
@keyframes paDashGlow {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.35); background: rgba(34,197,94,.08); }
  40%  { box-shadow: 0 0 18px 4px rgba(34,197,94,.22); background: rgba(34,197,94,.10); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,.0); background: rgba(31,107,255,.04); }
}
@media (max-width: 680px) {
  .pa-dash-thead, .pa-dash-row { grid-template-columns: 1fr auto; }
  .pa-dash-thead span:nth-child(n+3) { display: none; }
  .pa-dash-row .pa-dcell:nth-child(n+3) { display: none; }
  .pa-dash-row .pa-dcell:nth-child(3) { display: flex; }
}

/* ════════════════════════════════════════════════════
   S2 — ECOSISTEMA
   ════════════════════════════════════════════════════ */
.pa-eco-section {
  background: var(--pa-navy); padding: clamp(72px,9vw,108px) 0; overflow: hidden;
}
.pa-eco-text {
  text-align: center; max-width: 640px; margin: 0 auto clamp(48px,6vw,72px); padding: 0 32px;
}
.pa-eco-canvas {
  position: relative; width: 640px; height: 540px;
  max-width: 100%; margin: 0 auto;
  opacity: 0; transform: scale(.95);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.pa-eco--vis { opacity: 1; transform: scale(1); }
.pa-eco-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }

.pa-eco-phone {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 178px; background: var(--pa-navy2); border-radius: 28px; overflow: hidden;
  border: 1px solid rgba(80,200,255,.2); box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.pa-eco-ph-notch {
  height: 24px; background: rgba(7,22,47,.8);
  display: flex; align-items: center; justify-content: center;
}
.pa-eco-ph-notch span { width: 54px; height: 8px; background: var(--pa-navy); border-radius: 999px; }
.pa-eco-ph-body { padding: 16px 14px 20px; }
.pa-eco-ph-tag { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 8px; }
.pa-eco-ph-client { font-size: 15px; font-weight: 700; color: #fff; }
.pa-eco-ph-vehicle { font-size: 11px; color: rgba(255,255,255,.42); margin-bottom: 14px; }
.pa-eco-ph-slbl { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.28); margin-bottom: 4px; }
.pa-eco-ph-sval { font-size: 12px; font-weight: 700; transition: color .5s ease; margin-bottom: 10px; min-height: 18px; }
.pa-eco-ph-bar { height: 3px; background: rgba(255,255,255,.1); border-radius: 999px; overflow: hidden; }
.pa-eco-ph-bar-fill { height: 100%; border-radius: 999px; transition: width .6s ease, background .5s ease; }

.pa-eco-node { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 6px; max-width: 128px; }
.pa-eco-node--n { top: 8px;  left: 50%; transform: translateX(-50%); text-align: center; }
.pa-eco-node--e { right: 4px; top: 50%; transform: translateY(-50%); text-align: left; align-items: flex-start; }
.pa-eco-node--s { bottom: 8px; left: 50%; transform: translateX(-50%); text-align: center; }
.pa-eco-node--w { left: 4px;  top: 50%; transform: translateY(-50%); text-align: right; align-items: flex-end; }
.pa-eco-nbadge {
  display: inline-flex; align-items: center; padding: 6px 13px; border: 1px solid;
  border-radius: 999px; font-size: 11px; font-weight: 700; white-space: nowrap;
  background: rgba(7,22,47,.85); backdrop-filter: blur(6px);
}
.pa-eco-ndesc { font-size: 10px; color: rgba(255,255,255,.42); line-height: 1.4; max-width: 112px; text-align: inherit; }

@media (max-width: 700px) {
  .pa-eco-canvas { transform: scale(.68) !important; transform-origin: top center; height: 370px; }
  .pa-eco--vis { transform: scale(.68) !important; }
}

/* ════════════════════════════════════════════════════
   S3 — MÉTRICAS
   ════════════════════════════════════════════════════ */
.pa-metrics-section { background: var(--pa-navy2); padding: clamp(72px,9vw,108px) 0; }
.pa-metrics-inner { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.pa-metrics-head { text-align: center; margin-bottom: 56px; }
.pa-metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.pa-metric-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 32px; transition: border-color .25s, transform .25s;
}
.pa-metric-card:hover { border-color: rgba(80,200,255,.22); transform: translateY(-3px); }
.pa-metric-card--main { background: rgba(31,107,255,.08); border-color: rgba(31,107,255,.22); padding: 40px; }
.pa-metric-card--accent { background: rgba(80,200,255,.08); border-color: rgba(80,200,255,.22); }
.pa-metric-num { font-size: clamp(40px,5vw,64px); font-weight: 900; color: var(--pa-sky); line-height: 1; margin-bottom: 8px; }
.pa-metric-card--main .pa-metric-num { font-size: clamp(52px,6vw,80px); }
.pa-metric-suf { font-size: .38em; font-weight: 700; color: rgba(255,255,255,.5); }
.pa-metric-unit { font-size: .45em; font-weight: 700; color: rgba(255,255,255,.5); }
.pa-metric-lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--pa-sky); margin-bottom: 6px; }
.pa-metric-desc { font-size: 14px; color: rgba(255,255,255,.48); line-height: 1.6; }
.pa-metric-card--main .pa-metric-desc { font-size: 16px; color: rgba(255,255,255,.58); margin-bottom: 20px; }
.pa-metric-states { display: flex; flex-wrap: wrap; gap: 8px; }
.pa-metric-state { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); }
.pa-metrics-side { display: flex; flex-direction: column; gap: 16px; }
@media (max-width: 800px) { .pa-metrics-grid { grid-template-columns: 1fr; } .pa-metrics-inner { padding: 0 24px; } }

/* ════════════════════════════════════════════════════
   S4 — MÓDULOS INTERACTIVOS
   ════════════════════════════════════════════════════ */
.pa-modulos-section { background: var(--pa-ice); padding: clamp(72px,9vw,108px) 0; }
.pa-modulos-wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.pa-modulos-head { text-align: center; margin-bottom: 56px; }
.pa-modulos-head .pa-section-p { max-width: 52ch; margin: 0 auto; }
.pa-modulos-layout { display: grid; grid-template-columns: 42fr 58fr; gap: 32px; align-items: start; }

.pa-modulos-list { display: flex; flex-direction: column; gap: 12px; }
.pa-modulo {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff; border: 1px solid #d5dcea; border-radius: 16px; padding: 22px;
  cursor: pointer; transition: border-color .25s, box-shadow .25s, background .25s;
}
.pa-modulo:hover { border-color: var(--pa-blue); box-shadow: 0 8px 28px rgba(31,107,255,.1); }
.pa-modulo--active {
  border-color: var(--pa-blue); box-shadow: 0 12px 40px rgba(31,107,255,.15);
  background: linear-gradient(135deg, #eef4ff 0%, #fff 100%);
}
.pa-modulo-num { font-size: 13px; font-weight: 800; color: rgba(31,107,255,.28); flex-shrink: 0; padding-top: 2px; transition: color .2s; }
.pa-modulo--active .pa-modulo-num { color: var(--pa-blue); }
.pa-modulo-body { flex: 1; }
.pa-modulo-title { font-size: 16px; font-weight: 700; color: var(--pa-dark); margin: 0 0 8px; }
.pa-modulo-text { font-size: 14px; color: #5a6a84; line-height: 1.6; margin: 0; }
.pa-modulo-arr { font-size: 14px; color: rgba(31,107,255,.35); flex-shrink: 0; padding-top: 2px; transition: color .2s; }
.pa-modulo--active .pa-modulo-arr { color: var(--pa-blue); }

.pa-modulos-panel { position: sticky; top: 80px; }
.pa-panel-chrome {
  background: var(--pa-navy2); border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(7,22,47,.4); border: 1px solid rgba(255,255,255,.08);
}
.pa-panel-bar { display: flex; align-items: center; gap: 6px; padding: 12px 18px; background: rgba(7,22,47,.8); border-bottom: 1px solid rgba(255,255,255,.07); }
.pa-panel-dot { width: 10px; height: 10px; border-radius: 50%; }
.pa-panel-dot--r { background: #ff5f57; }
.pa-panel-dot--y { background: #ffbd2e; }
.pa-panel-dot--g { background: #28c840; }
.pa-panel-bar-title { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.45); margin-left: 8px; }
.pa-panel-body { padding: 20px; min-height: 310px; }

/* Table panel */
.pa-panel-table { display: flex; flex-direction: column; gap: 8px; }
.pa-pt-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 14px; background: rgba(255,255,255,.04); border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
  animation: paPanelRow .4s calc(var(--ri) * .07s) both;
}
@keyframes paPanelRow { from{opacity:0;transform:translateX(-8px)} to{opacity:1;transform:none} }
.pa-pt-client { display: flex; align-items: center; gap: 10px; }
.pa-pt-avatar { width: 32px; height: 32px; border-radius: 50%; background: rgba(31,107,255,.2); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--pa-sky); flex-shrink: 0; }
.pa-pt-name { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); }
.pa-pt-vehicle { font-size: 11px; color: rgba(255,255,255,.35); }
.pa-pt-status { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.pa-pt-status--approved { background: rgba(34,197,94,.14); color: #22c55e; }
.pa-pt-status--review   { background: rgba(251,191,36,.14); color: #fbbf24; }
.pa-pt-status--docs     { background: rgba(80,200,255,.14); color: var(--pa-sky); }
.pa-pt-status--contact  { background: rgba(35,156,255,.14); color: var(--pa-elec); }

/* Checklist panel */
.pa-panel-checklist { display: flex; flex-direction: column; gap: 5px; }
.pa-pcl-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.pa-pcl-item {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border-radius: 8px; border: 1px solid rgba(255,255,255,.06);
  animation: paPanelRow .4s calc(var(--ri) * .08s) both;
}
.pa-pcl-item--done { background: rgba(34,197,94,.06); border-color: rgba(34,197,94,.14); }
.pa-pcl-item--pend { background: rgba(255,255,255,.03); }
.pa-pcl-check { font-size: 12px; font-weight: 700; width: 18px; flex-shrink: 0; }
.pa-pcl-item--done .pa-pcl-check { color: #22c55e; }
.pa-pcl-item--pend .pa-pcl-check { color: rgba(255,255,255,.22); }
.pa-pcl-label { font-size: 13px; color: rgba(255,255,255,.7); flex: 1; }
.pa-pcl-item--done .pa-pcl-label { color: rgba(255,255,255,.42); text-decoration: line-through; }
.pa-pcl-tag { font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.pa-pcl-item--done .pa-pcl-tag { background: rgba(34,197,94,.14); color: #22c55e; }
.pa-pcl-item--pend .pa-pcl-tag { background: rgba(251,191,36,.12); color: #fbbf24; }
.pa-pcl-note { margin-top: 10px; font-size: 12px; color: rgba(251,191,36,.85); padding: 8px 12px; background: rgba(251,191,36,.08); border-radius: 8px; border: 1px solid rgba(251,191,36,.16); }

/* Timeline panel */
.pa-panel-timeline { display: flex; flex-direction: column; }
.pa-ptl-item { display: flex; gap: 14px; padding-bottom: 14px; animation: paPanelRow .4s calc(var(--ri) * .09s) both; }
.pa-ptl-track { display: flex; flex-direction: column; align-items: center; width: 18px; flex-shrink: 0; padding-top: 3px; }
.pa-ptl-dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid; flex-shrink: 0; }
.pa-ptl-item--done .pa-ptl-dot { background: var(--pa-blue); border-color: var(--pa-elec); }
.pa-ptl-item--pend .pa-ptl-dot { background: transparent; border-color: rgba(255,255,255,.2); }
.pa-ptl-line { flex: 1; width: 2px; background: rgba(255,255,255,.08); margin: 3px 0 0; min-height: 18px; }
.pa-ptl-date { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.28); margin-bottom: 2px; }
.pa-ptl-item--done .pa-ptl-date { color: var(--pa-elec); }
.pa-ptl-action { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); margin-bottom: 2px; }
.pa-ptl-item--pend .pa-ptl-action { color: rgba(255,255,255,.32); }
.pa-ptl-who { font-size: 11px; color: rgba(255,255,255,.32); }

@media (max-width: 800px) { .pa-modulos-layout { grid-template-columns: 1fr; } .pa-modulos-wrap { padding: 0 24px; } .pa-modulos-panel { position: static; } }

/* ════════════════════════════════════════════════════
   S5 — PORTAL MÓVIL
   ════════════════════════════════════════════════════ */
.pa-portalmob-section { background: var(--pa-navy); padding: clamp(72px,9vw,108px) 0; overflow: hidden; }
.pa-portalmob-wrap { max-width: 960px; margin: 0 auto; padding: 0 40px; }
.pa-portalmob-head { text-align: center; margin-bottom: 56px; }
.pa-portalmob-head .pa-section-p { max-width: 52ch; margin: 0 auto; }
.pa-portalmob-layout { display: flex; align-items: flex-start; justify-content: center; gap: 28px; }
.pa-portalmob-chips { display: flex; flex-direction: column; gap: 12px; padding-top: 80px; flex-shrink: 0; }
.pa-portalmob-chip {
  display: flex; align-items: center; gap: 8px; padding: 8px 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.72); white-space: nowrap;
  animation: paChipFloat 4s calc(var(--ci) * 0.5s) ease-in-out infinite;
}
.pa-portalmob-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pa-sky); flex-shrink: 0; }
.pa-portalmob-phone {
  width: 280px; flex-shrink: 0; background: var(--pa-navy2); border-radius: 32px;
  border: 1px solid rgba(80,200,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.5); overflow: hidden;
}
.pa-pp-notch { height: 26px; background: rgba(7,22,47,.85); display: flex; align-items: center; justify-content: center; }
.pa-pp-notch span { width: 62px; height: 10px; background: var(--pa-navy); border-radius: 999px; }
.pa-pp-screen { padding: 14px 14px 20px; }
.pa-pp-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.pa-pp-name { font-size: 14px; font-weight: 700; color: #fff; }
.pa-pp-vehicle { font-size: 11px; color: rgba(255,255,255,.38); }
.pa-pp-badge { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: rgba(35,156,255,.14); color: var(--pa-elec); white-space: nowrap; }
.pa-pp-msgs { display: flex; flex-direction: column; gap: 8px; min-height: 290px; max-height: 350px; overflow: hidden; }
.pa-pp-sys { font-size: 10px; text-align: center; color: rgba(255,255,255,.3); padding: 4px 10px; background: rgba(255,255,255,.04); border-radius: 999px; align-self: center; animation: ppMsgIn .35s both; }
.pa-pp-msg { display: flex; flex-direction: column; gap: 3px; animation: ppMsgIn .35s both; }
@keyframes ppMsgIn { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:none} }
.pa-pp-msg--client { align-items: flex-start; }
.pa-pp-msg--agency, .pa-pp-msg--creditpro { align-items: flex-end; }
.pa-pp-sender { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.28); }
.pa-pp-text { font-size: 12px; padding: 8px 12px; border-radius: 12px; max-width: 220px; line-height: 1.5; }
.pa-pp-msg--client .pa-pp-text    { background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); border-bottom-left-radius: 4px; }
.pa-pp-msg--agency .pa-pp-text    { background: rgba(31,107,255,.2);  color: rgba(255,255,255,.88); border-bottom-right-radius: 4px; }
.pa-pp-msg--creditpro .pa-pp-text { background: rgba(80,200,255,.15); color: rgba(255,255,255,.92); border-bottom-right-radius: 4px; }

@media (max-width: 680px) { .pa-portalmob-chips { display: none; } .pa-portalmob-wrap { padding: 0 24px; } }

/* ════════════════════════════════════════════════════
   S6 — BENEFICIOS CONCESIONARIAS
   ════════════════════════════════════════════════════ */
.pa-benefits-section { background: #f2f5fb; padding: clamp(72px,9vw,108px) 0; }
.pa-benefits-wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.pa-benefits-head { text-align: center; margin-bottom: 56px; }
.pa-benefits-head .pa-section-p { max-width: 52ch; margin: 0 auto; }
.pa-benefits-mosaic { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pa-ben-card {
  background: #fff; border-radius: 20px; padding: 32px; border: 1px solid #d5dcea;
  transition: transform .25s, box-shadow .25s;
}
.pa-ben-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(16,35,74,.1); }
.pa-ben-card--main {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--pa-navy) 0%, var(--pa-navy2) 100%);
  border-color: transparent;
}
.pa-ben-eyebrow { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--pa-sky); margin-bottom: 14px; }
.pa-ben-title { font-size: 18px; font-weight: 700; color: var(--pa-dark); margin: 0 0 12px; line-height: 1.3; }
.pa-ben-card--main .pa-ben-title { color: #fff; }
.pa-ben-text { font-size: 14px; color: #5a6a84; line-height: 1.65; margin: 0 0 20px; }
.pa-ben-card--main .pa-ben-text { color: rgba(255,255,255,.68); }
.pa-ben-micros { display: flex; flex-direction: column; gap: 8px; }
.pa-ben-micros span { font-size: 12px; font-style: italic; color: rgba(255,255,255,.48); padding: 6px 12px; background: rgba(255,255,255,.06); border-radius: 8px; border-left: 2px solid rgba(80,200,255,.4); }
.pa-ben-states { display: flex; flex-wrap: wrap; gap: 6px; }
.pa-ben-state { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--pa-ice); color: var(--pa-blue); border: 1px solid rgba(31,107,255,.15); }
.pa-ben-img-slot { margin-top: 8px; padding: 24px; background: #f0f4fa; border-radius: 12px; font-size: 12px; color: #8a98b0; text-align: center; font-style: italic; border: 1px solid #d5dcea; }
.pa-ben-mini { background: #fff; border: 1px solid #d5dcea; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 8px; transition: transform .25s, box-shadow .25s; }
.pa-ben-mini:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(16,35,74,.08); }
.pa-ben-mini-ico { font-size: 18px; color: var(--pa-blue); }
.pa-ben-mini strong { font-size: 14px; font-weight: 700; color: var(--pa-dark); }
.pa-ben-mini p { font-size: 13px; color: #5a6a84; line-height: 1.6; margin: 0; }

@media (max-width: 900px) { .pa-benefits-mosaic { grid-template-columns: 1fr 1fr; } .pa-ben-card--main { grid-column: span 2; } }
@media (max-width: 600px) { .pa-benefits-mosaic { grid-template-columns: 1fr; } .pa-ben-card--main { grid-column: span 1; } .pa-benefits-wrap { padding: 0 24px; } }

/* ════════════════════════════════════════════════════
   S7 — INSTITUCIONES
   ════════════════════════════════════════════════════ */
.pa-inst-new { background: var(--pa-navy); padding: clamp(72px,9vw,108px) 0; }
.pa-inst-new-wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.pa-inst-panel { background: rgba(11,35,71,.75); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.pa-inst-panel-hdr { display: flex; align-items: center; gap: 10px; background: rgba(7,22,47,.85); border-bottom: 1px solid rgba(255,255,255,.07); padding: 14px 20px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.45); }
.pa-inst-panel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pa-sky); }
.pa-inst-panel-body { padding: 16px 20px; display: flex; flex-direction: column; gap: 4px; }
.pa-inst-benefit { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); transition: background .2s; }
.pa-inst-benefit:hover { background: rgba(255,255,255,.06); }
.pa-inst-ben-chk { font-size: 12px; font-weight: 700; color: var(--pa-sky); flex-shrink: 0; width: 18px; }
.pa-inst-ben-txt { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.4; }
.pa-inst-panel-stats { display: flex; justify-content: space-around; padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(31,107,255,.06); }
.pa-inst-stat { text-align: center; }
.pa-inst-stat-num { font-size: 22px; font-weight: 800; color: var(--pa-sky); }
.pa-inst-stat-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.32); margin-top: 2px; }

@media (max-width: 900px) { .pa-inst-new-wrap { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; } }

/* ════════════════════════════════════════════════════
   S8 — CIERRE COMERCIAL
   ════════════════════════════════════════════════════ */
.pa-close-section { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; background: var(--pa-navy2); }
.pa-close-img-wrap { position: absolute; inset: 0; }
.pa-close-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #091c38 0%, var(--pa-navy2) 100%); display: flex; align-items: center; justify-content: center; }
.pa-close-placeholder span { font-size: 13px; color: rgba(255,255,255,.22); font-style: italic; padding: 24px; max-width: 320px; text-align: center; line-height: 1.6; }
.pa-close-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,22,47,.5) 0%, rgba(7,22,47,.85) 100%); }
.pa-close-content { position: relative; z-index: 1; max-width: 780px; padding: clamp(56px,8vw,96px) 32px; }
.pa-close-title { font-size: clamp(26px,3.5vw,48px); font-weight: 900; line-height: 1.1; color: #fff; margin: 0 0 16px; text-wrap: balance; letter-spacing: -.03em; }
.pa-close-grad { background: linear-gradient(90deg, var(--pa-sky) 0%, var(--pa-elec) 60%, #93d5ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pa-close-sub { font-size: 17px; color: rgba(255,255,255,.62); line-height: 1.65; margin: 0 0 40px; }
.pa-close-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.pa-cta-ghost-dk { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); color: #fff; font-size: 14px; font-weight: 600; padding: 14px 26px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); cursor: pointer; transition: background .2s; font-family: inherit; }
.pa-cta-ghost-dk:hover { background: rgba(255,255,255,.16); }

/* ════════════════════════════════════════════════════
   COMPARE TABLE — Solo vs Creditpro
   ════════════════════════════════════════════════════ */
.pa-compare-section {
  background: var(--pa-navy);
  padding: clamp(72px,9vw,108px) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pa-compare-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  z-index: 0;
}
.pa-compare-orb--1 {
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(31,107,255,.12) 0%, transparent 70%);
  right: -80px; top: -80px;
}
.pa-compare-orb--2 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(80,200,255,.08) 0%, transparent 70%);
  left: 5%; bottom: -40px;
}

.pa-compare-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.pa-compare-head {
  text-align: center;
  margin-bottom: 56px;
}
.pa-compare-head .pa-section-p {
  max-width: 54ch;
  margin: 0 auto;
}

/* ── Table container ────────────────────────────── */
.pa-compare-table-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 32px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(80,200,255,.04) inset;
}

/* ── Column headers ─────────────────────────────── */
.pa-compare-thead {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.35fr;
  background: rgba(7,22,47,.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.pa-compare-th {
  padding: 18px 24px;
}

.pa-compare-th--aspect {
  border-right: 1px solid rgba(255,255,255,.06);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.28);
  display: flex;
  align-items: center;
}

.pa-compare-th--without {
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
}

.pa-compare-th-solo {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.36);
}

.pa-compare-th--with {
  background: rgba(31,107,255,.1);
  display: flex;
  align-items: center;
}

.pa-compare-th-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(90deg, var(--pa-blue) 0%, var(--pa-elec) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(31,107,255,.38);
}

/* ── Rows ───────────────────────────────────────── */
.pa-compare-tbody {
  display: flex;
  flex-direction: column;
}

.pa-compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.35fr;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .15s;
}
.pa-compare-row:last-child { border-bottom: none; }
.pa-compare-row:hover { background: rgba(255,255,255,.015); }
.pa-compare-row:hover .pa-compare-cell--with {
  background: rgba(31,107,255,.13);
}

/* Aspect column */
.pa-compare-aspect {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255,255,255,.05);
  background: rgba(7,22,47,.35);
}

.pa-compare-aspect-num {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.18);
  padding-top: 2px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.pa-compare-aspect-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  line-height: 1.45;
}

/* Data cells */
.pa-compare-cell {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 24px;
  transition: background .15s;
}

.pa-compare-cell--without {
  border-right: 1px solid rgba(255,255,255,.05);
  background: rgba(255,255,255,.01);
}

.pa-compare-cell--with {
  background: rgba(31,107,255,.07);
}

/* Icons */
.pa-compare-x {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(239,68,68,.1);
  border: 1px solid rgba(239,68,68,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(239,68,68,.65);
  margin-top: 1px;
}

.pa-compare-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
  margin-top: 1px;
}

.pa-compare-text-without {
  font-size: 13px;
  color: rgba(255,255,255,.35);
  line-height: 1.55;
}

.pa-compare-text-with {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.84);
  line-height: 1.55;
}

/* Row stagger — fires when wrapper gets pa-in */
@keyframes paCmpRow {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
.pa-compare-table-wrap.pa-in .pa-compare-row {
  animation: paCmpRow .45s cubic-bezier(.16,1,.3,1) calc(var(--ri) * 55ms) both;
}

/* ── Footer CTA ─────────────────────────────────── */
.pa-compare-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding: 28px 36px;
  background: rgba(11,35,71,.7);
  border: 1px solid rgba(80,200,255,.12);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.pa-compare-foot-text {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.68);
  margin: 0;
  line-height: 1.5;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 860px) {
  .pa-compare-thead { display: none; }

  .pa-compare-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .pa-compare-aspect {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(7,22,47,.55);
    padding: 16px 20px;
  }

  .pa-compare-cell {
    border-right: none;
    padding: 14px 20px;
    flex-wrap: wrap;
  }

  .pa-compare-cell::before {
    content: attr(data-label);
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 6px;
  }
  .pa-compare-cell--without::before { color: rgba(255,255,255,.3); }
  .pa-compare-cell--with::before    { color: var(--pa-elec); }

  .pa-compare-wrap { padding: 0 20px; }

  .pa-compare-foot {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    margin-top: 32px;
  }
}

/* ════════════════════════════════════════════════════
   FORMULARIO
   ════════════════════════════════════════════════════ */
.pa-form-section { background: radial-gradient(ellipse at 50% 0%, #0e2447 0%, #041024 70%); padding: clamp(72px,9vw,108px) 0; }
.pa-form-wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.pa-form-text { display: flex; flex-direction: column; }
.pa-form-promises { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.pa-form-promise { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.68); }
.pa-form-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 36px; backdrop-filter: blur(8px); }
.pa-profile-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.pa-profile-tab { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.52); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 8px 14px; cursor: pointer; transition: all .15s; font-family: inherit; }
.pa-profile-tab.active { background: var(--pa-blue); color: #fff; border-color: var(--pa-blue); }
.pa-profile-tab:hover:not(.active) { background: rgba(255,255,255,.1); }
.pa-fields { display: flex; flex-direction: column; gap: 14px; margin-bottom: 16px; }
.pa-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pa-field { display: flex; flex-direction: column; gap: 6px; }
.pa-field span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.52); letter-spacing: .04em; }
.pa-field input, .pa-field select, .pa-field textarea { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; padding: 11px 14px; color: #fff; font-size: 14px; font-family: inherit; transition: border-color .2s, background .2s; outline: none; }
.pa-field input::placeholder, .pa-field textarea::placeholder { color: rgba(255,255,255,.24); }
.pa-field input:focus, .pa-field select:focus, .pa-field textarea:focus { border-color: var(--pa-sky); background: rgba(80,200,255,.06); }
.pa-field select option { background: #0d1e3c; color: #fff; }
.pa-field textarea { resize: vertical; min-height: 90px; }
.pa-field--full { grid-column: span 2; }
.pa-field-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.52); line-height: 1.5; }
.pa-field-check input[type=checkbox] { margin-top: 2px; flex-shrink: 0; accent-color: var(--pa-sky); }
.pa-form-submit { width: 100%; margin-top: 16px; background: var(--pa-blue); color: #fff; font-weight: 700; font-size: 15px; padding: 15px 24px; border-radius: 12px; border: none; cursor: pointer; box-shadow: 0 8px 24px rgba(31,107,255,.4); transition: background .2s, transform .2s; font-family: inherit; }
.pa-form-submit:hover { background: #1558e0; transform: translateY(-2px); }
.pa-form-success { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 48px 24px; gap: 16px; }
.pa-form-success-ico { width: 60px; height: 60px; border-radius: 50%; background: rgba(80,200,255,.12); border: 2px solid var(--pa-sky); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--pa-sky); font-weight: 700; }
.pa-form-success h3 { font-size: 20px; font-weight: 700; color: #fff; margin: 0; }
.pa-form-success p { color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.6; margin: 0; max-width: 44ch; }

@media (max-width: 900px) { .pa-form-wrap { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; } }
@media (max-width: 600px) { .pa-field-row { grid-template-columns: 1fr; } .pa-field--full { grid-column: span 1; } .pa-form-card { padding: 24px 18px; } }
