
#funnel {
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: #fcffff;
  border-radius: 16px;
  border: 0.5px solid #000000;
  padding: 1.75rem 1.75rem 2rem;
}

.f-progress-bar {
  height: 4px;
  background: #cff1ff;
  border-radius: 2px;
  border: 0.5px solid #000000;
  margin-bottom: 1.5rem;

}

.f-progress-fill {
  height: 4px;
  background: #534AB7;
  border-radius: 2px;
  transition: width .4s ease
}

.f-price-box {
  background: #e4f0ff;
  border: 0.5px solid #e0ded6;
  border-radius: 12px;
  padding: 10px;
  margin: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem
}

.f-price-left {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.f-price-num {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a18;
  transition: transform .15s
}

.f-price-num.bump {
  transform: scale(1.12)
}

.f-price-einmalig {
  font-size: 11px;
  color: #888780
}

.f-price-monthly {
  font-size: 13px;
  font-weight: 500;
  color: #0F6E56;
  display: none
}

.f-price-monthly.visible {
  display: block
}

.f-price-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 240px
}

.f-price-item {
  font-size: 12px;
  color: #5f5e5a;
  display: flex;
  align-items: center;
  gap: 4px
}

.f-price-item i {
  font-size: 13px;
  color: #1D9E75
}

.f-q-hint {
  font-size: 11px;
  font-weight: 500;
  color: #888780;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.5rem
}

.f-q-text {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a18;
  margin-bottom: 1rem;
  line-height: 1.4
}

.f-opts {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 10px;
  margin-bottom: 1.5rem
}

.f-opts > .f-opt:last-child:nth-child(odd) {
  grid-column: 1/-1
}

.f-opt {
  background: #fff;
  border: 0.5px solid #d3d1c7;
  border-radius: 12px;
  padding: 2px;
  margin: 2px;
  cursor: pointer;
  text-align: left;
  color: #1a1a18;
  transition: border-color .15s, background .15s;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: inherit
}

.f-opt:hover {
  background: #f5f5f3
}

.f-opt.selected {
  border: 2px solid #534AB7;
  background: #EEEDFE
}

.f-opt-icon {
  font-size: 20px;
  color: #888780
}

.f-opt.selected .f-opt-icon {
  color: #534AB7
}

.f-opt-label {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a18
}

.f-opt.selected .f-opt-label {
  color: #3C3489
}

.f-opt-sub {
  font-size: 11px;
  color: #888780
}

.f-opt.selected .f-opt-sub {
  color: #534AB7
}

.f-opt-price {
  margin-top: 4px
}

.f-badge-plus {
  font-size: 12px;
  font-weight: 500;
  color: #854F0B;
  background: #FAEEDA;
  border: 0.5px solid #FAC775;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block
}

.f-badge-inc {
  font-size: 12px;
  font-weight: 500;
  color: #0F6E56;
  background: #E1F5EE;
  border: 0.5px solid #9FE1CB;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block
}

.f-badge-save {
  font-size: 12px;
  font-weight: 500;
  color: #3C3489;
  background: #EEEDFE;
  border: 0.5px solid #CECBF6;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block
}

.f-badge-monthly {
  font-size: 12px;
  font-weight: 500;
  color: #085041;
  background: #9FE1CB;
  border: 0.5px solid #5DCAA5;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block
}

.f-opt.selected .f-badge-plus {
  background: #FAC775;
  color: #633806
}

.f-opt.selected .f-badge-inc {
  background: #9FE1CB;
  color: #085041
}

.f-opt.selected .f-badge-save {
  background: #CECBF6;
  color: #26215C
}

.f-opt.selected .f-badge-monthly {
  background: #5DCAA5;
  color: #04342C
}

.f-nav {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.f-nav button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 0.5px solid #d3d1c7;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #1a1a18;
  font-family: inherit
}

.f-nav button:hover {
  background: #f5f5f3
}

.f-nav button:disabled {
  opacity: .3;
  cursor: default
}

.f-nav button.f-btn-primary {
  background: #534AB7;
  border-color: #534AB7;
  color: #fff
}

.f-nav button.f-btn-primary:hover {
  background: #3C3489
}

.f-step-count {
  font-size: 13px;
  color: #888780
}

.f-result {
  background: #fff;
  border: 0.5px solid #d3d1c7;
  border-radius: 12px;
  padding: 1.25rem
}

.f-result-label {
  font-size: 13px;
  font-weight: 500;
  color: #5f5e5a;
  margin-bottom: .4rem
}

