/* ===== Variables ===== */
:root {
  --web-primary: #262626;
  --web-primary-2: #3a3a3a;
  --web-accent: #d4af37;
  --web-accent-2: #d4af37;
  --web-accent-soft: #f3e6c0;
  --web-footer: #262626;
  --ink: #262626;
  --muted: #727272;
  --muted-2: #949494;
  --line: #e5e7eb;
  --line-strong: #e5e7eb;
  --surface: #ffffff;
  --surface-2: #f9f9f9;
  --success: #15803d;
  --danger: #b91c1c;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .03), 0 2px 8px rgba(0, 0, 0, .04);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, .06);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, .07);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

/* ===== Base ===== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.rt-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* Old shell replaced by zas-nav / zas-footer from landing.css */
.rt-header,
.rt-footer {
  display: none !important;
}

body.rt-page a {
  color: inherit;
}

/* ===== Header ===== */
.rt-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .90);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, .07);
  box-shadow: 0 3px 20px rgba(16, 24, 40, .04);
}

.rt-header-inner {
  max-width: 1320px;
  margin: auto;
  min-height: 74px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rt-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font: 800 1.18rem "Inter", sans-serif;
  letter-spacing: -.04em;
  color: var(--web-primary);
}

.rt-brand .mark, .rt-brand img.mark-img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
  background: #fff;
  flex-shrink: 0;
}

.rt-brand .mark {
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: url("icons/Icon-512.png") center/cover no-repeat;
}

.brand-name-delivery {
  color: var(--web-accent);
}

.rt-nav {
  display: flex;
  align-items: center;
  gap: 10px 26px;
}

.rt-nav a {
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  color: #667085;
  transition: .2s ease;
}

.rt-nav a:hover {
  color: var(--ink);
}

.rt-nav .rt-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 11px 18px;
  background: var(--web-primary);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .12);
}

.rt-nav .rt-cta:hover {
  color: #fff;
  background: var(--web-primary-2);
  transform: translateY(-1px);
}

/* ===== Hero ===== */
.rt-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 55%, #ffffff 100%);
  padding: 56px 32px 40px;
}

.rt-hero:before { display: none; }
.rt-hero-glow { display: none; }

.rt-hero-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -160px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, .18), transparent 68%);
  filter: blur(8px);
  animation: glow 10s ease-in-out infinite alternate;
}

.rt-hero-inner {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr)390px;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border: 1px solid rgba(212, 175, 55, .35);
  background: var(--web-accent-soft);
  border-radius: 999px;
  color: #b89320;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--web-accent-2);
  box-shadow: 0 0 0 5px rgba(212, 175, 55, .14);
}

.hero-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.hero-logo-row img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  background: #fff;
}

.hero-brand {
  margin: 0;
  font: 800 clamp(2.4rem, 4.6vw, 4.2rem)/.95 "Inter", sans-serif;
  letter-spacing: -.055em;
}

.hero-brand .delivery {
  color: var(--web-accent-2);
}

.rt-hero h1 {
  max-width: 780px;
  margin: 18px 0 18px;
  font: 800 clamp(1.8rem, 3.6vw, 3.05rem)/1.1 "Inter", sans-serif;
  letter-spacing: -.045em;
  color: var(--web-primary);
}

.rt-hero p {
  max-width: 680px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-primary, .hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 13px;
  padding: 13px 17px;
  transition: .25s var(--ease);
}

/* Más específico que body.rt-page a { color: inherit } (el hero es blanco) */
body.rt-page a.hero-primary,
.rt-hero a.hero-primary {
  background: var(--web-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(38, 38, 38, .16);
}

body.rt-page a.hero-primary:hover,
.rt-hero a.hero-primary:hover {
  color: #fff;
  background: var(--web-primary-2);
  transform: translateY(-2px);
}

.hero-primary {
  background: var(--web-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(38, 38, 38, .16);
}

body.rt-page a.hero-primary span,
.rt-hero a.hero-primary span {
  color: inherit;
}

.hero-primary {
  background: #fff;
  color: #262626;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

body.rt-page a.hero-secondary,
.rt-hero a.hero-secondary {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--web-primary);
}

.hero-secondary:hover {
  background: #f9f9f9;
}

.rt-hero-metrics {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.rt-hero-metrics .m span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
}

.metric-line {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.rt-hero-metrics .m strong {
  display: block;
  font: 800 2rem/1 "Inter", sans-serif;
  color: var(--web-accent-2);
  letter-spacing: -.04em;
}

.rt-hero-metrics .m span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .59);
  font-size: .75rem;
  font-weight: 700;
}

.metric-line {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .14);
}

