/* ============================================================
   style.css – Page Specific Styles (Index)
   Aufbau:
   1) Hero Section
   2) Grids & Layout
   3) Feature Cards
   4) Responsive Anpassungen
   ============================================================ */

:root {
  --hero-gap: clamp(1.8rem, 1.5vw, 1.2rem);
  --section-x: clamp(3.1rem, 11vw, 15rem);
}

/* GLOBAL PAGE BACKGROUND FIX */
html, body {
  background: var(--bg-2) !important;
}


/* ============================================================
   FCH — HERO SECTION (Dark, Apple-Clean)
   ============================================================ */

/* SECTION BASE — full-bleed hero under the nav */
.hero-section {
  position: relative;
  background: var(--bg-2); /* match header */
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 65px !important;
}

/* MEDIA WRAPPER — stretches from under the header to the bottom of the viewport */
.hero-media-wrapper {
  position: relative;
  width: 100vw !important;
  height: 100vh;
  
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

/* HERO IMAGE — true full width/height of the wrapper */
.hero-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

/* ============================================================
   HERO OVERLAY — left → right dark fade
============================================================ */

.hero-media-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.50) 60%,
    rgba(0, 0, 0, 0.1) 90%
  );
}

/* Bild unter Overlay */
.hero-media {
  position: relative;
  z-index: 0;
}

/* Text über Overlay */
.hero-content {
  position: relative;
  z-index: 2;
}

/* HERO CONTENT — overlay on top of the image */
.hero-content {
  position: absolute;
  top: 50%;
  left: clamp(1.25rem, 6vw, 6rem);
  transform: translateY(-50%);
  width: min(620px, 92%);
  text-align: left;
  padding-right: clamp(1rem, 4vw, 3rem);
  z-index: 2;
}


  .hero-content {
    position: absolute;
    top: 45%;
    left: clamp(2rem, 8vw, 12rem);
    transform: translateY(-50%);
    width: min(580px, 49%);
    text-align: left;
    padding-right: clamp(1rem, 4vw, 3rem);
    z-index: 2;
  }


/* TEXT CONTENT */
.hero-eyebrow {
  font-size: clamp(.9rem, 1.2vw, 1rem);
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 1rem;
  letter-spacing: .5px;
}

.hero-title {
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink-1);
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.hero-subtitle {
  font-size: var(--fs-lead);
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

/* CTA GROUP */
.hero-cta-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}

/* BUTTON BASE */
.hero-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(.9rem, 1vw, 1.1rem) clamp(2.2rem, 3vw, 2.8rem);
  border-radius: 999px;
  font-size: var(--fs-body);
  font-weight: 500;
  transition: background .3s ease, transform .3s ease, color .3s ease;
}

/* PRIMARY BUTTON */
.hero-btn.primary {
  background: var(--brand);
  color: #111;
}

