/* [project]/apps/www/app/pos-zahlungen/pos-zahlungen.css [app-client] (css) */
.poz-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 24px 8px;
}

.poz-section--wide {
  max-width: 1200px;
}

.poz-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.poz-eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.poz-head h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
}

.poz-head p {
  color: var(--muted);
  max-width: 60ch;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.6;
}

.poz-hero {
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.poz-hero__in {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 24px 60px;
}

.poz-hero h1 {
  font-family: var(--font-schibsted);
  color: var(--navy);
  letter-spacing: -.025em;
  text-wrap: balance;
  margin: 20px 0 0;
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 700;
  line-height: 1.06;
}

.poz-hero p {
  color: var(--muted);
  max-width: 60ch;
  margin: 20px auto 0;
  font-size: 18.5px;
  line-height: 1.55;
}

.poz-hero__cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}

.poz-hero__anchor {
  color: var(--accent);
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.poz-tiers {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 22px;
  display: grid;
}

.poz-tier {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 28px 26px;
  display: flex;
  position: relative;
}

.poz-tier--pop {
  border-color: var(--accent);
  box-shadow: 0 14px 40px #147c6f1f;
}

.poz-tier__pop {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.poz-tier__name {
  font-family: var(--font-schibsted);
  color: var(--navy);
  font-size: 19px;
  font-weight: 700;
}

.poz-tier__desc {
  color: var(--muted);
  min-height: 60px;
  margin: 8px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.poz-tier__price {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 16px 0 0;
  font-size: 30px;
  font-weight: 800;
}

.poz-tier__price span {
  font-family: var(--font-hanken);
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.poz-tier__cta {
  text-align: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 10px;
  margin: 18px 0 8px;
  padding: 12px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.poz-tier__cta:hover, .poz-tier--pop .poz-tier__cta {
  background: var(--accent);
  color: #fff;
}

.poz-tier--pop .poz-tier__cta:hover {
  background: var(--accent-2);
}

.poz-tier__fees {
  border-top: 1px solid var(--line);
  margin: 12px 0 0;
  padding: 14px 0 0;
  list-style: none;
}

.poz-tier__feelbl {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.poz-fee {
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 13.5px;
  display: flex;
}

.poz-fee__k {
  color: var(--ink);
}

.poz-fee__v {
  font-family: var(--font-schibsted);
  color: var(--accent-2);
  white-space: nowrap;
  font-weight: 700;
}

.poz-tier__note {
  color: var(--muted);
  margin: auto 0 0;
  padding-top: 14px;
  font-size: 11.5px;
  line-height: 1.5;
}

.poz-disclaimer {
  color: var(--muted);
  text-align: center;
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 12px;
  line-height: 1.6;
}

.poz-methods {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.poz-method {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 26px;
}

.poz-method__chips {
  flex-wrap: wrap;
  gap: 8px;
  min-height: 30px;
  margin-bottom: 16px;
  display: flex;
}

.poz-chip {
  color: var(--navy);
  background: var(--sage-100);
  border: 1px solid var(--line);
  border-radius: 8px;
  align-items: center;
  padding: 5px 11px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.poz-method h3 {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.poz-method p {
  color: var(--muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.poz-note {
  color: var(--muted);
  text-align: center;
  max-width: 640px;
  margin: 22px auto 0;
  font-size: 12px;
}

.poz-pos {
  grid-template-columns: 1.3fr 1fr;
  align-items: start;
  gap: 22px;
  display: grid;
}

.poz-pos__lead {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 26px 28px;
  font-size: 15px;
  line-height: 1.65;
}

.poz-pos__cards {
  gap: 16px;
  display: grid;
}

.poz-pos__card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 22px 24px;
}

.poz-pos__card--accent {
  border-color: var(--accent);
}

.poz-pos__name {
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  display: flex;
}

.poz-pos__name b {
  font-family: var(--font-schibsted);
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

.poz-pos__price {
  font-family: var(--font-schibsted);
  color: var(--accent-2);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 800;
}

.poz-pos__price span {
  font-family: var(--font-hanken);
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
}

.poz-pos__feat {
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.poz-pos__feat li {
  color: var(--ink);
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  display: flex;
}

.poz-pos__feat svg {
  color: var(--accent);
  flex: none;
  margin-top: 2px;
}

.poz-pos__card p {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.poz-hwchips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 820px;
  margin: 0 auto 32px;
  display: flex;
}

.poz-hwchip {
  border: 1px solid var(--line);
  cursor: pointer;
  color: var(--muted);
  background: #fff;
  border-radius: 999px;
  padding: 8px 15px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  transition: all .15s;
}

.poz-hwchip:hover {
  border-color: var(--accent);
  color: var(--ink);
}

.poz-hwchip.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.poz-hwgrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.poz-hw {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.poz-hw__img {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.poz-hw__img img {
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}

.poz-hw__ph {
  color: var(--sage);
}

.poz-hw__scenario {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 11.5px;
  font-weight: 700;
}

.poz-hw__name {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 6px 0 2px;
  font-size: 16px;
  font-weight: 700;
}

.poz-hw__device {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.poz-hw__tag {
  color: var(--navy);
  background: var(--sage-100);
  border-radius: 7px;
  align-self: flex-start;
  margin: 10px 0;
  padding: 3px 9px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-block;
}

.poz-hw__desc {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.poz-hw__foot {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
}

.poz-hw__price {
  font-family: var(--font-schibsted);
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
}

.poz-hw__ask {
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.poz-hw__empty {
  text-align: center;
  color: var(--muted);
  grid-column: 1 / -1;
  padding: 40px 0;
  font-size: 14px;
}

.poz-why {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.poz-whycard {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.poz-whycard__ico {
  background: var(--sage-100);
  width: 40px;
  height: 40px;
  color: var(--accent);
  border-radius: 10px;
  place-items: center;
  margin-bottom: 14px;
  display: grid;
}

.poz-whycard h3 {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 700;
}

.poz-whycard p {
  color: var(--muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.poz-calc {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
}

.poz-calc__grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 28px;
  display: grid;
}

.poz-calc__controls {
  align-content: start;
  gap: 22px;
  display: grid;
}

.poz-calc__row-lbl {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
  display: flex;
}

.poz-calc__row-lbl span:first-child {
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
}

.poz-calc__val {
  font-family: var(--font-schibsted);
  color: var(--accent-2);
  font-size: 15px;
  font-weight: 700;
}

.poz-calc input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
  cursor: pointer;
}

.poz-calc__hint {
  color: var(--muted);
  margin: 2px 0 0;
  font-size: 12px;
}

.poz-calc__result {
  background: var(--sage-100);
  border-radius: 14px;
  flex-direction: column;
  padding: 22px 24px;
  display: flex;
}

.poz-calc__line {
  color: var(--ink);
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  font-size: 14px;
  display: flex;
}

.poz-calc__line b {
  font-family: var(--font-schibsted);
}

.poz-calc__line--sum {
  border-top: 1px solid var(--sage);
  margin-top: 4px;
  padding-top: 13px;
  font-weight: 700;
}

.poz-calc__break {
  color: var(--accent-2);
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
}

.poz-calc__foot {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 11.5px;
  line-height: 1.5;
}

.poz-faq {
  gap: 10px;
  max-width: 780px;
  margin: 0 auto;
  display: grid;
}

.poz-faq details {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
}

.poz-faq summary {
  cursor: pointer;
  color: var(--navy);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 17px 20px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

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

.poz-faq summary:after {
  content: "+";
  color: var(--accent);
  flex: none;
  font-size: 20px;
  font-weight: 400;
}

.poz-faq details[open] summary:after {
  content: "−";
}

.poz-faq__a {
  color: var(--muted);
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.6;
}

.poz-cta {
  max-width: 900px;
  margin: 64px auto 0;
  padding: 0 24px;
}

.poz-cta__box {
  background: var(--navy);
  text-align: center;
  border-radius: 22px;
  padding: 48px 40px;
}

.poz-cta__box h2 {
  font-family: var(--font-schibsted);
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.poz-cta__box p {
  color: #ffffffd1;
  max-width: 54ch;
  margin: 14px auto 26px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .poz-tiers, .poz-methods, .poz-hwgrid, .poz-why, .poz-pos, .poz-calc__grid {
    grid-template-columns: 1fr;
  }

  .poz-tier__desc {
    min-height: 0;
  }
}

@media (min-width: 921px) and (max-width: 1080px) {
  .poz-hwgrid, .poz-why {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*# sourceMappingURL=apps_www_app_pos-zahlungen_pos-zahlungen_193hehb.css.map*/