.hero-promo-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: var(--web-primary);
  box-shadow: 0 25px 50px rgba(38, 38, 38, .22);
  color: #fff;
}

.hero-promo-card:after {
  content: "";
  position: absolute;
  inset: auto 12% -4px;
  border-radius: 50%;
  height: 10px;
  background: rgba(212, 175, 55, .25);
  filter: blur(18px);
}

.promo-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.promo-badge {
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .06em;
  color: var(--web-primary);
  background: var(--web-accent-2);
  padding: 7px 10px;
  border-radius: 8px;
}

.promo-live {
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .66);
}

.promo-live i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #86efac;
  margin-right: 5px;
}

.promo-big {
  margin-top: 26px;
  font: 800 5.3rem/.8 "Inter", sans-serif;
  letter-spacing: -.08em;
  color: var(--web-accent-2);
}

.promo-big span {
  font-size: 2.6rem;
  vertical-align: top;
  color: var(--web-accent-2);
  margin-left: 4px;
}

.promo-title {
  margin-top: 10px;
  font: 700 1rem "Inter", sans-serif;
  color: var(--web-accent-2);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-promo-card p {
  margin-top: 12px;
  font-size: .88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .65);
}

.promo-divider {
  height: 1px;
  background: rgba(255, 255, 255, .11);
  margin: 22px 0;
}

.promo-slots-label {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .09em;
  color: rgba(255, 255, 255, .5);
}

.promo-slots-row {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 4px;
}

.promo-slots-row strong {
  font: 800 2.2rem "Inter", sans-serif;
  color: #fff;
}

.promo-slots-row span {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, .58);
  font-size: .8rem;
}

.promo-progress, .counter-bar {
  height: 7px;
  margin-top: 13px;
  background: rgba(255, 255, 255, .09);
  border-radius: 999px;
  overflow: hidden;
}

.promo-progress span, .counter-bar span {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b8860b, var(--web-accent-2));
  transition: width .5s ease;
}

.hero-promo-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .45);
  font-size: .72rem;
}

/* ===== Trust strip ===== */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-inner {
  max-width: 1320px;
  margin: auto;
  padding: 20px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-inner>div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  align-items: center;
}

.trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fff8e8, #f3efe4);
  border: 1px solid rgba(212, 175, 55, .28);
  color: #9a7418;
  flex-shrink: 0;
}

.trust-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.trust-inner strong {
  display: block;
  font-size: .8rem;
}

.trust-inner>div>div>span {
  display: block;
  font-size: .7rem;
  color: var(--muted);
  line-height: 1.4;
  margin-top: 2px;
}

/* ===== Layout / Aside ===== */
.rt-shell {
  max-width: 1320px;
  margin: auto;
  padding: 60px 32px 90px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.rt-aside {
  position: sticky;
  top: 96px;
}

.aside-step-card, .rt-counter, .rt-aside-block, .help-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.aside-step-card {
  padding: 24px;
}

.aside-label {
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #98a2b3;
}

.aside-step-card h2 {
  margin: 8px 0 8px;
  font: 700 1.45rem/1.1 "Inter", sans-serif;
  letter-spacing: -.03em;
}

.aside-step-card>p {
  margin: 0;
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.6;
}

.process-list {
  margin-top: 25px;
  display: grid;
  gap: 8px;
}

.process-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 13px;
}

.process-item.active {
  background: #f9f9f9;
}

.process-item>span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #f1f4f7;
  color: #667085;
  font: 800 .7rem "Inter", sans-serif;
}

.process-item.active>span {
  background: var(--web-primary);
  color: #fff;
}

.process-item.done>span {
  background: #dbe7f5;
  color: var(--web-primary);
}

.process-item.done strong {
  color: var(--web-primary);
}

.process-item {
  cursor: default;
}

.process-item.clickable {
  cursor: pointer;
}

.process-item.clickable:hover {
  background: #f9f9f9;
}

.process-item strong {
  display: block;
  font-size: .82rem;
}

.process-item small {
  display: block;
  margin-top: 2px;
  color: var(--muted-2);
  font-size: .68rem;
}