.hero-btn.primary:hover {
  background: color-mix(in srgb, var(--brand) 90%, white);
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.hero-btn.secondary {
  border: 2px solid var(--ink-1);
  color: var(--ink-1);
  background: transparent;
}

.hero-btn.secondary:hover {
  background: var(--ink-1);
  color: #000;
  transform: translateY(-2px);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS — FCH STANDARD
   ============================================================ */

/* 0–480px — Mobile Portrait */
@media (max-width: 480px) {



.hero-blob::before { 
  top: 40%;
  width: 200px;
  height: 200px;
}
  .hero-social { display: none !important; }

  .hero-media-wrapper {
    width: clamp(88%, 94%, 96%);
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .hero-media {
    width: 100%;
    height: 120vh !important;
    object-fit: cover;
    border-radius: 12px;
  }

  .hero-content {
    position: absolute;
    top: 30%;
    left: 6%;
    transform: none;
    padding: 0;
    z-index: 5;
    width: 88%;
    text-align: left;
    left: 4%;
    width: 92%;
  }



  .hero-content h1,
  .hero-content .hero-title {
    
    line-height: 1.22;
    max-width: 88%;
  }

  .hero-subtitle {
    
    max-width: 88%;
    margin-bottom: 1rem;
  }



  .hero-cta-group {
    flex-direction: column;
    gap: 0.6rem;
    width: 90% !important;
    margin-left: 5% !important;
  }

  .hero-btn {
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
    width: 100% !important;
    justify-content: center;
  }

  .hero-eyebrow {
    margin-left: 0.2rem;
  }

  .hero-content .hero-eyebrow,
  .hero-content .hero-title,
  .hero-content .hero-subtitle,
  .hero-content .hero-cta-group {
    margin-left: 5% !important;
    width: 90% !important;
  }
}

/* 480–768px — Mobile Landscape / Small Tablets */
@media (min-width: 480px) and (max-width: 900px) {
  .hero-media-wrapper {
    width: clamp(88%, 94%, 96%);
    margin-inline: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .hero-media {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    border-radius: 20px;
  }

  .hero-content {
    position: relative;
    top: 0;
    left: 5;
    transform: none;
    width: 100%;
    padding: 1.8rem 1.6rem;
    text-align: left;
  }
  .hero-content {
    width: clamp(420px, 88%, 760px);
  }

  .hero-content h1,
  .hero-content .hero-title {
    
    max-width: 92%;
  }

  .hero-subtitle {
    
    max-width: 92%;
  }

  .hero-cta-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .hero-btn {
    padding: 0.7rem 1.4rem;
  }
}

/* ============================================================
   HERO — TABLET VIEW (768–1200px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 1200px) {

  .hero-media-wrapper {
    width: clamp(88%, 94%, 96%);
    margin-inline: auto;
    border-radius: 20px;
  }

  .hero-media {
    width: 100%;
    height: 90vh;
  }

  .hero-content {
    position: absolute;
    top: 46%;
    left: clamp(2rem, 8vw, 12rem);
    transform: translateY(-50%);
    width: clamp(480px, 62%, 760px);
    text-align: left;
    padding-right: clamp(1rem, 4vw, 3rem);
    z-index: 2;
  }

  .hero-eyebrow {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    margin-left: 0;
  }

  .hero-title {
    
    line-height: 1.22;
    margin-bottom: 1.2rem;
  }

  .hero-subtitle {
   
    line-height: 1.55;
    margin-bottom: 1.4rem;
  }

  .hero-cta-group {
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .hero-btn {
    font-size: 1rem;
    padding: 0.7rem 1.6rem;
  }


  /* Farbklecks eindeutig zugeordnet */
  .hero-blob::before {
    content: "";
    position: absolute;
    top: 20%;
    right: -15%;
    width: 300px;
    height: 300px;
  }
  .hero-blob::before {
    filter: blur(120px);
  }
}

/* 1440+ — Large Desktop / Widescreen */
@media (min-width: 1440px) {
  .hero-media-wrapper {
    width: 94%;
  }
}


/* ============================================================
   2) GLOBAL PAGE LAYOUT (specific for this page)
   ============================================================ */

.page-section {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}

.page-section-sm {
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}

.page-section-lg {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}


/* Max width wrappers */
.wrapper {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--space-4);
}

/* Wide wrapper (Hero, Big grids, etc.) */
.wrapper-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: var(--space-4);
}


/* ============================================================
   3) FEATURE GRID
   ============================================================ */

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.feature-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s ease, transform .25s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.feature-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}

.feature-card p {
  font-size: var(--text-sm);
  color: var(--color-muted);
}


/* ============================================================
   4) GENERAL IMAGE / MEDIA BEHAVIOUR
   ============================================================ */

img.fullwidth {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}


/* ============================================================
   5) RESPONSIVE TWEAKS
   ============================================================ */

