:root {
  --brand-primary: #225aaf;
  --brand-dark: #1b222b;
  --brand-muted: #5c6166;
  --brand-border: #e1e3e5;
}

body {
  color: var(--brand-dark);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-dark);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.site-header {
  background-color: #fff;
}

.header-top,
.header-breadcrumbs {
  border-color: var(--brand-border) !important;
}

.header-main {
  min-height: 90px;
}

.navbar-brand img {
  display: block;
  height: auto;
}

.header-chat,
.header-phone,
.navbar .nav-link,
.dropdown-item,
.header-cart,
.header-icon-button {
  color: var(--brand-dark);
}

.header-chat:hover,
.header-phone:hover,
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.dropdown-item:hover,
.dropdown-item:focus,
.header-cart:hover,
.header-icon-button:hover,
.header-icon-button:focus {
  color: var(--brand-primary);
}

.header-chat,
.header-phone {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.header-address {
  color: var(--brand-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.navbar .nav-link,
.dropdown-item,
.header-cart {
  font-size: 16px;
  font-weight: 400;
}

.header-chat img {
  vertical-align: middle;
}

.header-icon-button {
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

.header-icon-button svg,
.header-cart svg {
  display: block;
}

.page-search-panel {
  background-color: #f5f7fa;
}

.page-search-form {
  max-width: 42rem;
}

.page-search-feedback {
  min-height: 1.25rem;
}

.search-hit {
  background: #ffef99;
  box-shadow: 0 0 0 0.25rem rgba(255, 239, 153, 0.65);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.header-cart-count {
  margin-left: 0.125rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }
}

@media (min-width: 992px) {
  .header-main .container {
    gap: 0.75rem;
  }

  .header-main .navbar-collapse {
    min-width: 0;
  }

  .header-main .navbar-collapse > .d-none.d-lg-flex {
    min-width: 0;
    max-width: 18rem;
  }
}

.hero-banner {
  margin-bottom: 3.5rem;
}

.inner-page-hero {
  padding: 4.5rem 0 3rem;
  background: linear-gradient(135deg, rgba(34, 90, 175, 0.95), rgba(27, 34, 43, 0.92));
  color: #fff;
}

.inner-page-hero .section-kicker,
.inner-page-hero .section-title,
.inner-page-hero p {
  color: #fff;
}

.inner-page-hero .section-title {
  margin-bottom: 1rem;
}

.contact-card,
.placeholder-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 18px 34px rgba(27, 34, 43, 0.06);
}

.contact-card-title,
.placeholder-card-title {
  margin-bottom: 0.75rem;
  color: var(--brand-primary);
  font-size: 1.25rem;
  line-height: 1.3;
}

.contact-card p,
.placeholder-card p {
  margin-bottom: 0;
  color: var(--brand-muted);
}

.contact-map-card {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--brand-border);
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.placeholder-card {
  text-align: center;
}

.placeholder-card .btn {
  margin-top: 1.25rem;
}

.hero-banner .carousel-inner,
.hero-banner .carousel-item,
.hero-slide {
  min-height: 680px;
}

.hero-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7rem 0 10rem;
  overflow: hidden;
}

.hero-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22rem;
  transform: translateY(-50%);
  background-color: rgba(84, 89, 95, 0.31);
}

.hero-slide .container {
  position: relative;
  z-index: 1;
}

.hero-slide-primary {
  background-image: url("../img/resources/carousel/slider1.jpg");
}

.hero-slide-secondary {
  background-image: url("../img/resources/carousel/import-slider.jpg");
}

.hero-card {
  width: min(100%, 900px);
  padding: 2rem;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.hero-card-transparent {
  background-color: transparent;
}

.hero-title {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  min-height: 10.5rem;
}

.hero-title-primary {
  color: #ffdb4b;
  font-family: "Intellivised", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  text-shadow: 2px 2px 2px #1031b1;
}

.hero-title-light {
  color: #fff;
  font-family: "Intellivised", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.98);
}

.hero-lead,
.hero-eyebrow {
  color: #fff;
}

.hero-lead {
  margin-top: 1.125rem;
  min-height: 1.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
}

.hero-eyebrow {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  min-height: 1.25rem;
}

.hero-eyebrow-placeholder {
  visibility: hidden;
}

.hero-lead-placeholder {
  visibility: hidden;
}

.hero-button {
  margin-top: auto;
  padding: 1.15rem 3.5rem;
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
  font-size: 1.125rem;
  font-weight: 500;
  align-self: flex-start;
}

.hero-button:hover,
.hero-button:focus {
  border-color: var(--brand-dark);
  background-color: var(--brand-dark);
}

.hero-control {
  width: 8%;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.hero-control-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  background-color: #a1aab2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.hero-control:hover .hero-control-label,
.hero-control:focus .hero-control-label {
  background-color: var(--brand-primary);
}

#heroCarousel .carousel-item {
  transition: opacity 0.9s ease-in-out;
}

.hero-indicators {
  bottom: 2.25rem;
  gap: 1.625rem;
}

.hero-indicators [data-bs-target] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--brand-border);
  opacity: 1;
}

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