.rt-counter {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 22px;
  background: linear-gradient(145deg, #fffdf7, #fff8e9);
  border-color: #f0dfb8;
}

.counter-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  background: radial-gradient(circle, rgba(245, 158, 11, .18), transparent 70%);
  border-radius: 50%;
}

.rt-counter .lbl {
  position: relative;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #8a6d1d;
}

.counter-main {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 7px;
}

.counter-main strong {
  font: 800 3rem/1 "Inter", sans-serif;
  letter-spacing: -.06em;
}

.counter-main span {
  font-size: .8rem;
  color: #9c7a4b;
  font-weight: 700;
}

.counter-bar {
  background: #f3e8cc;
}

.counter-bar span {
  width: 10%;
}

.rt-counter .lbl:last-child {
  display: block;
  margin-top: 9px;
  font-size: .68rem;
  letter-spacing: 0;
  text-transform: none;
  color: #9b8769;
  font-weight: 600;
}

.rt-aside-block {
  margin-top: 18px;
  padding: 24px;
}

.aside-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.aside-heading span {
  color: var(--web-accent);
}

.aside-heading h3 {
  margin: 0;
  font: 800 .8rem "Inter", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rt-benefits {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.rt-benefits li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.rt-benefits .ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fff8e8, #f3efe4);
  border: 1px solid rgba(212, 175, 55, .28);
  color: #9a7418;
  flex-shrink: 0;
}

.rt-benefits .ico svg {
  width: 20px;
  height: 20px;
  display: block;
}

.rt-benefits strong {
  display: block;
  font-size: .8rem;
}

.rt-benefits li div>span {
  display: block;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.5;
  margin-top: 2px;
}

.help-card {
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
}

.help-icon {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--web-primary);
  color: #fff;
  font-weight: 900;
}

.help-card strong {
  font-size: .8rem;
}

.help-card p {
  margin: 4px 0 8px;
  color: var(--muted);
  font-size: .71rem;
}

.rt-help-mail {
  display: block;
  grid-column: 2;
  color: var(--web-primary)!important;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.rt-help-mail:hover {
  text-decoration: underline;
}

/* ===== Formulario ===== */
#app {
  max-width: none;
}

.form-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 36px 40px;
  box-shadow: var(--shadow-lg);
}

.form-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.form-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--web-accent);
  background: #fff8e8;
  border: 1px solid #f6e4b6;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-kicker span {
  font-size: .78rem;
}

.form-top h2 {
  margin: 12px 0 5px;
  font: 800 2rem/1.05 "Inter", sans-serif;
  letter-spacing: -.04em;
}

.form-lede {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.secure-pill {
  white-space: nowrap;
  padding: 9px 11px;
  border: 1px solid #dcefe3;
  background: #f6fffa;
  color: #18764a;
  border-radius: 10px;
  font-size: .68rem;
  font-weight: 800;
}

.promo-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 24px 0;
  padding: 14px 16px;
  border: 1px solid #f3dfa8;
  background: linear-gradient(90deg, #fffaf0, #fffdf7);
  border-radius: 15px;
}

.promo-notice-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff1c2;
  flex: 0 0 auto;
}

.promo-notice strong {
  display: block;
  font-size: .78rem;
}

.promo-notice span {
  display: block;
  margin-top: 3px;
  color: #806b4a;
  font-size: .73rem;
  line-height: 1.45;
}

.form-progress {
  margin: 0 0 28px;
  padding: 12px 14px;
  background: #f9f9f9;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  font-size: .67rem;
  font-weight: 800;
  color: #667085;
}

.progress-top strong {
  color: var(--web-primary);
}

.progress-track {
  height: 4px;
  margin-top: 8px;
  background: #e8edf2;
  border-radius: 999px;
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--web-primary), var(--web-accent-2));
  transition: width .4s var(--ease);
}

/* ===== Wizard / pasos ===== */
.form-section-block {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  animation: stepIn .4s var(--ease)both;
}

.form-section-block.is-active {
  display: block;
}

.form-section-head {
  display: grid;
  grid-template-columns: 32px 48px 1fr;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
}

.section-number {
  font: 800 .65rem "Inter", sans-serif;
  color: var(--web-accent);
}

.wizard-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.wizard-nav:has(.wizard-btn-prev:not([hidden])) {
  justify-content: space-between;
}

.wizard-nav button {
  min-width: 140px;
  height: 48px;
  border-radius: 12px;
  font: 800 .8rem "Inter", sans-serif;
  cursor: pointer;
  transition: .2s var(--ease);
}

