.elementor-836 .elementor-element.elementor-element-91c1930{--display:flex;}.elementor-836 .elementor-element.elementor-element-5b88497{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5b88497 */:root{
  --cfy-header-h:82px;
  --cfy-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --cfy-page-bg:#eef7f6;
  --cfy-bg:#f7fbfb;
  --cfy-bg2:#ebf6f5;
  --cfy-card:#ffffff;
  --cfy-card2:rgba(255,255,255,.86);
  --cfy-text:#082a32;
  --cfy-muted:#627b82;
  --cfy-line:rgba(8,42,50,.12);
  --cfy-soft:rgba(18,169,154,.11);
  --cfy-main:#12a99a;
  --cfy-main2:#0d8f86;
  --cfy-shadow:0 24px 70px rgba(8,42,50,.12);
  --cfy-shadow2:0 14px 36px rgba(8,42,50,.08);
  --cfy-panel:#ffffff;
  --cfy-panel-text:#082a32;
  --cfy-panel-muted:#5f7378;
  --cfy-panel-line:rgba(8,42,50,.08);
}

html{
  scroll-behavior:smooth;
  background:var(--cfy-page-bg) !important;
}

body{
  margin:0 !important;
  background:var(--cfy-page-bg) !important;
  overflow-x:hidden !important;
}

html[data-theme="dark"]{
  --cfy-page-bg:#071016;
  --cfy-bg:#071016;
  --cfy-bg2:#0b1a22;
  --cfy-card:#10252d;
  --cfy-card2:rgba(16,37,45,.88);
  --cfy-text:#f2ffff;
  --cfy-muted:rgba(242,255,255,.76);
  --cfy-line:rgba(255,255,255,.16);
  --cfy-soft:rgba(45,212,191,.17);
  --cfy-main:#2dd4bf;
  --cfy-main2:#14b8a6;
  --cfy-shadow:0 28px 80px rgba(0,0,0,.42);
  --cfy-shadow2:0 18px 44px rgba(0,0,0,.30);
  --cfy-panel:linear-gradient(135deg, rgba(12,45,54,.98), rgba(17,67,76,.98));
  --cfy-panel-text:#ffffff;
  --cfy-panel-muted:rgba(255,255,255,.82);
  --cfy-panel-line:rgba(255,255,255,.14);
  background:#071016 !important;
}

html[data-theme="dark"] body{
  background:#071016 !important;
}

*{
  box-sizing:border-box;
}

.cfy-page{
  position:relative;
  min-height:100vh;
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  overflow:hidden;
  color:var(--cfy-text);
  font-family:var(--cfy-font);
  background:
    radial-gradient(circle at 10% 6%, rgba(18,169,154,.14), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(13,143,134,.10), transparent 26%),
    linear-gradient(180deg,var(--cfy-bg) 0%,var(--cfy-bg2) 48%,var(--cfy-bg) 100%);
}

.cfy-page a{
  color:inherit;
  text-decoration:none;
}

.cfy-page main{
  margin:0 !important;
  padding:0 !important;
}

.cfy-container{
  width:min(1220px,calc(100% - 36px)) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* ELEMENTOR FULL WIDTH FIX */
.elementor-widget-html:has(.cfy-page),
.elementor-widget-html:has(.cfy-page) .elementor-widget-container,
.elementor-element:has(.cfy-page),
.e-con:has(.cfy-page),
.e-container:has(.cfy-page),
.elementor-section:has(.cfy-page),
.elementor-container:has(.cfy-page){
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-top:0 !important;
  padding-top:0 !important;
  overflow:visible !important;
}

/* HERO */

.cfy-hero{
  position:relative;
  min-height:700px;
  padding:74px 0 72px !important;
  margin:0 !important;
}

.cfy-liquid-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}

.cfy-bubble{
  position:absolute;
  border-radius:999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), transparent 28%),
    linear-gradient(145deg, rgba(18,169,154,.18), rgba(14,84,112,.08));
  border:1px solid rgba(255,255,255,.65);
  box-shadow:inset 0 0 24px rgba(255,255,255,.48),0 20px 55px rgba(18,169,154,.10);
  animation:cfyFloat 6.8s ease-in-out infinite;
}

html[data-theme="dark"] .cfy-bubble{
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(145deg, rgba(45,212,191,.22), rgba(14,84,112,.16));
  border-color:rgba(45,212,191,.22);
}

.cfy-bubble-1{width:180px;height:180px;top:150px;right:8%}
.cfy-bubble-2{width:84px;height:84px;top:390px;right:44%;animation-delay:-2s}
.cfy-bubble-3{width:130px;height:130px;bottom:90px;left:6%;animation-delay:-4s}
.cfy-bubble-4{width:54px;height:54px;top:220px;left:40%;animation-delay:-1s}

@keyframes cfyFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  35%{transform:translate3d(18px,-38px,0) scale(1.08)}
  70%{transform:translate3d(-16px,22px,0) scale(.96)}
}

.cfy-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
  gap:54px;
  align-items:center;
}

.cfy-kicker,
.cfy-label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  padding:9px 13px;
  border-radius:999px;
  background:var(--cfy-soft);
  color:var(--cfy-main2);
  font-size:12px;
  line-height:1.25;
  font-weight:900;
}

html[data-theme="dark"] .cfy-kicker,
html[data-theme="dark"] .cfy-label{
  color:var(--cfy-main);
}

.cfy-kicker .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--cfy-main);
  box-shadow:0 0 0 6px rgba(18,169,154,.12);
  flex:0 0 auto;
}

.cfy-hero h1{
  max-width:720px !important;
  margin:20px 0 14px !important;
  color:var(--cfy-text);
  font-size:clamp(34px,4.8vw,62px) !important;
  line-height:1.04 !important;
  letter-spacing:-.05em !important;
}

.cfy-hero-text{
  max-width:610px !important;
  margin:0 !important;
  color:var(--cfy-muted);
  font-size:clamp(15px,1.25vw,17px) !important;
  line-height:1.6 !important;
}

.cfy-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.cfy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-transform:none;
  letter-spacing:0;
  cursor:pointer;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
  transition:.22s ease;
}

.cfy-btn:hover{
  transform:translateY(-2px);
}

.cfy-btn-ghost{
  background:rgba(255,255,255,.72);
  color:var(--cfy-text) !important;
  border:1px solid var(--cfy-line);
  box-shadow:none;
}

html[data-theme="dark"] .cfy-btn-ghost{
  background:rgba(255,255,255,.06);
}

.cfy-trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:600px;
  gap:12px;
  margin-top:28px;
}

.cfy-trust-row div{
  min-height:88px;
  padding:16px;
  border:1px solid var(--cfy-line);
  border-radius:22px;
  background:var(--cfy-card2);
  box-shadow:var(--cfy-shadow2);
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cfy-trust-row strong{
  display:block;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-trust-row span{
  display:block;
  margin-top:6px;
  color:var(--cfy-muted);
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.cfy-hero-card{
  padding:18px;
  border-radius:36px;
  border:1px solid var(--cfy-line);
  background:
    radial-gradient(circle at 30% 0%, rgba(88,216,194,.18), transparent 38%),
    var(--cfy-card2);
  box-shadow:var(--cfy-shadow);
  backdrop-filter:blur(18px);
}

.cfy-card-top{
  display:flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  margin-bottom:14px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:var(--cfy-text);
  font-size:13px;
  line-height:1;
  font-weight:900;
}

html[data-theme="dark"] .cfy-card-top{
  background:rgba(255,255,255,.08);
}

.cfy-status-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#24c889;
  box-shadow:0 0 0 7px rgba(36,200,137,.12);
}

.cfy-clean-card{
  min-height:360px;
  padding:30px;
  border-radius:30px;
  background:var(--cfy-panel);
  color:var(--cfy-panel-text);
  border:1px solid var(--cfy-panel-line);
  overflow:hidden;
  position:relative;
}

.cfy-clean-card::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-78px;
  bottom:-92px;
  border-radius:999px;
  border:42px solid rgba(18,169,154,.10);
}

html[data-theme="dark"] .cfy-clean-card::after{
  border-color:rgba(255,255,255,.06);
}

.cfy-clean-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(18,169,154,.22);
  box-shadow:none !important;
}

html[data-theme="dark"] .cfy-clean-icon{
  background:rgba(255,255,255,.08);
  border-color:rgba(45,212,191,.22);
}

.cfy-clean-icon img{
  width:52px;
  height:52px;
  object-fit:contain;
  filter:none !important;
  box-shadow:none !important;
}

.cfy-clean-card h2{
  position:relative;
  z-index:1;
  margin:24px 0 10px;
  font-size:31px;
  line-height:1.02;
  letter-spacing:-.05em;
  color:var(--cfy-panel-text);
}

.cfy-clean-card p,
.cfy-clean-card li{
  position:relative;
  z-index:1;
  color:var(--cfy-panel-muted);
  line-height:1.55;
}

.cfy-clean-card ul{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.cfy-clean-card li{
  padding-left:30px;
  position:relative;
  font-weight:750;
}

.cfy-clean-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--cfy-main);
  font-weight:950;
}

.cfy-mini-review{
  margin-top:14px;
  padding:16px;
  border-radius:24px;
  background:var(--cfy-card);
  box-shadow:var(--cfy-shadow2);
}

.cfy-stars{
  color:#f5a524;
  letter-spacing:2px;
  font-weight:950;
}

.cfy-mini-review p{
  margin:8px 0;
  color:var(--cfy-text);
  line-height:1.45;
}

.cfy-mini-review span{
  color:var(--cfy-muted);
  font-size:13px;
  font-weight:800;
}

/* COMPANY */

.cfy-company-strip{
  position:relative;
  z-index:3;
  margin-top:-20px;
  padding:0 0 44px;
}

.cfy-company-box{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(0,1.8fr);
  gap:22px;
  align-items:center;
  padding:22px;
  border:1px solid var(--cfy-line);
  border-radius:32px;
  background:var(--cfy-card2);
  backdrop-filter:blur(16px);
  box-shadow:var(--cfy-shadow2);
}

.cfy-company-text strong{
  display:block;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-company-text span{
  display:block;
  margin-top:6px;
  color:var(--cfy-muted);
  line-height:1.5;
}

.cfy-company-logos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.cfy-company-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  padding:14px;
  border-radius:22px;
  border:1px solid var(--cfy-line);
  background:var(--cfy-card);
  transition:.22s ease;
  box-shadow:none !important;
}

