/* Alarmbands Produktfinder - site aligned, scoped styles */
.pf-root{
  --red:#5bb64a;
  --red-dark:#3f9636;
  --red-soft:#eef8ec;
  --ink:#0f0f0f;
  --ink-soft:#171717;
  --bg:#ffffff;
  --card:#ffffff;
  --line:#eceee8;
  --green:#55ad45;
  --green-soft:#f1f8ef;
  --amber:#9b7a22;
  --amber-soft:#fff8df;
  --shadow:0 12px 30px rgba(20,20,20,.07);
  --shadow-soft:0 6px 18px rgba(20,20,20,.055);
  --radius:10px;

  box-sizing:border-box;
  max-width:980px;
  margin:34px auto;
  padding:0;
  background:transparent;
  color:var(--ink);
  font-family:inherit;
}
.pf-root,
.pf-root *{
  box-sizing:border-box;
}
.pf-root button,
.pf-root input,
.pf-root textarea,
.pf-root select{
  font:inherit;
}

.pf-header{
  margin:0 0 18px;
  padding:0 2px;
}
.pf-badge{
  display:inline-flex;
  align-items:center;
  background:var(--red-soft);
  color:var(--red-dark);
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.07em;
  text-transform:uppercase;
  padding:7px 13px;
  border-radius:999px;
  margin-bottom:12px;
}
.pf-title{
  font-size:clamp(28px,3.2vw,42px);
  font-weight:800;
  margin:0 0 8px;
  line-height:1.08;
  letter-spacing:-.035em;
  color:var(--ink);
  max-width:760px;
}
.pf-subtitle{
  font-size:15px;
  line-height:1.55;
  color:var(--ink-soft);
  margin:0;
  max-width:710px;
}
.pf-phone-box{
  margin-top:16px;
  background:#fff;
  border:1px solid var(--line);
  border-left:4px solid var(--red);
  border-radius:8px;
  box-shadow:var(--shadow-soft);
  padding:12px 16px;
  font-size:14px;
  line-height:1.45;
  display:none;
}
.pf-phone-box a{
  color:var(--red-dark);
  font-weight:800;
  text-decoration:none;
}
.pf-phone-box a:hover{
  text-decoration:underline;
}

.pf-progress-wrap{
  margin:0 0 14px;
  display:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px 14px;
}
.pf-progress-text-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  font-size:12px;
  color:var(--ink-soft);
  margin-bottom:8px;
  font-weight:700;
  letter-spacing:.01em;
}
.pf-progress-bar{
  height:5px;
  background:#edf0ea;
  border-radius:99px;
  overflow:hidden;
}
.pf-progress-fill{
  height:100%;
  background:var(--red);
  border-radius:99px;
  width:0%;
  transition:width .25s ease;
}

.pf-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px;
  box-shadow:var(--shadow);
}
.pf-intro-text{
  font-size:15px;
  line-height:1.75;
  color:var(--ink-soft);
  margin:0 0 22px;
  max-width:790px;
}
.pf-question{
  font-size:20px;
  font-weight:800;
  margin:0 0 14px;
  line-height:1.3;
  color:var(--ink);
  letter-spacing:-.015em;
}
.pf-question-hint{
  font-size:13px;
  color:var(--ink-soft);
  margin:-6px 0 16px;
}

.pf-router-options,
.pf-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:20px;
}
.pf-router-card,
.pf-option{
  width:100%;
  min-height:64px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
  transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
  box-shadow:0 2px 10px rgba(20,20,20,.025);
}
.pf-router-card:hover,
.pf-option:hover{
  border-color:rgba(91,182,74,.55);
  box-shadow:0 8px 18px rgba(20,20,20,.07);
  transform:translateY(-1px);
}
.pf-router-card:focus-visible,
.pf-option:focus-visible,
.pf-back:focus-visible,
.pf-next:focus-visible,
.pf-restart:focus-visible,
.pf-cta-primary:focus-visible,
.pf-cta-secondary:focus-visible,
.pf-alt-link:focus-visible{
  outline:3px solid rgba(91,182,74,.25);
  outline-offset:2px;
}
.pf-router-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 18px;
}
.pf-router-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--red-soft);
  color:var(--red-dark);
  font-size:22px;
  line-height:1;
}
.pf-router-text-title{
  font-size:16px;
  font-weight:800;
  margin:0 0 4px;
  color:var(--ink);
  letter-spacing:-.01em;
}
.pf-router-text-sub{
  font-size:13px;
  color:var(--ink-soft);
  margin:0;
  line-height:1.45;
}

