/* CONTACTO PREMIUM - BADALONI */

body.secc_contacto {
  background: #fffaf0;
}

.contact-hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  line-height: normal;
}

.contact-hero picture,
.contact-hero picture img {
  display: block;
  width: 100%;
  height: 540px;
}

.contact-hero picture img {
  object-fit: cover;
  object-position: center;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(15, 12, 6, .84) 0%,
      rgba(15, 12, 6, .55) 43%,
      rgba(15, 12, 6, .13) 75%);
}

.contact-hero-content {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: max(5vw, 45px);
  width: min(550px, 86vw);
  transform: translateY(-50%);
  color: #fff;
}

.contact-eyebrow {
  margin: 0 0 9px;
  color: #e2bc58;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-eyebrow.red {
  color: #9e1d24;
}

.contact-hero h1 {
  margin: 0 0 19px;
  color: #fff;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: clamp(55px, 8vw, 94px);
  line-height: .95;
  text-shadow: 0 5px 25px rgba(0,0,0,.34);
}

.contact-hero-content > p:last-child {
  max-width: 510px;
  color: rgba(255,255,255,.95);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

.contact-main {
  max-width: 1180px;
  margin: auto;
  padding: 62px 28px 90px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-intro {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

.contact-intro h2,
.map-heading h2 {
  margin: 0 0 13px;
  color: #163f2a;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: clamp(35px, 4.5vw, 58px);
  line-height: 1.05;
}

.contact-intro > p:last-child {
  color: #6a5e4d;
  font-size: 17px;
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: .82fr 1.38fr;
  gap: 30px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  position: relative;
  overflow: hidden;
  border: 4px solid #315c42;
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 18px 44px rgba(63, 43, 12, .13);
}

.contact-info-card::before,
.contact-form-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #c9a24f;
  border-radius: 18px;
  pointer-events: none;
}

.contact-info-card {
  padding: 36px 34px 32px;
  background:
    linear-gradient(145deg, rgba(32,84,55,.96), rgba(15,55,35,.98));
  color: #fff;
}

.contact-brand-block {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.21);
}

.contact-brand-block img {
  display: block;
  width: min(230px, 75%);
  margin: 0 auto 15px;
}

.contact-brand-block p {
  color: rgba(255,255,255,.84);
  text-align: center;
  line-height: 1.5;
}

.contact-info-list {
  padding: 28px 0 10px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(226,188,88,.65);
  border-radius: 50%;
  color: #f1cf72;
  font-size: 17px;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 4px;
  color: #f1cf72;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.contact-info-item p,
.contact-info-item a {
  color: rgba(255,255,255,.93);
  line-height: 1.55;
}

.whatsapp-contact {
  display: block;
  margin-top: 13px;
  padding: 14px 18px;
  border: 2px solid #d1ab4d;
  border-radius: 999px;
  background: #1d9d54;
  color: #fff;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.whatsapp-contact:hover {
  transform: translateY(-2px);
  background: #178747;
}

.contact-social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 23px;
}

.contact-social-links a {
  color: #f1cf72;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.contact-form-card {
  padding: 39px 40px 35px;
}

.contact-form-card h2 {
  margin: 0 0 29px;
  color: #282013;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

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

.field {
  margin-bottom: 21px;
}

.field label {
  display: block;
  margin: 0 0 8px;
  color: #315c42;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(49,92,66,.30);
  border-radius: 14px;
  background: #fff;
  color: #272015;
  font-family: 'MuseoSansRoundedregular', Arial, sans-serif;
  font-size: 17px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.field input {
  height: 50px;
  padding: 0 15px;
}

.field textarea {
  min-height: 178px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.5;
}

.field input:focus,
.field textarea:focus {
  border-color: #315c42;
  box-shadow: 0 0 0 4px rgba(49,92,66,.10);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}

.form-footer span {
  color: #807363;
  font-size: 12px;
  text-transform: uppercase;
}

.contact-submit {
  min-width: 190px;
  padding: 14px 22px;
  border: 2px solid #d1ab4d;
  border-radius: 999px;
  background: #315c42;
  color: #fff;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .35px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s;
}

.contact-submit:hover {
  transform: translateY(-2px);
  background: #234d35;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.status-message {
  max-width: 900px;
  margin: 0 auto 35px;
  padding: 16px 20px;
  border-radius: 14px;
  font-family: 'MuseoSansRoundedbold', Arial, sans-serif;
  text-align: center;
}

.status-message.success {
  border: 1px solid #55a46d;
  background: #e9f7ed;
  color: #22653a;
}

.status-message.error {
  border: 1px solid #be5d63;
  background: #fff0f1;
  color: #94232b;
}

.map-section {
  margin-top: 72px;
}

.map-heading {
  margin-bottom: 26px;
  text-align: center;
}

.map-frame {
  overflow: hidden;
  border: 4px solid #315c42;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(63,43,12,.13);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.mobile-social {
  text-align: center;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .contact-hero,
  .contact-hero picture,
  .contact-hero picture img {
    min-height: 500px;
    height: 500px;
  }

  .contact-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(15,12,6,.84),
      rgba(15,12,6,.58)
    );
  }

  .contact-hero-content {
    left: 24px;
    width: calc(100% - 48px);
  }

  .contact-main {
    padding: 46px 18px 70px;
  }

  .contact-info-card,
  .contact-form-card {
    border-radius: 22px;
  }

  .contact-form-card {
    padding: 34px 24px 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }

  .map-frame iframe {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .contact-info-card {
    padding: 32px 24px 28px;
  }

  .contact-hero h1 {
    font-size: 57px;
  }
}
