/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child Theme für Hello Elementor
Author: Dein Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* fraunces-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/fraunces-v38-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fraunces-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/fraunces-v38-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fraunces-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/fraunces-v38-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/caveat-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/caveat-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* caveat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/caveat-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* =========================================================
   DESIGN TOKENS (Unverändert übernommen)
========================================================= */
:root{
  --color-primary: #3F5B3A;
  --color-primary-dark: #2A3F27;
  --color-secondary: #E8DFCF;
  --color-secondary-dark: #D9CCB3;
  --color-accent: #B8623E;
  --color-accent-light: #D4886A;
  --color-text: #2B2622;
  --color-text-muted: #6B635A;
  --color-bg: #F7F3EC;
  --color-white: #FFFFFF;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-script: 'Caveat', cursive;

  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-pill: 999px;

  --shadow-soft: 0 4px 24px -8px rgba(43, 38, 34, .08);
  --shadow-lift: 0 12px 40px -12px rgba(43, 38, 34, .18);

  --ease-natural: cubic-bezier(.22,1,.36,1);

  --container: 1240px;
  --header-h: 80px;
}

/* =========================================================
   RESET & BASE
========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  color:var(--color-text);
  background:var(--color-bg);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;display:block}
a{color:inherit}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}

h1,h2,h3,h4{
  font-family:var(--font-display);
  font-weight:500;
  letter-spacing:-.01em;
  line-height:1.15;
  margin:0 0 .4em;
  color:var(--color-text);
}
h1 { font-size: clamp(30px, 4.8vw, 58px); }
h2 { font-size: clamp(20px, 3.2vw, 36px); }
h3 { font-size: clamp(17px, 2vw, 22px); }
p{margin:0 0 1em}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}
#content:not(.page-id-10 #content){
  padding-top: 100px;
}
.eyebrow{
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--color-primary);
  font-weight:600;
  margin-bottom:16px;
  display:inline-block;
}
.script{
  font-family:var(--font-script);
  color:var(--color-accent);
  font-weight:500;
  font-size:1.15em;
  display:inline-block;
  transform:rotate(-2deg);
}

/* =========================================================
   BUTTONS
========================================================= */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 28px;
  font-weight:600;font-size:16px;
  border-radius:var(--radius-pill);
  text-decoration:none;
  transition:transform .4s var(--ease-natural),box-shadow .4s var(--ease-natural),background .3s ease,color .3s ease;
  white-space:nowrap;
}
.btn--primary{background:var(--color-primary);color:#fff}
.btn--primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lift)}
.btn--ghost{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}
.btn--ghost:hover{background:var(--color-primary);color:#fff}
.btn--accent{background:var(--color-accent);color:#fff}
.btn--accent:hover{background:#9C5232;transform:translateY(-2px);box-shadow:var(--shadow-lift)}
.btn svg{transition:transform .3s var(--ease-natural)}
.btn:hover svg{transform:translateX(3px)}

/* =========================================================
   REVEAL ANIMATIONS
========================================================= */
.reveal{opacity:0;transform:translateY(24px)}

@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important}
  *{animation:none!important;transition:none!important}
  html{scroll-behavior:auto}
}

/* =========================================================
   HEADER
========================================================= */
.header{
  position:fixed;top:0;left:0;right:0;
  height:var(--header-h);
  z-index:100;
  display:flex;align-items:center;
  transition:background .4s var(--ease-natural),box-shadow .4s var(--ease-natural),backdrop-filter .4s ease;
}
.header.is-scrolled{
  background:rgba(247,243,236,.92);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}
.header__inner{
  width:100%;max-width:var(--container);margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.logo{
  display:flex;align-items:center;gap:10px;
  text-decoration:none;color:var(--color-text);
  font-family:var(--font-display);
  font-size:22px;font-weight:500;
  letter-spacing:-.01em;
}
.logo img{
  height: 80px;
}
.nav{display:flex;align-items:center;gap:32px}
.nav__list{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.nav__list a{
  text-decoration:none;font-size:15px;font-weight:500;
  color:var(--color-text);
  position:relative;padding:6px 0;
  transition:color .3s ease;
}
.nav__list a::after{
  content:"";position:absolute;left:0;bottom:0;
  height:2px;width:0;
  background:var(--color-accent);
  transition:width .35s var(--ease-natural);
}
.nav__list a:hover{color:var(--color-primary)}
.nav__list a:hover::after{width:100%}
.nav__cta{display:flex;gap:12px;align-items:center}
.nav__phone{
  display:flex;align-items:center;gap:8px;
  font-weight:500;font-size:15px;text-decoration:none;
  color:var(--color-text);
}
.nav__phone svg{color:var(--color-primary)}
.nav-toggle{
  display:none;width:44px;height:44px;
  align-items:center;justify-content:center;
  border-radius:50%;
  background:rgba(63,91,58,.1);
  color:var(--color-primary);
}

/* =========================================================
   HERO
========================================================= */
.hero{
  position:relative !important;
  padding:calc(var(--header-h) + 60px) 0 100px !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-2 !important;
  background:
    radial-gradient(ellipse at top right, rgba(232,223,207,.6), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(63,91,58,.08), transparent 60%),
    var(--color-bg) !important;
}
.hero__paws{
  position:absolute;inset:0;z-index:-1;pointer-events:none;
}
.hero__paws svg{width:100%;height:100%}
.hero__paws .paw{opacity:0}

.hero__inner{
  display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;
  max-width:var(--container);margin:0 auto;padding:0 24px;
}
.hero__title{
  font-size:clamp(40px,5vw,66px);
  margin-bottom:24px;
}
.hero__sub{
  font-size:18px;line-height:1.7;
  max-width:560px;
  color:var(--color-text-muted);
  margin-bottom:36px;
}
.hero__cta{display:flex;gap:16px;flex-wrap:wrap}
.hero__meta{
  display:flex;gap:24px;margin-top:48px;flex-wrap:wrap;
}
.hero__meta-item{
  display:flex;align-items:center;gap:10px;
  font-size:14px;color:var(--color-text-muted);
}
.hero__meta-item svg{color:var(--color-primary)}

.hero__visual{
  position:relative;
  aspect-ratio:1/1.05;
}
.hero__image{
  position:absolute;inset:0;
  border-radius:60% 40% 55% 45% / 50% 60% 40% 50%;
  overflow:hidden;
  box-shadow:var(--shadow-lift);
  background:linear-gradient(160deg,#9CB39E 0%,#5C7858 50%,#3F5B3A 100%);
}
.hero__image svg{width:100%;height:100%}
.hero__floater{
  position:absolute;
  background:#fff;
  border-radius:var(--radius-md);
  padding:14px 18px;
  display:flex;align-items:center;gap:12px;
  box-shadow:var(--shadow-lift);
  font-size:14px;font-weight:500;
}
.hero__floater--1{top:8%;left:-6%}
.hero__floater--2{bottom:14%;right:-8%}
.hero__floater-dot{
  width:10px;height:10px;border-radius:50%;
  background:#5BAB5D;
  box-shadow:0 0 0 4px rgba(91,171,93,.2);
  animation:pulse 2s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{box-shadow:0 0 0 4px rgba(91,171,93,.2)}
  50%{box-shadow:0 0 0 8px rgba(91,171,93,.05)}
}

@media (max-width:900px){
  .hero{padding:calc(var(--header-h) + 40px) 0 60px}
  .hero__inner{grid-template-columns:1fr;gap:60px}
  .hero__visual{max-width:400px;margin:0 auto;width:100%}
  .hero__floater--1{left:0}
  .hero__floater--2{right:0}
}

/* =========================================================
   MOBILE HERO REIHENFOLGE ÄNDERN (Bild zuerst)
========================================================= */
@media (max-width: 900px) {
  .hero{
    padding-top: 100px !important;
  }
  /* Setzt das Bild auf Position 1 */
  .hero__visual {
    order: 1; 
    aspect-ratio: unset !important;
  }
  .hero__visual img{
    max-width: 300px !important;
  }
  .contact::after{
    width: 130px !important;
    height: 130px !important;
    top: 0 !important;
    left: 0 !important;
  }
  .contact::before,
  .about::after{
    width: 130px !important;
    height: 130px !important;
    top: 0 !important;
    right: 0 !important;
  }
  
  /* Setzt den Text-Block auf Position 2 (darunter) */
  .hero__content {
    order: 2; 
  }
  
  /* Optional: Den Abstand zwischen Bild und Text mobil etwas anpassen */
  .hero__inner {
    gap: 20px; /* Reduziert den Abstand leicht, 60px wirken mobil oft zu groß */
  }
}
/* =========================================================
   TRUST BAR / 3-COL GRID (Angepasst auf 3 Spalten für "Was Hunde brauchen")
========================================================= */
.trust{
  background:#fff;
  padding:72px 0;
  border-top:1px solid rgba(43,38,34,.06);
  border-bottom:1px solid rgba(43,38,34,.06);
}
.trust__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px;
}
.trust__item{display:flex;flex-direction:column;gap:12px}
.trust__icon{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(63,91,58,.08);
  color:var(--color-primary);
}
.trust__item h3{font-family:var(--font-body);font-size:17px;font-weight:600;margin:0}
.trust__item p{font-size:14.5px;color:var(--color-text-muted);margin:0;line-height:1.5}

@media (max-width:900px){.trust__grid{grid-template-columns:1fr;gap:32px}}

/* =========================================================
   ABOUT (Hier für "Hundebetreuung mit Vertrauen")
========================================================= */
.about{
  background:var(--color-secondary);
  padding:120px 0;
  position:relative;overflow:hidden;
}

/* EINBAU-ANWEISUNG: Ersetzt den bestehenden .about::after Block in deiner style.css */
.about::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  pointer-events: none;
  /* Einbindung über die Bild-URL */
  background: url("https://hunde-natuerlich.de/hnsb24/wp-content/uploads/2026/05/hundepfoten-hundepension-felsberg.png") no-repeat center/contain;
}
.about__inner{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;
}
.about__visual{
  position:relative;
  aspect-ratio:4/5;
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-lift);
  background:linear-gradient(180deg,#C9B89A 0%,#8A7B62 100%);
}
.about__visual svg{width:100%;height:100%}
.about__visual::after{
  content:"";position:absolute;
  bottom:-30px;right:-30px;
  width:140px;height:140px;
  background:var(--color-accent);
  border-radius:50%;
  opacity:.85;
  z-index:-1;
}
.about__visual-badge{
  position:absolute;bottom:24px;left:24px;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(8px);
  padding:14px 18px;border-radius:var(--radius-sm);
  display:flex;align-items:center;gap:12px;
  font-size:13px;
}
.about__visual-badge strong{display:block;font-size:15px;color:var(--color-primary)}

@media (max-width:900px){
  .about{padding:80px 0}
  .about__inner{grid-template-columns:1fr;gap:48px}
  .about__visual{max-width:480px}
}

/* =========================================================
   SERVICES (Hier für "Für wen natürlich Hunde...")
========================================================= */
.services{padding:120px 0;background:var(--color-bg)}
.services__head{text-align:center;max-width:680px;margin:0 auto 64px}
.services__head p{font-size:18px;color:var(--color-text-muted)}
.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{
  position:relative;
  background:#fff;
  border-radius:var(--radius-md);
  padding:40px 32px 36px;
  display:flex;flex-direction:column;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(43,38,34,.05);
  transition:transform .5s var(--ease-natural),box-shadow .5s var(--ease-natural);
}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lift)}
.card__icon{
  width:56px;height:56px;
  display:grid;place-items:center;
  border-radius:16px;
  background:rgba(63,91,58,.08);
  color:var(--color-primary);
  margin-bottom:24px;
}
.card h3{font-family:var(--font-display);font-size:22px;margin-bottom:16px; line-height: 1.3;}
.card p {font-size: 15px; color: var(--color-text-muted); margin-bottom: 24px;}
.card .btn{align-self:stretch;justify-content:center;margin-top:auto}