.wizard-btn-prev {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--web-primary);
}

.wizard-btn-prev:hover {
  background: #f9f9f9;
}

.wizard-btn-next, .wizard-btn-submit {
  border: 0;
  background: linear-gradient(135deg, var(--web-primary), var(--web-primary-2));
  color: #fff;
  box-shadow: 0 10px 22px rgba(38, 38, 38, .18);
}

.wizard-btn-next:hover, .wizard-btn-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.wizard-btn-prev[hidden], .wizard-btn-submit[hidden], .wizard-btn-next[hidden] {
  display: none!important;
}

.agreement-area, .submit-area {
  display: none;
}

.wizard-step-4-extras.is-active .agreement-area, .wizard-step-4-extras.is-active .submit-area {
  display: block;
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }

}

@media (prefers-reduced-motion:reduce) {
  .form-section-block {
    animation: none;
  }

}

/* ===== Campos, mapa, docs ===== */
.form-section-head .ico {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  color: var(--web-primary);
}

.form-section-head .ico svg {
  width: 21px;
  height: 21px;
}

.form-section-head h2 {
  margin: 0;
  font: 800 1.15rem "Inter", sans-serif;
  letter-spacing: -.025em;
}

.form-section-head p {
  margin: 4px 0 0;
  font-size: .74rem;
  color: var(--muted);
}

.field-grid {
  display: grid;
  gap: 16px;
}

.two-col {
  grid-template-columns: 1fr 1fr;
}

.field-span-2 {
  grid-column: 1/-1;
}

.field label, .location-head-row label, .choice-fieldset legend, .entity-choice legend {
  display: block;
  margin: 0 0 8px;
  font-size: .72rem;
  font-weight: 800;
  color: #344054;
}

.field label span, .location-head-row label span, .choice-fieldset legend span, .entity-choice legend span {
  color: #b42318;
}

.rt-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), .rt-page select, .rt-page textarea {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dfe5ec!important;
  border-radius: 12px!important;
  background: #fbfcfe!important;
  box-shadow: none!important;
  color: var(--web-primary);
  font-family: inherit;
  font-size: .84rem;
  outline: none;
  transition: .2s ease;
}

.rt-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover, .rt-page select:hover {
  border-color: #c8d0da!important;
  background: #fff!important;
}

.rt-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, .rt-page select:focus {
  border-color: var(--web-primary)!important;
  background: #fff!important;
  box-shadow: 0 0 0 4px rgba(17, 24, 39, .06)!important;
}

.field-note {
  display: flex;
  align-items: end;
}

.field-note p, .field-help {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.45;
}

.soft-option {
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  background: #fafbfc;
  border-radius: 13px;
}

.legal-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .73rem;
  line-height: 1.45;
  color: #667085;
}

.legal-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--web-primary);
  flex: 0 0 auto;
}

.legal-check strong {
  color: #344054;
}

.location-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.map-required {
  font-size: .63rem;
  color: #7a8695;
  font-weight: 700;
}

.location-badge {
  display: none;
  margin: 8px 0 0;
  padding: 7px 10px;
  border-radius: 9px;
  background: #ecfdf3;
  border: 1px solid #d1fae5;
  color: #0f7a47;
  font-size: .68rem;
  font-weight: 800;
}

.map-hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 10px;
  padding: 12px 13px;
  border: 1px solid #e7ebf0;
  background: #f9f9f9;
  border-radius: 12px;
}

.map-hint>span {
  font-size: 1rem;
}

.map-hint strong {
  display: block;
  font-size: .69rem;
}

.map-hint small {
  display: block;
  margin-top: 2px;
  font-size: .64rem;
  color: var(--muted);
}

.map-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  border-radius: 17px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #e5e7eb;
}

.map-viewport {
  position: relative;
  min-height: 420px;
  flex: 0 0 auto;
}

.map-canvas,
.map-viewport #map {
  width: 100%;
  height: 420px;
}

/* Pantalla completa: el mapa debe llenar todo el alto (no quedarse en 420px) */
.map-stage:fullscreen,
.map-stage:-webkit-full-screen {
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #0f172a;
  display: flex;
  flex-direction: column;
}

.map-stage:fullscreen .map-viewport,
.map-stage:-webkit-full-screen .map-viewport {
  position: relative;
  flex: 1 1 auto;
  min-height: 0 !important;
  height: auto !important;
}

