.oc-contact-page {
  font-family: inherit;
  color: #1f2933;
}

.oc-contact-page .content {
  padding-top: 10px;
}

/* Prevent theme from forcing uppercase */
.oc-contact-hero h1,
.oc-card h2,
.oc-card h3,
.oc-map-heading h2 {
  text-transform: none !important;
}

/* HERO */
.oc-contact-hero {
  background: linear-gradient(135deg, #fff8e6 0%, #ffffff 48%, #f7f7f7 100%);
  border: 1px solid #ead8a8;
  border-radius: 22px;
  padding: 36px 28px;
  margin-bottom: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  text-align: center;
}

.oc-contact-hero h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.35;
  color: #1f2933;
  font-weight: 800;
}

.oc-contact-hero p {
  max-width: 820px;
  margin: 0 auto 22px;
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563;
}

/* TOP CTA BUTTONS */
.oc-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.oc-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
  border: 1px solid transparent;
}

.oc-btn-call {
  background: #111827;
  color: #ffffff !important;
}

.oc-btn-line {
  background: #06c755;
  color: #ffffff !important;
}

.oc-btn-whatsapp {
  background: #25d366;
  color: #ffffff !important;
}

.oc-contact-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* TRUST STRIP */
.oc-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}

.oc-trust-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 14px 12px;
  text-align: center;
  font-weight: 700;
  color: #374151;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* MAIN GRID */
.oc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 26px;
  align-items: start;
}

.oc-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  overflow: hidden;
}

.oc-card h2,
.oc-card h3 {
  margin-top: 0;
  color: #1f2933;
  font-weight: 800;
}

.oc-card h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.oc-card h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.oc-description {
  color: #5b6573;
  line-height: 1.75;
  margin-bottom: 22px;
  font-size: 16px;
}

/* FORM */
.oc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.oc-form-group {
  margin-bottom: 0;
}

.oc-form-group.oc-full {
  grid-column: 1 / -1;
}

.oc-form-group label {
  display: block;
  font-weight: 700;
  color: #374151;
  margin-bottom: 7px;
}

.oc-form-group input,
.oc-form-group select,
.oc-form-group textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  font-size: 15px;
  background: #ffffff;
  color: #111827;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.oc-form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.oc-form-group input:focus,
.oc-form-group select:focus,
.oc-form-group textarea:focus {
  outline: none;
  border-color: #c8a64a;
  box-shadow: 0 0 0 4px rgba(200,166,74,0.16);
}

.oc-btn-submit {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #1f2933, #000000);
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s ease;
}

.oc-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

/* CONTACT INFO */
.oc-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oc-contact-info li {
  padding: 13px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.65;
  color: #374151;
  font-size: 15px;
}

.oc-contact-info li:last-child {
  border-bottom: none;
}

.oc-contact-info strong {
  color: #111827;
}

.oc-contact-info a {
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

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

/* QR CODE */
.oc-qr-wrap {
  margin-top: 22px;
  text-align: center;
  background: #f9fafb;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #eeeeee;
}

.oc-qrcode {
  max-width: 180px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.oc-qr-wrap p {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.oc-note-box {
  margin-top: 18px;
  background: #fff8e6;
  border: 1px solid #ead8a8;
  border-radius: 16px;
  padding: 16px;
  color: #5b4630;
  line-height: 1.7;
  font-size: 15px;
}

/* MAP */
.oc-map-section {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.oc-map-heading {
  padding: 24px 26px 12px;
}

.oc-map-heading h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #1f2933;
  font-weight: 800;
}

.oc-map-heading p {
  margin: 0;
  color: #5b6573;
  line-height: 1.7;
}

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

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

  .oc-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

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

  .oc-form-group.oc-full {
    grid-column: auto;
  }

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

/* MOBILE */
@media (max-width: 560px) {
  .oc-contact-hero {
    padding: 28px 18px;
    border-radius: 18px;
  }

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

  .oc-contact-hero p {
    font-size: 15px;
  }

  .oc-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .oc-trust-strip {
    grid-template-columns: 1fr;
  }

  .oc-contact-actions a {
    width: 100%;
  }

  .oc-map-frame {
    height: 360px;
  }
}