.pf-option{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:15px 16px;
  font-size:14.5px;
  line-height:1.42;
}
.pf-option.is-selected{
  border-color:var(--red);
  background:var(--red-soft);
  box-shadow:0 7px 18px rgba(91,182,74,.12);
  font-weight:700;
}
.pf-option-check{
  width:22px;
  height:22px;
  flex:0 0 22px;
  margin-top:0;
  border:1px solid #dfe4dc;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  line-height:1;
  color:#fff;
  background:#fff;
}
.pf-option.is-selected .pf-option-check{
  border-color:var(--red);
  background:var(--red);
  color:#fff;
}
.pf-option.is-multi .pf-option-check{
  border-radius:5px;
}

.pf-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-top:2px;
}
.pf-back{
  background:none;
  border:none;
  color:var(--ink-soft);
  font-size:14px;
  cursor:pointer;
  padding:9px 0;
  font-weight:700;
}
.pf-back:hover{
  color:var(--ink);
}
.pf-next{
  background:var(--red);
  color:#fff;
  border:none;
  border-radius:999px;
  padding:12px 28px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(91,182,74,.22);
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.pf-next:hover:not(:disabled){
  background:var(--red-dark);
  transform:translateY(-1px);
  box-shadow:0 12px 20px rgba(91,182,74,.26);
}
.pf-next:disabled{
  background:#e6e9e2;
  color:#8a918b;
  cursor:not-allowed;
  box-shadow:none;
}

.pf-badge-risk{
  display:inline-flex;
  background:var(--amber-soft);
  color:var(--amber);
  font-size:12px;
  font-weight:800;
  line-height:1;
  padding:8px 13px;
  border-radius:999px;
  margin-bottom:16px;
}
.pf-result-head{
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.pf-result-label{
  font-size:12px;
  color:var(--red-dark);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-weight:800;
  margin:0 0 7px;
}
.pf-result-title{
  font-size:clamp(24px,2.3vw,32px);
  font-weight:800;
  margin:0 0 7px;
  line-height:1.17;
  color:var(--ink);
  letter-spacing:-.025em;
}
.pf-result-price{
  font-size:18px;
  color:var(--red-dark);
  font-weight:800;
  margin:0;
}
.pf-why{
  background:var(--green-soft);
  border:1px solid rgba(91,182,74,.2);
  border-radius:8px;
  padding:16px 18px;
  margin:16px 0;
}
.pf-why-title{
  font-size:14px;
  font-weight:800;
  color:var(--red-dark);
  margin:0 0 8px;
}
.pf-why ul{
  margin:0;
  padding-left:18px;
  font-size:14px;
  line-height:1.6;
  color:var(--ink);
}
.pf-why li{
  margin-bottom:5px;
}

.pf-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0;
}
.pf-cta-primary,
.pf-cta-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  padding:12px 24px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.pf-cta-primary{
  background:var(--red);
  color:#fff;
  border:1px solid var(--red);
  box-shadow:0 8px 16px rgba(91,182,74,.22);
}
.pf-cta-primary:hover{
  background:var(--red-dark);
  border-color:var(--red-dark);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 12px 20px rgba(91,182,74,.26);
}
.pf-cta-secondary{
  background:#fff;
  color:var(--red-dark);
  border:1px solid var(--red);
}
.pf-cta-secondary:hover{
  background:var(--red-soft);
  color:var(--red-dark);
  transform:translateY(-1px);
}

.pf-alt-section{
  margin:22px 0 18px;
}
.pf-alt-title,
.pf-share-title{
  font-size:12px;
  font-weight:800;
  color:var(--ink-soft);
  text-transform:uppercase;
  letter-spacing:.07em;
  margin:0 0 11px;
}
.pf-alt-card{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:15px 16px;
  margin-bottom:10px;
  box-shadow:0 2px 10px rgba(20,20,20,.025);
}
.pf-alt-name{
  font-size:15px;
  font-weight:800;
  margin:0 0 4px;
  color:var(--ink);
}
.pf-alt-desc{
  font-size:13px;
  color:var(--ink-soft);
  margin:0;
  line-height:1.5;
}
.pf-alt-price{
  font-size:14px;
  font-weight:800;
  color:var(--red-dark);
  margin:0 0 5px;
  white-space:nowrap;
}
.pf-alt-link{
  font-size:13px;
  color:var(--red-dark);
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}
.pf-alt-link:hover{
  text-decoration:underline;
}

.pf-consult-box{
  background:#fffaf0;
  border:1px solid #f0dfaf;
  border-radius:8px;
  padding:16px 18px;
  margin:18px 0;
}
.pf-consult-title{
  font-size:14px;
  font-weight:800;
  color:var(--amber);
  margin:0 0 7px;
}
.pf-consult-text{
  font-size:13.5px;
  line-height:1.55;
  color:var(--ink);
  margin:0 0 11px;
}
.pf-consult-row{
  display:flex;
  gap:13px 18px;
  flex-wrap:wrap;
}
.pf-consult-row a{
  font-size:13.5px;
  color:var(--ink);
  text-decoration:none;
  font-weight:800;
}
.pf-consult-row a:hover{
  color:var(--red-dark);
  text-decoration:underline;
}
.pf-fine{
  font-size:12px;
  color:var(--ink-soft);
  line-height:1.55;
  margin:16px 0;
}
.pf-share-row{
  border-top:1px solid var(--line);
  padding-top:15px;
  margin-top:16px;
}
.pf-restart{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink-soft);
  border-radius:999px;
  padding:12px 18px;
  font-size:13.5px;
  font-weight:800;
  cursor:pointer;
  width:100%;
  transition:border-color .16s ease, color .16s ease, background .16s ease;
}
.pf-restart:hover{
  border-color:var(--red);
  color:var(--red-dark);
  background:var(--red-soft);
}

