:root{ --blue:#05A9E6; --blue2:#79D7FB; --text:#111; --content: 960px }

*{ box-sizing:border-box }
html,body{ margin:0; padding:0 }
body{ font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:var(--text) }
h1,h2,h3{ font-family: Montserrat, Inter, Arial, sans-serif; }
.wrap{ max-width:960px; margin:0 auto; padding:0 16px }

.bar{
  background:var(--blue);
  color:#fff;
  text-align:center;
  font-weight:800;
  letter-spacing:.03em;
  padding:12px 8px;
  font-size:12px
}

.center{ text-align:center }
.text h1{
  font-weight:900;
  font-size:28px;
  margin:0 0 6px
}
.text .note{ margin:0 0 8px }
.text p{
  max-width:740px;
  margin:0 auto 8px
}

.btn{
  border:0;
  border-radius:24px;
  padding:12px 22px;
  font-weight:800;
  cursor:pointer;
  letter-spacing:.02em;
}
.btn-pill{
  background:var(--blue);
  color:#fff;
  min-width:320px;
  text-transform:none;
}
.btn-pill:hover{ filter:brightness(.97) }

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1.2;
}

.wa-icon{
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.wa-icon-circle{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e9fff1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Nur für die Buttons im blauen CTA-Kasten */
.cta-panel .whatsapp-btn-light{
  background: #ffffff;
  color: #111827;
  border: 0;
  padding: 10px 22px 10px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  margin-top: 14px;
  font-weight: 800;
}

.cta-panel .whatsapp-btn-light:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  filter: none;
}

.cta-panel{ display:flex; justify-content:center; margin:16px 0 }
.cta-inner{
  background:var(--blue);
  color:#fff;
  border-radius:16px;
  padding:16px;
  max-width:960px;
  width:100%;
  text-align:center;
  box-shadow:0 10px 24px rgba(5,169,230,.25)
}

.cta-text{ line-height:1.35 }
.cta-text .free{ font-weight:800 }
.cta-text .loc{ margin-top:4px }
.btn-outline{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.85);
  border-radius:24px;
  padding:10px 18px;
  margin-top:10px
}
.btn-blue{ background:var(--blue); color:#fff }

/* ===================== WAVES & VIDEO ===================== */

.video-section{
  margin: 18px auto;
  max-width: var(--content);  /* ✅ statt 1920 oder 720 */
  padding: 0 16px;
}


.video{
  background:#0001;
  border-radius:6px;
  overflow:hidden;
  border:8px solid var(--blue);

  aspect-ratio: 16 / 9;
  height: auto;
}

.video video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}


.video .play{
  color:#fff;
  font-size:48px;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0008;
  margin:160px auto 0
}

/* Gemeinsames SVG-Layout für alle Waves */
.wave-top svg,
.wave-bottom svg{
  width:100%;
  height:38px;
  display:block;
}

.wave-top{ margin-bottom:12px; }
.wave-bottom{ margin-top:12px; }


.video-section .wave-top path,
.video-section .wave-bottom path{
  fill:#E0F7FF;
}
.video-section .wave-top .wave2,
.video-section .wave-bottom .wave2{
  fill:var(--blue);
}

.flow .wave-top path,
.flow .wave-bottom path{
  fill:#F4FBFF;
}
.flow .wave-top .wave2,
.flow .wave-bottom .wave2{
  fill:#C0EEFF;
}

/* ===================== FAQ ===================== */

.faq{
  max-width: var(--content);  /* ✅ statt 720 */
  margin: 12px auto 0;
}

