/* =========================================
   CONTACT PAGE
   Zelfde basisstructuur als about/fitness
   Mobile first
========================================= */


/* =========================================
   SECTION STRUCTURE
========================================= */

.section-page-hero,
.section-page-content,
.section-page-cta {
  padding: 40px 0;
}

.section-page-hero {
  padding-top: 140px !important;
}

.section-page-hero--compact {
  padding-bottom: 20px !important;
}

.section-page-hero--compact + .section-page-content {
  padding-top: 24px;
}

/* Container spacing (zelfde als about/fitness) */
.section-page-hero .container,
.section-page-content .container,
.section-page-cta .container {
  padding: 0 24px;
}

@media (min-width: 768px) {

  .section-page-hero,
  .section-page-content {
	padding-top: 60px;
  }

  .section-page-cta {
	padding: 60px 0 130px;
  }

  .section-page-hero {
	padding-top: 140px !important;
  }

  .section-page-content {
	padding-bottom: 60px;
  }

}

@media (min-width: 1100px) {

  .section-page-hero .container,
  .section-page-content .container,
  .section-page-cta .container {
	max-width: 1200px;
	margin: 0 auto;
  }

}


/* =========================================
   HERO CONTENT
========================================= */

.page-hero-content {
  max-width: 680px;
}

.page-hero-content h1 {
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.page-hero-content .lead {
  margin: 0 0 28px;
  line-height: 1.7;
  opacity: 0.9;
}

/* =========================================
   CONTACT LAYOUT (nieuwe structuur)
========================================= */

.contact-layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
}


/* =========================================
   CONTACT TOP (titel + direct contact)
========================================= */

.contact-top {
  max-width: 520px;
}

.contact-direct {
  margin-top: 24px;
}


/* =========================================
   OPENINGSTIJDEN BLOK
========================================= */

.contact-hours {
  max-width: 760px;
}

.contact-hours h3 {
  margin-bottom: 18px;
}


/* =========================================
   ONDERSTE BLOK (map + adres)
========================================= */

.contact-location-layout {
  display: grid;
  gap: 48px;
}

@media (min-width: 992px) {
  .contact-location-layout {
	grid-template-columns: 1.1fr 0.9fr;
	align-items: start;
	gap: 80px;
  }
}

/* =========================================
   ADRES BLOK
========================================= */

.contact-address h3 {
  margin-bottom: 16px;
}

.contact-address p {
  margin-bottom: 14px;
}

/* =========================================
   MAP SECTION
========================================= */

.map-container {
  width: 100%;
  height: 340px;
  border-radius: 22px;
  overflow: hidden;
  background: #f4f7fa;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  box-sizing: border-box;
}

.map-placeholder-content p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.6;
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .map-container {
	height: 460px;
  }
}


/* =========================================
   CONTACT INFO BLOCK
========================================= */

.contact-info {
  height: fit-content;
}

.contact-info h2 {
  margin-bottom: 28px;
}

.contact-info h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.6;
  margin-bottom: 6px;
}

.contact-info p,
.contact-info a {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.contact-info a {
  text-decoration: none;
  font-weight: 500;
}

/* =========================================
   CONTACT GROUPS (nieuw)
========================================= */

.contact-group {
  margin-bottom: 48px;
}

.contact-group:last-child {
  margin-bottom: 0;
}


/* =========================================
   DIRECT CONTACT ROWS
========================================= */

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 14px;
}

.contact-row .label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.6;
}

.contact-row a {
  font-weight: 600;
  text-decoration: none;
}


/* =========================================
   SUB INFO (bereikbaarheid)
========================================= */

.sub-info {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}


/* =========================================
   OPENINGSTIJDEN GRID
========================================= */

.hours-grid {
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  align-items: stretch;
  gap: 0 16px;
  margin-top: 16px;
  font-size: 14px;
}

.hours-grid--fitness {
  grid-template-columns: 50px 1fr 1fr 1fr;
}