.cfy-company-logo:hover{
  transform:translateY(-4px);
  border-color:rgba(18,169,154,.45);
}

.cfy-company-logo img{
  max-width:100%;
  max-height:58px;
  object-fit:contain;
  box-shadow:none !important;
  filter:none !important;
}

/* GENERIC */

.cfy-section{
  padding:86px 0;
}

.cfy-section-tight{
  padding-top:48px;
}

.cfy-section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.cfy-section-head .cfy-label{
  margin:0 auto;
}

.cfy-section h2,
.cfy-contact-info h2{
  margin:18px 0 14px;
  font-size:clamp(34px,4.2vw,54px);
  line-height:1;
  letter-spacing:-.06em;
  color:var(--cfy-text);
}

.cfy-section-head p,
.cfy-contact-info p,
.cfy-split p{
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.65;
}

/* SERVICES */

.cfy-services{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.cfy-service-card{
  position:relative;
  min-height:244px;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(8,42,50,.10);
  background:#ffffff;
  box-shadow:var(--cfy-shadow2);
  transition:.22s ease;
  overflow:hidden;
  cursor:pointer;
}

html[data-theme="dark"] .cfy-service-card,
html[data-theme="dark"] .cfy-steps article,
html[data-theme="dark"] .cfy-review-card{
  background:#12313b !important;
  border-color:rgba(45,212,191,.32) !important;
}

.cfy-service-card::before{
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  right:-42px;
  top:-42px;
  border-radius:999px;
  background:var(--cfy-soft);
}

html[data-theme="dark"] .cfy-service-card::before{
  background:rgba(45,212,191,.18) !important;
}

.cfy-service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(18,169,154,.42);
}

.cfy-service-logo{
  position:relative;
  z-index:1;
  width:70px !important;
  height:70px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  border-radius:22px;
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px !important;
  margin-bottom:18px;
  overflow:hidden !important;
  box-shadow:0 10px 24px rgba(18,169,154,.10) !important;
}

html[data-theme="dark"] .cfy-service-logo{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  box-shadow:
    0 0 0 1px rgba(45,212,191,.12),
    0 12px 30px rgba(45,212,191,.12) !important;
}

.cfy-service-logo img{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  max-width:48px !important;
  max-height:48px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-service-logo img,
html[data-theme="dark"] .cfy-choice img{
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(62%)
    saturate(980%)
    hue-rotate(122deg)
    brightness(112%)
    contrast(108%) !important;
  opacity:1 !important;
}

.cfy-service-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.04em;
  color:#082a32 !important;
}

html[data-theme="dark"] .cfy-service-card h3{
  color:#ffffff !important;
}

.cfy-service-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#566f76 !important;
  line-height:1.55;
  font-size:15px;
}

html[data-theme="dark"] .cfy-service-card p{
  color:rgba(242,255,255,.82) !important;
}

.cfy-services-more{
  display:flex;
  justify-content:center;
  margin-top:30px;
}

/* CONTACT */

.cfy-contact-section{
  padding:86px 0;
}

.cfy-contact-layout{
  display:grid !important;
  grid-template-columns:minmax(340px,.85fr) minmax(560px,1.15fr) !important;
  gap:44px !important;
  align-items:center !important;
}

.cfy-contact-info{
  align-self:center !important;
}

.cfy-contact-info h2{
  max-width:580px;
}

.cfy-contact-info p{
  max-width:560px;
}

.cfy-contact-boxes{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:28px;
}

.cfy-contact-boxes a{
  min-height:86px;
  padding:18px 20px;
  border-radius:20px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.cfy-contact-boxes strong{
  color:var(--cfy-text);
}

.cfy-contact-boxes span{
  color:var(--cfy-muted);
  line-height:1.45;
}

.cfy-ms-form{
  position:relative;
  align-self:center !important;
  width:100% !important;
  max-width:700px !important;
  margin-left:auto !important;
  padding:28px;
  border-radius:34px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow);
  overflow:hidden;
}

html[data-theme="dark"] .cfy-ms-form{
  background:#0f2630;
}

.cfy-ms-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}

.cfy-ms-progress{
  flex:1;
  height:10px;
  border-radius:999px;
  background:var(--cfy-soft);
  overflow:hidden;
}

.cfy-ms-progress span{
  display:block;
  height:100%;
  width:25%;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  transition:.25s ease;
}

.cfy-ms-count{
  color:var(--cfy-muted);
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}

.cfy-ms-step{
  display:none;
  animation:cfyFade .22s ease;
}

.cfy-ms-step.is-active{
  display:block;
}

@keyframes cfyFade{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}

.cfy-ms-step h3{
  margin:0 0 10px;
  color:var(--cfy-text);
  font-size:clamp(30px,3.2vw,40px);
  line-height:1;
  letter-spacing:-.05em;
}

.cfy-ms-step > p{
  margin:0 0 10px;
  color:var(--cfy-muted);
  line-height:1.55;
}

.cfy-required-note{
  margin:0 0 18px;
  color:var(--cfy-muted);
  font-size:13px;
  line-height:1.5;
}

.cfy-required-note strong,
.cfy-required-star{
  color:#ef4444;
  font-weight:950;
}

.cfy-choice-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid{
  max-height:318px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding-right:18px !important;
  padding-bottom:16px !important;
  scrollbar-gutter:stable !important;
  scroll-behavior:smooth !important;
}

.cfy-choice{
  position:relative;
  width:100% !important;
  min-width:0 !important;
  height:138px !important;
  min-height:138px !important;
  max-height:138px !important;
  padding:15px !important;
  border-radius:22px;
  border:1px solid var(--cfy-line);
  background:rgba(255,255,255,.58);
  display:grid;
  align-content:start;
  gap:10px;
  cursor:pointer;
  transition:.2s ease;
  text-align:left;
  overflow:hidden !important;
}

html[data-theme="dark"] .cfy-choice{
  background:#173640 !important;
  border-color:rgba(255,255,255,.18) !important;
}

.cfy-choice:hover,
.cfy-choice.is-selected{
  border-color:rgba(18,169,154,.55);
  background:var(--cfy-soft);
  transform:translateY(-2px);
}

html[data-theme="dark"] .cfy-choice:hover,
html[data-theme="dark"] .cfy-choice.is-selected{
  background:rgba(45,212,191,.16) !important;
  border-color:rgba(45,212,191,.65) !important;
}

.cfy-choice::after{
  content:"";
  position:absolute;
  top:14px;
  right:14px;
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid rgba(18,169,154,.50);
  background:var(--cfy-card);
  opacity:.95;
}

.cfy-choice.is-selected::after{
  border-color:var(--cfy-main);
  background:
    radial-gradient(circle at center,#fff 0 28%,transparent 31%),
    linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
}

.cfy-choice img{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  min-height:54px !important;
  max-width:54px !important;
  max-height:54px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  padding:7px !important;
  margin:0 !important;
  border-radius:17px !important;
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  box-shadow:0 8px 20px rgba(18,169,154,.10) !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-choice img{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  box-shadow:
    0 0 0 1px rgba(45,212,191,.12),
    0 12px 30px rgba(45,212,191,.12) !important;
}

.cfy-choice strong{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  color:#082a32 !important;
  font-size:14px !important;
  line-height:1.15 !important;
  text-align:left;
  overflow-wrap:break-word !important;
  word-break:normal !important;
  hyphens:auto !important;
}

html[data-theme="dark"] .cfy-choice strong{
  color:#ffffff !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar{
  width:8px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-track{
  background:rgba(18,169,154,.10) !important;
  border-radius:999px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-thumb{
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2)) !important;
  border-radius:999px !important;
}

html[data-theme="dark"] .cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-track{
  background:rgba(255,255,255,.08) !important;
}

.cfy-input-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 14px;
  align-items:start;
}

.cfy-input-grid label,
.cfy-full-label{
  display:flex;
  flex-direction:column;
  gap:8px;
  color:var(--cfy-text);
  font-size:14px;
  font-weight:850;
  margin:0;
  min-height:86px;
}

.cfy-field-title{
  display:block;
  min-height:18px;
  line-height:18px;
}

.cfy-input-grid input,
.cfy-input-grid select,
.cfy-full-label textarea{
  width:100%;
  height:54px;
  min-height:54px;
  border:1px solid var(--cfy-line);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  color:var(--cfy-text);
  font:inherit;
  font-size:15px;
  font-weight:650;
  outline:none;
  padding:0 16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 8px 22px rgba(8,42,50,.04);
}

html[data-theme="dark"] .cfy-input-grid input,
html[data-theme="dark"] .cfy-input-grid select,
html[data-theme="dark"] .cfy-full-label textarea{
  background:#142e38;
  color:#ffffff;
  border-color:rgba(255,255,255,.18);
}

.cfy-full-label{
  min-height:auto;
}

.cfy-full-label textarea{
  padding:16px;
  height:auto;
  min-height:140px;
  resize:vertical;
}

.cfy-input-grid input:focus,
.cfy-input-grid select:focus,
.cfy-full-label textarea:focus{
  border-color:rgba(18,169,154,.65);
  box-shadow:0 0 0 5px rgba(18,169,154,.12),0 10px 28px rgba(8,42,50,.08);
  background:var(--cfy-card);
}

html[data-theme="dark"] .cfy-input-grid input:focus,
html[data-theme="dark"] .cfy-input-grid select:focus,
html[data-theme="dark"] .cfy-full-label textarea:focus{
  background:#183642;
}

.cfy-summary-box{
  display:grid;
  gap:10px;
  padding:18px;
  border-radius:22px;
  background:var(--cfy-soft);
  border:1px solid var(--cfy-line);
  margin-bottom:18px;
}

.cfy-summary-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:var(--cfy-muted);
  font-size:14px;
}

.cfy-summary-row strong{
  color:var(--cfy-text);
}