.map-stage:fullscreen .map-canvas,
.map-stage:fullscreen .map-viewport #map,
.map-stage:-webkit-full-screen .map-canvas,
.map-stage:-webkit-full-screen .map-viewport #map {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

.map-stage:fullscreen .map-bottom-sheet,
.map-stage:-webkit-full-screen .map-bottom-sheet {
  position: relative !important;
  left: auto;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  width: 100%;
}

.map-stage:fullscreen .map-fabs,
.map-stage:-webkit-full-screen .map-fabs {
  top: 16px;
}

.map-pin-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  z-index: 10;
  filter: drop-shadow(0 8px 10px rgba(17, 24, 39, .2));
  pointer-events: none;
}

.map-pin-layer svg {
  width: 42px;
  height: 62px;
}

.map-banner {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  z-index: 20;
}

.map-banner-inner {
  max-width: 440px;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(17, 24, 39, .93);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

.map-banner-inner strong {
  display: block;
  font-size: .72rem;
}

.map-banner-inner span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .7);
  font-size: .63rem;
}

.map-banner-inner button {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: var(--web-accent-2);
  font-weight: 800;
  font-size: .64rem;
  cursor: pointer;
}

.map-banner-close {
  position: absolute;
  right: 9px;
  top: 7px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.map-fabs {
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 20;
}

.map-fabs button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  font-size: 1rem;
}

.map-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 14px 16px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .95), #fff 20%);
  box-shadow: 0 -10px 25px rgba(17, 24, 39, .10);
}

.sheet-handle {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #d9dee5;
  margin: 0 auto 11px;
}

.map-bottom-sheet h3 {
  margin: 0 0 10px;
  font: 800 .78rem "Inter", sans-serif;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe5ec;
  border-radius: 11px;
  background: #fbfcfe;
}

.search-ico {
  color: #98a2b3;
}

.search-wrap input {
  border: 0!important;
  background: transparent!important;
  box-shadow: none!important;
  height: 42px!important;
  padding: 0!important;
}

.btn-confirm-map {
  width: 100%;
  margin-top: 9px;
  height: 44px;
  border: 0;
  border-radius: 11px;
  background: var(--web-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.btn-confirm-map:hover {
  background: #293548;
}

.btn-confirm-map span {
  margin-left: 6px;
  color: var(--web-accent-2);
}

.map-reopen-row {
  margin: 10px 0 0;
}

.map-reopen-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: #344054;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.location-extra-grid {
  margin-top: 20px;
}

.extra-branches-wrap {
  margin-top: 14px;
}

.choice-fieldset {
  border: 0;
  padding: 0;
  margin: 22px 0 0;
}

.choice-card {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  margin-top: 9px;
  cursor: pointer;
  transition: .2s ease;
  background: #fff;
}

.choice-card:hover {
  border-color: #cfd6de;
  background: #fbfcfe;
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-check {
  width: 17px;
  height: 17px;
  border: 1.5px solid #c3cbd5;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.choice-card input:checked~.choice-check {
  border-color: var(--web-primary);
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--web-primary);
}

.choice-card strong {
  display: block;
  font-size: .73rem;
}

.choice-card small {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  margin-top: 2px;
}

.contact-toggle {
  margin-top: 16px;
}

#business_phone_wrap {
  padding-top: 12px;
  overflow: hidden;
  transition: .3s ease;
}

.docs-section {
  border: 0;
  padding: 0;
  margin: 0;
}

.docs-intro {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 12px 13px;
  background: #f9f9f9;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.docs-intro span {
  font-size: 1rem;
}

.docs-intro p {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.5;
}

.entity-choice {
  border: 0;
  margin: 18px 0 0;
  padding: 0;
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.segmented label {
  position: relative;
  cursor: pointer;
}

.segmented input {
  position: absolute;
  opacity: 0;
}

.segmented label span {
  display: block;
  padding: 12px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: .7rem;
  font-weight: 800;
  background: #fff;
}

.segmented input:checked+span {
  background: var(--web-primary);
  border-color: var(--web-primary);
  color: #fff;
}

.empresa-fields {
  margin-top: 15px;
}

.upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 15px;
}

.upload-card {
  position: relative;
}

.upload-card .upload-label {
  display: block;
  min-height: 142px;
  padding: 18px;
  border: 1.5px dashed #ccd4de;
  border-radius: 15px;
  background: #fbfcfe;
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}

