:root {
  --yellow: #f4b400;
  --yellow-dark: #db9e00;
  --ink: #151515;
  --muted: #575b62;
  --line: #e8e8e8;
  --surface: #f7f7f7;
  --surface-2: #f3f3f3;
  --radius: 18px;
  --shadow: 0 16px 42px rgba(0, 0, 0, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.icon {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.container.narrow { width: min(980px, calc(100% - 40px)); }
.section { padding: 40px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f0f0f0;
}
.header-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand img {
  width: 210px;
  height: auto;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 94px;
  font-size: 16px;
  font-weight: 500;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transition: transform .22s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { font-weight: 800; }
.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 18px;
  border: 2px solid #272727;
  border-radius: 10px;
  background: #fff;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-phone:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}
.phone-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--yellow);
}
.header-phone strong,
.header-phone small { display: block; }
.header-phone strong {
  font-size: 17px;
  line-height: 1;
}
.header-phone small {
  margin-top: 4px;
  font-size: 12px;
}

.hero {
  padding: 14px 20px 0;
  background: #ffffff;
}
.hero-media {
  position: relative;
  overflow: hidden;
  width: min(1025px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .14);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,0) 35%, rgba(0,0,0,.03));
  pointer-events: none;
}
.hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.hero-link {
  position: absolute;
  display: block;
  border-radius: 12px;
  transition: background .2s ease, box-shadow .2s ease;
}
.hero-link:hover,
.hero-link:focus-visible {
  background: rgba(244, 180, 0, .10);
  box-shadow: inset 0 0 0 2px rgba(244, 180, 0, .55);
  outline: none;
}
.hero-link-email {
  left: 66.5%;
  top: 82.2%;
  width: 16.8%;
  height: 12.8%;
}
.hero-link-invoice {
  left: 83.8%;
  top: 82.2%;
  width: 15.7%;
  height: 12.8%;
}

.section-heading { text-align: center; }
.section-heading h1,
.section-heading h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}
.section-heading span {
  display: block;
  width: 44px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--yellow);
}
.section-heading.compact h2 { font-size: clamp(24px, 2.6vw, 30px); }
.section-heading p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.steps { padding-top: 34px; }
.step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 360px));
  justify-content: center;
  gap: 26px;
  margin-top: 32px;
}
.step-grid.two-items { max-width: 760px; margin-inline: auto; margin-top: 32px; }
.step-card {
  min-height: 200px;
  padding: 26px 24px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}
.step-link {
  display: block;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step-link:hover,
.step-link:focus-visible {
  transform: translateY(-4px);
  border-color: #efc34f;
  box-shadow: 0 16px 30px rgba(0,0,0,.08);
  outline: none;
}
.center-card { border-right: 0; }
.step-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border: 6px solid #f1f1f1;
  border-radius: 50%;
}
.step-icon .icon { width: 38px; height: 38px; }
.step-copy h2 {
  margin: 0 0 10px;
  font-size: 17px;
}
.step-copy p {
  max-width: 260px;
  margin: 0 auto;
  color: #40454c;
  font-size: 14px;
}
.step-arrow { display: none; }

.services { padding-top: 10px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}
.service-card {
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #efc34f;
  box-shadow: 0 18px 40px rgba(0,0,0,.09);
}
.service-card > img {
  width: 100%;
  height: 220px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
}
.service-body {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 122px;
  padding: 18px 18px 22px;
}
.service-badge {
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--yellow);
}
.service-badge .icon { width: 24px; height: 24px; }
.service-body h3 {
  margin: 2px 0 8px;
  font-size: 17px;
}
.service-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.benefits { padding-top: 4px; }
.benefits-box {
  padding: 18px 24px 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafafa, #f4f4f4);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
}
.benefit-grid article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 0 18px;
  border-right: 1px solid #dddddd;
}
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > .icon {
  width: 44px;
  height: 44px;
  color: var(--yellow);
  stroke-width: 1.6;
}
.benefit-grid h3 {
  margin: 0 0 4px;
  font-size: 15px;
}
.benefit-grid p {
  margin: 0;
  color: #474c53;
  font-size: 12px;
}

