/* =====================================
   AANBOD PAGE — Praktijk La Aurora
   Zelfde visuele lijn als index / voor-wie
   ===================================== */

.page-aanbod{
  background: var(--bg-page);
  color: var(--text-on-light);
}

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

.ab-hero{
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ab-hero-media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ab-hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ab-hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(14, 24, 21, 0.58) 0%,
      rgba(14, 24, 21, 0.40) 45%,
      rgba(14, 24, 21, 0.26) 100%
    );
}

.ab-hero-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: clamp(5rem, 10vh, 7rem);
}

.ab-hero-content{
  max-width: 760px;
  color: var(--text-on-dark);
}

.ab-hero-content h1{
  margin-bottom: var(--space-6);
  max-width: 16ch;
}

.ab-hero-lead{
  max-width: 48ch;
  margin-bottom: var(--space-5);
}

.ab-hero-sub{
  max-width: 52ch;
  margin-bottom: var(--space-8);
  opacity: 0.96;
}

.ab-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

/* =========================
   INTRO
========================= */

.ab-intro{
  background: var(--bg-section-sand);
  padding-block: clamp(4rem, 8vw, 6rem);
}

.ab-intro-inner{
  display: flex;
  justify-content: center;
}

.ab-section-header{
  width: min(760px, 100%);
  text-align: center;
}

.ab-section-header h2{
  margin-bottom: var(--space-5);
}

.ab-section-header p{
  margin-bottom: 0;
}

/* =========================
   OFFER OVERRIDE
========================= */

.ab-offer{
  min-height: auto;
  height: auto;
}

.ab-offer .offer-inner{
  height: auto;
  justify-content: flex-start;
  padding-block: clamp(4rem, 8vw, 6rem);
}

.ab-offer .offer-header{
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.ab-offer .offer-grid{
  align-items: stretch;
}

.ab-offer .offer-card{
  min-height: 100%;
}

.ab-offer .offer-link{
  display: inline-flex;
  align-items: center;
}

.ab-offer .offer-link:focus-visible{
  outline: 3px solid rgba(200,169,81,0.45);
  outline-offset: 4px;
  border-radius: 4px;
}

/* =========================
   METHOD / WERKWIJZE LINK
========================= */

.ab-method{
  background: var(--bg-section-green);
  color: var(--text-on-dark);
  padding-block: clamp(4rem, 8vw, 6rem);
}

.ab-method-inner{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.ab-method-text{
  max-width: 560px;
}

.ab-method-text h2{
  margin-bottom: var(--space-5);
}

.ab-method-text p{
  margin-bottom: var(--space-5);
  opacity: 0.96;
}

.ab-method-text p:last-of-type{
  margin-bottom: var(--space-8);
}

.ab-method-media{
  margin: 0;
  width: min(520px, 100%);
  justify-self: end;
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,255,255,0.12);
}

.ab-method-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px){

  .ab-hero{
    min-height: auto;
  }

  .ab-hero-inner{
    padding-block: 5rem 4rem;
  }

  .ab-hero-content h1{
    max-width: 14ch;
  }

  .ab-hero-actions{
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-method-inner{
    grid-template-columns: 1fr;
  }

  .ab-method-media{
    justify-self: stretch;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
  }

  .ab-section-header,
  .ab-offer .offer-header{
    text-align: left;
    margin-inline: 0;
    max-width: none;
  }
}

@media (max-width: 767px){

  .ab-hero{
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100svh - var(--header-height));
    align-items: stretch;
  }

  .ab-hero-inner{
    display: flex;
    align-items: flex-start;
    padding-top: clamp(3rem, 7vh, 4rem);
    padding-bottom: clamp(5rem, 10vh, 7rem);
  }

  .ab-hero-content{
    width: 100%;
    max-width: 24rem;
  }

  .ab-hero-content h1{
    max-width: 12ch;
    margin-bottom: 1rem;
  }

  .ab-hero-lead{
    margin-bottom: 1rem;
  }

  .ab-hero-sub{
    margin-bottom: 1.75rem;
  }

  .ab-hero-actions .btn{
    width: 100%;
    justify-content: center;
  }

  .ab-intro{
    padding-block: 3rem;
  }

  .ab-offer .offer-inner{
    padding-block: 3rem;
  }

  .ab-method{
    padding-block: 3rem;
  }
}

@media (max-width: 520px){

  .ab-hero-content{
    max-width: 17rem;
  }

  .ab-method-media{
    width: calc(100% + (2 * var(--container-pad)));
    margin-left: calc(-1 * var(--container-pad));
    margin-right: calc(-1 * var(--container-pad));
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}