.faq details{
  background:var(--blue);
  color:#fff;
  border-radius:6px;
  padding:12px 14px;
  margin-bottom:8px;
  border:1px solid rgba(255,255,255,.5);
  transition:background .2s ease;
}
.faq summary{
  cursor:pointer;
  font-weight:700;
  list-style:none;
  outline:none;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq details[open]{ background:#059bd1; }
.faq div{ margin-top:6px; opacity:.95 }

.benefits{
  max-width:900px;
  margin:24px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.card{
  border-radius:14px;
  padding:20px;
  text-align:center
}
.card.blue{ background:var(--blue); color:#fff }
.card p{ margin:0; opacity:.95 }

.icon{
  width:72px;
  height:72px;
  margin:0 auto 8px;
  background:#ffffff22;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.icon img{
  width:60%;
  height:60%;
  object-fit:contain;
}

.benefits .card{
  padding:32px 26px 34px;
  min-height:260px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.benefits .card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.benefits .icon{
  width:130px;
  height:130px;
  margin:0 auto 12px;
  background:radial-gradient(circle at 30% 30%, #ffffff33, #ffffff11);
}
.benefits .icon img{
  width:90%;
  height:auto;
  opacity:.9;
  filter:drop-shadow(0 0 4px rgba(0,0,0,.15));
}

.benefits h3{
  font-size:22px;
  font-weight:600;
  line-height:1.25;
  max-width:16ch;
  margin:10px auto 12px;
}
.benefits p{
  font-size:15.5px;
  line-height:1.6;
  max-width:32ch;
  margin:0 auto;
}

/* ===================== FLOW SECTION ===================== */

.flow{
  max-width: var(--content);
  margin:18px auto;
  background:var(--blue);
  color:#fff;
  border-radius:6px;
  overflow:hidden
}
.flow-inner{ padding:10px 18px 12px }
.flow h2{ text-align:center; margin:0 0 8px }

.flow .wave-bottom{ transform:rotate(180deg); }

/* Ablauf-Typografie */
.flow-text{
  color:#fff;
  text-align:center;
  max-width:80ch;
  margin:0 auto 16px;
  font-size:15.5px;
  line-height:1.7;
}
.flow-text h2{
  margin:8px 0 18px;
  font-weight:800;
}
.flow-text .step-heading{
  font-weight:800;
  font-size:19px;
  letter-spacing:.2px;
  margin:22px 0 8px;
  color:#fff;
  text-align:center;
}
.flow-text .step-body{ margin:0; }

/* ===================== ABOUT ===================== */

.about{
  max-width:960px;
  margin:24px auto;
  text-align:center
}
.about h3{ margin-bottom:12px }
.about-photo{
  width: 100%;
  max-width: 820px;
  height: auto;
  border-radius: 12px;
  margin: 0 auto 20px;
  display: block;
}



.about-text{
  max-width:820px;
  margin:10px auto;
  color:#222
}

@media (max-width: 768px){
  .about-photo{
    height: 200px;
  }
}


/* ===================== PLACEHOLDERS ===================== */

.ph{
  background:#e9eef3;
  box-shadow: inset 0 0 0 1px #d9e2ec
}



:root{
  --ink-600:#334155;
  --ink-700:#1f2937;
  --max-text:72ch;
}

/* Smooth text rendering */
html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Headline */
.text h1{
  text-wrap:balance;
  line-height:1.15;
  letter-spacing:.2px;
  margin-bottom:10px;
}

.kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:800;
  font-size:12px;
  color:var(--ink-600);
  margin-bottom:6px;
}

.lead{
  font-size:17px;
  line-height:1.7;
  color:var(--ink-600);
  max-width:var(--max-text);
  margin:0 auto 14px;
}

/* Allgemeine Fließtexte */
.prose{
  max-width:var(--max-text);
  margin:0 auto;
  color:var(--ink-700);
  font-size:16px;
  line-height:1.8;
}
.prose p{ margin:0 0 12px; }

.prose b,
.prose strong{
  color:#0f172a;
}

.flow .prose b,
.flow .prose strong,
.flow-text .step-heading{
  color:#fff;
}

/* Listen */
.prose ul{
  padding-left:1.2rem;
  margin:8px 0 12px;
}
.prose li{ margin:6px 0; }

/* FAQ-Content*/
.faq details > div{
  font-size:15px;
  line-height:1.7;
  color:#fff;
  opacity:.95;
  max-width:var(--max-text);
}

.flow h2,
.about h3{
  text-wrap:balance;
  letter-spacing:.2px;
}

/* ===================== MODAL ===================== */

.modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px
}
.modal[aria-hidden="false"]{ display:flex }
.modal-bg{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.5)
}
.modal-card{
  position:relative;
  z-index:1;
  width:100%;
  max-width:520px;
  background:#fff;
  border-radius:12px;
  padding:16px;
  box-shadow:0 24px 64px rgba(0,0,0,.35)
}
.modal-card h3{ margin:0 0 8px }
.modal-card label{
  display:block;
  font-size:14px;
  margin:10px 0
}
.modal-card input,
.modal-card textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  margin-top:6px;
  font-family:inherit
}
.modal-card .x{
  position:absolute;
  right:10px;
  top:6px;
  background:transparent;
  border:0;
  font-size:24px;
  cursor:pointer
}
.modal-card .meta{
  font-size:12px;
  color:#64748b;
  margin-top:6px
}


.footer-simple{
  background:#fff;
  margin-top: 80px;               
  padding: 70px 16px 32px;        
  position: relative;
}

.footer-inner{
  max-width:960px;
  margin:0 auto;
  text-align:center;
}

/* Logo im weißen Kreis*/
.footer-logo-wrap{
  width:150px;
  height:150px;
  border-radius:999px;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(0,0,0,0.18);

  position:absolute;
  top:-55px;                     
  left:50%;
  transform:translateX(-50%);    
}

.footer-logo{
  width:130px;
  height:auto;
}

.footer-links{
  margin-top:60px;              
  display:flex;
  justify-content:center;
  gap:32px;
  font-size:15px;
}

.footer-links a{
  color:#1f2937;
  text-decoration:none;
}

.footer-links a:hover{
  text-decoration:underline;
}

/* Mobile */
@media (max-width:600px){
  .footer-simple{
    padding-top: 60px;
  }
  .footer-logo-wrap{
    width:90px;
    height:90px;
    top:-45px;
  }
  .footer-logo{
    width:55px;
  }
  .footer-links{
    flex-direction:column;
    gap:10px;
  }
}

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


.hero-clean{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

/* Freistehendes Logo */
.hero-logo{
  width: 700px; 
  max-width: 110%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  z-index: 3;
}

/* Bild-Wrapper */
.hero-image-wrap{
  position: relative;
  width: 100%;        
  max-width: 900px;
  border-radius: 8px;
  overflow: hidden;
}

/* Bild */
.hero-image{
  display: block;
  width: 100%;         
  height: auto;
}

@media (max-width: 768px){
  .hero-clean{
    padding-top: 24px;
    margin-bottom: 24px;
  }

  .hero-logo{
    width: 200px;
    margin-bottom: 14px;
  }

  .hero-image-wrap{
    border-radius: 6px;
  }
}


@media (max-width:860px){
  .benefits{ grid-template-columns:1fr }
  .btn-pill{ min-width:auto; width:100% }
}

@media (max-width:768px){

  .wrap{ padding:0 12px; }

  .hero-block{ padding:24px 0 8px; }
  .logo{
    width:220px;
    height:60px;
  }
  .hero-fade{ height:260px; }

  .text h1{
    font-size:22px;
    line-height:1.25;
  }
  .lead{
    font-size:15px;
    line-height:1.6;
  }
  .bar{
    font-size:11px;
    padding:8px 6px;
  }

  .btn-pill{
    width:100%;
    min-width:auto;
    font-size:15px;
  }

  .cta-inner{ padding:14px 12px; }
  .cta-text .line{ font-size:14px; }

.video video{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
}

  .faq{ margin-top:8px; }
  .faq details{
    padding:10px 12px;
  }

  .benefits{
    grid-template-columns:1fr;
    gap:16px;
  }
  .benefits .card{
    padding:24px 18px;
    border-radius:18px;
  }
  .benefits h3{
    font-size:20px;
    max-width:18ch;
    margin:10px auto 10px;
  }
  .benefits p{
    font-size:15px;
    line-height:1.6;
    max-width:34ch;
  }
  .benefits .icon{
    width:110px;
    height:110px;
    margin-bottom:10px;
  }

  .flow{
    max-width:100%;
    margin:18px 0;
    border-radius:0;
  }
  .flow-inner{
    padding:16px 14px 18px;
  }
  .flow-text .step-heading{
    font-size:17px;
  }
  .flow-text .step-body{
    font-size:15px;
  }

  .about{ margin:24px 0; }
  .about-photo{ height:260px; }
  .about-text{
    text-align:left;
    font-size:15px;
  }

  .footer-links{
    flex-direction:column;
    gap:10px;
  }
}

@media (max-width:600px){
  .modal-card{
    max-width:100%;
    width:100%;
    height:100%;
    margin:0;
    border-radius:0;
    border:0;
  }
  .modal-card .x{
    top:10px;
    right:14px;
  }

  .footer-logo-wrap{
    width:90px;
    height:90px;
    margin-top:-30px;
  }
  .footer-logo{
    width:55px;
  }
}

/* =====FOOTER ===== */
.site-footer{
  width: 100%;
  background: var(--blue);
  margin-top: 48px;
}

.site-footer__wave svg{
  width: 100%;
  height: 70px;
  display: block;
}

.site-footer__wave path{ fill: var(--blue2); }
.site-footer__wave .wave2{ fill: var(--blue); }

.site-footer__inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

/* Weißer Kreis im Footer */
.site-footer__logo{
  width: 120px;        
  height: 120px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* Logo im Kreis */
.site-footer__logo img{
  width: 90%;         
  height: auto;
  display: block;
}

.site-footer__links{
  display: flex;
  gap: 26px;
}

.site-footer__links a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.site-footer__links a:hover{
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 600px){
  .site-footer__logo{
    width: 60px;
    height: 60px;
  }

  .site-footer__logo img{
    width: 70%;
  }
}

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{
  flex: 1;
}

/* ===== Schönere FAQ Accordion Boxen ===== */

.faq{
  max-width: var(--content);
  margin: 28px auto 0;
  display: grid;
  gap: 12px;
}

/* Einzelne FAQ-Karte */
.faq details{
  background: #ffffff;
  color: #111827;
  border: 1px solid #d7eef8;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(5,169,230,0.10);
  transition: 
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

/* Hover-Effekt */
.faq details:hover{
  transform: translateY(-1px);
  border-color: rgba(5,169,230,0.45);
  box-shadow: 0 12px 28px rgba(5,169,230,0.16);
}

/* Geöffnete Karte */
.faq details[open]{
  background: #ffffff;
  border-color: var(--blue);
  box-shadow: 0 14px 34px rgba(5,169,230,0.20);
}

/* Frage-Zeile */
.faq summary{
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 58px 18px 20px;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.35;
  color: #0f172a;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.faq summary::-webkit-details-marker{
  display: none;
}

/* Plus-Kreis rechts */
.faq summary::after{
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  transition: 
    background .2s ease,
    transform .2s ease;
}

/* Minus bei geöffnetem Zustand */
.faq details[open] summary::after{
  content: "–";
  background: #059bd1;
}

/* Titel bei geöffneter Karte */
.faq details[open] summary{
  color: var(--blue);
}

/* Inhalt */
.faq details > div,
.faq details > .prose{
  margin: 0;
  max-width: none;
  padding: 0 20px 22px;
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
  opacity: 1;
  border-top: 1px solid #e5f6fc;
  animation: faqFadeIn .22s ease;
}

.faq details > div p,
.faq details > .prose p{
  margin: 14px 0 0;
}

.faq details > div p:first-child,
.faq details > .prose p:first-child{
  margin-top: 16px;
}

.faq details > div p:last-child,
.faq details > .prose p:last-child{
  margin-bottom: 0;
}

/* Listen im FAQ */
.faq details > div ul,
.faq details > .prose ul{
  margin: 14px 0 0;
  padding-left: 1.2rem;
}

.faq details > div li,
.faq details > .prose li{
  margin: 6px 0;
}

/* Tastatur-Fokus */
.faq summary:focus-visible{
  outline: 3px solid rgba(5,169,230,0.35);
  outline-offset: -3px;
  border-radius: 16px;
}

/* Sanfte Öffnungsanimation */
@keyframes faqFadeIn{
  from{
    opacity: 0;
    transform: translateY(-4px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 768px){
  .faq{
    gap: 10px;
    margin-top: 22px;
  }

  .faq summary{
    font-size: 15.5px;
    padding: 16px 52px 16px 16px;
  }

  .faq summary::after{
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .faq details > div,
  .faq details > .prose{
    padding: 0 16px 18px;
    font-size: 15px;
  }
}

/* Dezenter Marken-Akzent links in den FAQ-Karten */
.faq details{
  position: relative;
}

.faq details::before{
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: rgba(5,169,230,0.35);
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
}

.faq details:hover::before{
  opacity: 1;
}

.faq details[open]::before{
  opacity: 1;
  background: var(--blue);
}