.f-result-price {
  font-size: 34px;
  font-weight: 500;
  color: #1a1a18;
  line-height: 1.1
}

.f-result-sub {
  font-size: 12px;
  color: #888780;
  margin-bottom: .5rem
}

.f-result-monthly {
  font-size: 16px;
  font-weight: 500;
  color: #0F6E56;
  margin-bottom: 1rem
}

.f-result-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 1.25rem
}

.f-result-list li {
  font-size: 14px;
  color: #5f5e5a;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.4
}

.f-result-list li i {
  font-size: 15px;
  color: #1D9E75;
  flex-shrink: 0;
  margin-top: 1px
}

.f-domain-block {
  background: #FAEEDA;
  border: 0.5px solid #FAC775;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: .85rem
}

.f-domain-title {
  font-size: 13px;
  font-weight: 500;
  color: #633806;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px
}

.f-domain-body {
  font-size: 12px;
  color: #854F0B;
  line-height: 1.7
}

.f-domain-warning {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 0.5px solid #FAC775;
  display: flex;
  gap: 6px;
  align-items: flex-start
}

.f-domain-warning i {
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #633806
}

.f-info-note {
  background: #f5f5f3;
  border: 0.5px solid #e0ded6;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: .75rem;
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.5;
  display: flex;
  gap: 7px;
  align-items: flex-start
}

.f-info-note i {
  font-size: 15px;
  color: #BA7517;
  flex-shrink: 0;
  margin-top: 1px
}

.f-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.f-cta-primary {
  flex: 1;
  display: block;
  text-align: center;
  padding: 11px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #534AB7;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit
}

.f-cta-primary:hover {
  background: #3C3489
}

.f-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 14px;
  background: transparent;
  color: #1a1a18;
  border: 0.5px solid #d3d1c7;
  cursor: pointer;
  font-family: inherit
}

.f-cta-secondary:hover {
  background: #f5f5f3
}

.f-transparency {
  font-size: 12px;
  color: #888780;
  text-align: center;
  margin-top: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.f-transparency i {
  font-size: 13px;
  color: #1D9E75
}



/* ── Result: encabezado ── */
.f-result h2 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a18;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.5px solid #e0ded6;
}

/* ── Invoice rows ── */
.f-invoice-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 9px 0;
  border-bottom: 0.5px solid #f0ede8;
}

.f-invoice-row:last-of-type {
  border-bottom: none;
}

.f-invoice-row-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.f-invoice-row-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a18;
}

.f-invoice-row-sel {
  font-size: 11.5px;
  color: #888780;
}

.f-invoice-row-price {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a18;
  white-space: nowrap;
  flex-shrink: 0;
}

.f-invoice-row-price.inc {
  font-size: 11.5px;
  font-weight: 500;
  color: #0F6E56;
  background: #E1F5EE;
  border: 0.5px solid #9FE1CB;
  padding: 2px 8px;
  border-radius: 4px;
}

/* ── Total & monthly ── */
.f-invoice-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0 0;
  margin-top: 4px;
  border-top: 1.5px solid #1a1a18;
}

.f-invoice-total span:first-child {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #888780;
}

.f-invoice-total span:last-child {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a18;
}

.f-invoice-monthly {
  font-size: 13px;
  font-weight: 500;
  color: #0F6E56;
  text-align: right;
  margin-top: 4px;
}

/* ── Tips ── */
.f-tip {
  font-size: 12.5px;
  color: #5f5e5a;
  background: #f5f5f3;
  border: 0.5px solid #e0ded6;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ── Botones resultado ── */
.f-btn-secondary {
  margin-top: 1.25rem;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  color: #1a1a18;
  border: 0.5px solid #d3d1c7;
  cursor: pointer;
  font-family: inherit;
}

.f-btn-secondary:hover {
  background: #f5f5f3;
}

/* ── Included note ── */
.f-included-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  background: #E1F5EE;
  border: 0.5px solid #9FE1CB;
  border-radius: 8px;
  padding: 9px 12px;
  margin-bottom: 1rem;
  font-size: 12.5px;
  color: #085041;
  line-height: 1.5;
}

.f-included-note i {
  font-size: 15px;
  color: #1D9E75;
  flex-shrink: 0;
  margin-top: 1px;
}

.f-invoice-row-price.plus {
  color: #0F6E56;
}

.f-invoice-row-price.minus {
  color: #A32D2D;
}