.upload-card .upload-label:hover {
  border-color: #d38a20;
  background: #fffaf0;
}

.upload-card.has-file .upload-label {
  border-style: solid;
  border-color: #262626;
  background: #f4f7fb;
}

.upload-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #fff2cc;
  color: #9b5c08;
  font-weight: 900;
}

.upload-card.has-file .upload-icon {
  background: #dcfce7;
  color: #166534;
}

.upload-card strong {
  display: block;
  margin-top: 12px;
  font-size: .74rem;
}

.upload-card small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .63rem;
  line-height: 1.4;
}

.upload-cta {
  display: inline-block;
  margin-top: 14px;
  color: var(--web-primary);
  font-weight: 800;
  font-size: .66rem;
}

.upload-fname {
  display: block;
  margin-top: 8px;
  font-size: .62rem;
  font-weight: 700;
  color: #0f172a;
  word-break: break-all;
  line-height: 1.35;
}

.upload-preview {
  display: block;
  margin-top: 12px;
  width: 100%;
  max-height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eef5;
}

.upload-preview img {
  display: block;
  width: 100%;
  max-height: 120px;
  object-fit: cover;
}

.upload-preview .upload-pdf-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  font-size: .68rem;
  font-weight: 800;
  color: #262626;
}

/* Input dentro del label: el label abre el file picker (más fiable que overlay opacity:0). */
.upload-card input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.upload-extra {
  margin-top: 12px;
}

.upload-full {
  margin-top: 12px;
}

.agreement-area {
  padding-top: 8px;
}

.agreement-area>.legal-check {
  padding: 10px 0;
}

.featured-check {
  padding: 13px!important;
  background: #fffbef;
  border: 1px solid #f2dfb0;
  border-radius: 13px;
}

.featured-check input {
  accent-color: var(--web-accent);
}

.featured-check a, .legal-foot a, .legal-details a {
  color: #8f5600;
  font-weight: 800;
}

.legal-details {
  margin-top: 10px;
  padding: 11px 12px;
  background: #fafbfc;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.legal-details summary {
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.legal-details p {
  margin: 10px 0 0;
  font-size: .67rem;
  color: var(--muted);
  line-height: 1.5;
}

.legal-foot {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .64rem;
}

.submit-area {
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.rt-page button[type=submit] {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--web-accent), var(--web-accent-2));
  color: var(--web-primary);
  font: 800 .86rem "Inter", sans-serif;
  box-shadow: 0 12px 25px rgba(245, 158, 11, .22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .25s var(--ease);
}

.rt-page button[type=submit] span:last-child {
  font-size: 1.1rem;
}

.rt-page button[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(245, 158, 11, .3);
}

.submit-trust {
  text-align: center;
  margin-top: 10px;
  color: #98a2b3;
  font-size: .64rem;
}

.msg {
  margin-top: 10px;
  text-align: center;
}

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

/* ===== Footer ===== */
.rt-footer {
  background: var(--web-footer);
  color: rgba(255, 255, 255, .65);
  padding: 56px 32px 28px;
}

.rt-footer-inner {
  max-width: 1320px;
  margin: auto;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-brand {
  color: #fff;
}

.footer-brand-row p {
  margin: 0;
  font-size: .72rem;
  color: rgba(255, 255, 255, .42);
}

.rt-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding: 34px 0;
}

.rt-footer-grid h4,
.rt-footer-grid .footer-title {
  margin: 0 0 13px;
  color: #fff;
  font: 800 .8rem "Inter", sans-serif;
  display: block;
}

.rt-footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rt-footer-grid li {
  margin: 0 0 8px;
}

.rt-footer-grid a {
  font-size: .72rem;
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}

.rt-footer-grid a:hover {
  color: #fff;
}

.rt-footer-copy {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
  color: rgba(255, 255, 255, .32);
  font-size: .65rem;
}

/* ===== Motion ===== */
@keyframes glow {
  from {
    transform: translate(0, 0)scale(1);
  }

  to {
    transform: translate(-30px, 30px)scale(1.08);
  }

}

@media (max-width:1100px) {
  .rt-hero-inner {
    grid-template-columns: minmax(0, 1fr)340px;
    gap: 38px;
  }

  .rt-shell {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
  }

  .trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width:980px) {
  .rt-shell {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .rt-aside {
    position: static;
  }

  .aside-step-card {
    display: none;
  }

  .hero-promo-card {
    max-width: 440px;
  }

  .rt-hero-inner {
    grid-template-columns: 1fr;
  }

  .rt-hero {
    padding-top: 70px;
  }

  .rt-hide {
    display: none;
  }

  .rt-header-inner {
    padding: 0 20px;
  }

}

@media (max-width:720px) {
  .rt-header-inner {
    min-height: 66px;
  }

  .rt-nav .rt-cta {
    padding: 9px 13px;
  }

  .rt-hero {
    padding: 58px 20px 62px;
  }

  .rt-hero-inner, .rt-shell, .trust-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-promo-card {
    max-width: none;
  }

  .rt-hero-metrics {
    gap: 14px;
    flex-wrap: wrap;
  }

  .metric-line {
    display: none;
  }

  .trust-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-body {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .form-top {
    display: block;
  }

  .secure-pill {
    display: inline-flex;
    margin-top: 14px;
  }

  .two-col, .upload-grid {
    grid-template-columns: 1fr;
  }

  .field-span-2 {
    grid-column: auto;
  }

  .form-section-head {
    grid-template-columns: 30px 44px 1fr;
    gap: 9px;
  }

  .form-section-head .ico {
    width: 44px;
    height: 44px;
  }

  .map-canvas, .map-viewport {
    height: 390px;
    min-height: 390px;
  }

  .map-banner {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .rt-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-row {
    display: block;
  }

  .footer-brand-row p {
    margin-top: 12px;
  }

}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .rt-hero-glow {
    animation: none;
  }

  .rt-page button[type=submit], .hero-primary {
    transition: none;
  }

  .form-done-icon {
    animation: none;
  }

}

/* ===== Solicitud enviada ===== */
.form-done-wrap {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 90% 60% at 50% -8%, rgba(38, 38, 38, .1), transparent 55%),
    radial-gradient(circle at 92% 88%, rgba(212, 175, 55, .12), transparent 30%),
    #fff;
}

.form-done-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(38, 38, 38, .045) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}

.form-done {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  margin: 0 auto;
  text-align: center;
  padding: 12px 4px 8px;
  animation: formDoneIn .55s var(--ease) both;
}

@keyframes formDoneIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.form-done-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #262626 0%, #3a3a3a 100%);
  box-shadow: 0 14px 32px rgba(38, 38, 38, .28);
  animation: formDonePop .55s cubic-bezier(.22, 1, .36, 1) both;
}