@media (max-width: 900px) {

  .hero {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .hero h1 {
    font-size: clamp(2rem, 6vw, 2.6rem);
  }

  .features-grid {
    gap: var(--space-4);
  }
}

@media (max-width: 600px) {

  .hero {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .hero p {
    margin-bottom: var(--space-5);
  }
}







/* ============================================================
   HEALTH INTRO — INTERACTIVE SECTION (FCH)
============================================================ */

.health-intro {
  background: var(--bg-2);
  margin-top: 100px;

}

.health-intro-wrap {
  width: 100%;
  padding-left: var(--section-x);
  padding-right: var(--section-x);

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

/* LEFT SIDE — CARDS */
.health-intro-cards {
  display: flex;
  gap: 1rem;
  height: 420px;
}

/* Korrigiert: overflow sichtbar, um Text-Abschnitt nie abzuschneiden */
.health-intro-card {
  position: relative;
  flex: 1;
  background: var(--bg-3);
  border-radius: var(--r-xl);
  padding: 0;
  cursor: pointer;
  transition: flex .45s var(--ease-smooth), background .3s ease;
  overflow: hidden;
  min-width: 0;
}

.health-intro-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.2rem 1.1rem;
}

.health-intro-card.is-active {
  flex: 2.2;
  background: var(--bg-4);
}

/* CARD CONTENT */
.health-intro-card-title {
  position: absolute;
  top: 22%;
  left: 1.1rem;
  right: 1.1rem;

  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: var(--fw-semibold);
  color: var(--ink-1);
  line-height: 1.25;

  white-space: normal;
  overflow-wrap: break-word;
}

.health-intro-card-text {
  position: absolute;
  bottom: 1.2rem;
  left: 1.1rem;
  right: 1.1rem;

  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  color: var(--ink-2);
  line-height: 1.4;

  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}

.health-intro-card.is-active .health-intro-card-text {
  opacity: 1;
  transform: translateY(0);
}

.health-intro-card,
.health-intro-card-inner {
  overflow: visible;
}

/* RIGHT SIDE — INFO */
.health-intro-info h2 {
  font-size: var(--fs-h2);
  margin-bottom: var(--s-4);
  max-width: 28ch;
  margin-bottom: 100px;
}

.health-intro-divider {
  width: 100%;
  height: 2px;
  background: var(--brand);
  margin: 1.2rem 0 1.6rem 0;
  border-radius: 999px;
  opacity: 0.9;
}

.health-intro-info p {
  font-size: var(--fs-lead);
  color: var(--ink-2);
  max-width: 50ch;
}

.health-intro-info {
  position: relative;
  overflow: hidden;
}

.health-intro-grid-bg {
  position: absolute;
  inset: -20%;
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(184,204,100,0.06) 0px,
      rgba(184,204,100,0.06) 1px,
      transparent 1px,
      transparent 70px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(184,204,100,0.06) 0px,
      rgba(184,204,100,0.06) 1px,
      transparent 1px,
      transparent 70px
    );
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 70%);
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 35%, rgba(0,0,0,0) 70%);
  z-index: 0;
  pointer-events: none;
}

.health-intro-info > *:not(.health-intro-grid-bg) {
  position: relative;
  z-index: 1;
}


/* =========================================
   HEALTH INTRO – MOBILE & TABLET CLEANUP
========================================= */

/* MOBILE GLOBAL */
@media (max-width: 900px) {

  .health-intro {
    margin-top: 100px;
  }

  .health-intro-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-left: clamp(1.4rem, 4vw, 1.8rem);
    padding-right: clamp(1.4rem, 4vw, 1.8rem);
  }

  .health-intro-cards {
    height: auto;
    flex-direction: column;
    gap: 1.6rem;
  }

  .health-intro-card,
  .health-intro-card.is-active {
    flex: unset;
    background: var(--bg-4);
    border-radius: 22px;
  }

  .health-intro-card-inner {
    padding: 1.4rem 1.5rem;
  }

  .health-intro-card-title {
    position: relative;
    top: 0;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .health-intro-card-text {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
    margin-top: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 95%;
  }

  /* Reorder mobile layout: text first, cards second */
  .health-intro-info {
    order: 1;
  }

  .health-intro-cards {
    order: 2;
  }
}


/* HANDY KLEIN – FEINSCHLIFF */
@media (max-width: 480px) {

  .health-intro-card {
    border-radius: 24px;
  }

  .health-intro-card-inner {
    padding: 1.2rem 1.3rem 1.4rem;
  }

  .health-intro-card-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .health-intro-card-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .health-intro-info h2 {
    font-size: clamp(1.9rem, 7vw, 2.4rem);
    max-width: 100%;
  }

  .health-intro-info p {
    max-width: 100%;
  }
}


/* TABLET */
@media (min-width: 900px) and (max-width: 1200px) {

  .health-intro-wrap {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-left: clamp(2rem, 6vw, 6rem);
    padding-right: clamp(2rem, 6vw, 6rem);
  }

  .health-intro-cards {
    justify-content: space-between;
    height: auto;
  }

  .health-intro-card {
    min-height: 280px;
    border-radius: 24px;
  }

  .health-intro-card-inner {
    padding: 1.6rem 1.8rem;
  }
  .health-intro-card-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}









