/* /css/partner-werden.css */

:root{
  --pw-red: #b91c1c;
  --pw-red-dark: #7a2e2e;

  --pw-text: #0f172a;
  --pw-muted: rgba(15,23,42,.70);

  --pw-border: rgba(15,23,42,.10);
  --pw-soft: rgba(15,23,42,.06);

  --pw-radius: 16px;
  --pw-shadow: 0 10px 30px rgba(15,23,42,.08);
}

*{ box-sizing: border-box; }
body{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--pw-text);
  background: #fff;
}

.pw-container{
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

/* HERO */
.pw-hero{
  height: 240px;

  background:
    linear-gradient(90deg,
      rgba(15,23,42,.75) 0%,
      rgba(15,23,42,.45) 45%,
      rgba(15,23,42,0) 85%
    ),
    url("/img/office.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pw-hero__inner{
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 26px;
}
.pw-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 10px;

  background: var(--pw-red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(185,28,28,.25);
}
.pw-cta__ic{
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
}

/* SPLIT */
.pw-split{
  background: #fff;
}
.pw-split__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
}
.pw-split__left{
  background: #39414f; /* dunkel wie Entwurf */
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
.pw-split__leftInner{
  width: min(560px, 100%);
  padding: 54px 40px 46px;
}
.pw-split__title{
  margin: 0 0 22px;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.pw-bullets{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  margin: 18px 0 22px;
}
.pw-bullet{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  opacity: .95;
}
.pw-bullet__dot{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
  flex: 0 0 22px;
}
.pw-split__question{
  margin: 10px 0 0;
  font-weight: 750;
  opacity: .9;
}

.pw-split__right{
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
}
.pw-diagram{
  width: min(520px, 100%);
  height: auto;
  display: block;
}

/* SECTION HEAD */
.pw-section{
  padding: 62px 0;
}
.pw-section__head{
  text-align: center;
  margin-bottom: 26px;
}
.pw-section__head--spaced{
  margin-bottom: 30px;
}
.pw-section__title{
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -0.02em;
}
.pw-section__sub{
  margin: 10px 0 0;
  color: var(--pw-muted);
  font-size: 14px;
}

/* BENEFIT CARDS */
.pw-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}


.pw-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--pw-radius);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 22px 20px 18px;
  text-align: center;
}




.pw-card__ic{
  width: 96px;
  height: 96px;
  border-radius: 999px;
  margin: 0 auto 18px;
  background: rgba(185,28,28,.08);
  border: 1px solid rgba(185,28,28,.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-card__ic img{
  width: 64px;
  height: 64px;
}


.pw-card__title{
  margin: 0;
  font-size: 16px;
  font-weight: 850;
}
.pw-card__text{
  margin: 8px 0 0;
  color: var(--pw-muted);
  font-size: 13px;
  line-height: 1.55;
}
.pw-note{
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--pw-muted);
  font-size: 13px;
}
.pw-note__link{
  color: var(--pw-red);
  text-decoration: none;
  font-weight: 800;
}

/* STEPS */
.pw-stepsWrap{
  padding: 68px 0;
  background: #f7f8fb;
  border-top: 1px solid rgba(15,23,42,.06);
  border-bottom: 1px solid rgba(15,23,42,.06);
}
.pw-steps{
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}
.pw-step{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--pw-radius);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 18px 18px 16px;
  text-align: center;
  position: relative;
}
.pw-step__num{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin: 0 auto 10px;
  background: rgba(185,28,28,.10);
  border: 1px solid rgba(185,28,28,.14);
  color: var(--pw-red);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
}
.pw-step__title{
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}
.pw-step__text{
  margin: 8px 0 0;
  color: var(--pw-muted);
  font-size: 13px;
  line-height: 1.45;
}
.pw-stepArrow{
  height: 2px;
  background: rgba(15,23,42,.12);
  position: relative;
}
.pw-stepArrow::after{
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 10px solid rgba(15,23,42,.18);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* BOTTOM GRID */
.pw-bottomGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.pw-check__title{
  margin: 0 0 14px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.pw-checklist{
  margin: 0;
  list-style: none !important;
  padding-left: 0 !important;
}


.pw-checklist__tick{
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pw-checklist__tick img{
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  max-height: 18px;
  display: block;
}


/* FORM */
.pw-form{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--pw-radius);
  box-shadow: var(--pw-shadow);
  padding: 18px;
}
.pw-form__field{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.pw-form label{
  font-size: 13px;
  font-weight: 750;
  color: rgba(15,23,42,.85);
}
.pw-form input,
.pw-form textarea{
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}
.pw-form input:focus,
.pw-form textarea:focus{
  border-color: rgba(185,28,28,.55);
  box-shadow: 0 0 0 4px rgba(185,28,28,.10);
}
.pw-btnPrimary{
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--pw-red);
  color: #fff;
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
}
.pw-btnPrimary:hover{
  filter: brightness(.98);
}
.pw-form__hint{
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--pw-muted);
  line-height: 1.45;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .pw-split__grid{ grid-template-columns: 1fr; }
  .pw-split__left{ justify-content: center; }
  .pw-split__leftInner{ width: min(820px, 100%); padding: 40px 20px; }
  .pw-bullets{ grid-template-columns: 1fr; }
  .pw-cards{ grid-template-columns: 1fr; }
  .pw-steps{ grid-template-columns: 1fr; }
  .pw-stepArrow{ display:none; }
  .pw-bottomGrid{ grid-template-columns: 1fr; }
  .pw-hero{ height: 190px; }
}