.cfy-ms-actions{
  margin-top:24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

.cfy-ms-back,
.cfy-ms-next,
.cfy-ms-submit{
  min-width:112px;
  height:50px !important;
  min-height:50px !important;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center;
  line-height:1 !important;
  font:inherit;
  font-size:15px;
  font-weight:850;
  text-transform:none;
  letter-spacing:0;
  cursor:pointer;
  transition:.2s ease;
}

.cfy-ms-back{
  border:1px solid var(--cfy-line);
  background:transparent;
  color:var(--cfy-text);
}

.cfy-ms-next,
.cfy-ms-submit{
  border:0;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
}

.cfy-ms-back:hover,
.cfy-ms-next:hover,
.cfy-ms-submit:hover{
  transform:translateY(-2px);
}

.cfy-ms-form:not([data-current-step="4"]) .cfy-ms-submit{
  display:none !important;
}

.cfy-ms-form[data-current-step="4"] .cfy-ms-submit{
  display:inline-flex !important;
}

.cfy-ms-form[data-current-step="4"] .cfy-ms-next{
  display:none !important;
}

.cfy-ms-form:not([data-current-step="4"]) .cfy-ms-next{
  display:inline-flex !important;
}

.cfy-ms-submit[disabled]{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}

.cfy-ms-error{
  display:none;
  margin-top:16px;
  padding:13px 15px;
  border-radius:16px;
  background:rgba(239,68,68,.09);
  border:1px solid rgba(239,68,68,.22);
  color:#ef4444;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}

.cfy-ms-error.is-visible{
  display:block;
}

.cfy-form-status{
  display:none;
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  font-size:14px;
  font-weight:850;
  line-height:1.45;
}

.cfy-form-status.is-visible{
  display:block;
}

.cfy-form-status.is-success{
  background:rgba(34,197,94,.12);
  color:#16a34a;
  border:1px solid rgba(34,197,94,.24);
}

.cfy-form-status.is-error{
  background:rgba(239,68,68,.10);
  color:#ef4444;
  border:1px solid rgba(239,68,68,.24);
}

/* BENEFITS */

.cfy-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);
  gap:54px;
  align-items:center;
}

.cfy-benefit-wrap{
  background:linear-gradient(180deg, rgba(18,169,154,.05), rgba(18,169,154,.02));
}

html[data-theme="dark"] .cfy-benefit-wrap{
  background:
    radial-gradient(circle at 20% 10%, rgba(88,216,194,.10), transparent 34%),
    linear-gradient(135deg,#082a32,#123d46);
}

.cfy-check-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}

.cfy-check-list div{
  padding:18px 18px 18px 52px;
  border-radius:20px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  position:relative;
}

html[data-theme="dark"] .cfy-check-list div{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
}

.cfy-check-list div::before{
  content:"✓";
  position:absolute;
  left:18px;
  top:18px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--cfy-main);
  color:#fff;
  font-size:13px;
  font-weight:950;
}

.cfy-check-list strong{
  display:block;
  margin-bottom:4px;
  color:var(--cfy-text);
}

.cfy-check-list span{
  color:var(--cfy-muted);
}

.cfy-feature-panel{
  padding:34px;
  border-radius:34px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
}

html[data-theme="dark"] .cfy-feature-panel{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}

.cfy-feature-number{
  margin-bottom:22px;
  color:var(--cfy-main);
  font-size:clamp(52px,7vw,82px);
  font-weight:950;
  line-height:.9;
  letter-spacing:-.08em;
}

.cfy-feature-panel h3{
  margin:0 0 12px;
  font-size:26px;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-feature-panel .cfy-btn{
  margin-top:18px;
}

/* STEPS */

.cfy-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.cfy-steps article{
  padding:30px;
  border-radius:30px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
}

.cfy-steps span{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff;
  font-weight:950;
}

.cfy-steps h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

html[data-theme="dark"] .cfy-steps h3{
  color:#ffffff;
}

.cfy-steps p{
  margin:0;
  color:var(--cfy-muted);
  line-height:1.6;
}

/* REVIEW */

.cfy-review-wrap{
  background:rgba(18,169,154,.06);
  margin-bottom:0 !important;
  border-bottom:0 !important;
  padding:86px 0 !important;
}

.cfy-review-full{
  width:100%;
  max-width:100%;
  padding:0;
  text-align:center;
}

.cfy-review-full .cfy-label{
  margin:0 auto;
}

.cfy-review-full h2{
  max-width:900px;
  margin:18px auto 14px;
  color:var(--cfy-text);
  font-size:clamp(34px,4.2vw,54px);
  line-height:1;
  letter-spacing:-.06em;
}

.cfy-review-full p{
  max-width:720px;
  margin:0 auto;
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.65;
}

.cfy-review-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:760px;
  margin:34px auto 0;
}