/* ============================================================
   OFFERS SECTION — Horizontal Scroll Gallery (Apple Style)
   ============================================================ */

.offers-section {
  padding: clamp(4rem, 6vw, 7rem) 0;
  background: var(--bg-2);
  position: relative;
  margin-top: 100px;
}



/* -----------------------------
   INTRO ROW
----------------------------- */

.offers-intro {
  width: 100%;
  padding-left: clamp(3.1rem, 11vw, 15rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  gap: 2rem;
}

.offers-intro-left {
  max-width: 780px;
}

.offers-intro-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.intro-cta {
  font-size: var(--fs-body);
  color: var(--brand);
  text-decoration: none;
  font-weight: 500;
  transition: opacity .25s ease;
}

.intro-cta:hover {
  opacity: .7;
}

.offers-eyebrow {
  color: var(--brand);
  font-size: clamp(.9rem, 1vw, 1rem);
  letter-spacing: .5px;
}

.offers-title {
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.2;
  margin: 0.4rem 0 1rem 0;
  color: var(--ink-1);
}

.offers-sub {
  color: var(--ink-2);
  font-size: var(--fs-lead);
  line-height: 1.6;
  opacity: .85;
}



/* -----------------------------
   SCROLL GALLERY
----------------------------- */

.offers-gallery {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-left: clamp(3.1rem, 11vw, 15rem);
  padding-right: clamp(3.1rem, 11vw, 15rem);
  padding-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
}

.offers-gallery::-webkit-scrollbar {
  display: none;
}



/* -----------------------------
   OFFER CARDS
----------------------------- */

.offer-card {
  flex: 0 0 auto;
  background: var(--bg-3);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  scroll-snap-align: center;
  transition: transform .25s ease, opacity .25s ease;
  padding-bottom: 1.8rem;
}

.offer-card:hover {
  transform: translateY(-4px);
  opacity: .98;
}


/* WIDTH VARIANTS */
.offer-card.narrow {
  width: clamp(300px, 38vw, 420px);
}

.offer-card.wide {
  width: clamp(420px, 55vw, 620px);
}


/* IMAGE */
.offer-img {
  width: 100%;
  height: clamp(180px, 28vw, 300px);
  object-fit: cover;
  display: block;
}

/* META LABEL */
.offer-meta {
  display: block;
  margin-top: 1.2rem;
  font-size: .85rem;
  color: var(--brand);
  letter-spacing: .4px;
  padding-inline: 1.2rem;
}

/* TEXT BLOCK */
.offer-text {
  padding-inline: 1.2rem;
  margin-top: .5rem;
}

.offer-text h3 {
  color: var(--ink-1);
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  margin-bottom: .6rem;
}

.offer-text p {
  color: var(--ink-2);
  font-size: calc(var(--fs-body) - 0.1rem);
  font-weight: 300;
  line-height: 1.5;
}



/* -----------------------------
   SCROLL ARROWS
----------------------------- */

/* -----------------------------
   SCROLL ARROWS — centered on cards
----------------------------- */

.offers-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 6;

  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;

  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);

  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background .25s ease, opacity .25s ease;
}

.offers-arrow:hover {
  background: rgba(255,255,255,0.18);
  opacity: .9;
}

.offers-arrow.left {
  left: clamp(1rem, 3vw, 2rem);
}

.offers-arrow.right {
  right: clamp(1rem, 3vw, 2rem);
}


/* -----------------------------
   FOOTER + CTA
----------------------------- */

