/* Cocoa Capital - Contacto V1.0 REVIEW */

.section-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #044de0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gold {
  color: #ddaf00;
}
.gold-rule {
  display: block;
  width: 42px;
  height: 3px;
  background: #ddaf00;
  margin-top: 24px;
}

.contact-hero .hero-photo {
  height: 430px;
  width: 100%;
  object-fit: cover;
}

.contact-hero-visual {
  min-height: 430px;
}

.contact-hero-copy p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 610px;
  margin-bottom: 0;
}

.contact-main-section {
  padding: 10px 0 18px;
}

.contact-main-card {
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
}

.contact-form-card,
.contact-channels-card {
  padding: 34px 36px;
}

.contact-form-card {
  border-right: 1px solid #e5ebf4;
}

.contact-form-card h2,
.contact-channels-card h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #071b52;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 28px;
}

.contact-form-card h2 i,
.contact-channels-card h2 i {
  color: #044de0;
  font-size: 34px;
  font-weight: 400;
}

.contact-form-card form label {
  display: block;
  font-size: 15px;
  color: #071b52;
  font-weight: 800;
  margin: 18px 0 10px;
}

.contact-type-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.contact-type-tabs button {
  border: 1px solid #b7c6de;
  background: #fff;
  color: #071b52;
  border-radius: 8px;
  min-height: 54px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.contact-type-tabs button i {
  color: #044de0;
  margin-right: 10px;
  font-size: 22px;
}

.contact-type-tabs .active {
  border-color: #044de0;
  box-shadow: 0 0 0 1px #044de0 inset;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid #c9d4e6;
  border-radius: 8px;
  min-height: 48px;
  padding: 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #071b52;
  outline: none;
  box-sizing: border-box;
}

.contact-form-card textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.phone-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
}

.send-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: #044de0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(4, 77, 224, 0.24);
}

.send-button i {
  float: right;
  margin-right: 14px;
}

.privacy-note {
  font-size: 14px;
  line-height: 1.5;
  color: #6e6f70;
  margin: 16px 0 0;
}

.privacy-note i {
  margin-right: 8px;
  color: #6e6f70;
}

.contact-channels-card {
  display: flex;
  flex-direction: column;
}

.channel-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.channel-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  background: #044de0;
}

.channel-icon.whatsapp {
  background: #28c75a;
}
.channel-icon.outline {
  background: #fff;
  color: #044de0;
  border: 2px solid #044de0;
}

.channel-item strong,
.social-block strong,
.location-card strong {
  display: block;
  color: #071b52;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 4px;
}

.channel-item p {
  color: #071b52;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0;
}

.channel-divider {
  height: 1px;
  background: #dde6f4;
  margin: 2px 0 18px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 18px 0 22px;
  text-align: center;
}

.social-grid a {
  color: #071b52;
  font-size: 13px;
  font-weight: 600;
}

.social-grid i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #044de0;
  margin: 0 auto 8px;
  font-size: 26px;
}

.social-grid a:nth-child(2) i {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976 55%, #4f5bd5);
}
.social-grid a:nth-child(3) i {
  background: #0a66c2;
}
.social-grid a:nth-child(4) i {
  background: #ff0000;
}

.location-card {
  background: #f2f6fc;
  border-radius: 12px;
  padding: 22px 24px 16px;
}

.location-card p {
  color: #071b52;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  margin: 4px 0 12px;
}

.location-card img {
  display: block;
  width: 100%;
  /* height:120px; */
  object-fit: cover;
  border-radius: 8px;
}

.store-benefits-section {
  padding: 0 0 14px;
}

.store-benefits-banner {
  background: #f2f6fc;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 130px 1fr 260px 100px;
  align-items: center;
  gap: 28px;
  padding: 28px 46px;
  overflow: hidden;
}

.store-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  color: #044de0;
  border: 1px solid #044de0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: inset 0 -10px 0 rgba(221, 175, 0, 0.76);
}

.store-benefits-banner p {
  color: #071b52;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
}

.store-benefits-banner .btn {
  justify-self: center;
  min-width: 230px;
}

.dots-pattern {
  width: 82px;
  height: 110px;
  opacity: 0.25;
  background-image: radial-gradient(#044de0 4px, transparent 4px);
  background-size: 22px 22px;
}

.contact-strategic-cta {
  padding: 0 0 16px;
}

.contact-cta-box {
  min-height: 140px;
  background: #071b52;
  color: #fff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 34px;
  align-items: center;
  padding: 28px 48px;
  overflow: hidden;
}

.contact-cta-box .strategic-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  color: #044de0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: inset 0 -10px 0 rgba(221, 175, 0, 0.75);
}

.contact-cta-box h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
}

.contact-cta-box h2 strong {
  font-weight: 800;
}

.location-statement-section {
  padding: 0 0 0;
}

.location-statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.location-statement-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.statement-copy h2 {
  font-size: 40px;
  line-height: 1.15;
  color: #071b52;
  margin: 0;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .contact-main-card,
  .location-statement-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-card {
    border-right: 0;
    border-bottom: 1px solid #e5ebf4;
  }
  .store-benefits-banner {
    grid-template-columns: 110px 1fr;
  }
  .store-benefits-banner .btn {
    justify-self: start;
  }
  .dots-pattern {
    display: none;
  }
}

@media (max-width: 700px) {
  .contact-form-card,
  .contact-channels-card {
    padding: 28px 22px;
  }
  .contact-type-tabs,
  .phone-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }
  .store-benefits-banner,
  .contact-cta-box {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }
  .contact-cta-box h2,
  .statement-copy h2 {
    font-size: 30px;
  }
}

/* =====================================================
   CONTACTO V1.0.1 HOTFIX
   Scope: contact-form-card-v1 + contact-channels-card-v1
   ===================================================== */

.contact-title-icon {
  color: #044de0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.channel-icon svg,
.contact-title-icon svg {
  display: block;
}

.contact-type-tabs button.active,
.contact-type-tabs button[aria-pressed='true'] {
  border-color: #044de0;
  box-shadow: 0 0 0 1px #044de0 inset;
  background: #fff;
  color: #071b52;
}

.contact-type-tabs button:focus,
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: #044de0;
  box-shadow: 0 0 0 2px rgba(4, 77, 224, 0.12);
}

.contact-form-card .field-error {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 2px rgba(217, 45, 32, 0.1) !important;
}

.form-status {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  margin: 12px 0 0;
  min-height: 20px;
}

.form-status.error {
  color: #d92d20;
}

.form-status.success {
  color: #15803d;
}
