/* Contact page — VOC Sourcing */

.voc-contact-hero {
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0ea5e9 100%);
  color: #fff;
  text-align: center;
}

.voc-contact-hero h1 {
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.voc-contact-hero .lead {
  max-width: 36rem;
  margin: 0 auto;
  opacity: 0.94;
  line-height: 1.7;
}

.voc-contact-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.voc-contact-hero__trust span {
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
}

.voc-contact-main {
  padding: 3rem 0 4.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
}

.voc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}

.voc-contact-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.voc-contact-intro {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: 0 12px 40px rgba(14, 165, 233, 0.06);
}

.voc-contact-intro h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0c4a6e;
  margin-bottom: 0.5rem;
}

.voc-contact-intro p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

.voc-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.voc-contact-channel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.voc-contact-channel:hover {
  border-color: #7dd3fc;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.1);
  text-decoration: none;
  color: inherit;
}

.voc-contact-channel--wa {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #f0fdf4, #fff);
}

.voc-contact-channel--wa:hover {
  border-color: #4ade80;
}

.voc-contact-channel__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  background: #f0f9ff;
  color: #0284c7;
}

.voc-contact-channel--wa .voc-contact-channel__icon {
  background: #dcfce7;
  color: #16a34a;
}

.voc-contact-channel strong {
  display: block;
  font-size: 0.88rem;
  color: #0f172a;
}

.voc-contact-channel small {
  font-size: 0.75rem;
  color: #64748b;
}

.voc-contact-meta {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.55;
  padding: 0 0.15rem;
}

.voc-contact-meta a {
  color: #0284c7;
  font-weight: 600;
}

.voc-contact-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.voc-contact-form-card__head {
  margin-bottom: 1.35rem;
}

.voc-contact-form-card__head h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.voc-contact-form-card__head p {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
}

.voc-contact-field {
  margin-bottom: 1.1rem;
}

.voc-contact-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.35rem;
}

.voc-contact-field label .voc-optional {
  font-weight: 500;
  color: #94a3b8;
}

.voc-contact-field .form-control {
  border-radius: 10px;
  border-color: #e2e8f0;
  font-size: 0.95rem;
  padding: 0.65rem 0.85rem;
  min-height: 46px;
}

.voc-contact-field .form-control:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.voc-contact-field__hint {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 0.3rem;
}

.voc-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.voc-contact-intent {
  margin-bottom: 1.15rem;
}

.voc-contact-intent > span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.5rem;
}

.voc-contact-intent__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.voc-contact-intent__chip {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
}

.voc-contact-intent__chip:hover {
  border-color: #7dd3fc;
  color: #0369a1;
}

.voc-contact-intent__chip.is-selected {
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  border-color: transparent;
  color: #fff;
}

.voc-contact-intent--warn .voc-contact-intent__chips {
  outline: 2px solid #f87171;
  outline-offset: 4px;
  border-radius: 12px;
}

.voc-contact-submit {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #0284c7, #0ea5e9);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.voc-contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.35);
  color: #fff;
}

.voc-contact-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.voc-contact-form-note {
  font-size: 0.72rem;
  color: #94a3b8;
  text-align: center;
  margin: 0.75rem 0 0;
  line-height: 1.5;
}

.voc-contact-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1040px;
  margin: 2.5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.voc-contact-step {
  text-align: center;
}

.voc-contact-step__num {
  width: 32px;
  height: 32px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voc-contact-step strong {
  display: block;
  font-size: 0.85rem;
  color: #0f172a;
  margin-bottom: 0.2rem;
}

.voc-contact-step span {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.45;
}

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

  .voc-contact-form-card {
    order: -1;
  }

  .voc-contact-steps {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 575px) {
  .voc-contact-row {
    grid-template-columns: 1fr;
  }
}

/* Social — YouTube & Instagram */
.voc-contact-social {
  max-width: 1040px;
  margin: 3rem auto 0;
  padding-top: 2.5rem;
  border-top: 1px solid #e2e8f0;
}

.voc-contact-social--home {
  margin: 0 auto;
  padding-top: 0;
  border-top: none;
}

.voc-social-home-section {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.voc-contact-social__head {
  text-align: center;
  margin-bottom: 2rem;
}

.voc-contact-social__lead {
  max-width: 34rem;
  margin: 0.75rem auto 0;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.65;
}

.voc-contact-social__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: start;
}

.voc-contact-social__col-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.voc-contact-social__col-head h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.voc-contact-social__col-head h3 i {
  margin-right: 0.35rem;
}

.voc-contact-social__col-head h3 .fa-youtube {
  color: #ff0000;
}

.voc-contact-social__col-head h3 .fa-instagram {
  color: #e1306c;
}

.voc-contact-social__col--ig {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.voc-contact-social__col--ig .voc-ig-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.voc-contact-social__col--ig .voc-ig-shell--paired {
  flex: 1;
}

.voc-contact-social__follow {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.voc-contact-social__follow:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.voc-contact-social__follow--yt {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.voc-contact-social__follow--yt:hover {
  color: #991b1b;
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.15);
}

.voc-contact-social__follow--ig {
  background: linear-gradient(135deg, #fdf2f8, #fff7ed);
  color: #be185d;
  border: 1px solid #fbcfe8;
}

.voc-contact-social__follow--ig:hover {
  color: #9d174d;
  box-shadow: 0 6px 16px rgba(225, 48, 108, 0.12);
}

.voc-contact-youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.voc-contact-youtube-grid .voc-contact-yt-card:first-child {
  grid-column: 1 / -1;
}

.voc-contact-yt-card {
  background: #0f172a;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #1e293b;
}

.voc-contact-yt-card__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}

.voc-contact-yt-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.voc-contact-yt-card__title {
  display: block;
  padding: 0.65rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #e2e8f0;
  line-height: 1.4;
  text-decoration: none;
}

.voc-contact-yt-card__title:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .voc-contact-social__layout {
    grid-template-columns: 1fr;
  }

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

  .voc-contact-youtube-grid .voc-contact-yt-card:first-child {
    grid-column: auto;
  }

}