.offers-footer {
  text-align: left;
  margin-top: clamp(2rem, 4vw, 5rem);
  padding-left: clamp(3.1rem, 11vw, 15rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.offers-footnote {
  font-size: var(--fs-lead);
  color: var(--ink-2);
  opacity: .85;
  max-width: 750px;
  margin: 0 0 1.6rem 0;
  line-height: 1.6;
  
}

.offers-main-cta {
  display: inline-block;
  padding: .9rem 2.4rem;
  background: var(--brand);
  color: #111;
  border-radius: 999px;
  text-decoration: none;
  font-size: var(--fs-body);
  font-weight: 500;
  transition: opacity .25s ease, transform .25s ease;
}

.offers-main-cta:hover {
  opacity: .85;
  transform: translateY(-2px);
}

.offers-second-cta {
  display: inline-block;
  padding: .9rem 2.4rem;
  background: transparent;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: var(--fs-body);
  font-weight: 500;
  border: 2px solid #fff;
  margin-left: 1rem;
  transition: opacity .25s ease, transform .25s ease, background .25s ease, color .25s ease;
}

.offers-second-cta:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}



/* ============================================================
   OFFERS — MOBILE OPTIMIERUNG (0–600px)
   Karten flacher + breiter + kein Leerraum unten
============================================================ */
@media (max-width: 600px) {

  .offer-card {
    width: 96% !important;
    max-width: 96% !important;
    flex: 0 0 96% !important;

    border-radius: 22px !important;
    padding-bottom: 0rem !important;

    height: auto !important;
  }

  .offer-img {
    height: 220px !important;
    object-fit: cover !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .offer-text {
    padding: 1rem 1.2rem 0.8rem 1.2rem !important;
  }

  .offer-text h3 {
    font-size: 1.1rem !important;
    margin-bottom: .35rem !important;
  }

  .offer-text p {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .offer-meta {
    margin-top: .4rem !important;
  }

  .offers-arrow {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .offers-intro-left {
    max-width: 92%;
    padding-left: 0;
  }
  .offers-intro {
    padding-left: clamp(1.4rem,4vw,1.8rem);
    padding-right: clamp(1.4rem,4vw,1.8rem);
  }
  .offers-title,
  .offers-sub {
    max-width: 92%;
  }
  .offers-footer {
    padding-left: clamp(1.4rem,4vw,1.8rem);
    padding-right: clamp(1.4rem,4vw,1.8rem);
    text-align: left;
  }
  .offers-main-cta,
  .offers-second-cta {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.8rem;
    text-align: center;
  }
}

/* ============================================================
   OFFERS — TABLET MID (900–1200px)
   Intro schmaler, ruhiger
============================================================ */
@media (min-width: 800px) and (max-width: 1400px) {

  .offers-intro {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    margin-inline: auto;
  }

  .offers-intro-left {
    max-width: 620px; /* vorher 780px → jetzt bewusst kompakter */
  }

  .offers-intro-right {
    align-self: flex-start;
    margin-top: 0.6rem;
  }
}




/* =========================================
   SERVICES SECTION
========================================= */

.services-section {
  background: transparent;
}

.services-section .section-wrapper {
  width: 100%;
  max-width: none;
  padding-left: clamp(3.1rem, 11vw, 15rem);
  padding-right: clamp(3.1rem, 11vw, 15rem);
}

/* HEAD */
.services-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  margin-bottom: clamp(4rem, 6vw, 6rem);
  align-items: start;
}
.services-head {
  max-width: 1600px;
  margin-inline: auto;
}

.services-title {
  font-size: var(--fs-h1);
  font-weight: var(--fw-semibold);
  line-height: 1.05;
}

.services-title span {
  display: block;
  color: var(--ink-3);
  font-weight: var(--fw-regular);
}

.services-intro {
  font-size: var(--fs-lead);
  color: var(--ink-2);
  max-width: 520px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3rem);
  max-width: 1600px;
  margin-inline: auto;
}

/* CARD */
.service-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}

.service-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  overflow: hidden;
  background: var(--bg-3);
  border-bottom: 2px solid #fff;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.service-card h3 {
  font-size: var(--fs-card-title);
  font-weight: var(--fw-medium);
}

.service-card p {
  font-size: var(--fs-card-body);
  color: var(--ink-2);
  max-width: 90%;
}

/* =========================================
   RESPONSIVE – SERVICES SECTION
========================================= */

