@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/archivo-black.ttf') format('truetype');
}

@font-face {
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/changa-one.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/teko-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/teko-600.ttf') format('truetype');
}

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

#sp-logo .logo a,
#sp-header .logo a {
  font-family: 'Changa One', cursive !important;
  font-size: 35px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#jbmaps2-108,
.map-wrap {
  width: 100%;
  min-height: 400px;
}

#jbmaps2-108 iframe,
.map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  border: 0;
}

.standalone-contact-section {
  padding: 40px 0 80px;
}

.standalone-contact-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.standalone-contact-card {
  grid-column: span 6;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(21, 32, 55, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
}

.standalone-contact-card h2,
.standalone-contact-card h3 {
  margin-top: 0;
}

.standalone-contact-card p {
  line-height: 1.6;
}

.contact-hero {
  padding: 4.5rem 0 2rem;
  background:
    radial-gradient(circle at top left, rgba(42, 88, 255, 0.18), transparent 42%),
    linear-gradient(135deg, #0d1a36 0%, #162a54 50%, #203a70 100%);
  color: #fff;
}

.contact-hero-inner {
  max-width: 760px;
}

.contact-hero .eyebrow,
.contact-panel .eyebrow {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.8;
}

.contact-hero h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1;
  margin: 0.3rem 0 1rem;
}

.contact-hero p {
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.contact-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(20, 30, 55, 0.08);
  padding: 1.6rem;
}

.contact-panel h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  margin: 0.25rem 0 0.9rem;
}

.contact-panel p {
  line-height: 1.65;
  color: #334155;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.contact-details div {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: #f7f9ff;
  border: 1px solid rgba(37, 77, 210, 0.08);
}

.contact-details span {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.contact-details a {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.contact-badges span {
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.86rem;
}

.contact-map-panel {
  display: flex;
  flex-direction: column;
}

.contact-map-header {
  margin-bottom: 0.9rem;
}

.contact-map-header p {
  margin-bottom: 0;
}

.contact-map {
  overflow: hidden;
  border-radius: 18px;
  min-height: 480px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
  flex: 1;
}

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

.contact-panel--form .btn-primary {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: #1f2937;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd7e3;
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  font: inherit;
  background: #fff;
  color: #111827;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(45, 79, 210, 0.2);
  border-color: #2d4fd2;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form .form-note {
  margin: 0;
  color: #66707a;
  font-size: 0.95rem;
}

.contact-form .honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .standalone-contact-card {
    grid-column: span 12;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

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

  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* Local Font Awesome bridge for the HTML we reconstructed from Joomla */
.fa,
.far,
.fas,
.fab,
.fa-regular,
.fa-solid,
.fa-brands {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fas,
.fa-solid,
.far,
.fa-regular {
  font-weight: 400;
}

/* Slideshow arrows: replace the missing SYW font with Font Awesome chevrons */
.flex-direction-nav a::before {
  font-family: FontAwesome !important;
  content: "\f104";
}

.flex-direction-nav a.flex-next::before {
  content: "\f105";
}

.flex-direction-nav a {
  text-decoration: none;
}

/* Hide the unused language switcher from the reconstructed site */
.sp-module.idioma {
  display: none !important;
}

/* Add a simple dropdown cue for product menu items */
.sp-megamenu-parent .sp-has-child > a {
  position: relative;
  padding-right: 1.25rem;
}

.sp-megamenu-parent .sp-has-child > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.8;
}
