@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alianza Slab';
  src: url('../fonts/Alianza Slab 800.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-brand-primary: #a02543;
  --color-brand-secondary: #3f172d;
  --color-brand-accent: #8a8d91;
  --color-brand-surface: #f5f5f5;
  --color-brand-text: #6b6b6b;
  --color-brand-white: #ffffff;
  --font-heading: 'Alianza Slab', serif;
  --font-body: 'Century Gothic', sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 1.04rem;
  color: var(--color-brand-text);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-brand-surface) 100%);
}

a {
  color: inherit;
}

.top-regulatory-bar {
  background: var(--color-brand-secondary);
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-regulatory-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 2.75rem;
  padding: 0.45rem 0;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.top-regulatory-label {
  color: rgba(255, 255, 255, 0.62);
}

.top-regulatory-divider {
  width: 1px;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.22);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-yalab {
  background: rgba(160, 37, 67, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 36px rgba(63, 23, 45, 0.22);
}

.brand-logo {
  display: block;
  width: auto;
  height: 4.8rem;
  max-width: 18rem;
  object-fit: contain;
}

.navbar-yalab .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-yalab .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 37, 67, 0.28);
}

.navbar-yalab .navbar-nav {
  gap: 0.35rem;
}

.navbar-menu {
  flex: 1 1 auto;
  justify-content: center;
}

.navbar-yalab .nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.navbar-yalab .nav-link:hover,
.navbar-yalab .nav-link:focus,
.navbar-yalab .nav-link.active {
  color: var(--color-brand-white);
  background: rgba(63, 23, 45, 0.3);
  transform: translateY(-1px);
}

.navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  background: var(--color-brand-secondary);
  color: var(--color-brand-white);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.navbar-cta:hover,
.navbar-cta:focus {
  color: var(--color-brand-white);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(63, 23, 45, 0.24);
}

.navbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-banner {
  padding: 1.5rem 0 1.5rem;
}

.content-card {
  overflow: hidden;
  border: 1px solid rgba(160, 37, 67, 0.12);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(63, 23, 45, 0.12);
}

.hero-static__media {
  min-height: 0;
  aspect-ratio: 2048 / 819;
  border-radius: 2rem;
  box-shadow: 0 24px 54px rgba(63, 23, 45, 0.12);
  background: url('../img/banner.jpg') center center / cover no-repeat;
}

.content-card {
  padding: 2.3rem;
}

.page-title,
.info-block h2 {
  color: var(--color-brand-secondary);
}

.page-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
}

.hero-lead {
  color: var(--color-brand-primary);
  font-size: 1.08rem;
  font-weight: 600;
}

.hero-copy-card {
  width: 100%;
  max-width: none;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.76) 100%),
    url('../img/interior sala de espera 2_edited.jpg') center center / cover no-repeat;
}

.hero-copy-card .page-title {
  max-width: 64rem;
}

.hero-copy-card > p {
  max-width: 68rem;
}

.content-card p,
.info-block p,
.contact-item p,
.feature-list li {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.85;
}

.hero-actions {
  margin-top: 1.5rem;
}

.hero-actions p,
.content-closing {
  margin: 0;
  color: var(--color-brand-secondary);
  font-weight: 700;
}

.content-page {
  padding: 2rem 0 3.5rem;
}

.content-page--home {
  padding-top: 0;
}

.section-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(160, 37, 67, 0.08);
  color: var(--color-brand-primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefits-panel {
  margin-top: 1.75rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fffaf8 0%, #f8f1f3 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
}

.benefits-title {
  margin-bottom: 1rem;
  color: var(--color-brand-secondary);
  font-size: 1.35rem;
}

.benefits-grid {
  display: grid;
  gap: 0.9rem;
}

.benefit-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(160, 37, 67, 0.08);
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--color-brand-primary);
  color: var(--color-brand-white);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}

.benefit-icon__svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.benefit-item p {
  margin: 0;
}

.info-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.info-grid + .info-block {
  margin-top: 1.5rem;
}

.info-block,
.contact-item {
  padding: 1.7rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f3f4 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
}

.info-block h2 {
  margin-bottom: 0.95rem;
  font-size: 1.58rem;
}