/* HANDY KLEIN */
@media (max-width: 480px) {

  .services-section .section-wrapper {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .services-head {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 3rem;
  }

  .services-title {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .services-intro {
    max-width: 100%;
    font-size: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-card p {
    max-width: 100%;
  }
}


/* HANDY GROSS */
@media (min-width: 481px) and (max-width: 768px) {

  .services-section .section-wrapper {
    padding-left: clamp(1.6rem, 4vw, 2rem);
    padding-right: clamp(1.6rem, 4vw, 2rem);
  }

  .services-head {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }

  .services-title {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}


/* TABLET KLEIN */
@media (min-width: 769px) and (max-width: 1024px) {

  .services-section .section-wrapper {
    padding-left: clamp(2.4rem, 6vw, 4rem);
    padding-right: clamp(2.4rem, 6vw, 4rem);
  }

  .services-head {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 4rem;
  }

  .services-title {
    font-size: clamp(2.6rem, 5vw, 3.2rem);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}


/* TABLET GROSS */
@media (min-width: 1025px) and (max-width: 1280px) {

  .services-section .section-wrapper {
    padding-left: clamp(3rem, 7vw, 6rem);
    padding-right: clamp(3rem, 7vw, 6rem);
  }

  .services-head {
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}





/* ===========================
   WHY-US REVAMP – PARALLAX
=========================== */

.whyus-revamp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  padding-left: clamp(3rem, 10vw, 14rem);
  padding-right: clamp(3rem, 10vw, 14rem);
  align-items: center;
}

/* LEFT BUBBLE ZONE */
.whyus-bubbles {
  position: relative;
  min-height: 480px;
  width: 100%;
}

.whyus-bubbles::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 70px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 70px
    );
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  z-index: 0;
  pointer-events: none;
}

/* BUBBLE BASE STYLE */
.whyus-bubble {
  position: absolute;
  z-index: 2;
  width: 260px;
  padding: 1.4rem 1.2rem;
  padding-top: 2.4rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink-1);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translate3d(0,0,0) rotate(-4deg);
  transition: transform .35s ease, opacity .35s ease;
  position: absolute;
  z-index: 2;
}

.whyus-bubble span {
  display: block;
  margin-top: .6rem;
  color: var(--brand);
  font-size: 1rem;
}

/* PIN STYLING */
.bubble-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  background: radial-gradient(circle at 30% 30%, #ffffff, #d5d5d5 60%, #888 100%);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.35);
  z-index: 3;
}

/* PIN POSITIONS — corrected to match HTML classes */
.bubble-pin.pin-top-left { 
  top: 6px; 
  left: 14px; 
}

.bubble-pin.pin-top-right { 
  top: 6px; 
  right: 14px; 
}

.bubble-pin.pin-top-center { 
  top: 4px; 
  left: 50%; 
  transform: translateX(-50%); 
}

/* INITIAL POSITIONS (tight cluster) */
.bubble-1 { top: 28%; left: 25%; }
.bubble-2 { top: 10%; left: 30%; }
.bubble-3 { top: 34%; left: 20%; }
.bubble-4 { top: 30%; left: 32%; }
.bubble-5 { top: 40%; left: 29%; }

/* ACTIVE PARALLAX POSITIONS — via JS */
.whyus-bubble.parallax-active {
  opacity: 1;
}

/* RIGHT TEXT BLOCK */
/* RIGHT TEXT BLOCK — improved spacing */
.whyus-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
}

.whyus-right .whyus-eyebrow {
  color: var(--brand);
  font-size: clamp(.9rem,1vw,1rem);
}

.whyus-right .whyus-title {
  font-size: var(--fs-h1);
  font-weight: 600;
  margin-bottom: .6rem;     /* small spacing under title */
}

.whyus-right .whyus-sub {
  font-size: var(--fs-lead);
  opacity: .85; 
  margin-top: 100px;   /* spacing before divider */
}

.whyus-right .whyus-divider {
  width: 100%;
  height: 2px;
  background: var(--brand);
  margin: 1rem 0 1.2rem 0;   /* spacing above and below divider */
  border-radius: 999px;
}

/* Rating block formatting */
.whyus-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  color: var(--ink-2);
  margin-top: 0rem;
}

.rating-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand);
}

.rating-stars {
  color: var(--brand);
  font-size: 1rem;
}

.rating-count {
  font-size: .9rem;
  opacity: .7;
}

/* Farbklecks eindeutig zugeordnet */
.whyus-blob::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 14%;
  width: 500px;
  height: 500px;

  background: radial-gradient(
    circle at center,
    rgba(184, 204, 100, 0.15) 0%,
    rgba(184, 204, 100, 0.1) 40%,
    rgba(184, 204, 100, 0.05) 70%,
    rgba(184, 204, 100, 0) 100%
  );

  z-index: 0;
  pointer-events: none;
  transform: rotate(15deg);
}
.whyus-blob::before {
  filter: blur(120px);
}


/* ===========================
   WHY-US MOBILE — TRUE PARALLAX
=========================== */