.help-section {
  padding-top: 10px;
  padding-bottom: 24px;
}
.help-box {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 18px 0 0;
  border: 2px solid #efc34f;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.advisor {
  align-self: end;
  width: 190px;
  height: 132px;
  object-fit: cover;
  object-position: center top;
}
.help-copy h2 {
  margin: 0;
  font-size: 24px;
}
.help-copy p {
  margin: 2px 0 0;
  font-size: 16px;
  color: #33363c;
}
.call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 280px;
  min-height: 74px;
  padding: 16px 22px;
  border-radius: 16px;
  background: var(--yellow);
  color: #111;
  transition: transform .2s ease, background .2s ease;
}
.call-cta:hover {
  background: #ffc31a;
  transform: translateY(-2px);
}
.call-cta .icon { width: 32px; height: 32px; }
.call-cta strong,
.call-cta small { display: block; }
.call-cta strong {
  font-size: 20px;
  line-height: 1;
}
.call-cta small {
  margin-top: 6px;
  font-size: 13px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 32px 0 0;
  color: #fff;
  background: #2b2d31;
}
.site-footer::before {
  content: none;
}
.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  height: 1px;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}
.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 240px 180px 250px 190px;
  gap: 34px;
  min-height: 160px;
  align-items: start;
  justify-content: space-between;
}
.footer-brand-block {
  display: flex;
  align-items: flex-start;
}
.footer-logo {
  width: 190px;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.24));
}
.footer-grid h2 {
  margin: 0 0 14px;
  font-size: 15px;
}
.footer-grid a,
.footer-grid span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 8px 0;
  font-size: 14px;
}
.footer-grid a:hover,
.footer-grid a.active { color: var(--yellow); }
.footer-grid .icon { width: 18px; height: 18px; }
.footer-plane {
  display: block;
  width: 170px;
  height: auto;
  margin-top: 12px;
  justify-self: end;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.28));
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  color: #d8d8d8;
  font-size: 11px;
}
.footer-bottom > span:last-child {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom i {
  width: 1px;
  height: 14px;
  background: #777;
}

.inner-page { min-height: 68vh; }
.page-hero {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(110deg, #101113, #2d2e31);
}
.page-hero h1 {
  margin: 3px 0 8px;
  font-size: clamp(34px, 5vw, 58px);
}
.page-hero p {
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  color: #dedede;
}
.page-hero .eyebrow {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.invoice-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  padding: 42px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.invoice-panel h2 {
  margin-top: 0;
  font-size: 30px;
}
.invoice-note {
  padding: 24px;
  border-radius: 14px;
  background: var(--surface);
}
.invoice-note h3 { margin-top: 0; }
.submit-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--yellow);
  color: #111;
  font-weight: 800;
  cursor: pointer;
}
.submit-button.inline { width: auto; }
.compact-footer { padding-top: 0; }

.privacy-page {
  background: #f7f8fa;
}
.privacy-wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 54px;
}
.privacy-card {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #e6e7e9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.06);
}
.privacy-card h2 {
  margin: 34px 0 12px;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.25;
}
.privacy-card h2:first-child { margin-top: 0; }
.privacy-card p {
  margin: 0 0 18px;
  color: #353941;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-card a {
  color: #9a6e00;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-card ul {
  margin: -4px 0 22px;
  padding-left: 24px;
  color: #353941;
}
.privacy-card li {
  margin: 8px 0;
  line-height: 1.65;
}
.terms-intro {
  margin-bottom: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 12px 12px 0;
  background: #fff8df;
}
.terms-intro p:last-child { margin-bottom: 0; }
.privacy-date {
  display: inline-flex;
  margin: 8px 0 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4ce;
  color: #5e4600;
  font-size: 13px;
  font-weight: 800;
}

.mobile-callbar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 29;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }
  .brand img { width: 185px; }
  .main-nav { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .help-box {
    grid-template-columns: 165px 1fr;
    padding-right: 16px;
  }
  .advisor { width: 165px; height: 180px; }
  .call-cta {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    margin-bottom: 16px;
  }
  .footer-grid {
    grid-template-columns: 210px 170px 230px;
  }
  .footer-plane { display: none; }
  .footer-logo { width: 175px; }
}