.cfy-review-points div{
  min-height:104px;
  padding:20px;
  border:1px solid var(--cfy-line);
  border-radius:24px;
  background:var(--cfy-card);
  box-shadow:var(--cfy-shadow2);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

html[data-theme="dark"] .cfy-review-points div{
  background:#12313b !important;
  border-color:rgba(45,212,191,.32) !important;
}

.cfy-review-points strong{
  display:block;
  color:var(--cfy-text);
  font-size:34px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:950;
}

.cfy-review-points span{
  display:block;
  margin-top:8px;
  color:var(--cfy-muted);
  font-size:14px;
  line-height:1.3;
  font-weight:850;
}

/* TABLET */

@media(max-width:1260px){
  .cfy-hero-grid,
  .cfy-company-box,
  .cfy-split,
  .cfy-contact-layout{
    grid-template-columns:1fr !important;
  }

  .cfy-contact-info,
  .cfy-ms-form{
    align-self:start !important;
    max-width:none !important;
    margin-left:0 !important;
  }

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

@media(min-width:768px) and (max-width:1180px){
  .cfy-hero{
    min-height:auto !important;
    padding-top:62px !important;
    padding-bottom:64px !important;
  }

  .cfy-hero h1{
    max-width:650px !important;
    font-size:clamp(34px,5.8vw,52px) !important;
    line-height:1.04 !important;
    letter-spacing:-.045em !important;
  }

  .cfy-hero-text{
    max-width:620px !important;
    font-size:15.5px !important;
    line-height:1.55 !important;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:620px;
  }

  .cfy-services{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  .cfy-service-card{
    min-height:225px !important;
  }

  .cfy-contact-boxes{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-contact-boxes a{
    min-height:92px !important;
    padding:16px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
    max-height:318px !important;
    padding-right:14px !important;
    padding-bottom:18px !important;
  }

  .cfy-input-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }
}

@media(min-width:768px) and (max-width:920px){
  .cfy-contact-boxes{
    grid-template-columns:1fr !important;
  }
}

/* MOBILE */

@media(max-width:767px){
  :root{
    --cfy-header-h:76px;
  }

  .cfy-container{
    width:min(100% - 28px,1220px) !important;
  }

  .cfy-hero{
    min-height:auto !important;
    padding-top:34px !important;
    padding-bottom:42px !important;
  }

  .cfy-hero-grid{
    grid-template-columns:1fr !important;
    gap:24px;
  }

  .cfy-hero-card{
    display:none !important;
  }

  .cfy-hero h1{
    max-width:100% !important;
    font-size:clamp(28px,8.6vw,38px) !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
    margin:16px 0 12px !important;
  }

  .cfy-hero-text{
    max-width:100% !important;
    font-size:14px !important;
    line-height:1.5 !important;
  }

  .cfy-kicker{
    max-width:100%;
    font-size:10.8px !important;
    line-height:1.25 !important;
    padding:7px 10px !important;
  }

  .cfy-hero-actions{
    width:100%;
    margin-top:20px !important;
    gap:10px !important;
    display:grid;
    grid-template-columns:1fr;
  }

  .cfy-btn{
    width:100%;
    min-height:48px;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:22px !important;
    max-width:100% !important;
  }

  .cfy-trust-row div{
    min-height:78px;
    padding:14px;
  }

  .cfy-trust-row div:last-child{
    grid-column:1 / -1;
  }

  .cfy-trust-row strong{
    font-size:22px;
  }

  .cfy-trust-row span{
    font-size:12.5px;
  }

  .cfy-company-strip{
    margin-top:0;
    padding:12px 0 32px;
  }

  .cfy-company-box{
    padding:18px;
    border-radius:26px;
    gap:16px;
  }

  .cfy-company-logos{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px;
  }

  .cfy-company-logo{
    min-height:74px;
    padding:10px;
    border-radius:18px;
  }

  .cfy-company-logo img{
    max-height:44px;
  }

  .cfy-section,
  .cfy-contact-section{
    padding:58px 0 !important;
  }

  .cfy-section-tight{
    padding-top:42px !important;
  }

  .cfy-section-head{
    text-align:left;
    margin-bottom:30px;
  }

  .cfy-section-head .cfy-label{
    margin:0;
  }

  .cfy-section h2,
  .cfy-contact-info h2{
    font-size:clamp(30px,9vw,42px) !important;
    line-height:1.02 !important;
    letter-spacing:-.05em !important;
    margin:14px 0 12px !important;
  }

  .cfy-section-head p,
  .cfy-contact-info p,
  .cfy-split p{
    font-size:14.5px !important;
    line-height:1.55 !important;
  }

  .cfy-services{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-service-card{
    min-height:205px !important;
    padding:16px !important;
    border-radius:22px !important;
  }

  .cfy-service-logo{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    border-radius:18px !important;
    margin-bottom:14px !important;
  }

  .cfy-service-logo img{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
  }

  .cfy-service-card h3{
    font-size:16px !important;
    line-height:1.12 !important;
    margin-bottom:8px !important;
  }

  .cfy-service-card p{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .cfy-contact-section{
    padding-top:46px !important;
  }

  .cfy-contact-layout{
    grid-template-columns:1fr !important;
    gap:24px !important;
    align-items:start !important;
  }

  .cfy-contact-info{
    align-self:start !important;
  }

  .cfy-contact-boxes{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:16px !important;
  }

  .cfy-contact-boxes a{
    min-height:auto !important;
    padding:14px 16px !important;
    border-radius:18px !important;
  }

  .cfy-contact-boxes a:last-child{
    grid-column:1 / -1;
  }

  .cfy-contact-boxes strong,
  .cfy-contact-boxes span{
    font-size:14px !important;
  }

  .cfy-ms-form{
    max-width:none !important;
    margin:0 !important;
    padding:18px !important;
    border-radius:28px !important;
  }

  .cfy-ms-top{
    margin-bottom:18px !important;
  }

  .cfy-ms-step h3{
    font-size:clamp(28px,8.4vw,36px) !important;
    line-height:1 !important;
    margin-bottom:8px !important;
  }

  .cfy-ms-step > p{
    font-size:14px !important;
    line-height:1.45 !important;
    margin-bottom:8px !important;
  }

  .cfy-required-note{
    font-size:12px !important;
    margin-bottom:12px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    position:relative !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    max-height:300px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding-right:10px !important;
    padding-bottom:22px !important;
    scrollbar-gutter:stable !important;
  }

  .cfy-choice{
    height:132px !important;
    min-height:132px !important;
    max-height:132px !important;
    padding:12px !important;
    border-radius:20px !important;
    gap:8px !important;
  }

  .cfy-choice img{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    border-radius:15px !important;
    padding:6px !important;
  }

  .cfy-choice strong{
    font-size:12.5px !important;
    line-height:1.12 !important;
    min-height:auto !important;
  }

  .cfy-choice::after{
    width:16px !important;
    height:16px !important;
    top:12px !important;
    right:12px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    content:"Zum Anzeigen weiterer Leistungen scrollen";
    position:sticky;
    left:0;
    right:0;
    bottom:0;
    grid-column:1 / -1;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:32px;
    margin-top:-2px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(18,169,154,.16),rgba(18,169,154,.08));
    color:var(--cfy-main2);
    font-size:12px;
    font-weight:900;
    pointer-events:none;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  html[data-theme="dark"] .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    color:#2dd4bf;
    background:linear-gradient(135deg,rgba(45,212,191,.18),rgba(45,212,191,.08));
  }

  .cfy-input-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-input-grid label,
  .cfy-full-label{
    min-height:auto !important;
    gap:7px !important;
    font-size:12.5px !important;
  }

  .cfy-field-title{
    min-height:auto !important;
    line-height:1.25 !important;
  }

  .cfy-input-grid input,
  .cfy-input-grid select{
    height:48px !important;
    min-height:48px !important;
    border-radius:16px !important;
    padding:0 12px !important;
    font-size:13.5px !important;
  }

  .cfy-full-label textarea{
    min-height:120px !important;
    border-radius:16px !important;
    padding:13px !important;
    font-size:13.5px !important;
  }

  .cfy-ms-actions{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .cfy-ms-back,
  .cfy-ms-next,
  .cfy-ms-submit{
    width:100% !important;
    min-width:0 !important;
    height:48px !important;
    min-height:48px !important;
    font-size:14px !important;
  }

  .cfy-split{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .cfy-check-list{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .cfy-feature-panel{
    padding:24px !important;
    border-radius:28px !important;
  }

  .cfy-feature-number{
    font-size:clamp(44px,14vw,64px) !important;
  }

  .cfy-steps{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .cfy-steps article{
    padding:24px !important;
    border-radius:26px !important;
  }

  .cfy-bubble-2,
  .cfy-bubble-4{
    display:none;
  }

  .cfy-bubble-1{
    width:120px;
    height:120px;
    right:-28px;
  }
}

/* SMALL MOBILE */

@media(max-width:390px){
  .cfy-container{
    width:min(100% - 24px,1220px) !important;
  }

  .cfy-hero h1{
    font-size:clamp(26px,8.2vw,34px) !important;
    line-height:1.1 !important;
  }

  .cfy-hero-text{
    font-size:13.5px !important;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .cfy-company-logos{
    grid-template-columns:1fr !important;
  }

  .cfy-services{
    gap:10px !important;
  }

  .cfy-service-card{
    min-height:198px !important;
    padding:14px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    gap:9px !important;
    max-height:292px !important;
  }

  .cfy-choice{
    height:128px !important;
    min-height:128px !important;
    padding:11px !important;
  }

  .cfy-choice strong{
    font-size:12px !important;
  }

  .cfy-input-grid{
    gap:10px !important;
  }

  .cfy-input-grid input,
  .cfy-input-grid select{
    font-size:13px !important;
    padding:0 10px !important;
  }
}

/* CFY REVIEW SECTION FULL WIDTH FIX */

.cfy-review-wrap{
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-bottom:0 !important;
  border-bottom:0 !important;
  padding:86px 0 !important;
  background:rgba(18,169,154,.06) !important;
  overflow:hidden !important;
}

.cfy-review-container{
  width:min(1220px,calc(100% - 36px)) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.cfy-review-full{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  text-align:left !important;
}

.cfy-review-full .cfy-label{
  margin:0 !important;
}

.cfy-review-full h2{
  max-width:900px !important;
  margin:18px 0 14px !important;
  color:var(--cfy-text) !important;
  font-size:clamp(34px,4.2vw,54px) !important;
  line-height:1 !important;
  letter-spacing:-.06em !important;
}

.cfy-review-full p{
  max-width:760px !important;
  margin:0 0 34px !important;
  color:var(--cfy-muted) !important;
  font-size:16px !important;
  line-height:1.65 !important;
}

/* Google Review Widget breit ziehen */
.cfy-google-reviews{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  margin-top:28px !important;
  overflow:visible !important;
}

/* Häufige Google Review Plugin Wrapper überschreiben */
.cfy-google-reviews > *,
.cfy-google-reviews .grw-slider,
.cfy-google-reviews .grw-row,
.cfy-google-reviews .grw-content,
.cfy-google-reviews .wp-google-list,
.cfy-google-reviews .wp-google-reviews,
.cfy-google-reviews .wp-gr,
.cfy-google-reviews .rplg,
.cfy-google-reviews .rplg-slider,
.cfy-google-reviews .rplg-row,
.cfy-google-reviews iframe{
  width:100% !important;
  max-width:100% !important;
}

/* Falls das Plugin intern zentriert und schmal ist */
.cfy-google-reviews .grw-slider,
.cfy-google-reviews .rplg-slider,
.cfy-google-reviews .wp-google-list{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Alte geteilte Bewertungskarte sicher ausblenden, falls noch irgendwo im HTML */
.cfy-review-card{
  display:none !important;
}

/* Mobile */
@media(max-width:767px){
  .cfy-review-wrap{
    padding:58px 0 !important;
  }

  .cfy-review-container{
    width:min(100% - 28px,1220px) !important;
  }

  .cfy-review-full h2{
    font-size:clamp(30px,9vw,42px) !important;
    line-height:1.02 !important;
    letter-spacing:-.05em !important;
    margin:14px 0 12px !important;
  }

  .cfy-review-full p{
    max-width:100% !important;
    margin-bottom:24px !important;
    font-size:14.5px !important;
    line-height:1.55 !important;
  }

  .cfy-google-reviews{
    margin-top:22px !important;
  }
}

/* CFY STARTSEITE KONTAKTFORMULAR UPDATE: Sonstiges + Reinigungsmittel + n8n-ready */
.cfy-choice-special{
  border-color:rgba(18,169,154,.24) !important;
}

.cfy-choice[data-category="Reinigungsmittel"] img{
  object-fit:contain !important;
  padding:3px !important;
  background:#ffffff !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-choice[data-category="Reinigungsmittel"] img{
  filter:none !important;
  background:#ffffff !important;
  border-color:rgba(45,212,191,.35) !important;
}

.cfy-contact-boxes a,
.cfy-contact-boxes span,
.cfy-contact-boxes strong{
  min-width:0 !important;
  max-width:100% !important;
}

.cfy-contact-boxes a{
  overflow:hidden !important;
}

.cfy-contact-boxes span{
  display:block !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
  hyphens:auto !important;
}

.cfy-summary-row strong{
  text-align:right;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

@media(max-width:767px){
  .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    content:"Zum Anzeigen weiterer Optionen scrollen" !important;
  }

  .cfy-summary-row{
    flex-direction:column !important;
    gap:4px !important;
  }

  .cfy-summary-row strong{
    text-align:left !important;
  }

  .cfy-contact-boxes span{
    font-size:13.5px !important;
    line-height:1.35 !important;
  }
}
/* FIX: Reinigungsmittel-Icon sauber wie die anderen, aber Bild nicht zerstören */

.cfy-choice[data-category="Reinigungsmittel"] img{
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  filter:none !important;
  padding:5px !important;
  object-fit:contain !important;
  object-position:center !important;
  width:54px !important;
  height:54px !important;
  border-radius:17px !important;
  box-shadow:0 8px 20px rgba(18,169,154,.10) !important;
}

/* Darkmode passend, aber Produktbild bleibt sichtbar */
html[data-theme="dark"] .cfy-choice[data-category="Reinigungsmittel"] img{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  filter:none !important;
  padding:5px !important;
}

/* =========================================================
   CFY FORM VALIDATION + THANK YOU FINAL FIX
========================================================= */

.cfy-field-error{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 5px rgba(239,68,68,.16),0 10px 28px rgba(8,42,50,.08) !important;
  outline:none !important;
}

.cfy-thankyou-box{
  width:100%;
  min-height:560px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:44px 28px;
  border-radius:30px;
  background:var(--cfy-card);
}

html[data-theme="dark"] .cfy-thankyou-box{
  background:#0f2630;
}

.cfy-thankyou-icon{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#ffffff;
  font-size:38px;
  font-weight:950;
  box-shadow:0 18px 36px rgba(18,169,154,.24);
}

.cfy-thankyou-box h3{
  margin:0 0 14px;
  color:var(--cfy-text);
  font-size:clamp(32px,4vw,48px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.cfy-thankyou-box p{
  max-width:520px;
  margin:0 auto 28px;
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.6;
  font-weight:750;
}

.cfy-thankyou-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#ffffff !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-decoration:none !important;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
}

@media(max-width:767px){
  .cfy-thankyou-box{
    min-height:420px;
    padding:34px 20px;
    border-radius:26px;
  }

  .cfy-thankyou-icon{
    width:64px;
    height:64px;
    font-size:32px;
  }

  .cfy-thankyou-box p{
    font-size:14.5px;
  }

  .cfy-thankyou-btn{
    width:100%;
  }
}
:root{
  --cfy-header-h:82px;
  --cfy-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --cfy-page-bg:#eef7f6;
  --cfy-bg:#f7fbfb;
  --cfy-bg2:#ebf6f5;
  --cfy-card:#ffffff;
  --cfy-card2:rgba(255,255,255,.86);
  --cfy-text:#082a32;
  --cfy-muted:#627b82;
  --cfy-line:rgba(8,42,50,.12);
  --cfy-soft:rgba(18,169,154,.11);
  --cfy-main:#12a99a;
  --cfy-main2:#0d8f86;
  --cfy-shadow:0 24px 70px rgba(8,42,50,.12);
  --cfy-shadow2:0 14px 36px rgba(8,42,50,.08);
  --cfy-panel:#ffffff;
  --cfy-panel-text:#082a32;
  --cfy-panel-muted:#5f7378;
  --cfy-panel-line:rgba(8,42,50,.08);
}

html{
  scroll-behavior:smooth;
  background:var(--cfy-page-bg) !important;
}

body{
  margin:0 !important;
  background:var(--cfy-page-bg) !important;
  overflow-x:hidden !important;
}

html[data-theme="dark"]{
  --cfy-page-bg:#071016;
  --cfy-bg:#071016;
  --cfy-bg2:#0b1a22;
  --cfy-card:#10252d;
  --cfy-card2:rgba(16,37,45,.88);
  --cfy-text:#f2ffff;
  --cfy-muted:rgba(242,255,255,.76);
  --cfy-line:rgba(255,255,255,.16);
  --cfy-soft:rgba(45,212,191,.17);
  --cfy-main:#2dd4bf;
  --cfy-main2:#14b8a6;
  --cfy-shadow:0 28px 80px rgba(0,0,0,.42);
  --cfy-shadow2:0 18px 44px rgba(0,0,0,.30);
  --cfy-panel:linear-gradient(135deg, rgba(12,45,54,.98), rgba(17,67,76,.98));
  --cfy-panel-text:#ffffff;
  --cfy-panel-muted:rgba(255,255,255,.82);
  --cfy-panel-line:rgba(255,255,255,.14);
  background:#071016 !important;
}

html[data-theme="dark"] body{
  background:#071016 !important;
}

*{
  box-sizing:border-box;
}

.cfy-page{
  position:relative;
  min-height:100vh;
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  overflow:hidden;
  color:var(--cfy-text);
  font-family:var(--cfy-font);
  background:
    radial-gradient(circle at 10% 6%, rgba(18,169,154,.14), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(13,143,134,.10), transparent 26%),
    linear-gradient(180deg,var(--cfy-bg) 0%,var(--cfy-bg2) 48%,var(--cfy-bg) 100%);
}

.cfy-page a{
  color:inherit;
  text-decoration:none;
}

.cfy-page main{
  margin:0 !important;
  padding:0 !important;
}

.cfy-container{
  width:min(1220px,calc(100% - 36px)) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* ELEMENTOR FULL WIDTH FIX */
.elementor-widget-html:has(.cfy-page),
.elementor-widget-html:has(.cfy-page) .elementor-widget-container,
.elementor-element:has(.cfy-page),
.e-con:has(.cfy-page),
.e-container:has(.cfy-page),
.elementor-section:has(.cfy-page),
.elementor-container:has(.cfy-page){
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-top:0 !important;
  padding-top:0 !important;
  overflow:visible !important;
}

/* HERO */

.cfy-hero{
  position:relative;
  min-height:700px;
  padding:74px 0 72px !important;
  margin:0 !important;
}

.cfy-liquid-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}

.cfy-bubble{
  position:absolute;
  border-radius:999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), transparent 28%),
    linear-gradient(145deg, rgba(18,169,154,.18), rgba(14,84,112,.08));
  border:1px solid rgba(255,255,255,.65);
  box-shadow:inset 0 0 24px rgba(255,255,255,.48),0 20px 55px rgba(18,169,154,.10);
  animation:cfyFloat 6.8s ease-in-out infinite;
}

html[data-theme="dark"] .cfy-bubble{
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(145deg, rgba(45,212,191,.22), rgba(14,84,112,.16));
  border-color:rgba(45,212,191,.22);
}

.cfy-bubble-1{width:180px;height:180px;top:150px;right:8%}
.cfy-bubble-2{width:84px;height:84px;top:390px;right:44%;animation-delay:-2s}
.cfy-bubble-3{width:130px;height:130px;bottom:90px;left:6%;animation-delay:-4s}
.cfy-bubble-4{width:54px;height:54px;top:220px;left:40%;animation-delay:-1s}

@keyframes cfyFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  35%{transform:translate3d(18px,-38px,0) scale(1.08)}
  70%{transform:translate3d(-16px,22px,0) scale(.96)}
}

.cfy-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
  gap:54px;
  align-items:center;
}

.cfy-kicker,
.cfy-label{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  padding:9px 13px;
  border-radius:999px;
  background:var(--cfy-soft);
  color:var(--cfy-main2);
  font-size:12px;
  line-height:1.25;
  font-weight:900;
}

html[data-theme="dark"] .cfy-kicker,
html[data-theme="dark"] .cfy-label{
  color:var(--cfy-main);
}

.cfy-kicker .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--cfy-main);
  box-shadow:0 0 0 6px rgba(18,169,154,.12);
  flex:0 0 auto;
}

.cfy-hero h1{
  max-width:720px !important;
  margin:20px 0 14px !important;
  color:var(--cfy-text);
  font-size:clamp(34px,4.8vw,62px) !important;
  line-height:1.04 !important;
  letter-spacing:-.05em !important;
}

.cfy-hero-text{
  max-width:610px !important;
  margin:0 !important;
  color:var(--cfy-muted);
  font-size:clamp(15px,1.25vw,17px) !important;
  line-height:1.6 !important;
}

.cfy-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.cfy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-transform:none;
  letter-spacing:0;
  cursor:pointer;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
  transition:.22s ease;
}

.cfy-btn:hover{
  transform:translateY(-2px);
}

.cfy-btn-ghost{
  background:rgba(255,255,255,.72);
  color:var(--cfy-text) !important;
  border:1px solid var(--cfy-line);
  box-shadow:none;
}

html[data-theme="dark"] .cfy-btn-ghost{
  background:rgba(255,255,255,.06);
}

.cfy-trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:600px;
  gap:12px;
  margin-top:28px;
}

.cfy-trust-row div{
  min-height:88px;
  padding:16px;
  border:1px solid var(--cfy-line);
  border-radius:22px;
  background:var(--cfy-card2);
  box-shadow:var(--cfy-shadow2);
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cfy-trust-row strong{
  display:block;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-trust-row span{
  display:block;
  margin-top:6px;
  color:var(--cfy-muted);
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.cfy-hero-card{
  padding:18px;
  border-radius:36px;
  border:1px solid var(--cfy-line);
  background:
    radial-gradient(circle at 30% 0%, rgba(88,216,194,.18), transparent 38%),
    var(--cfy-card2);
  box-shadow:var(--cfy-shadow);
  backdrop-filter:blur(18px);
}

.cfy-card-top{
  display:flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  margin-bottom:14px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:var(--cfy-text);
  font-size:13px;
  line-height:1;
  font-weight:900;
}

html[data-theme="dark"] .cfy-card-top{
  background:rgba(255,255,255,.08);
}

.cfy-status-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#24c889;
  box-shadow:0 0 0 7px rgba(36,200,137,.12);
}

.cfy-clean-card{
  min-height:360px;
  padding:30px;
  border-radius:30px;
  background:var(--cfy-panel);
  color:var(--cfy-panel-text);
  border:1px solid var(--cfy-panel-line);
  overflow:hidden;
  position:relative;
}

.cfy-clean-card::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-78px;
  bottom:-92px;
  border-radius:999px;
  border:42px solid rgba(18,169,154,.10);
}

html[data-theme="dark"] .cfy-clean-card::after{
  border-color:rgba(255,255,255,.06);
}

.cfy-clean-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(18,169,154,.22);
  box-shadow:none !important;
}

html[data-theme="dark"] .cfy-clean-icon{
  background:rgba(255,255,255,.08);
  border-color:rgba(45,212,191,.22);
}

.cfy-clean-icon img{
  width:52px;
  height:52px;
  object-fit:contain;
  filter:none !important;
  box-shadow:none !important;
}

.cfy-clean-card h2{
  position:relative;
  z-index:1;
  margin:24px 0 10px;
  font-size:31px;
  line-height:1.02;
  letter-spacing:-.05em;
  color:var(--cfy-panel-text);
}

.cfy-clean-card p,
.cfy-clean-card li{
  position:relative;
  z-index:1;
  color:var(--cfy-panel-muted);
  line-height:1.55;
}

.cfy-clean-card ul{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.cfy-clean-card li{
  padding-left:30px;
  position:relative;
  font-weight:750;
}

.cfy-clean-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--cfy-main);
  font-weight:950;
}

.cfy-mini-review{
  margin-top:14px;
  padding:16px;
  border-radius:24px;
  background:var(--cfy-card);
  box-shadow:var(--cfy-shadow2);
}

.cfy-stars{
  color:#f5a524;
  letter-spacing:2px;
  font-weight:950;
}

.cfy-mini-review p{
  margin:8px 0;
  color:var(--cfy-text);
  line-height:1.45;
}

.cfy-mini-review span{
  color:var(--cfy-muted);
  font-size:13px;
  font-weight:800;
}

/* COMPANY */

.cfy-company-strip{
  position:relative;
  z-index:3;
  margin-top:-20px;
  padding:0 0 44px;
}

.cfy-company-box{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(0,1.8fr);
  gap:22px;
  align-items:center;
  padding:22px;
  border:1px solid var(--cfy-line);
  border-radius:32px;
  background:var(--cfy-card2);
  backdrop-filter:blur(16px);
  box-shadow:var(--cfy-shadow2);
}

.cfy-company-text strong{
  display:block;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-company-text span{
  display:block;
  margin-top:6px;
  color:var(--cfy-muted);
  line-height:1.5;
}

.cfy-company-logos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.cfy-company-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  padding:14px;
  border-radius:22px;
  border:1px solid var(--cfy-line);
  background:var(--cfy-card);
  transition:.22s ease;
  box-shadow:none !important;
}

.cfy-company-logo:hover{
  transform:translateY(-4px);
  border-color:rgba(18,169,154,.45);
}

.cfy-company-logo img{
  max-width:100%;
  max-height:58px;
  object-fit:contain;
  box-shadow:none !important;
  filter:none !important;
}

/* GENERIC */

.cfy-section{
  padding:86px 0;
}

.cfy-section-tight{
  padding-top:48px;
}

.cfy-section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.cfy-section-head .cfy-label{
  margin:0 auto;
}

.cfy-section h2,
.cfy-contact-info h2{
  margin:18px 0 14px;
  font-size:clamp(34px,4.2vw,54px);
  line-height:1;
  letter-spacing:-.06em;
  color:var(--cfy-text);
}

.cfy-section-head p,
.cfy-contact-info p,
.cfy-split p{
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.65;
}

/* SERVICES */

.cfy-services{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.cfy-service-card{
  position:relative;
  min-height:244px;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(8,42,50,.10);
  background:#ffffff;
  box-shadow:var(--cfy-shadow2);
  transition:.22s ease;
  overflow:hidden;
  cursor:pointer;
}

html[data-theme="dark"] .cfy-service-card,
html[data-theme="dark"] .cfy-steps article,
html[data-theme="dark"] .cfy-review-card{
  background:#12313b !important;
  border-color:rgba(45,212,191,.32) !important;
}

.cfy-service-card::before{
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  right:-42px;
  top:-42px;
  border-radius:999px;
  background:var(--cfy-soft);
}

html[data-theme="dark"] .cfy-service-card::before{
  background:rgba(45,212,191,.18) !important;
}

.cfy-service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(18,169,154,.42);
}

.cfy-service-logo{
  position:relative;
  z-index:1;
  width:70px !important;
  height:70px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  border-radius:22px;
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px !important;
  margin-bottom:18px;
  overflow:hidden !important;
  box-shadow:0 10px 24px rgba(18,169,154,.10) !important;
}

html[data-theme="dark"] .cfy-service-logo{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  box-shadow:
    0 0 0 1px rgba(45,212,191,.12),
    0 12px 30px rgba(45,212,191,.12) !important;
}

.cfy-service-logo img{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  max-width:48px !important;
  max-height:48px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-service-logo img,
html[data-theme="dark"] .cfy-choice img{
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(62%)
    saturate(980%)
    hue-rotate(122deg)
    brightness(112%)
    contrast(108%) !important;
  opacity:1 !important;
}

.cfy-service-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.04em;
  color:#082a32 !important;
}

html[data-theme="dark"] .cfy-service-card h3{
  color:#ffffff !important;
}

.cfy-service-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#566f76 !important;
  line-height:1.55;
  font-size:15px;
}

html[data-theme="dark"] .cfy-service-card p{
  color:rgba(242,255,255,.82) !important;
}

.cfy-services-more{
  display:flex;
  justify-content:center;
  margin-top:30px;
}

/* CONTACT */

.cfy-contact-section{
  padding:86px 0;
}

.cfy-contact-layout{
  display:grid !important;
  grid-template-columns:minmax(340px,.85fr) minmax(560px,1.15fr) !important;
  gap:44px !important;
  align-items:center !important;
}

.cfy-contact-info{
  align-self:center !important;
}

.cfy-contact-info h2{
  max-width:580px;
}

.cfy-contact-info p{
  max-width:560px;
}

.cfy-contact-boxes{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:28px;
}

.cfy-contact-boxes a{
  min-height:86px;
  padding:18px 20px;
  border-radius:20px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.cfy-contact-boxes strong{
  color:var(--cfy-text);
}

.cfy-contact-boxes span{
  color:var(--cfy-muted);
  line-height:1.45;
}

.cfy-ms-form{
  position:relative;
  align-self:center !important;
  width:100% !important;
  max-width:700px !important;
  margin-left:auto !important;
  padding:28px;
  border-radius:34px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow);
  overflow:hidden;
}

html[data-theme="dark"] .cfy-ms-form{
  background:#0f2630;
}

.cfy-ms-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}

.cfy-ms-progress{
  flex:1;
  height:10px;
  border-radius:999px;
  background:var(--cfy-soft);
  overflow:hidden;
}

.cfy-ms-progress span{
  display:block;
  height:100%;
  width:25%;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  transition:.25s ease;
}

.cfy-ms-count{
  color:var(--cfy-muted);
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
}

.cfy-ms-step{
  display:none;
  animation:cfyFade .22s ease;
}

.cfy-ms-step.is-active{
  display:block;
}

@keyframes cfyFade{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}

.cfy-ms-step h3{
  margin:0 0 10px;
  color:var(--cfy-text);
  font-size:clamp(30px,3.2vw,40px);
  line-height:1;
  letter-spacing:-.05em;
}

.cfy-ms-step > p{
  margin:0 0 10px;
  color:var(--cfy-muted);
  line-height:1.55;
}

.cfy-required-note{
  margin:0 0 18px;
  color:var(--cfy-muted);
  font-size:13px;
  line-height:1.5;
}

.cfy-required-note strong,
.cfy-required-star{
  color:#ef4444;
  font-weight:950;
}

.cfy-choice-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid{
  max-height:318px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding-right:18px !important;
  padding-bottom:16px !important;
  scrollbar-gutter:stable !important;
  scroll-behavior:smooth !important;
}

.cfy-choice{
  position:relative;
  width:100% !important;
  min-width:0 !important;
  height:138px !important;
  min-height:138px !important;
  max-height:138px !important;
  padding:15px !important;
  border-radius:22px;
  border:1px solid var(--cfy-line);
  background:rgba(255,255,255,.58);
  display:grid;
  align-content:start;
  gap:10px;
  cursor:pointer;
  transition:.2s ease;
  text-align:left;
  overflow:hidden !important;
}

html[data-theme="dark"] .cfy-choice{
  background:#173640 !important;
  border-color:rgba(255,255,255,.18) !important;
}

.cfy-choice:hover,
.cfy-choice.is-selected{
  border-color:rgba(18,169,154,.55);
  background:var(--cfy-soft);
  transform:translateY(-2px);
}

html[data-theme="dark"] .cfy-choice:hover,
html[data-theme="dark"] .cfy-choice.is-selected{
  background:rgba(45,212,191,.16) !important;
  border-color:rgba(45,212,191,.65) !important;
}

.cfy-choice::after{
  content:"";
  position:absolute;
  top:14px;
  right:14px;
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid rgba(18,169,154,.50);
  background:var(--cfy-card);
  opacity:.95;
}

.cfy-choice.is-selected::after{
  border-color:var(--cfy-main);
  background:
    radial-gradient(circle at center,#fff 0 28%,transparent 31%),
    linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
}

.cfy-choice img{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  min-height:54px !important;
  max-width:54px !important;
  max-height:54px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  padding:7px !important;
  margin:0 !important;
  border-radius:17px !important;
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  box-shadow:0 8px 20px rgba(18,169,154,.10) !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-choice img{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  box-shadow:
    0 0 0 1px rgba(45,212,191,.12),
    0 12px 30px rgba(45,212,191,.12) !important;
}

.cfy-choice strong{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  color:#082a32 !important;
  font-size:14px !important;
  line-height:1.15 !important;
  text-align:left;
  overflow-wrap:break-word !important;
  word-break:normal !important;
  hyphens:auto !important;
}

html[data-theme="dark"] .cfy-choice strong{
  color:#ffffff !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar{
  width:8px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-track{
  background:rgba(18,169,154,.10) !important;
  border-radius:999px !important;
}

.cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-thumb{
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2)) !important;
  border-radius:999px !important;
}

html[data-theme="dark"] .cfy-ms-step[data-step="1"] .cfy-choice-grid::-webkit-scrollbar-track{
  background:rgba(255,255,255,.08) !important;
}

.cfy-input-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 14px;
  align-items:start;
}

.cfy-input-grid label,
.cfy-full-label{
  display:flex;
  flex-direction:column;
  gap:8px;
  color:var(--cfy-text);
  font-size:14px;
  font-weight:850;
  margin:0;
  min-height:86px;
}

.cfy-field-title{
  display:block;
  min-height:18px;
  line-height:18px;
}

.cfy-input-grid input,
.cfy-input-grid select,
.cfy-full-label textarea{
  width:100%;
  height:54px;
  min-height:54px;
  border:1px solid var(--cfy-line);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  color:var(--cfy-text);
  font:inherit;
  font-size:15px;
  font-weight:650;
  outline:none;
  padding:0 16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 8px 22px rgba(8,42,50,.04);
}

html[data-theme="dark"] .cfy-input-grid input,
html[data-theme="dark"] .cfy-input-grid select,
html[data-theme="dark"] .cfy-full-label textarea{
  background:#142e38;
  color:#ffffff;
  border-color:rgba(255,255,255,.18);
}

.cfy-full-label{
  min-height:auto;
}

.cfy-full-label textarea{
  padding:16px;
  height:auto;
  min-height:140px;
  resize:vertical;
}

.cfy-input-grid input:focus,
.cfy-input-grid select:focus,
.cfy-full-label textarea:focus{
  border-color:rgba(18,169,154,.65);
  box-shadow:0 0 0 5px rgba(18,169,154,.12),0 10px 28px rgba(8,42,50,.08);
  background:var(--cfy-card);
}

html[data-theme="dark"] .cfy-input-grid input:focus,
html[data-theme="dark"] .cfy-input-grid select:focus,
html[data-theme="dark"] .cfy-full-label textarea:focus{
  background:#183642;
}

.cfy-summary-box{
  display:grid;
  gap:10px;
  padding:18px;
  border-radius:22px;
  background:var(--cfy-soft);
  border:1px solid var(--cfy-line);
  margin-bottom:18px;
}

.cfy-summary-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:var(--cfy-muted);
  font-size:14px;
}

