/* FIX & CLEAN WOB V16 — conversion-focused WhatsApp photo estimate section */
.hero-photo-note{
  margin:4px 0 0;
  max-width:560px;
  color:#314158;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}
.hero-photo-note a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
}
.price-launcher-whatsapp{
  display:block;
  color:var(--pa-green);
  font-size:14px;
  font-weight:900;
  text-align:center;
  text-decoration:underline;
  text-underline-offset:3px;
}

.photo-estimate{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:34px;
  width:min(1180px,calc(100% - 32px));
  margin:34px auto 48px;
  padding:38px;
  overflow:hidden;
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 8%,rgba(37,211,102,.18),transparent 28%),
    linear-gradient(135deg,#071d3e 0%,#043f8f 58%,#0b3268 100%);
  color:#fff;
  box-shadow:0 22px 55px rgba(5,23,51,.20);
}
.photo-estimate::after{
  content:"";
  position:absolute;
  width:230px;
  height:230px;
  right:-90px;
  bottom:-120px;
  border-radius:50%;
  background:rgba(227,6,19,.22);
  pointer-events:none;
}
.photo-estimate-main,.photo-estimate-guide{position:relative;z-index:1}
.photo-estimate-kicker{
  margin:0 0 9px;
  color:#8ff1b2;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.photo-estimate h2{
  max-width:720px;
  margin:0 0 15px;
  color:#fff;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.photo-estimate h2 span{color:#9ff2bc}
.photo-estimate-lead{
  max-width:720px;
  margin:0;
  color:#eaf2ff;
  font-size:18px;
  line-height:1.65;
}
.photo-estimate-reassurance{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:23px 0 25px;
}
.photo-estimate-reassurance span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.photo-estimate-reassurance span::before{
  content:"✓";
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.photo-estimate-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 23px;
  border-radius:12px;
  background:#25d366;
  color:#fff!important;
  font-weight:900;
  box-shadow:0 14px 30px rgba(37,211,102,.24);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.photo-estimate-cta:hover{
  transform:translateY(-2px);
  background:#20c65f;
  box-shadow:0 17px 34px rgba(37,211,102,.30);
}
.photo-estimate-small{
  display:block;
  margin-top:11px;
  color:#cbd9ee;
  font-size:12px;
  line-height:1.5;
}
.photo-estimate-guide{
  align-self:stretch;
  padding:25px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
}
.photo-estimate-guide-title{
  margin:0 0 17px;
  color:#fff;
  font-size:18px;
  font-weight:900;
}
.photo-step{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.13);
}
.photo-step:first-of-type{border-top:0;padding-top:0}
.photo-step:last-child{padding-bottom:0}
.photo-step b{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#043f8f;
  font-size:15px;
  font-weight:900;
}
.photo-step strong{display:block;margin:1px 0 4px;color:#fff;font-size:15px}
.photo-step p{margin:0;color:#dbe6f6;font-size:13px;line-height:1.5}

/* Make the "no appointment needed" path consistent with the process section. */
.process-grid article:nth-child(2) span{background:#169c4b}
.process-grid article:nth-child(3) span{background:#6e7a8d}

.besichtigung-copy .optional-note{
  display:inline-block;
  margin:0 0 12px;
  padding:7px 10px;
  border-radius:8px;
  background:#edf7ff;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
}
.contact-photo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:10px;
  background:#25d366;
  color:#fff!important;
  font-weight:900;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
}

@media(max-width:1100px){
  .hero-photo-note{color:#d9e5f7}
  .hero-photo-note a{color:#9fd0ff}
  .photo-estimate{
    grid-template-columns:1fr;
    gap:25px;
    width:100%;
    margin:0;
    padding:42px 22px;
    border-radius:0;
  }
  .photo-estimate h2{font-size:34px}
  .photo-estimate-lead{font-size:16px}
  .photo-estimate-guide{padding:21px}
  .photo-estimate-cta{width:100%;text-align:center}
}
@media(max-width:520px){
  .photo-estimate{padding:36px 18px}
  .photo-estimate h2{font-size:30px}
  .photo-estimate-reassurance{display:grid;grid-template-columns:1fr;gap:8px}
  .photo-estimate-reassurance span{border-radius:10px}
  .photo-estimate-guide{padding:18px}
}
@media(prefers-reduced-motion:reduce){
  .photo-estimate-cta{transition:none}
}


/* FIX & CLEAN WOB V16 — desktop clarity + conversion cleanup */
/* Keep both hero CTAs compact and prevent the WhatsApp label from colliding. */
.hero-actions{
  align-items:stretch;
  flex-wrap:nowrap;
  max-width:620px;
}
.hero-actions .btn{
  min-width:0;
  white-space:normal !important;
  flex-direction:column;
  gap:3px;
  text-align:center;
  line-height:1.2;
}
.hero-actions .hero-call{flex:0 1 235px;}
.hero-actions .whatsapp-link{flex:1 1 330px;}
.hero-actions .btn > span{display:block;}
.hero-actions .btn small{
  display:block;
  white-space:normal !important;
  line-height:1.25;
  font-size:11px;
}

/* style.css contains a global !important heading color; override it inside the dark card. */
.photo-estimate h2,
.photo-estimate #foto-preis-title{
  color:#fff !important;
}
.photo-estimate h2 span,
.photo-estimate #foto-preis-title span{
  color:#9ff2bc !important;
}

/* The large photo-estimate block is the main explanation; avoid an extra repeated hero note. */
.hero-photo-note{display:none !important;}

/* The hero badge supports the photo-first path instead of competing with it. */
.visit-card b{font-size:18px;}
.visit-card span{display:block;margin-top:3px;}

@media(max-width:1350px) and (min-width:1101px){
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
    max-width:360px;
  }
  .hero-actions .hero-call,
  .hero-actions .whatsapp-link{
    width:100%;
    flex:0 0 auto;
  }
}

@media(max-width:1100px){
  .hero-actions{max-width:none;}
  .hero-actions .btn{width:100%;flex:0 0 auto;}
  .hero-actions .hero-call,
  .hero-actions .whatsapp-link{flex:0 0 auto;}
  /* Earlier global heading rules made the mobile hero blue on navy; restore contrast. */
  .hero h1{color:#fff !important;}
  .hero h1 span{color:var(--red) !important;}
  .hero .lead{color:#edf4ff !important;}
}


/* FIX & CLEAN WOB V17 — cleanup requested 10.08.2026 */

/* Contact: remove the left promo panel and give the full card width to the form. */
.contact-block{
  grid-template-columns:1fr !important;
}
.contact-block form{
  width:100%;
  padding:40px 46px;
}
@media(max-width:1100px){
  .contact-block form{padding:28px 22px;}
}

/* Process: all four step-number circles use one consistent brand blue. */
.process-grid article span,
.process-grid article:nth-child(2) span,
.process-grid article:nth-child(3) span,
.process-grid article:nth-child(4) span{
  background:var(--blue) !important;
}

/* Price launcher: only one clear CTA remains; give it a subtle floating motion. */
.price-launcher-actions{
  display:flex;
  align-items:center;
  justify-content:center;
}
.price-launcher-actions .btn{
  animation:fixwobPriceFloat 2.8s ease-in-out infinite;
  will-change:transform;
}
@keyframes fixwobPriceFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

/* Online indicator: make the online marker visibly alive without being distracting. */
#liveOnlineLabel{
  animation:fixwobOnlineFloat 2.4s ease-in-out infinite;
  will-change:transform;
}
#liveOnlineLabel i{
  animation:fixwobOnlinePulse 1.8s ease-out infinite;
}
@keyframes fixwobOnlineFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes fixwobOnlinePulse{
  0%{box-shadow:0 0 0 0 rgba(24,169,75,.38)}
  70%{box-shadow:0 0 0 9px rgba(24,169,75,0)}
  100%{box-shadow:0 0 0 0 rgba(24,169,75,0)}
}
.live-status.is-closed #liveOnlineLabel i{
  animation-name:fixwobClosedPulse;
}
@keyframes fixwobClosedPulse{
  0%{box-shadow:0 0 0 0 rgba(238,154,36,.34)}
  70%{box-shadow:0 0 0 9px rgba(238,154,36,0)}
  100%{box-shadow:0 0 0 0 rgba(238,154,36,0)}
}

@media(prefers-reduced-motion:reduce){
  .price-launcher-actions .btn,
  #liveOnlineLabel,
  #liveOnlineLabel i{
    animation:none !important;
  }
}