@media (max-width: 820px) {
  .container,
  .container.narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 30px 0; }
  .header-inner {
    min-height: 82px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .brand img { width: 150px; }
  .header-phone { display: none; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 0 18px 34px rgba(0,0,0,.08);
  }
  .main-nav.is-open { display: grid; }
  .main-nav a {
    min-height: 46px;
    justify-content: center;
  }
  .main-nav a::after {
    bottom: 6px;
    left: 35%;
    right: 35%;
  }
  .hero img {
    height: auto;
  }
  .hero-link-email { left: 66.2%; top: 81.8%; width: 17.2%; height: 13.5%; }
  .hero-link-invoice { left: 83.6%; top: 81.8%; width: 15.9%; height: 13.5%; }
  .step-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }
  .step-grid.two-items {
    max-width: 420px;
  }
  .step-card {
    min-height: 150px;
    padding: 22px 18px;
    text-align: center;
  }
  .step-icon { margin: 0 auto 14px; }
  .step-copy p {
    max-width: 280px;
    margin: 0 auto;
  }
  .benefits-box { padding: 18px 16px 20px; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-logo { width: 165px; }
  .invoice-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .privacy-page {
  background: #f7f8fa;
}
.privacy-wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 54px;
}
.privacy-card {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #e6e7e9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.06);
}
.privacy-card h2 {
  margin: 34px 0 12px;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.25;
}
.privacy-card h2:first-child { margin-top: 0; }
.privacy-card p {
  margin: 0 0 18px;
  color: #353941;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-card a {
  color: #9a6e00;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-card ul {
  margin: -4px 0 22px;
  padding-left: 24px;
  color: #353941;
}
.privacy-card li {
  margin: 8px 0;
  line-height: 1.65;
}
.terms-intro {
  margin-bottom: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 12px 12px 0;
  background: #fff8df;
}
.terms-intro p:last-child { margin-bottom: 0; }
.privacy-date {
  display: inline-flex;
  margin: 8px 0 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4ce;
  color: #5e4600;
  font-size: 13px;
  font-weight: 800;
}

.mobile-callbar { display: inline-flex; }
}