.contact-item span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-brand-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-item a {
  color: var(--color-brand-secondary);
  font-weight: 700;
  text-decoration: none;
}

.contact-item a:hover,
.contact-item a:focus {
  color: var(--color-brand-primary);
}

.privacy-notice {
  max-width: 72rem;
  margin: 0 auto;
}

.privacy-section {
  padding-top: 1.35rem;
  margin-top: 1.35rem;
  border-top: 1px solid rgba(160, 37, 67, 0.1);
}

.privacy-section:first-of-type {
  margin-top: 0.5rem;
}

.privacy-section h2 {
  margin-bottom: 0.85rem;
  color: var(--color-brand-secondary);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
}

.privacy-section h3 {
  margin-top: 1rem;
  margin-bottom: 0.55rem;
  color: var(--color-brand-primary);
  font-size: 1.08rem;
  font-weight: 700;
}

.privacy-section a {
  color: var(--color-brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.privacy-section a:hover,
.privacy-section a:focus {
  color: var(--color-brand-secondary);
}

.collaborators-strip {
  position: relative;
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 1.2rem 0;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f2f3 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
  box-shadow: 0 18px 44px rgba(63, 23, 45, 0.1);
}

.collaborators-strip::before,
.collaborators-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 5rem;
  pointer-events: none;
}

.collaborators-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fffdfa 0%, rgba(255, 253, 250, 0) 100%);
}

.collaborators-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fffdfa 0%, rgba(255, 253, 250, 0) 100%);
}

.collaborators-track {
  display: flex;
  flex: 0 0 max-content;
  gap: 1.6rem;
  min-width: max-content;
  animation: collaboratorsMarquee 68s linear infinite;
}

.collaborators-strip:hover .collaborators-track {
  animation-play-state: paused;
}