.hours-day,
.hours-practice,
.hours-phone,
.hours-fitness,
.hours-header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.hours-fitness {
  font-size: 14px;
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hours-day {
  font-weight: 600;
}

.hours-practice {
  text-align: left;
}

.hours-phone {
  text-align: left;
}

.hours-header {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.5;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6ebf0;
}

.hours-day {
  font-weight: 600;
}

.hours-practice,
.hours-phone {
  opacity: 0.9;
}

/* =========================================
   CONTACT INFO CARD
========================================= */

.section-contact-info {
  padding: 0 0;
}

.contact-info-card {
  background: #f5f9fb; /* subtiel zacht */
  border-radius: 16px;
  padding: 60px;
}

.contact-direct-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-line {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.contact-label {
  min-width: 100px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

.contact-value {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.contact-value:hover {
  text-decoration: underline;
}

.contact-divider {
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 40px 0;
}

/* =========================================
   MOBILE AANPASSING
========================================= */

@media (max-width: 600px) {

  .contact-info-card {
	padding: 16px;
  }

  .contact-direct-main {
	gap: 10px;
  }

  .contact-line {
	gap: 10px;
  }

  .contact-label {
	min-width: 72px;
	font-size: 0.72rem;
  }

  .contact-value {
	font-size: 0.95rem;
  }

  .contact-divider {
	margin: 16px 0;
  }

  .contact-row {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
  }

  .hours-grid {
	grid-template-columns: 42px 1fr 1fr;
	gap: 0 8px;
	margin-top: 8px;
	font-size: 12px;
  }

  .hours-grid--fitness {
	grid-template-columns: 42px 1fr 1fr 1fr;
  }

  .contact-top,
  .contact-hours {
	max-width: 100%;
  }

  /* hero compacter op mobiel */
  .section-page-hero {
	padding-top: 100px !important;
	padding-bottom: 8px !important;
  }

  .section-page-content {
	padding-top: 16px;
	padding-bottom: 24px;
  }

  .page-hero-content h1 {
	margin-bottom: 10px;
  }

  .page-hero-content .lead {
	margin-bottom: 0;
  }

  /* form boven info-card op mobiel */
  .contact-form {
	order: -1;
  }

}

/* =========================================
   CONTACT SPLIT (info + formulier naast elkaar)
========================================= */

.contact-split {
  display: grid;
  gap: 40px;
}

.contact-split > * {
  min-width: 0;
}

@media (min-width: 900px) {
  .contact-split {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: start;
    gap: 40px;
  }

  .contact-split .contact-info-card {
    padding: 36px;
    box-sizing: border-box;
  }

  .contact-hours {
    max-width: 100%;
  }
}


/* =========================================
   CONTACT FORM
========================================= */

.contact-form h2 {
  margin-bottom: 28px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #e3e7ea;
  font-size: 16px;
  font-family: inherit;
  color: var(--brand-blue);   /* ← deze regel toevoegen */
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-form select {
  width: 100%;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #e3e7ea;
  font-size: 16px;
  font-family: inherit;
  color: var(--brand-blue);
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-form ::placeholder {
  color: rgba(34, 82, 120, 0.6);
}

.contact-form select:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(0, 120, 180, 0.08);
}

.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%236b7c8a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(0, 120, 180, 0.08);
}


/* =========================================
   FORM BUTTON (zelfde als fitness CTA)
========================================= */

.contact-form .btn.btn-primary {
  padding: 16px 34px;
  border-radius: 40px;
  font-weight: 600;
  align-self: flex-start;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-form .btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
}


/* =========================================
   CAMPAIGN SECTION – DOE WEER MEE
========================================= */

.section-campaign {
  padding: 56px 0 110px;
  background: linear-gradient(
    180deg,
    rgba(244, 248, 251, 0) 0%,
    rgba(244, 248, 251, 0.9) 35%,
    rgba(244, 248, 251, 0.9) 65%,
    rgba(244, 248, 251, 0) 100%
  );
  text-align: center;
}

.campaign-block {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  box-shadow:
    0 26px 80px rgba(16, 56, 79, 0.10),
    0 6px 18px rgba(0, 0, 0, 0.05);
}

.treatments-cta-statement {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin: 0 0 12px;
}

.campaign-block h2 {
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.campaign-block p {
  line-height: 1.7;
  opacity: 0.9;
}


/* =========================================
   FADE ANIMATION (zelfde als about/fitness)
========================================= */

.fade-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}