@media (max-width: 620px) {
  .privacy-wrap { width: min(100% - 24px, 980px); padding: 24px 0 34px; }
  .privacy-card { padding: 22px 18px; border-radius: 16px; }
  .privacy-card p { font-size: 15px; line-height: 1.68; }
  .section-heading h1,
  .section-heading h2 { font-size: 26px; }
  .section-heading p { font-size: 15px; }
  .hero-link-email { left: 65.8%; top: 81.4%; width: 17.8%; height: 14.2%; }
  .hero-link-invoice { left: 83.3%; top: 81.4%; width: 16.2%; height: 14.2%; }
  .hero img {
    height: auto;
  }
  .service-grid,
  .benefit-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .service-card > img { height: 210px; }
  .benefit-grid article {
    min-height: 80px;
    padding: 10px 4px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .benefit-grid article:last-child { border-bottom: 0; }
  .help-box {
    grid-template-columns: 1fr;
    padding: 18px;
    text-align: center;
  }
  .advisor { display: none; }
  .help-copy h2 { font-size: 26px; }
  .call-cta {
    grid-column: auto;
    min-height: 86px;
    margin-bottom: 0;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0 82px;
  }
  .footer-bottom > span:last-child { flex-wrap: wrap; gap: 10px; }
  .page-hero {
    padding: 52px 0;
  }
  .page-hero p {
    font-size: 16px;
  }
}

.footer-plane { display: none !important; }

@media (max-width: 620px) {
  .hero { padding: 10px 10px 0; }
  .hero-media { border-radius: 14px; }
}

/* =========================================================
   Banner compacto con accesos rápidos integrados
   ========================================================= */
.hero {
  padding: 14px 20px 0;
  background: #fff;
}

.hero-media {
  position: relative;
  overflow: hidden;
  width: min(1180px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  background: #eaf7ff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .13);
}

.hero-media::after {
  content: none;
}

.hero-media > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-actions {
  position: absolute;
  z-index: 5;
  top: 8.5%;
  left: 4.5%;
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.hero-action {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 70px;
  padding: 12px 20px;
  border: 1px solid rgba(20, 20, 20, .12);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.hero-action:hover,
.hero-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
  outline: none;
}

.hero-action-primary {
  min-width: 235px;
  color: #111;
  background: var(--yellow);
}

.hero-action-secondary {
  min-width: 255px;
  color: #111;
  background: rgba(255, 255, 255, .97);
}

.hero-action-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .78);
}

.hero-action-secondary .hero-action-icon {
  background: #f5f5f5;
}

.hero-action-icon .icon {
  width: 26px;
  height: 26px;
}

.hero-action-copy {
  display: block;
  line-height: 1.15;
}

.hero-action-copy strong,
.hero-action-copy small {
  display: block;
}

.hero-action-copy strong {
  font-size: 18px;
  font-weight: 850;
}

.hero-action-copy small {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 650;
}

/* Ya no se utilizan las antiguas áreas invisibles del banner. */
.hero-hotspots,
.hero-link {
  display: none !important;
}

/* La sección de servicios comienza inmediatamente después del banner. */
.services {
  padding-top: 28px;
}

@media (max-width: 900px) {
  .hero-actions {
    top: 7%;
    left: 3.5%;
    gap: 9px;
  }

  .hero-action {
    min-height: 60px;
    padding: 9px 13px;
    border-radius: 12px;
  }

  .hero-action-primary {
    min-width: 190px;
  }

  .hero-action-secondary {
    min-width: 210px;
  }

  .hero-action-icon {
    flex-basis: 39px;
    width: 39px;
    height: 39px;
  }

  .hero-action-icon .icon {
    width: 22px;
    height: 22px;
  }

  .hero-action-copy strong {
    font-size: 15px;
  }

  .hero-action-copy small {
    margin-top: 4px;
    font-size: 10px;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 10px 10px 0;
  }

  .hero-media {
    border-radius: 14px;
  }

  .hero-actions {
    top: 5.5%;
    left: 3%;
    right: 3%;
    gap: 6px;
  }

  .hero-action {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    gap: 7px;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .hero-action-icon {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

  .hero-action-icon .icon {
    width: 18px;
    height: 18px;
  }

  .hero-action-copy strong {
    font-size: 11px;
  }

  .hero-action-copy small {
    margin-top: 2px;
    font-size: 8px;
  }

  .services {
    padding-top: 22px;
  }
}


/* Corrección final: banner completo, sin recortar, con accesos sobre la franja inferior */
.hero {
  padding: 14px 20px 0;
}
.hero-media {
  width: min(1180px, 100%);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.hero-media > img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}
.hero-actions { display: none !important; }
.hero-hotspots {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 6;
}
.hero-link {
  display: block !important;
  position: absolute;
  border-radius: 14px;
}
.hero-link-reservaciones {
  left: 51.7%;
  top: 68.5%;
  width: 18.5%;
  height: 27%;
}
.hero-link-factura {
  left: 70.8%;
  top: 68.5%;
  width: 22.2%;
  height: 27%;
}
.hero-link:hover, .hero-link:focus-visible {
  outline: 3px solid rgba(244,180,0,.65);
  outline-offset: 2px;
}
.services { padding-top: 22px; }
@media (max-width: 620px) {
  .hero { padding: 10px 8px 0; }
  .hero-media { border-radius: 13px; }
}


/* Ajustes: icono de facturación y botón de correo */
.invoice-icon-overlay {
  position: absolute;
  left: 72.25%;
  top: 70.5%;
  width: 4.4%;
  height: 23%;
  z-index: 7;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  pointer-events: none;
}
.invoice-icon-overlay .icon {
  width: 62%;
  height: 62%;
  color: #171717;
}

.help-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 12px;
}
.email-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  min-height: 74px;
  padding: 14px 18px;
  border: 2px solid #202124;
  border-radius: 16px;
  background: #fff;
  color: #111;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.email-cta:hover {
  transform: translateY(-2px);
  border-color: var(--yellow-dark);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.email-cta .icon { width: 30px; height: 30px; }
.email-cta strong,
.email-cta small { display: block; }
.email-cta strong { font-size: 17px; line-height: 1.1; }
.email-cta small { margin-top: 5px; font-size: 12px; }

@media (max-width: 980px) {
  .help-box { grid-template-columns: 150px 1fr; padding-right: 14px; }
  .advisor { width: 150px; }
  .help-actions { grid-column: 1 / -1; padding: 0 14px 14px; }
  .call-cta, .email-cta { flex: 1 1 0; min-width: 0; }
}
@media (max-width: 620px) {
  .invoice-icon-overlay { left: 72%; top: 69.5%; width: 5.2%; height: 25%; border-radius: 8px; }
  .help-actions { flex-direction: column; width: 100%; }
  .call-cta, .email-cta { width: 100%; }
}


/* Ajustes finales solicitados */
.invoice-icon-overlay {
  left: 70.15% !important;
  top: 71.8% !important;
  width: 3.6% !important;
  height: 20% !important;
  border-radius: 10px !important;
}
.invoice-icon-overlay .icon {
  width: 58% !important;
  height: 58% !important;
}
.header-register {
  min-width: 230px;
}
.header-register .phone-icon {
  background: var(--yellow);
}
.header-register strong {
  font-size: 18px;
}
@media (max-width: 900px) {
  .invoice-icon-overlay {
    left: 69.7% !important;
    width: 4.1% !important;
  }
}

/* =========================================================
   Ajuste final: cubrir el icono antiguo de facturación
   y usar formulario de contacto.
   ========================================================= */
.invoice-icon-overlay {
  left: 68.9% !important;
  top: 70.25% !important;
  width: 5.6% !important;
  height: 18.8% !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
}
.invoice-icon-overlay .icon {
  width: 52% !important;
  height: 52% !important;
}

/* Página contacto */
.contact-card {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-form {
  display: grid;
  gap: 18px;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form label > span {
  font-size: 14px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #d7d9dd;
  border-radius: 12px;
  background: #fff;
}
.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}
.form-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 600;
}
.form-alert.success {
  color: #0c5d32;
  background: #e7f7ee;
  border: 1px solid #b9e3ca;
}
.form-alert.error {
  color: #8e1b1b;
  background: #fdecec;
  border: 1px solid #efb8b8;
}
.contact-actions-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.secondary-action {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
}
.secondary-action:hover {
  border-color: var(--yellow-dark);
}
@media (max-width: 620px) {
  .field-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 20px;
  }
  .invoice-icon-overlay {
    left: 68.3% !important;
    top: 69.5% !important;
    width: 6.6% !important;
    height: 21.2% !important;
  }
}

/* =========================================================
   Versión final del banner: botones integrados y alineados
   ========================================================= */
.invoice-icon-overlay,
.hero-hotspots,
.hero-link {
  display: none !important;
}

.hero-media {
  position: relative;
}

.hero-actions {
  position: absolute !important;
  left: 52% !important;
  right: auto !important;
  top: auto !important;
  bottom: 5.5% !important;
  z-index: 8;
  display: flex !important;
  align-items: stretch;
  gap: 14px;
  transform: none;
}

.hero-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 13px 18px;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero-card:hover,
.hero-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.20);
  outline: none;
}