.collaborator-card {
  flex: 0 0 12rem;
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding: 0.5rem 0.4rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.collaborator-card img {
  display: block;
  width: 11rem;
  height: 11rem;
  border: 6px solid var(--color-brand-primary);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 24%;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(63, 23, 45, 0.14);
}

.collaborator-card span {
  display: block;
  padding: 0;
  color: var(--color-brand-secondary);
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.branch-showcase__intro {
  max-width: 58rem;
}

.branch-showcase__layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.branch-orbit {
  position: relative;
  min-height: 34rem;
  padding: 1.4rem 1rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 18% 15%, rgba(160, 37, 67, 0.08) 0%, transparent 18%),
    radial-gradient(circle at 22% 82%, rgba(160, 37, 67, 0.08) 0%, transparent 18%),
    linear-gradient(180deg, #fffdfb 0%, #f8f2f3 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
  overflow: hidden;
}

.branch-orbit__ring {
  position: absolute;
  inset: 3.2rem;
  border: 1px dashed rgba(160, 37, 67, 0.22);
  border-radius: 50%;
}

.branch-orbit__item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  width: 11rem;
  padding: 0.9rem 0.75rem 1rem;
  margin: -5.5rem 0 0 -5.5rem;
  border: 0;
  border-radius: 1.5rem;
  background: transparent;
  color: var(--color-brand-secondary);
  transform-origin: center;
  animation: branchOrbitSpin 18s linear infinite;
}

.branch-orbit__item:nth-of-type(2) {
  animation-delay: 0s;
}

.branch-orbit__item:nth-of-type(3) {
  animation-delay: -6s;
}

.branch-orbit__item:nth-of-type(4) {
  animation-delay: -12s;
}

.branch-orbit__item.is-active {
  background: rgba(160, 37, 67, 0.08);
}

.branch-orbit__photo {
  width: 8.7rem;
  height: 8.7rem;
  border: 4px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(63, 23, 45, 0.14);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.branch-orbit__name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.branch-detail {
  position: relative;
}

.branch-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.5rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(160, 37, 67, 0.08) 0%, transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
}

.branch-panel.is-active {
  display: grid;
}

.branch-panel__kicker {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--color-brand-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.branch-panel h2 {
  margin-bottom: 0.85rem;
  color: var(--color-brand-secondary);
  font-family: var(--font-heading);
  font-size: 2rem;
}

.branch-panel__content p {
  margin-bottom: 0.85rem;
}

.branch-panel__map {
  min-height: 19rem;
}

.branch-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 19rem;
  overflow: hidden;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 20% 25%, rgba(160, 37, 67, 0.12) 0%, transparent 18%),
    radial-gradient(circle at 72% 70%, rgba(160, 37, 67, 0.12) 0%, transparent 15%),
    linear-gradient(135deg, #f5ebee 0%, #ffffff 100%);
  border: 1px solid rgba(160, 37, 67, 0.1);
}

.branch-map::before {
  content: '';
  position: absolute;
  inset: 10% 12% 12% 14%;
  border-radius: 54% 46% 42% 58% / 34% 42% 58% 66%;
  border: 2px solid rgba(160, 37, 67, 0.24);
}

.branch-map::after {
  content: '';
  position: absolute;
  inset: 18% 56% 48% 12%;
  border-radius: 50%;
  background: rgba(160, 37, 67, 0.08);
}

.branch-map--placeholder {
  background:
    linear-gradient(135deg, #f7f3f4 0%, #fffefe 100%);
}

.branch-map__pin {
  position: absolute;
  top: 28%;
  right: 18%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: var(--color-brand-primary);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(63, 23, 45, 0.16);
}

.branch-showcase__closing {
  margin-top: 1.6rem;
}

@keyframes branchOrbitSpin {
  0% {
    transform: rotate(0deg) translateY(-10.5rem) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateY(-10.5rem) rotate(-360deg);
  }
}

@keyframes collaboratorsMarquee {
  from {
    transform: translateX(calc(-100% - 1.2rem));
  }

  to {
    transform: translateX(0);
  }
}

.site-footer {
  margin-top: 2.5rem;
  padding: 1.8rem 0 0.85rem;
  background: #3f172d;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__main {
  display: flex;
  justify-content: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__social {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

.site-footer__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.site-footer__link {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  text-decoration: none;
  text-transform: lowercase;
}

.site-footer__link:hover,
.site-footer__link:focus {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer__bottom {
  padding-top: 0.8rem;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35), 0 10px 24px rgba(63, 23, 45, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.42), 0 12px 28px rgba(63, 23, 45, 0.2);
}

.whatsapp-float__icon {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  fill: currentColor;
}

.hero-carousel {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 28px 60px rgba(63, 23, 45, 0.18);
}

.hero-carousel .carousel-indicators {
  margin-bottom: 1rem;
}

.hero-carousel .carousel-indicators button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-carousel .carousel-indicators .active {
  background-color: var(--color-brand-white);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 8%;
}

.hero-slide {
  position: relative;
  min-height: 72vh;
  background-color: var(--color-brand-secondary);
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(63, 23, 45, 0.78) 0%, rgba(160, 37, 67, 0.58) 45%, rgba(160, 37, 67, 0.12) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16) 0%, transparent 32%);
}

.hero-slide-image-only {
  min-height: 0;
  aspect-ratio: 2048 / 819;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-image-only::before {
  background: transparent;
}

.hero-slide-image-only .hero-slide-content {
  min-height: 0;
  padding: 0;
}

.hero-slide-empty {
  background-image:
    linear-gradient(135deg, rgba(160, 37, 67, 0.95) 0%, rgba(63, 23, 45, 0.98) 100%);
}

.hero-slide-empty::before {
  background: transparent;
}

.invoice-request-page {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.invoice-privacy-link {
  padding: 0 1rem 2rem;
  text-align: center;
}

.invoice-privacy-link a {
  color: var(--color-brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.invoice-privacy-link a:hover,
.invoice-privacy-link a:focus {
  color: var(--color-brand-secondary);
}

.invoice-request-shell {
  overflow: hidden;
  border: 1px solid rgba(160, 37, 67, 0.12);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(63, 23, 45, 0.12);
}

.invoice-request-aside {
  padding: 2.5rem 2rem;
  background:
    linear-gradient(180deg, rgba(160, 37, 67, 0.96) 0%, rgba(63, 23, 45, 0.98) 100%);
  color: var(--color-brand-white);
}

.invoice-request-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invoice-request-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--color-brand-white);
}

.invoice-request-copy {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.75;
}

.invoice-request-copy code {
  color: #ffe0e8;
}

.invoice-request-notes {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
}

.invoice-request-notes li + li {
  margin-top: 0.55rem;
}

.invoice-request-form-wrap {
  padding: 2.5rem 2rem;
}

.form-section + .form-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(138, 141, 145, 0.18);
}

.form-section-heading h2 {
  margin-bottom: 1rem;
  color: var(--color-brand-secondary);
  font-size: 1.35rem;
  font-weight: 700;
}

.invoice-request-form .form-label {
  margin-bottom: 0.45rem;
  color: var(--color-brand-secondary);
  font-weight: 600;
}

.invoice-request-form .form-control,
.invoice-request-form .form-select {
  min-height: 3.2rem;
  border: 1px solid rgba(138, 141, 145, 0.35);
  border-radius: 1rem;
  color: var(--color-brand-text);
  padding: 0.85rem 1rem;
}

.invoice-request-form textarea.form-control {
  min-height: auto;
  resize: vertical;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.invoice-request-form .form-control:focus,
.invoice-request-form .form-select:focus {
  border-color: rgba(160, 37, 67, 0.45);
  box-shadow: 0 0 0 0.24rem rgba(160, 37, 67, 0.12);
}

.invoice-request-actions {
  margin-top: 2rem;
}

.invoice-submit-button {
  min-width: 14rem;
  min-height: 3.3rem;
  border-radius: 999px;
  background: var(--color-brand-primary);
  color: var(--color-brand-white);
  font-weight: 700;
  padding: 0.85rem 1.5rem;
}

.invoice-submit-button:hover,
.invoice-submit-button:focus {
  background: var(--color-brand-secondary);
  color: var(--color-brand-white);
}

.invoice-request-status {
  margin-top: 1rem;
  min-height: 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.invoice-request-status.is-success {
  color: #1c7c54;
}

.invoice-request-status.is-error {
  color: #b3261e;
}

@media (max-width: 991.98px) {
  .top-regulatory-copy {
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.65rem 0;
  }

  .top-regulatory-divider {
    display: none;
  }

  .navbar-yalab .navbar-collapse {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .navbar-cta {
    margin-top: 0.75rem;
    width: 100%;
  }

  .navbar-actions {
    width: 100%;
  }

  .navbar-menu {
    justify-content: flex-start;
  }

  .hero-slide,
  .hero-slide-content {
    min-height: auto;
  }

  .hero-slide-content {
    padding: 3rem 0 5rem;
  }

  .hero-slide-image-only {
    aspect-ratio: 16 / 9;
  }

  .invoice-request-aside,
  .invoice-request-form-wrap {
    padding: 2rem 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 3.9rem;
    max-width: 14rem;
  }

  .hero-banner {
    padding-top: 1rem;
  }

  .hero-carousel {
    border-radius: 1.35rem;
  }

  .hero-slide-content {
    padding: 2.6rem 0 4.5rem;
  }

  .hero-static__media {
    aspect-ratio: 16 / 9;
  }

  .content-card {
    padding: 1.4rem;
  }

  .whatsapp-float {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .whatsapp-float__icon {
    width: 1.85rem;
    height: 1.85rem;
  }

  .collaborators-strip {
    margin-top: 1.4rem;
    border-radius: 1.2rem;
  }

  .collaborators-strip::before,
  .collaborators-strip::after {
    width: 2.4rem;
  }

  .collaborator-card {
    flex-basis: 9rem;
  }

  .collaborator-card img {
    width: 8.4rem;
    height: 8.4rem;
    border-width: 5px;
  }

  .collaborator-card span {
    font-size: 1.05rem;
  }

  .branch-orbit {
    min-height: 27rem;
  }

  .branch-orbit__ring {
    inset: 2.2rem;
  }

  .branch-orbit__item {
    width: 8.8rem;
    margin: -4.4rem 0 0 -4.4rem;
  }

  .branch-orbit__photo {
    width: 6.6rem;
    height: 6.6rem;
  }
}

@media (min-width: 992px) {
  .branch-showcase__layout {
    grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
    align-items: start;
  }

  .branch-panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.85fr);
    align-items: stretch;
  }

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

  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-item--full {
    grid-column: 1 / -1;
  }
}