.cfy-summary-row strong{
  color:var(--cfy-text);
}

.cfy-ms-actions{
  margin-top:24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

.cfy-ms-back,
.cfy-ms-next,
.cfy-ms-submit{
  min-width:112px;
  height:50px !important;
  min-height:50px !important;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center;
  line-height:1 !important;
  font:inherit;
  font-size:15px;
  font-weight:850;
  text-transform:none;
  letter-spacing:0;
  cursor:pointer;
  transition:.2s ease;
}

.cfy-ms-back{
  border:1px solid var(--cfy-line);
  background:transparent;
  color:var(--cfy-text);
}

.cfy-ms-next,
.cfy-ms-submit{
  border:0;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
}

.cfy-ms-back:hover,
.cfy-ms-next:hover,
.cfy-ms-submit:hover{
  transform:translateY(-2px);
}

.cfy-ms-form:not([data-current-step="4"]) .cfy-ms-submit{
  display:none !important;
}

.cfy-ms-form[data-current-step="4"] .cfy-ms-submit{
  display:inline-flex !important;
}

.cfy-ms-form[data-current-step="4"] .cfy-ms-next{
  display:none !important;
}

.cfy-ms-form:not([data-current-step="4"]) .cfy-ms-next{
  display:inline-flex !important;
}

.cfy-ms-submit[disabled]{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}

.cfy-ms-error{
  display:none;
  margin-top:16px;
  padding:13px 15px;
  border-radius:16px;
  background:rgba(239,68,68,.09);
  border:1px solid rgba(239,68,68,.22);
  color:#ef4444;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}

.cfy-ms-error.is-visible{
  display:block;
}

.cfy-form-status{
  display:none;
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  font-size:14px;
  font-weight:850;
  line-height:1.45;
}

.cfy-form-status.is-visible{
  display:block;
}

.cfy-form-status.is-success{
  background:rgba(34,197,94,.12);
  color:#16a34a;
  border:1px solid rgba(34,197,94,.24);
}

.cfy-form-status.is-error{
  background:rgba(239,68,68,.10);
  color:#ef4444;
  border:1px solid rgba(239,68,68,.24);
}

/* BENEFITS */

.cfy-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);
  gap:54px;
  align-items:center;
}