@media (max-width: 480px) {

  .whyus-revamp {
    grid-template-columns: 1fr !important;
    width: 94% !important;
    margin-inline: auto !important;
    padding: 0 !important;
    gap: 2rem !important;
    margin-top: 100px;
  }

  .whyus-bubbles {
    min-height: 180px !important;
    position: relative;
    overflow: visible !important;
    font-size: 0.6rem;
  }

  /* Bubbles – smaller + spaced apart (no parallax stacking) */
  .whyus-bubble {
    width: 54% !important;
    padding: 0.9rem 0.8rem !important;
    border-radius: 14px !important;
    opacity: 1 !important;
    transform: rotate(-4deg) !important;
  }

  .bubble-content p {
  font-size: 0.75rem !important;
  line-height: 1.35 !important;
  margin-top: 15px;
}
  .whyus-bubble span {
  display: block;
  margin-top: .9rem;
  color: var(--brand);
  font-size: 0.6rem;
}

  /* new static positions */
  .bubble-1 { top: -15% !important; left: 0% !important; }
  .bubble-2 { top: 5% !important; left: 48% !important; }
  .bubble-3 { top: 44% !important; left: 8% !important; }
  .bubble-4 { top: 80% !important; left: 48% !important; }
  .bubble-5 { top: 98% !important; left: 0% !important; }

  .whyus-bubble.parallax-active {
    transform: rotate(-4deg) !important;
  }

  .whyus-right {
    width: 94% !important;
    margin-inline: auto !important;
    text-align: left !important;
    margin-top: 100px;
  }
  .whyus-right .whyus-sub {
  font-size: var(--fs-lead);
  opacity: .85; 
  margin-top: 30px;   /* spacing before divider */
}
}


@media (min-width: 480px) and (max-width: 768px) {

  .whyus-revamp {
    grid-template-columns: 1fr !important;
    width: 92% !important;
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 2.6rem !important;
  }

  .whyus-bubbles {
    min-height: 360px !important;
    position: relative;
  }

    .whyus-bubble span {
  display: block;
  margin-top: .9rem;
  color: var(--brand);
  font-size: 0.6rem;
}

  .bubble-content p {
  font-size: 0.75rem !important;
  line-height: 1.35 !important;
  margin-top: 25px;
}
  .whyus-bubble span {
  display: block;
  margin-top: .9rem;
  color: var(--brand);
  font-size: 0.6rem;
}

  .whyus-bubble {
    width: 42% !important;
    padding: 1rem 0.9rem !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    transform: rotate(-4deg) !important;
  }

 .whyus-bubble span {
  font-size: 1rem;
}

  /* spaced static layout */
  .bubble-1 { top: 10% !important; left: 18% !important; }
  .bubble-2 { top: 15% !important; left: 54% !important; }
  .bubble-3 { top: 46% !important; left: 22% !important; }
  .bubble-4 { top: 62% !important; left: 48% !important; }
  .bubble-5 { top: 78% !important; left: 28% !important; }

  .whyus-bubble.parallax-active {
    transform: rotate(-4deg) !important;
  }

  .whyus-right {
    width: 92% !important;
    margin-inline: auto !important;
  }
}