.form-done-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

@keyframes formDonePop {
  from {
    opacity: 0;
    transform: scale(.55);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.form-done-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--web-primary);
  background: rgba(38, 38, 38, .08);
}

.form-done h2 {
  margin: 0 0 10px;
  color: var(--web-primary);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.form-done-lead {
  margin: 0 auto 18px;
  max-width: 36ch;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.form-done-ref {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 22px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.form-done-ref span {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.form-done-ref code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86rem;
  font-weight: 700;
  color: var(--ink);
  background: none;
  padding: 0;
}

.form-done-next {
  text-align: left;
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #e8edf5;
  background: #f9f9f9;
}

.form-done-next h3 {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--web-primary);
}

.form-done-next ol {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.form-done-next li {
  margin-bottom: 8px;
}

.form-done-next li:last-child {
  margin-bottom: 0;
}

.form-done-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 16px;
}

.form-done-btn-primary,
.form-done-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.form-done-btn-primary {
  background: var(--web-primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(38, 38, 38, .22);
}

.form-done-btn-primary:hover {
  background: var(--web-primary-2);
  color: #fff;
}

.form-done-btn-ghost {
  border: 1.5px solid var(--line-strong);
  background: #fff;
  color: var(--web-primary);
}

.form-done-btn-ghost:hover {
  border-color: var(--web-primary);
  background: #f4f7fb;
}

.form-done-support {
  margin: 0;
  font-size: .78rem;
  color: var(--muted);
}

.form-done-support a {
  color: var(--web-primary);
  font-weight: 700;
  text-decoration: none;
}

.form-done-support a:hover {
  text-decoration: underline;
}

body.rt-success .aside-step-card h2 {
  color: var(--success);
}

@media (max-width: 720px) {
  .form-done-wrap {
    min-height: 0;
    padding: 28px 22px;
  }

  .form-done-actions {
    flex-direction: column;
  }

  .form-done-btn-primary,
  .form-done-btn-ghost {
    width: 100%;
  }
}

