*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111827;
  background-color: #f9fafb;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgba(249, 250, 251, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo-image {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 0.75rem;
}

.brand-mark {
  display: grid;
  gap: 0.25rem;
}

.mark-bar {
  width: 20px;
  height: 6px;
  border-radius: 999px;
  background-color: #b91c1c;
}

.bar-1 {
  transform: translateX(4px) rotate(35deg);
}

.bar-2 {
  transform: rotate(35deg);
}

.bar-3 {
  transform: translateX(-4px) rotate(35deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-title {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

.brand-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #6b7280;
}

.main-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-size: 0.9rem;
  color: #4b5563;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.nav-link:hover {
  color: #111827;
}

.nav-link.active {
  color: #111827;
  border-color: #b91c1c;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: #111827;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem;
  border-radius: 999px;
  background-color: #e5e7eb;
}

.lang-btn {
  border: none;
  background: transparent;
  font-size: 0.7rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  cursor: pointer;
  color: #4b5563;
}

.lang-btn.active {
  background-color: #f9fafb;
  color: #111827;
}

.hero {
  padding: 3.5rem 0 3.25rem;
}

.hero-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.hero-inner-single {
  grid-template-columns: minmax(0, 1fr);
}

.hero-content-wide {
  max-width: 760px;
}

.hero-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #6b7280;
  margin: 0 0 0.75rem;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin: 0 0 0.75rem;
}

.hero-text {
  margin: 0 0 1.5rem;
  color: #4b5563;
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hero-whatsapp {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  margin-top: 1.75rem;
  min-height: 360px;
  border-radius: 1.75rem;
  background-color: #111827;
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.22);
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.68), rgba(17, 24, 39, 0.1));
}

.hero-banner img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.hero-banner-copy {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
  max-width: 430px;
  color: #f9fafb;
}

.hero-banner-label {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-banner-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.btn-primary {
  background-color: #b91c1c;
  color: #f9fafb;
  box-shadow: 0 10px 15px rgba(185, 28, 28, 0.18);
}

.btn-primary:hover {
  background-color: #991b1b;
  box-shadow: 0 12px 18px rgba(185, 28, 28, 0.26);
}

.btn-ghost {
  background-color: #f9fafb;
  color: #111827;
  border-color: #e5e7eb;
}

.btn-ghost:hover {
  background-color: #e5e7eb;
}

.btn-outline {
  background-color: transparent;
  color: #111827;
  border-color: #d1d5db;
}

.btn-outline:hover {
  background-color: #f3f4f6;
}

.carousel {
  width: 100%;
  max-width: 420px;
  background-color: #111827;
  border-radius: 1.5rem;
  padding: 0.85rem;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.38);
}

.carousel-track {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: radial-gradient(circle at top left, #b91c1c, #111827);
  color: #f9fafb;
}

.carousel-slide {
  display: none;
  min-height: 210px;
  padding: 1.5rem;
}

.carousel-slide.is-active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.carousel-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.95rem;
  color: #e5e7eb;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.carousel-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: none;
  background-color: #4b5563;
  opacity: 0.4;
  cursor: pointer;
}

.carousel-dots .dot.is-active {
  width: 18px;
  opacity: 1;
  background-color: #f9fafb;
}

.section {
  padding: 3rem 0;
}

.section-alt {
  background-color: #f3f4f6;
}

.section-photos {
  background-color: #f9fafb;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.25rem;
  align-items: start;
}

h2 {
  margin: 0 0 1rem;
  font-size: 1.6rem;
}

h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

p {
  margin: 0 0 0.75rem;
}

.info-card {
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background-color: #111827;
  color: #e5e7eb;
}

.info-card h3 {
  color: #f9fafb;
}

.link-inline {
  font-size: 0.9rem;
  color: #fca5a5;
}

.link-inline:hover {
  text-decoration: underline;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.company-card {
  padding: 1.25rem 1.3rem;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}

.feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.85rem;
  border-radius: 0.9rem;
  color: #b91c1c;
  background: linear-gradient(135deg, #fef2f2, #f9fafb);
  border: 1px solid #fecaca;
}

.feature-card-icon svg {
  display: block;
}

.company-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 0.9rem;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
}

.company-logo {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.company-logo-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #111827;
}

.section-header {
  max-width: 640px;
  margin-bottom: 1.75rem;
}

.section-header p {
  color: #4b5563;
}

.media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 320px;
  margin-top: 2rem;
  background-color: #f3f4f6;
}

.media-split:first-of-type {
  margin-top: 0;
}

.media-split__visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.media-split__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-split__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem clamp(1.5rem, 4vw, 3.5rem);
}

.media-split__text h3 {
  margin: 0 0 0.75rem;
}

.media-split__text p {
  margin: 0;
  max-width: 34rem;
  color: #4b5563;
}

.media-split--reverse .media-split__visual {
  order: 2;
}

.media-split--reverse .media-split__text {
  order: 1;
}

.section-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.section-cta p {
  margin: 0;
}

.section-cta .btn {
  white-space: nowrap;
}

.section-cta-final {
  background-color: #111827;
  color: #f9fafb;
}

.cta-final-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.cta-final-inner p {
  max-width: 420px;
}

.cta-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-cta-final .btn-ghost {
  background-color: transparent;
  color: #f9fafb;
  border-color: #4b5563;
}

.section-cta-final .btn-ghost:hover {
  background-color: #1f2937;
}

.site-footer {
  padding: 1.75rem 0 1.25rem;
  background-color: #020617;
  color: #9ca3af;
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #111827;
}

.brand-small {
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: #e5e7eb;
}

.footer-links a:hover {
  color: #fca5a5;
}

.footer-bottom {
  padding-top: 0.75rem;
}

.contact-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
}

.form-field label {
  color: #374151;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 0.6rem;
  border: 1px solid #d1d5db;
  padding: 0.55rem 0.7rem;
  font: inherit;
  background-color: #f9fafb;
  transition: border-color 0.12s ease, box-shadow 0.12s ease,
    background-color 0.12s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #b91c1c;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.12);
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .two-column {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-split,
  .media-split.media-split--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-split__visual {
    order: -1;
    min-height: 240px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner {
    align-items: center;
  }

  .main-nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.16s ease, opacity 0.16s ease;
  }

  .main-nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1.5rem 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .lang-switcher {
    margin-left: auto;
  }

  .hero {
    padding-top: 2.75rem;
  }

  .hero-banner {
    min-height: 300px;
  }

  .hero-banner img {
    min-height: 300px;
  }

  .hero-banner-copy {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    max-width: none;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-final-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