.cfy-benefit-wrap{
  background:linear-gradient(180deg, rgba(18,169,154,.05), rgba(18,169,154,.02));
}

html[data-theme="dark"] .cfy-benefit-wrap{
  background:
    radial-gradient(circle at 20% 10%, rgba(88,216,194,.10), transparent 34%),
    linear-gradient(135deg,#082a32,#123d46);
}

.cfy-check-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}

.cfy-check-list div{
  padding:18px 18px 18px 52px;
  border-radius:20px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  position:relative;
}

html[data-theme="dark"] .cfy-check-list div{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
}

.cfy-check-list div::before{
  content:"✓";
  position:absolute;
  left:18px;
  top:18px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--cfy-main);
  color:#fff;
  font-size:13px;
  font-weight:950;
}

.cfy-check-list strong{
  display:block;
  margin-bottom:4px;
  color:var(--cfy-text);
}

.cfy-check-list span{
  color:var(--cfy-muted);
}

.cfy-feature-panel{
  padding:34px;
  border-radius:34px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
}

html[data-theme="dark"] .cfy-feature-panel{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}

.cfy-feature-number{
  margin-bottom:22px;
  color:var(--cfy-main);
  font-size:clamp(52px,7vw,82px);
  font-weight:950;
  line-height:.9;
  letter-spacing:-.08em;
}

