/* Contact page — scoped with .page-contact. */

.page-contact .site-main .entry-header { display: none; }
.page-contact .entry-content { padding: 0 !important; }

.page-contact .ag-page-hero,
.page-contact .ag-contact-section,
.page-contact .ag-inquiries-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* --- Hero --- */
.page-contact .ag-page-hero {
  padding: clamp(56px, 8vw, 96px) 20px;
  background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  text-align: center;
}
.page-contact .ag-page-hero__kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563EB;
  margin: 0 0 12px;
}
.page-contact .ag-page-hero h1,
.page-contact .ag-page-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem) !important;
  line-height: 1.15;
  font-weight: 800;
  color: #1E293B;
  margin: 0 auto 16px;
  max-width: 18ch;
}
.page-contact .ag-page-hero p {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  color: #475569;
  max-width: 56ch;
  margin: 0 auto;
}

/* --- Main contact block --- */
.page-contact .ag-contact-section {
  padding: clamp(56px, 8vw, 96px) 20px;
  background: #FFFFFF;
}
.page-contact .ag-contact-section > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .ag-contact-section .ag-contact__email {
  text-align: center;
  margin: 0 0 24px;
}
.page-contact .ag-contact-section .ag-contact__email a {
  display: inline-block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: #2563EB;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
}
.page-contact .ag-contact-section .ag-contact__email a:hover,
.page-contact .ag-contact-section .ag-contact__email a:focus-visible {
  border-bottom-color: #2563EB;
}
.page-contact .ag-contact-section .ag-contact__location {
  text-align: center;
  color: #475569;
  margin: 0 0 24px;
  font-size: 1.05rem;
}
.page-contact .ag-contact-section .ag-contact__note {
  text-align: center;
  color: #64748B;
  font-size: 0.95rem;
  font-style: italic;
  padding: 16px 20px;
  background: #F8FAFC;
  border-radius: 8px;
  border-left: 3px solid #94A3B8;
}

/* --- Inquiry types section --- */
.page-contact .ag-inquiries-section {
  padding: clamp(56px, 8vw, 96px) 20px;
  background: #F8FAFC;
}
.page-contact .ag-inquiries-section > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .ag-inquiries-section > h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #1E293B;
  text-align: center;
  margin: 0 0 clamp(28px, 4vw, 40px);
}
.page-contact .ag-inquiries-section .wp-block-columns {
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
}
.page-contact .ag-inquiries-section .wp-block-column {
  background: #FFFFFF;
  padding: 24px 22px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.page-contact .ag-inquiries-section h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1E293B;
  margin: 0 0 8px;
}
.page-contact .ag-inquiries-section .wp-block-column p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