@media (max-width:760px){
  .pf-root{
    margin:24px auto;
  }
  .pf-card{
    padding:22px;
  }
  .pf-router-options,
  .pf-options{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .pf-root{
    margin:18px auto;
  }
  .pf-card{
    padding:18px;
    border-radius:8px;
  }
  .pf-title{
    font-size:27px;
  }
  .pf-question{
    font-size:18px;
  }
  .pf-cta-row{
    flex-direction:column;
  }
  .pf-cta-primary,
  .pf-cta-secondary{
    width:100%;
    text-align:center;
  }
  .pf-alt-card{
    flex-direction:column;
  }
  .pf-alt-card > div:last-child{
    text-align:left !important;
  }
}

/* WooCommerce product imagery */
.pf-result-top{
  display:grid;
  grid-template-columns:minmax(120px,180px) 1fr;
  gap:22px;
  align-items:center;
  margin-bottom:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.pf-result-top .pf-result-head{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.pf-result-image-wrap{
  width:100%;
  aspect-ratio:1 / 1;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.pf-result-image{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
}
.pf-result-image-placeholder{
  background:linear-gradient(135deg,#f8faf7,#ffffff);
}
.pf-result-desc{
  font-size:13.5px;
  line-height:1.55;
  color:var(--ink-soft);
  margin:0 0 4px;
}
.pf-alt-img-wrap{
  width:70px;
  height:70px;
  flex:0 0 70px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.pf-alt-img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:7px;
}
.pf-alt-img-placeholder{
  background:linear-gradient(135deg,#f8faf7,#ffffff);
}
.pf-alt-main{
  flex:1 1 auto;
  min-width:0;
}
.pf-alt-side{
  text-align:right;
  flex:0 0 auto;
}

@media (max-width:620px){
  .pf-result-top{
    grid-template-columns:1fr;
    gap:14px;
  }
  .pf-result-image-wrap{
    max-width:190px;
  }
  .pf-alt-card{
    flex-direction:row;
    align-items:flex-start;
  }
  .pf-alt-img-wrap{
    width:58px;
    height:58px;
    flex-basis:58px;
  }
  .pf-alt-side{
    text-align:left;
    width:100%;
  }
}


/* 1.5.2 contrast pass: darker text, less grey typography */
.pf-root .pf-subtitle,
.pf-root .pf-progress-text-row,
.pf-root .pf-intro-text,
.pf-root .pf-question-hint,
.pf-root .pf-router-text-sub,
.pf-root .pf-alt-desc,
.pf-root .pf-result-desc,
.pf-root .pf-fine,
.pf-root .pf-back,
.pf-root .pf-restart{
  color:#111111;
}
.pf-root .pf-alt-title,
.pf-root .pf-share-title{
  color:#0f0f0f;
}
.pf-root .pf-next:disabled{
  color:#222222;
}

/* 1.5.5 mobile polish + fully hide alternative descriptions */
.pf-root{
  --ink:#050505;
  --ink-soft:#0b0b0b;
  --line:#e7eadf;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.pf-root .pf-alt-desc{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

.pf-root .pf-subtitle,
.pf-root .pf-progress-text-row,
.pf-root .pf-intro-text,
.pf-root .pf-question-hint,
.pf-root .pf-router-text-sub,
.pf-root .pf-fine,
.pf-root .pf-back,
.pf-root .pf-restart,
.pf-root .pf-consult-text,
.pf-root .pf-share-title,
.pf-root .pf-alt-title{
  color:#060606 !important;
}

.pf-root .pf-router-card,
.pf-root .pf-option,
.pf-root .pf-card,
.pf-root .pf-progress-wrap,
.pf-root .pf-result-image-wrap,
.pf-root .pf-alt-card,
.pf-root .pf-consult-box{
  -webkit-tap-highlight-color:transparent;
}

.pf-root a,
.pf-root button{
  touch-action:manipulation;
}

.pf-root .pf-router-card:active,
.pf-root .pf-option:active,
.pf-root .pf-cta-primary:active,
.pf-root .pf-cta-secondary:active,
.pf-root .pf-next:active,
.pf-root .pf-restart:active{
  transform:scale(.99);
}

@media (hover:none){
  .pf-root .pf-router-card:hover,
  .pf-root .pf-option:hover,
  .pf-root .pf-cta-primary:hover,
  .pf-root .pf-cta-secondary:hover,
  .pf-root .pf-next:hover,
  .pf-root .pf-restart:hover{
    transform:none;
  }
}

@media (max-width:760px){
  .pf-root{
    width:100%;
    max-width:100%;
    margin:20px auto;
    padding:0 14px;
  }
  .pf-header{
    margin-bottom:14px;
    padding:0;
  }
  .pf-title{
    max-width:none;
  }
  .pf-subtitle{
    max-width:none;
  }
  .pf-card,
  .pf-progress-wrap,
  .pf-phone-box{
    box-shadow:0 8px 22px rgba(0,0,0,.055);
  }
  .pf-router-options,
  .pf-options{
    grid-template-columns:1fr;
    gap:10px;
  }
  .pf-router-card,
  .pf-option{
    min-height:60px;
  }
}

@media (max-width:620px){
  .pf-root{
    margin:16px auto;
    padding:0 12px;
  }
  .pf-badge{
    font-size:10.5px;
    padding:7px 11px;
    margin-bottom:10px;
  }
  .pf-title{
    font-size:clamp(25px,8vw,31px);
    line-height:1.08;
    letter-spacing:-.032em;
    margin-bottom:8px;
  }
  .pf-subtitle{
    font-size:14.5px;
    line-height:1.5;
  }
  .pf-phone-box{
    margin-top:12px;
    padding:11px 13px;
    font-size:13.5px;
  }
  .pf-progress-wrap{
    padding:11px 12px;
    margin-bottom:12px;
    border-radius:10px;
  }
  .pf-progress-text-row{
    font-size:11.5px;
    margin-bottom:7px;
  }
  .pf-progress-bar{
    height:6px;
  }
  .pf-card{
    padding:18px;
    border-radius:12px;
  }
  .pf-intro-text{
    font-size:14.5px;
    line-height:1.58;
    margin-bottom:18px;
  }
  .pf-question{
    font-size:18px;
    line-height:1.25;
    margin-bottom:12px;
  }
  .pf-question-hint{
    font-size:12.5px;
    line-height:1.45;
    margin:-4px 0 14px;
  }
  .pf-router-card{
    gap:12px;
    padding:15px 14px;
    border-radius:12px;
  }
  .pf-router-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    font-size:20px;
  }
  .pf-router-text-title{
    font-size:15px;
    margin-bottom:2px;
  }
  .pf-router-text-sub{
    font-size:12.5px;
    line-height:1.35;
  }
  .pf-option{
    align-items:center;
    min-height:56px;
    padding:14px 13px;
    font-size:14px;
    line-height:1.34;
    border-radius:12px;
  }
  .pf-option-check{
    width:21px;
    height:21px;
    flex-basis:21px;
    font-size:12px;
  }
  .pf-nav{
    gap:12px;
  }
  .pf-back{
    min-height:44px;
    padding:10px 0;
    font-size:14px;
  }
  .pf-next{
    min-height:46px;
    padding:12px 22px;
  }
  .pf-result-top{
    display:block;
    margin-bottom:15px;
    padding-bottom:15px;
  }
  .pf-result-image-wrap{
    width:100%;
    max-width:168px;
    margin:0 auto 14px;
    border-radius:12px;
  }
  .pf-result-image{
    padding:10px;
  }
  .pf-result-label{
    font-size:11px;
    margin-bottom:6px;
  }
  .pf-result-title{
    font-size:22px;
    line-height:1.16;
    letter-spacing:-.025em;
    margin-bottom:7px;
  }
  .pf-result-price{
    font-size:17px;
    line-height:1.25;
  }
  .pf-why{
    padding:14px 14px;
    margin:14px 0;
    border-radius:12px;
  }
  .pf-why-title{
    font-size:13.5px;
    margin-bottom:7px;
  }
  .pf-why ul{
    font-size:13.5px;
    line-height:1.48;
    padding-left:17px;
  }
  .pf-why li{
    margin-bottom:5px;
  }
  .pf-cta-row{
    flex-direction:column;
    gap:9px;
    margin:15px 0;
  }
  .pf-cta-primary,
  .pf-cta-secondary{
    width:100%;
    min-height:48px;
    padding:13px 18px;
    font-size:14px;
    text-align:center;
  }
  .pf-alt-section{
    margin:18px 0 14px;
  }
  .pf-alt-title,
  .pf-share-title{
    font-size:11px;
    margin-bottom:9px;
  }
  .pf-alt-card{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    grid-template-areas:
      "img main"
      "img side";
    gap:6px 11px;
    align-items:center;
    padding:12px;
    border-radius:12px;
  }
  .pf-alt-img-wrap{
    grid-area:img;
    width:58px;
    height:58px;
    flex:0 0 58px;
    border-radius:10px;
  }
  .pf-alt-main{
    grid-area:main;
    min-width:0;
  }
  .pf-alt-side{
    grid-area:side;
    width:auto;
    text-align:left !important;
  }
  .pf-alt-name{
    font-size:14px;
    line-height:1.22;
    margin:0;
  }
  .pf-alt-price{
    font-size:13.5px;
    line-height:1.25;
    margin:0 0 2px;
    white-space:normal;
  }
  .pf-alt-link{
    display:inline-flex;
    min-height:28px;
    align-items:center;
    font-size:13px;
  }
  .pf-consult-box{
    padding:14px;
    margin:15px 0;
    border-radius:12px;
  }
  .pf-consult-title{
    font-size:13.5px;
  }
  .pf-consult-text{
    font-size:13px;
    line-height:1.45;
  }
  .pf-consult-row{
    gap:9px;
  }
  .pf-consult-row a{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    font-size:13px;
  }
  .pf-fine{
    font-size:11.5px;
    line-height:1.45;
    margin:14px 0;
  }
  .pf-share-row{
    padding-top:13px;
    margin-top:14px;
  }
  .pf-restart{
    min-height:46px;
    margin-top:15px;
    padding:12px 16px;
  }
}

@media (max-width:390px){
  .pf-root{
    padding:0 10px;
  }
  .pf-card{
    padding:16px 14px;
  }
  .pf-title{
    font-size:24px;
  }
  .pf-question{
    font-size:17px;
  }
  .pf-option{
    padding:13px 12px;
    font-size:13.5px;
  }
  .pf-router-card{
    padding:14px 12px;
  }
  .pf-result-title{
    font-size:20px;
  }
  .pf-result-image-wrap{
    max-width:150px;
  }
  .pf-alt-card{
    grid-template-columns:52px minmax(0,1fr);
    gap:6px 10px;
    padding:11px;
  }
  .pf-alt-img-wrap{
    width:52px;
    height:52px;
    flex-basis:52px;
  }
  .pf-alt-name{
    font-size:13.5px;
  }
  .pf-alt-price,
  .pf-alt-link{
    font-size:12.8px;
  }
}