.cfy-feature-panel h3{
  margin:0 0 12px;
  font-size:26px;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

.cfy-feature-panel .cfy-btn{
  margin-top:18px;
}

/* STEPS */

.cfy-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.cfy-steps article{
  padding:30px;
  border-radius:30px;
  background:var(--cfy-card);
  border:1px solid var(--cfy-line);
  box-shadow:var(--cfy-shadow2);
}

.cfy-steps span{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#fff;
  font-weight:950;
}

.cfy-steps h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.04em;
  color:var(--cfy-text);
}

html[data-theme="dark"] .cfy-steps h3{
  color:#ffffff;
}

.cfy-steps p{
  margin:0;
  color:var(--cfy-muted);
  line-height:1.6;
}

/* REVIEW */

.cfy-review-wrap{
  background:rgba(18,169,154,.06);
  margin-bottom:0 !important;
  border-bottom:0 !important;
  padding:86px 0 !important;
}

.cfy-review-full{
  width:100%;
  max-width:100%;
  padding:0;
  text-align:center;
}

.cfy-review-full .cfy-label{
  margin:0 auto;
}

.cfy-review-full h2{
  max-width:900px;
  margin:18px auto 14px;
  color:var(--cfy-text);
  font-size:clamp(34px,4.2vw,54px);
  line-height:1;
  letter-spacing:-.06em;
}

.cfy-review-full p{
  max-width:720px;
  margin:0 auto;
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.65;
}

.cfy-review-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:760px;
  margin:34px auto 0;
}