@media (max-width:900px){
  .services{padding:80px 0}
  .services__grid{grid-template-columns:1fr;gap:32px}
}

/* =========================================================
   TIMELINE (Tagesablauf)
========================================================= */
.timeline-section{
  padding:120px 0;
  background:linear-gradient(180deg,var(--color-bg) 0%,#fff 100%);
}
.timeline-section__head{text-align:center;max-width:680px;margin:0 auto 72px}
.timeline-section__head p{font-size:18px;color:var(--color-text-muted)}
.timeline{position:relative;max-width:760px;margin:0 auto;padding:0 24px}
.timeline__line{
  position:absolute;left:54px;top:18px;bottom:60px;
  width:2px;background:rgba(63,91,58,.15);
  overflow:hidden;
}
.timeline__line span{
  position:absolute;inset:0;
  background:var(--color-primary);
  transform:scaleY(0);transform-origin:top;
}
.timeline__item{
  position:relative;padding:0 0 48px 96px;
}
.timeline__dot{
  position:absolute;left:42px;top:8px;
  width:24px;height:24px;border-radius:50%;
  background:#fff;border:3px solid var(--color-primary);
  z-index:2;
  transition:transform .3s var(--ease-natural),background .3s ease;
}
.timeline__item:hover .timeline__dot{
  transform:scale(1.15);
  background:var(--color-accent);
  border-color:var(--color-accent);
}
.timeline__time{
  font-family:var(--font-script);font-size:24px;
  color:var(--color-accent);margin-bottom:4px;line-height:1;
}
.timeline__item h3{font-family:var(--font-display);font-size:22px;margin-bottom:8px}
.timeline__item > p:last-child{color:var(--color-text-muted);line-height:1.6;margin:0}

@media (max-width:540px){
  .timeline__line{left:30px}
  .timeline__item{padding-left:72px}
  .timeline__dot{left:18px}
}

/* =========================================================
   LOCAL SEO SECTION (Basis: Reviews Layout, umgebaut)
========================================================= */
.local-seo{
  background:var(--color-secondary);
  padding:100px 0;
  position:relative;overflow:hidden;
  text-align: center;
}
.local-seo__head{max-width:760px;margin:0 auto 32px}
.local-seo p{font-size:17px;color:var(--color-text-muted); line-height: 1.8;}
.local-seo .btn-group {display: flex; justify-content: center; gap: 16px; margin-top: 32px; flex-wrap: wrap;}

/* =========================================================
   FAQ
========================================================= */
.faq-section{padding:120px 0;background:var(--color-bg)}
.faq-section__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.faq-section__head h2{margin-bottom:20px}
.faq-section__head p{font-size:17px;color:var(--color-text-muted);margin-bottom:32px}
.faq-section__cta{
  padding:24px;
  background:#fff;
  border-radius:var(--radius-md);
  border:1px solid rgba(43,38,34,.06);
}
.faq-section__cta strong{display:block;font-family:var(--font-display);font-size:19px;margin-bottom:8px;color:var(--color-text)}
.faq-section__cta p{font-size:14px;margin-bottom:16px;color:var(--color-text-muted)}
.faq{display:flex;flex-direction:column;gap:12px}
.faq__item{
  background:#fff;
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:box-shadow .3s ease;
}
.faq__item.is-open{box-shadow:var(--shadow-lift)}
.faq__q{
  width:100%;text-align:left;
  padding:22px 28px;
  font-family:var(--font-body);font-weight:600;font-size:16.5px;
  color:var(--color-text);
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  transition:color .3s ease;
}
.faq__item.is-open .faq__q{color:var(--color-primary)}
.faq__q-icon{
  width:28px;height:28px;flex-shrink:0;
  border-radius:50%;
  background:rgba(63,91,58,.1);
  color:var(--color-primary);
  display:grid;place-items:center;
  transition:transform .4s var(--ease-natural),background .3s ease;
}
.faq__item.is-open .faq__q-icon{
  transform:rotate(45deg);
  background:var(--color-accent);color:#fff;
}
.faq__a{
  max-height:0;overflow:hidden;
  transition:max-height .5s var(--ease-natural);
}
.faq__a-inner{
  padding:0 28px 24px;
  color:var(--color-text-muted);line-height:1.7;font-size:15.5px;
}

@media (max-width:900px){
  .faq-section{padding:80px 0}
  .faq-section__inner{grid-template-columns:1fr;gap:48px}
}
/* =========================================================
   CONTACT SECTION
========================================================= */
.contact{
  background:var(--color-primary);
  color:rgba(247,243,236,.95);
  padding:120px 0;
  position:relative;
  overflow:hidden;
}
.contact::before{
  content:"";position:absolute;
  top:-120px;right:-120px;
  width:480px;height:480px;
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  pointer-events: none;
  /* Einbindung über die Bild-URL */
  background: url("https://hunde-natuerlich.de/hnsb24/wp-content/uploads/2026/05/hundepfoten-hundepension-felsberg.png") no-repeat center/contain;
  pointer-events:none;
}
.contact::after{
  content:"";position:absolute;
  bottom:-100px;left:-100px;
  width:340px;height:340px;
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  pointer-events: none;
  /* Einbindung über die Bild-URL */
  background: url("https://hunde-natuerlich.de/hnsb24/wp-content/uploads/2026/05/hundepfoten-hundepension-felsberg.png") no-repeat center/contain;
  pointer-events:none;transform:rotate(-30deg);
}
.contact h2,.contact h3{color:#fff}

.contact__head{text-align:center;max-width:720px;margin:0 auto 64px;position:relative;z-index:2}
.contact__head .eyebrow{color:var(--color-accent-light)}
.contact__head p{font-size:18px;color:rgba(247,243,236,.85);margin:0 0 16px}
.contact__head ul{
  list-style:none;padding:0;margin:24px 0;
  display:inline-flex;flex-direction:column;gap:8px;text-align:left;
}
.contact__head ul li{position:relative;padding-left:30px;color:rgba(247,243,236,.92);font-size:16px}
.contact__head ul li::before{
  content:"";position:absolute;left:0;top:8px;width:18px;height:18px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4886A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center/contain;
}

.contact__layout{display:grid;grid-template-columns:5fr 7fr;gap:24px;position:relative;z-index:2;align-items:stretch}

/* Linke Karte */
.contact__direct{
  background:var(--color-primary-dark);
  border:1px solid rgba(247,243,236,.1);
  border-radius:var(--radius-md);
  padding:40px 36px;
  display:flex;flex-direction:column;
}
.contact__direct h3{font-family:var(--font-display);font-size:26px;margin:0 0 8px}
.contact__direct > p{font-size:15px;color:rgba(247,243,236,.7);margin:0 0 32px;line-height:1.55}

.contact__channels{display:flex;flex-direction:column;gap:6px;flex:1}
.contact__channel{
  display:flex;align-items:flex-start;gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(247,243,236,.1);
  text-decoration:none;color:#fff;
  transition:transform .3s var(--ease-natural,cubic-bezier(.22,1,.36,1));
}
.contact__channel:last-child{border-bottom:0}
.contact__channel--link:hover{transform:translateX(4px)}
.contact__channel--link:hover .contact__channel-value{color:var(--color-accent-light)}
.contact__channel-icon{
  width:44px;height:44px;flex-shrink:0;
  border-radius:14px;
  background:rgba(184,98,62,.18);
  color:var(--color-accent-light);
  display:grid;place-items:center;
  transition:background .3s ease,color .3s ease;
}
.contact__channel--link:hover .contact__channel-icon{background:var(--color-accent);color:#fff}
.contact__channel-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.contact__channel-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(247,243,236,.55);font-weight:600}
.contact__channel-value{font-size:17px;font-weight:500;color:#fff;transition:color .3s ease;word-break:break-word}
.contact__channel-sub{font-size:13px;color:rgba(247,243,236,.65);margin-top:2px;line-height:1.5}

.contact__whatsapp{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 24px;background:#25D366;color:#fff;
  font-weight:600;font-size:15px;
  border-radius:var(--radius-pill);
  text-decoration:none;margin-top:24px;
  transition:transform .3s var(--ease-natural,cubic-bezier(.22,1,.36,1)),box-shadow .3s ease,background .3s ease;
}
.contact__whatsapp:hover{background:#1FB155;transform:translateY(-2px);box-shadow:0 12px 28px -8px rgba(37,211,102,.5)}

/* Rechte Karte */
.contact__form-card{
  background:rgba(247,243,236,.04);
  border:1px solid rgba(247,243,236,.12);
  border-radius:var(--radius-md);
  padding:48px 44px;
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
}
.contact__form-card h3{font-family:var(--font-display);font-size:26px;margin:0 0 8px}
.contact__form-card > p{font-size:15px;color:rgba(247,243,236,.7);margin:0 0 32px;line-height:1.55}

/* =========================================================
   FORMULAR · CF7-kompatibel
========================================================= */
.contact .form{display:grid;gap:18px}
.contact .form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}

.contact .form label{
  display:flex;flex-direction:column;gap:8px;
  font-size:13px;font-weight:500;letter-spacing:.04em;
  color:rgba(247,243,236,.85);text-transform:none;
}
.contact .form .wpcf7-form-control-wrap{display:block;width:100%}

.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form input[type="tel"],
.contact .form input[type="date"],
.contact .form select,
.contact .form textarea{
  width:100%;padding:14px 18px;
  border-radius:var(--radius-sm);
  border:1px solid rgba(247,243,236,.2);
  background:rgba(247,243,236,.08);
  color:#fff;font-family:var(--font-body);font-size:15px;line-height:1.5;
  transition:border-color .3s ease,background .3s ease;
  -webkit-appearance:none;appearance:none;
}
.contact .form input:focus,.contact .form select:focus,.contact .form textarea:focus{
  outline:none;border-color:var(--color-accent-light);background:rgba(247,243,236,.14);
}
.contact .form input::placeholder,.contact .form textarea::placeholder{color:rgba(247,243,236,.45)}
.contact .form textarea{resize:vertical;height:140px}

/* === CONSENT (CF7) === */
.contact .form__consent {
  margin-top: 8px;
}
.contact .form__consent .wpcf7-form-control-wrap,
.contact .form__consent .wpcf7-acceptance,
.contact .form__consent .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact .form__consent .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(247, 243, 236, .8);
  line-height: 1.55;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}
.contact .form__consent input[type="checkbox"] {
  margin: 2px 0 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  accent-color: var(--color-accent);
  cursor: pointer;
}
.contact .form__consent .wpcf7-list-item-label {
  display: inline;
  flex: 1;
}
.contact .form__consent a {
  color: var(--color-accent-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact .form__consent a:hover {
  color: #fff;
}
.contact .form > p,
.contact .form .form__row p,
.contact .form label p {
  display: contents;
  margin: 0;
}
.contact .form br {
  display: none;
}
/* Submit */
.contact .form input[type="submit"],
.contact .form .wpcf7-submit{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 32px;background:var(--color-accent);color:#fff;
  font-weight:600;font-size:16px;font-family:var(--font-body);
  border-radius:var(--radius-pill);border:0;cursor:pointer;
  margin-top:8px;width:auto;justify-self:start;
  transition:transform .3s var(--ease-natural,cubic-bezier(.22,1,.36,1)),box-shadow .3s ease,background .3s ease;
  -webkit-appearance:none;appearance:none;
}
.contact .form input[type="submit"]:hover,.contact .form .wpcf7-submit:hover{
  background:#9C5232;transform:translateY(-2px);box-shadow:0 12px 32px -10px rgba(184,98,62,.6);
}

.contact .wpcf7-spinner{background-color:rgba(255,255,255,.3);margin-left:14px}

.contact .wpcf7 form .wpcf7-response-output{
  margin:24px 0 0;padding:14px 18px;border-radius:var(--radius-sm);
  font-size:14.5px;line-height:1.5;
  border:1px solid rgba(247,243,236,.2);
  background:rgba(247,243,236,.08);color:#fff;
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output{
  border-color:rgba(220,100,80,.5);background:rgba(220,100,80,.15);color:#FFD9CC;
}
.contact .wpcf7 form.sent .wpcf7-response-output{
  border-color:rgba(140,200,140,.5);background:rgba(140,200,140,.15);color:#D9F0D9;
}
.contact .wpcf7-not-valid-tip{display:block;margin-top:6px;color:#FFB8A8;font-size:13px;font-weight:500}
.contact .form .wpcf7-not-valid{
  border-color:rgba(220,100,80,.6) !important;background:rgba(220,100,80,.08) !important;
}

.contact .form br{display:none}
.contact .form p{margin:0}

/* RESPONSIVE */
@media (max-width:960px){
  .contact{padding:80px 0}
  .contact__layout{grid-template-columns:1fr;gap:20px}
  .contact__form-card{padding:40px 28px}
  .contact__direct{padding:32px 28px}
}
@media (max-width:540px){
  .contact .form__row{grid-template-columns:1fr}
  .contact__form-card{padding:32px 22px}
  .contact__direct{padding:28px 22px}
  .contact__head{margin-bottom:48px}
}

/* =========================================================
   FOOTER
========================================================= */
.footer{background:var(--color-primary-dark);color:rgba(247,243,236,.75);padding:72px 0 32px}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer__brand p{font-size:14px;margin:16px 0 0;line-height:1.6;max-width:280px}
.footer__brand img{
width: 200px;
}
.footer h4{
  font-family:var(--font-body);font-weight:600;font-size:14px;
  letter-spacing:.12em;text-transform:uppercase;color:#fff;
  margin:0 0 20px;
}
.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.footer a{color:rgba(247,243,236,.8);text-decoration:none;font-size:15px;transition:color .3s ease}
.footer a:hover{color:var(--color-accent-light)}
.footer__bottom{
  padding-top:28px;border-top:1px solid rgba(247,243,236,.1);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;
  font-size:13px;color:rgba(247,243,236,.55);
}

@media (max-width:1400px){
  .footer__bottom{
    padding-bottom:70px;
  }
}
@media (max-width:900px){
  .footer__grid{grid-template-columns:1fr 1fr;gap:40px}
}
@media (max-width:540px){
  .footer__grid{grid-template-columns:1fr}
}

/* =========================================================
   MOBILE NAV
========================================================= */
@media (max-width:900px){
  .nav__list,.nav__phone{display:none}
  .nav-toggle{display:flex}
  .nav.is-open .nav__list{
    display:flex;flex-direction:column;gap:0;
    position:fixed;top:var(--header-h);left:0;right:0;
    background:rgba(247,243,236,.98);
    backdrop-filter:blur(12px);
    padding:20px 24px 32px;
    box-shadow:var(--shadow-lift);
  }
  .nav.is-open .nav__list a{padding:14px 0;border-bottom:1px solid rgba(43,38,34,.08);font-size:17px}
}

/* =========================================================
   ELEMENTOR EDITOR FIX: Alle Animationen sichtbar machen
========================================================= */
body.elementor-editor-active .reveal,
body.elementor-editor-active .hero__paws .paw,
body.elementor-editor-active .hero__image {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* Optional: Auch die FAQ-Antworten im Editor immer aufklappen zur leichteren Bearbeitung */
body.elementor-editor-active .faq__a {
    max-height: none !important;
}

/* =========================================================
   FLOATING ACTION BUTTON (FAB)
========================================================= */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366; /* WhatsApp Grün - kannst du anpassen */
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px -4px rgba(37,211,102,.5);
  z-index: 50;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease;
  text-decoration: none;
}

.fab:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px -4px rgba(37,211,102,.7);
  color: #fff;
}

.fab svg {
  width: 30px;
  height: 30px;
}

/* Mobile Anpassung: etwas kleiner und näher am Rand */
@media (max-width: 540px) {
  .fab {
    width: 54px;
    height: 54px;
    bottom: 16px;
    right: 16px;
  }
}