@media (min-width: 768px) and (max-width: 1200px) {

  .whyus-revamp {
    grid-template-columns: 1fr !important;
    width: 92% !important;
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 3rem !important;
  }

  .whyus-bubbles {
    min-height: 440px !important;
    position: relative;
  }

  .whyus-bubble {
    width: 38% !important;
    padding: 1rem 1rem !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    transform: rotate(-4deg) !important;
  }

  .bubble-1 { top: 5% !important; left: 5% !important; }
  .bubble-2 { top: 15% !important; left: 52% !important; }
  .bubble-3 { top: 48% !important; left: 20% !important; }
  .bubble-4 { top: 72% !important; left: 50% !important; }
  .bubble-5 { top: 78% !important; left: 10% !important; }

  .whyus-bubble.parallax-active {
    transform: rotate(-4deg) !important;
  }

  .whyus-right {
    width: 92% !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 1200px) {
  .whyus-revamp,
  .whyus-bubbles {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
}





/* ============================================================
   SECTION 7 — Finaler CTA (Hybrid Hero Style)
============================================================ */

.finalcta-section {
  margin-top: 120px;
  padding: clamp(4rem, 6vw, 7rem) 0;
  background: var(--bg-2);
  position: relative;
}

/* Farbklecks eindeutig zugeordnet */
.cta-blob::before {
  content: "";
  position: absolute;
  top: 20%;
  right: -15%;
  width: 450px;
  height: 450px;

  background: radial-gradient(
    circle at center,
    rgba(184, 204, 100, 0.25) 0%,
    rgba(184, 204, 100, 0.15) 40%,
    rgba(184, 204, 100, 0.05) 70%,
    rgba(184, 204, 100, 0) 100%
  );

  z-index: 0;
  pointer-events: none;
  transform: rotate(15deg);
}
.cta-blob::before {
  filter: blur(120px);
}
/* -----------------------------------
   MEDIA WRAPPER (wie Hero)
----------------------------------- */

.finalcta-media-wrapper {
  position: relative;
  width: 100%; 
  margin-inline: auto;
  padding-left: clamp(3.1rem, 11vw, 15rem);
  padding-right: clamp(3.1rem, 11vw, 15rem);
  border-radius: 30px;
  overflow: hidden;
  height: 80vh;
}

.finalcta-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

/* -----------------------------------
   OVERLAY CARD
----------------------------------- */

.finalcta-card {
  position: absolute;
  top: 15%;
  right: clamp(14rem, 6.5vw, 12rem);
  height: 70%;
  width: min(650px, 48vw);
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(22px);
  padding: clamp(1.6rem, 2vw, 2.2rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 3vw, 3rem);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.16);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: space-between;
}

/* -----------------------------------
   TEXT
----------------------------------- */

.finalcta-title {
  font-size: var(--fs-h1);
  color: var(--ink-1);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .2rem;
}

.finalcta-sub {
  font-size: var(--fs-lead);
  color: var(--ink-2);
  line-height: 1.6;
  opacity: .85;
  max-width: 520px;
  margin-bottom: .4rem;
}

/* -----------------------------------
   BUTTONS
----------------------------------- */

.finalcta-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.finalcta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .9rem 2rem;
  border-radius: 999px;
  font-size: var(--fs-body);
  font-weight: 500;
  text-decoration: none;
  transition: background .3s ease, color .3s ease, transform .25s ease;
}

/* PRIMARY */
.finalcta-btn.primary {
  background: var(--brand);
  color: #111;
}

.finalcta-btn.primary:hover {
  background: color-mix(in srgb, var(--brand) 90%, white);
  transform: translateY(-2px);
}

/* SECONDARY */
.finalcta-btn.secondary {
  border: 2px solid var(--ink-1);
  color: var(--ink-1);
  background: transparent;
}

.finalcta-btn.secondary:hover {
  background: var(--ink-1);
  color: #000;
  transform: translateY(-2px);
}


/* -----------------------------------
   RESPONSIVE — MOBILE
----------------------------------- */

@media (max-width: 760px) {
  .finalcta-media-wrapper {
    height: 52vh;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .finalcta-media {
    border-radius: 22px;
  }

  .finalcta-card {
    position: relative;
    top: 0;
    right: 0;
    transform: none;

    width: 90%;
    max-width: none;
    margin-inline: auto;
    margin-top: -3.2rem;

    border-radius: 22px;
  }

  .finalcta-btns {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ============================================================
   FINAL CTA — iPad 11"
   768px – 1023px
============================================================ */

@media (min-width: 768px) and (max-width: 1023px) {

  .finalcta-media-wrapper {
    height: 68vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .finalcta-media {
    border-radius: 24px;
  }

  .finalcta-card {
    position: absolute;
    top: 100px;
    bottom: 20px;
    right: 80px;
    left: auto;

    width: 80%;
    height: 77%;

    margin: 0;
    transform: none;

    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .finalcta-sub {
    max-width: 100%;
  }

  .finalcta-btns {
    flex-direction: column;
    align-items: stretch;
  }
}


@media (min-width: 1024px) and (max-width: 1366px) {

  .finalcta-media-wrapper {
    height: 75vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .finalcta-media {
    border-radius: 26px;
  }

  .finalcta-card {
    position: absolute;
    top: 115px;
    bottom: 24px;
    right: 92px;
    left: auto;

    width: 82%;
    height: 73%;

    margin: 0;
    transform: none;

    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .finalcta-sub {
    max-width: 100%;
  }
}