.cfy-review-points div{
  min-height:104px;
  padding:20px;
  border:1px solid var(--cfy-line);
  border-radius:24px;
  background:var(--cfy-card);
  box-shadow:var(--cfy-shadow2);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

html[data-theme="dark"] .cfy-review-points div{
  background:#12313b !important;
  border-color:rgba(45,212,191,.32) !important;
}

.cfy-review-points strong{
  display:block;
  color:var(--cfy-text);
  font-size:34px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:950;
}

.cfy-review-points span{
  display:block;
  margin-top:8px;
  color:var(--cfy-muted);
  font-size:14px;
  line-height:1.3;
  font-weight:850;
}

/* TABLET */

@media(max-width:1260px){
  .cfy-hero-grid,
  .cfy-company-box,
  .cfy-split,
  .cfy-contact-layout{
    grid-template-columns:1fr !important;
  }

  .cfy-contact-info,
  .cfy-ms-form{
    align-self:start !important;
    max-width:none !important;
    margin-left:0 !important;
  }

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

@media(min-width:768px) and (max-width:1180px){
  .cfy-hero{
    min-height:auto !important;
    padding-top:62px !important;
    padding-bottom:64px !important;
  }

  .cfy-hero h1{
    max-width:650px !important;
    font-size:clamp(34px,5.8vw,52px) !important;
    line-height:1.04 !important;
    letter-spacing:-.045em !important;
  }

  .cfy-hero-text{
    max-width:620px !important;
    font-size:15.5px !important;
    line-height:1.55 !important;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:620px;
  }

  .cfy-services{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  .cfy-service-card{
    min-height:225px !important;
  }

  .cfy-contact-boxes{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-contact-boxes a{
    min-height:92px !important;
    padding:16px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
    max-height:318px !important;
    padding-right:14px !important;
    padding-bottom:18px !important;
  }

  .cfy-input-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }
}

@media(min-width:768px) and (max-width:920px){
  .cfy-contact-boxes{
    grid-template-columns:1fr !important;
  }
}

/* MOBILE */

@media(max-width:767px){
  :root{
    --cfy-header-h:76px;
  }

  .cfy-container{
    width:min(100% - 28px,1220px) !important;
  }

  .cfy-hero{
    min-height:auto !important;
    padding-top:34px !important;
    padding-bottom:42px !important;
  }

  .cfy-hero-grid{
    grid-template-columns:1fr !important;
    gap:24px;
  }

  .cfy-hero-card{
    display:none !important;
  }

  .cfy-hero h1{
    max-width:100% !important;
    font-size:clamp(28px,8.6vw,38px) !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
    margin:16px 0 12px !important;
  }

  .cfy-hero-text{
    max-width:100% !important;
    font-size:14px !important;
    line-height:1.5 !important;
  }

  .cfy-kicker{
    max-width:100%;
    font-size:10.8px !important;
    line-height:1.25 !important;
    padding:7px 10px !important;
  }

  .cfy-hero-actions{
    width:100%;
    margin-top:20px !important;
    gap:10px !important;
    display:grid;
    grid-template-columns:1fr;
  }

  .cfy-btn{
    width:100%;
    min-height:48px;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:22px !important;
    max-width:100% !important;
  }

  .cfy-trust-row div{
    min-height:78px;
    padding:14px;
  }

  .cfy-trust-row div:last-child{
    grid-column:1 / -1;
  }

  .cfy-trust-row strong{
    font-size:22px;
  }

  .cfy-trust-row span{
    font-size:12.5px;
  }

  .cfy-company-strip{
    margin-top:0;
    padding:12px 0 32px;
  }

  .cfy-company-box{
    padding:18px;
    border-radius:26px;
    gap:16px;
  }

  .cfy-company-logos{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px;
  }

  .cfy-company-logo{
    min-height:74px;
    padding:10px;
    border-radius:18px;
  }

  .cfy-company-logo img{
    max-height:44px;
  }

  .cfy-section,
  .cfy-contact-section{
    padding:58px 0 !important;
  }

  .cfy-section-tight{
    padding-top:42px !important;
  }

  .cfy-section-head{
    text-align:left;
    margin-bottom:30px;
  }

  .cfy-section-head .cfy-label{
    margin:0;
  }

  .cfy-section h2,
  .cfy-contact-info h2{
    font-size:clamp(30px,9vw,42px) !important;
    line-height:1.02 !important;
    letter-spacing:-.05em !important;
    margin:14px 0 12px !important;
  }

  .cfy-section-head p,
  .cfy-contact-info p,
  .cfy-split p{
    font-size:14.5px !important;
    line-height:1.55 !important;
  }

  .cfy-services{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-service-card{
    min-height:205px !important;
    padding:16px !important;
    border-radius:22px !important;
  }

  .cfy-service-logo{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    border-radius:18px !important;
    margin-bottom:14px !important;
  }

  .cfy-service-logo img{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
  }

  .cfy-service-card h3{
    font-size:16px !important;
    line-height:1.12 !important;
    margin-bottom:8px !important;
  }

  .cfy-service-card p{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .cfy-contact-section{
    padding-top:46px !important;
  }

  .cfy-contact-layout{
    grid-template-columns:1fr !important;
    gap:24px !important;
    align-items:start !important;
  }

  .cfy-contact-info{
    align-self:start !important;
  }

  .cfy-contact-boxes{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:16px !important;
  }

  .cfy-contact-boxes a{
    min-height:auto !important;
    padding:14px 16px !important;
    border-radius:18px !important;
  }

  .cfy-contact-boxes a:last-child{
    grid-column:1 / -1;
  }

  .cfy-contact-boxes strong,
  .cfy-contact-boxes span{
    font-size:14px !important;
  }

  .cfy-ms-form{
    max-width:none !important;
    margin:0 !important;
    padding:18px !important;
    border-radius:28px !important;
  }

  .cfy-ms-top{
    margin-bottom:18px !important;
  }

  .cfy-ms-step h3{
    font-size:clamp(28px,8.4vw,36px) !important;
    line-height:1 !important;
    margin-bottom:8px !important;
  }

  .cfy-ms-step > p{
    font-size:14px !important;
    line-height:1.45 !important;
    margin-bottom:8px !important;
  }

  .cfy-required-note{
    font-size:12px !important;
    margin-bottom:12px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    position:relative !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    max-height:300px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding-right:10px !important;
    padding-bottom:22px !important;
    scrollbar-gutter:stable !important;
  }

  .cfy-choice{
    height:132px !important;
    min-height:132px !important;
    max-height:132px !important;
    padding:12px !important;
    border-radius:20px !important;
    gap:8px !important;
  }

  .cfy-choice img{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    border-radius:15px !important;
    padding:6px !important;
  }

  .cfy-choice strong{
    font-size:12.5px !important;
    line-height:1.12 !important;
    min-height:auto !important;
  }

  .cfy-choice::after{
    width:16px !important;
    height:16px !important;
    top:12px !important;
    right:12px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    content:"Zum Anzeigen weiterer Leistungen scrollen";
    position:sticky;
    left:0;
    right:0;
    bottom:0;
    grid-column:1 / -1;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:32px;
    margin-top:-2px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(18,169,154,.16),rgba(18,169,154,.08));
    color:var(--cfy-main2);
    font-size:12px;
    font-weight:900;
    pointer-events:none;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  html[data-theme="dark"] .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    color:#2dd4bf;
    background:linear-gradient(135deg,rgba(45,212,191,.18),rgba(45,212,191,.08));
  }

  .cfy-input-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .cfy-input-grid label,
  .cfy-full-label{
    min-height:auto !important;
    gap:7px !important;
    font-size:12.5px !important;
  }

  .cfy-field-title{
    min-height:auto !important;
    line-height:1.25 !important;
  }

  .cfy-input-grid input,
  .cfy-input-grid select{
    height:48px !important;
    min-height:48px !important;
    border-radius:16px !important;
    padding:0 12px !important;
    font-size:13.5px !important;
  }

  .cfy-full-label textarea{
    min-height:120px !important;
    border-radius:16px !important;
    padding:13px !important;
    font-size:13.5px !important;
  }

  .cfy-ms-actions{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .cfy-ms-back,
  .cfy-ms-next,
  .cfy-ms-submit{
    width:100% !important;
    min-width:0 !important;
    height:48px !important;
    min-height:48px !important;
    font-size:14px !important;
  }

  .cfy-split{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .cfy-check-list{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .cfy-feature-panel{
    padding:24px !important;
    border-radius:28px !important;
  }

  .cfy-feature-number{
    font-size:clamp(44px,14vw,64px) !important;
  }

  .cfy-steps{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .cfy-steps article{
    padding:24px !important;
    border-radius:26px !important;
  }

  .cfy-bubble-2,
  .cfy-bubble-4{
    display:none;
  }

  .cfy-bubble-1{
    width:120px;
    height:120px;
    right:-28px;
  }
}

/* SMALL MOBILE */

@media(max-width:390px){
  .cfy-container{
    width:min(100% - 24px,1220px) !important;
  }

  .cfy-hero h1{
    font-size:clamp(26px,8.2vw,34px) !important;
    line-height:1.1 !important;
  }

  .cfy-hero-text{
    font-size:13.5px !important;
  }

  .cfy-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .cfy-company-logos{
    grid-template-columns:1fr !important;
  }

  .cfy-services{
    gap:10px !important;
  }

  .cfy-service-card{
    min-height:198px !important;
    padding:14px !important;
  }

  .cfy-ms-step[data-step="1"] .cfy-choice-grid{
    gap:9px !important;
    max-height:292px !important;
  }

  .cfy-choice{
    height:128px !important;
    min-height:128px !important;
    padding:11px !important;
  }

  .cfy-choice strong{
    font-size:12px !important;
  }

  .cfy-input-grid{
    gap:10px !important;
  }

  .cfy-input-grid input,
  .cfy-input-grid select{
    font-size:13px !important;
    padding:0 10px !important;
  }
}

/* CFY REVIEW SECTION FULL WIDTH FIX */

.cfy-review-wrap{
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-bottom:0 !important;
  border-bottom:0 !important;
  padding:86px 0 !important;
  background:rgba(18,169,154,.06) !important;
  overflow:hidden !important;
}

.cfy-review-container{
  width:min(1220px,calc(100% - 36px)) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.cfy-review-full{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  text-align:left !important;
}

.cfy-review-full .cfy-label{
  margin:0 !important;
}

.cfy-review-full h2{
  max-width:900px !important;
  margin:18px 0 14px !important;
  color:var(--cfy-text) !important;
  font-size:clamp(34px,4.2vw,54px) !important;
  line-height:1 !important;
  letter-spacing:-.06em !important;
}

.cfy-review-full p{
  max-width:760px !important;
  margin:0 0 34px !important;
  color:var(--cfy-muted) !important;
  font-size:16px !important;
  line-height:1.65 !important;
}

/* Google Review Widget breit ziehen */
.cfy-google-reviews{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  margin-top:28px !important;
  overflow:visible !important;
}

/* Häufige Google Review Plugin Wrapper überschreiben */
.cfy-google-reviews > *,
.cfy-google-reviews .grw-slider,
.cfy-google-reviews .grw-row,
.cfy-google-reviews .grw-content,
.cfy-google-reviews .wp-google-list,
.cfy-google-reviews .wp-google-reviews,
.cfy-google-reviews .wp-gr,
.cfy-google-reviews .rplg,
.cfy-google-reviews .rplg-slider,
.cfy-google-reviews .rplg-row,
.cfy-google-reviews iframe{
  width:100% !important;
  max-width:100% !important;
}

/* Falls das Plugin intern zentriert und schmal ist */
.cfy-google-reviews .grw-slider,
.cfy-google-reviews .rplg-slider,
.cfy-google-reviews .wp-google-list{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Alte geteilte Bewertungskarte sicher ausblenden, falls noch irgendwo im HTML */
.cfy-review-card{
  display:none !important;
}

/* Mobile */
@media(max-width:767px){
  .cfy-review-wrap{
    padding:58px 0 !important;
  }

  .cfy-review-container{
    width:min(100% - 28px,1220px) !important;
  }

  .cfy-review-full h2{
    font-size:clamp(30px,9vw,42px) !important;
    line-height:1.02 !important;
    letter-spacing:-.05em !important;
    margin:14px 0 12px !important;
  }

  .cfy-review-full p{
    max-width:100% !important;
    margin-bottom:24px !important;
    font-size:14.5px !important;
    line-height:1.55 !important;
  }

  .cfy-google-reviews{
    margin-top:22px !important;
  }
}

/* CFY STARTSEITE KONTAKTFORMULAR UPDATE: Sonstiges + Reinigungsmittel + n8n-ready */
.cfy-choice-special{
  border-color:rgba(18,169,154,.24) !important;
}

.cfy-choice[data-category="Reinigungsmittel"] img{
  object-fit:contain !important;
  padding:3px !important;
  background:#ffffff !important;
  filter:none !important;
}

html[data-theme="dark"] .cfy-choice[data-category="Reinigungsmittel"] img{
  filter:none !important;
  background:#ffffff !important;
  border-color:rgba(45,212,191,.35) !important;
}

.cfy-contact-boxes a,
.cfy-contact-boxes span,
.cfy-contact-boxes strong{
  min-width:0 !important;
  max-width:100% !important;
}

.cfy-contact-boxes a{
  overflow:hidden !important;
}

.cfy-contact-boxes span{
  display:block !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
  hyphens:auto !important;
}

.cfy-summary-row strong{
  text-align:right;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

@media(max-width:767px){
  .cfy-ms-step[data-step="1"] .cfy-choice-grid::after{
    content:"Zum Anzeigen weiterer Optionen scrollen" !important;
  }

  .cfy-summary-row{
    flex-direction:column !important;
    gap:4px !important;
  }

  .cfy-summary-row strong{
    text-align:left !important;
  }

  .cfy-contact-boxes span{
    font-size:13.5px !important;
    line-height:1.35 !important;
  }
}
/* FIX: Reinigungsmittel-Icon sauber wie die anderen, aber Bild nicht zerstören */

.cfy-choice[data-category="Reinigungsmittel"] img{
  background:#eafffb !important;
  border:1px solid rgba(18,169,154,.35) !important;
  filter:none !important;
  padding:5px !important;
  object-fit:contain !important;
  object-position:center !important;
  width:54px !important;
  height:54px !important;
  border-radius:17px !important;
  box-shadow:0 8px 20px rgba(18,169,154,.10) !important;
}

/* Darkmode passend, aber Produktbild bleibt sichtbar */
html[data-theme="dark"] .cfy-choice[data-category="Reinigungsmittel"] img{
  background:linear-gradient(145deg, rgba(45,212,191,.24), rgba(20,184,166,.14)) !important;
  border-color:rgba(125,255,235,.55) !important;
  filter:none !important;
  padding:5px !important;
}

/* =========================================================
   CFY FORM VALIDATION + THANK YOU FINAL FIX
========================================================= */

.cfy-field-error{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 5px rgba(239,68,68,.16),0 10px 28px rgba(8,42,50,.08) !important;
  outline:none !important;
}

.cfy-thankyou-box{
  width:100%;
  min-height:560px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:44px 28px;
  border-radius:30px;
  background:var(--cfy-card);
}

html[data-theme="dark"] .cfy-thankyou-box{
  background:#0f2630;
}

.cfy-thankyou-icon{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#ffffff;
  font-size:38px;
  font-weight:950;
  box-shadow:0 18px 36px rgba(18,169,154,.24);
}

.cfy-thankyou-box h3{
  margin:0 0 14px;
  color:var(--cfy-text);
  font-size:clamp(32px,4vw,48px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.cfy-thankyou-box p{
  max-width:520px;
  margin:0 auto 28px;
  color:var(--cfy-muted);
  font-size:16px;
  line-height:1.6;
  font-weight:750;
}

.cfy-thankyou-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cfy-main),var(--cfy-main2));
  color:#ffffff !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-decoration:none !important;
  box-shadow:0 16px 32px rgba(18,169,154,.22);
}

@media(max-width:767px){
  .cfy-thankyou-box{
    min-height:420px;
    padding:34px 20px;
    border-radius:26px;
  }

  .cfy-thankyou-icon{
    width:64px;
    height:64px;
    font-size:32px;
  }

  .cfy-thankyou-box p{
    font-size:14.5px;
  }

  .cfy-thankyou-btn{
    width:100%;
  }
}/* End custom CSS */