.main-section {
  position: relative;
}

.py-lg-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.section-kicker {
  margin-bottom: 0.875rem;
  color: var(--brand-muted);
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: rgba(255, 255, 255, 0.8);
}

.section-title {
  color: var(--brand-dark);
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.why-us-image {
  width: 100%;
  box-shadow: 0 24px 50px rgba(27, 34, 43, 0.1);
}

.feature-stack {
  display: grid;
  gap: 1.5rem;
}

.feature-item {
  padding: 1.5rem;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 18px 38px rgba(27, 34, 43, 0.05);
}

.feature-title {
  margin-bottom: 0.5rem;
  color: var(--brand-primary);
  font-size: 1.375rem;
  line-height: 1.3;
}

.feature-text {
  color: var(--brand-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.brands-section {
  background-color: #f5f7fa;
}

.brands-button {
  margin-top: 0.75rem;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1rem;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover,
.brand-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(27, 34, 43, 0.08);
}

.brand-card img {
  max-width: 100%;
  max-height: 4rem;
  object-fit: contain;
}

.opportunity-card {
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 18px 34px rgba(27, 34, 43, 0.06);
}

.opportunity-image {
  width: 100%;
  aspect-ratio: 265 / 176;
  object-fit: cover;
}

.opportunity-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.opportunity-title {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1.25rem;
  line-height: 1.35;
}

.contact-strip-card {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(rgba(27, 34, 43, 0.28), rgba(27, 34, 43, 0.28)), url("../img/resources/cta/contacto-banner3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-strip-title {
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.contact-strip-button {
  padding: 1rem 3rem;
  color: var(--brand-primary);
  font-size: 1.125rem;
  font-weight: 500;
}

.contact-strip-button:hover,
.contact-strip-button:focus {
  color: #fff;
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
}

.footer-section {
  background-color: #f5f7fa;
}

.footer-top {
  background-color: #f5f7fa;
}

.footer-top-shell {
  overflow: hidden;
  border: 1px solid var(--brand-border);
  background-color: #fff;
}

.footer-panel {
  height: 100%;
  padding: 2rem;
}

.footer-panel-social {
  border-right: 1px solid var(--brand-border);
}

.footer-panel-payments {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-heading {
  margin-bottom: 1.5rem;
  color: var(--brand-dark);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid var(--brand-border);
  border-radius: 50%;
  background-color: var(--brand-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-social-icon:hover,
.footer-social-icon:focus {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.footer-payment-image {
  max-width: 100%;
}

.footer-payment-binance {
  width: min(100%, 250px);
}

.footer-map-section {
  background-color: #f5f7fa;
}

.footer-map-wrap {
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.footer-map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.footer-bottom {
  background-color: #fff;
}

.footer-copy {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 991.98px) {
  .hero-banner .carousel-inner,
  .hero-banner .carousel-item,
  .hero-slide {
    min-height: 560px;
  }

  .hero-slide {
    padding: 5.5rem 0 8rem;
  }

  .hero-slide::before {
    height: 20rem;
  }

  .hero-title {
    min-height: 9rem;
  }

  .hero-control {
    display: none;
  }

  .contact-strip-card {
    padding: 3rem 1.75rem;
  }

  .footer-panel-social {
    border-right: 0;
    border-bottom: 1px solid var(--brand-border);
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    margin-bottom: 2.5rem;
  }

  .hero-banner .carousel-inner,
  .hero-banner .carousel-item,
  .hero-slide {
    min-height: 500px;
  }

  .hero-slide {
    padding: 4rem 0 7rem;
  }

  .hero-slide::before {
    height: calc(100% - 5rem);
    top: 2.5rem;
    transform: none;
  }

  .hero-card,
  .hero-card-transparent {
    padding: 1.25rem;
    min-height: 18rem;
  }

  .hero-button {
    width: 100%;
    padding: 0.95rem 1rem;
    align-self: stretch;
  }

  .hero-indicators {
    bottom: 1.5rem;
  }

  .hero-title {
    min-height: auto;
  }

  .feature-item,
  .opportunity-body,
  .contact-strip-card,
  .footer-panel {
    padding: 1.25rem;
  }

  .brand-card {
    min-height: 7.5rem;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-map-wrap,
  .footer-map-wrap iframe {
    min-height: 320px;
    height: 320px;
  }
}