.hero-card-primary {
  width: 250px;
  color: #111;
  background: var(--yellow);
}

.hero-card-light {
  width: 300px;
  color: #111;
  background: rgba(255,255,255,.98);
  border: 2px solid rgba(216,178,74,.72);
}

.hero-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  color: #181818;
}

.hero-card-light .hero-card-icon {
  background: #f7f7f7;
}

.hero-card-icon .icon {
  width: 29px;
  height: 29px;
}

.hero-card-text {
  display: block;
  min-width: 0;
  line-height: 1.2;
}

.hero-card-text strong,
.hero-card-text small {
  display: block;
}

.hero-card-text strong {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 850;
  white-space: nowrap;
}

.hero-card-text small {
  color: #303030;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .hero-actions {
    left: 48% !important;
    gap: 10px;
  }
  .hero-card-primary { width: 220px; }
  .hero-card-light { width: 265px; }
  .hero-card { min-height: 64px; padding: 10px 14px; }
  .hero-card-icon { flex-basis: 46px; width: 46px; height: 46px; border-radius: 13px; }
  .hero-card-icon .icon { width: 25px; height: 25px; }
  .hero-card-text strong { font-size: 16px; }
  .hero-card-text small { font-size: 11px; }
}

@media (max-width: 820px) {
  .hero-actions {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
    background: #fff;
  }
  .hero-card-primary,
  .hero-card-light {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .hero-card {
    min-height: 62px;
  }
}

/* =========================================================
   Formulario de contacto minimalista
   ========================================================= */
.contact-page {
  min-height: auto;
  background: #fff;
}
.contact-section {
  padding: 48px 0 34px;
}
.contact-page .container.narrow {
  width: min(1080px, calc(100% - 40px));
}
.contact-card {
  padding: 34px 38px 36px;
  border: 1px solid #eeeeee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.055);
}
.contact-form {
  display: grid;
  gap: 18px;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form label > span {
  color: #111;
  font-size: 16px;
  font-weight: 750;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d8dce2;
  border-radius: 13px;
  background: #fff;
  color: #151515;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form input {
  min-height: 54px;
}
.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d49c00;
  box-shadow: 0 0 0 3px rgba(244,180,0,.14);
}
.contact-actions-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.contact-actions-row .submit-button.inline {
  width: auto;
  min-height: 52px;
  margin-top: 0;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 16px;
}
.contact-actions-row .secondary-action {
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid #d7d9dd;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}
.form-alert {
  margin: 0 0 18px;
}
@media (max-width: 760px) {
  .contact-section { padding: 24px 0 28px; }
  .contact-page .container.narrow { width: min(100% - 24px, 1080px); }
  .contact-card { padding: 22px 18px 24px; border-radius: 16px; }
  .field-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-form textarea { min-height: 150px; }
  .contact-actions-row { align-items: stretch; flex-direction: column; }
  .contact-actions-row .submit-button.inline,
  .contact-actions-row .secondary-action { width: 100%; justify-content: center; text-align: center; }
}


/* Formulario de contacto: gris suave para evitar exceso de blanco */
.contact-page,
.contact-section {
  background: #e9ecef !important;
}
.contact-section {
  padding-top: 34px !important;
  padding-bottom: 42px !important;
}
.contact-card {
  background: #f1f3f5 !important;
  border: 1px solid #d6dbe1 !important;
  box-shadow: 0 12px 30px rgba(31, 41, 55, .07) !important;
}
.contact-form input,
.contact-form textarea {
  background: #fafbfc !important;
  border-color: #cbd2da !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #e0a900 !important;
  box-shadow: 0 0 0 3px rgba(244, 180, 0, .16);
}
.secondary-action {
  background: #f8f9fa !important;
  border-color: #cbd2da !important;
}

/* =========================================================
   Formulario general + ayuda con facturación
   ========================================================= */
.contact-card-soft {
  background: #eef0f3 !important;
  border: 1px solid #d5d9de !important;
  box-shadow: 0 14px 34px rgba(20, 25, 35, .07) !important;
}
.contact-card-soft input,
.contact-card-soft textarea {
  background: #f8f9fa !important;
}
.contact-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  padding: 6px;
  border-radius: 14px;
  background: #dfe2e6;
}
.mode-button {
  min-height: 48px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #33373d;
  font-weight: 800;
  cursor: pointer;
}
.mode-button.active {
  background: #fff;
  color: #111;
  box-shadow: 0 5px 14px rgba(0,0,0,.08);
}
.form-mode-panel {
  display: none;
  gap: 18px;
}
.form-mode-panel.active {
  display: grid;
}
.field-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.payment-fieldset {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #cfd5dc;
  border-radius: 12px;
  background: #f8f9fa;
}
.payment-fieldset legend {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 800;
}
.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.radio-option {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
  cursor: pointer;
}
.radio-option input {
  width: 18px !important;
  min-height: 18px !important;
  margin: 0;
  accent-color: var(--yellow);
}
.radio-option span {
  font-size: 14px;
  font-weight: 600 !important;
}
@media (max-width: 900px) {
  .field-grid-three {
    grid-template-columns: 1fr 1fr;
  }
  .field-grid-three label:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 620px) {
  .contact-mode-switch,
  .field-grid-three {
    grid-template-columns: 1fr;
  }
  .field-grid-three label:last-child {
    grid-column: auto;
  }
  .payment-options {
    display: grid;
  }
}


/* Adjuntos del formulario de contacto */
.attachment-field {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #cbd2da;
  border-radius: 14px;
  background: #f8f9fa;
}
.attachment-field > label > span:first-child {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.attachment-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.attachment-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border: 2px dashed #3767b2;
  border-radius: 12px;
  background: #fff;
  color: #234f91;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.attachment-picker:hover {
  background: #eef4ff;
  border-color: #e0a900;
  transform: translateY(-1px);
}
.attachment-picker small,
.attachment-help {
  color: #667085;
  font-weight: 500;
}
.attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.attachment-item,
.attachment-list > span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e7edf6;
  color: #263a57;
  font-size: .86rem;
  overflow-wrap: anywhere;
}
.attachment-help {
  display: block;
  margin-top: 10px;
}
@media (max-width: 680px) {
  .attachment-picker { align-items: flex-start; flex-direction: column; }
}


/* Adjuntos persistentes: agregar desde varias carpetas y eliminar individualmente */
.attachment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.attachment-row .attachment-item {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
.attachment-remove {
  flex: 0 0 auto;
  border: 1px solid #c8cdd3;
  border-radius: 7px;
  background: #fff;
  color: #343a40;
  padding: 6px 10px;
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
}
.attachment-remove:hover {
  border-color: #aeb5bd;
  background: #f1f3f5;
}
.attachment-processing {
  display: block;
  width: 100%;
  font-weight: 700;
}


/* Encabezado compacto para páginas legales */
.legal-page-title {
  margin: 0 0 28px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #202327;
}
