.pde-sim-order {
  --pde-blue: #0047b8;
  --pde-blue-dark: #00398f;
  --pde-red: #f00012;
  --pde-green: #008844;
  --pde-text: #151515;
  --pde-ink: #162033;
  --pde-muted: #63708a;
  --pde-soft: #eef4ff;
  --pde-panel: #ffffff;
  --pde-page: #fbfcff;
  --pde-line: #d5e1f2;
  --pde-line-soft: #e8eef7;
  --pde-button-soft: #eaf0f8;
  color: var(--pde-ink);
  font-family: inherit;
  margin: 0 auto;
  max-width: 1500px;
  padding: 14px 0 34px;
}

.pde-sim-order * {
  box-sizing: border-box;
  text-transform: none !important;
}

.pde-sim-order {
  text-transform: none !important;
}

.pde-sim-order h2,
.pde-sim-order h3,
.pde-sim-order p {
  margin: 0;
}

.pde-sim-order__headline {
  align-items: start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 24px 310px;
}

.pde-sim-order__intro {
  max-width: 850px;
}

.pde-sim-order__eyebrow {
  color: var(--pde-red);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}

.pde-sim-order h2 {
  color: var(--pde-text);
  font-size: clamp(36px, 4vw, 42px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}

.pde-sim-order__lead {
  color: var(--pde-muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 14px;
  max-width: 760px;
}

.pde-offer-count {
  background: var(--pde-soft);
  border-radius: 6px;
  color: var(--pde-blue);
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 850;
  margin-top: 18px;
  padding: 13px 12px;
}

.pde-sim-order__layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 286px minmax(0, 1fr);
}

.pde-sim-order[data-pde-screen="offers"] .pde-sim-order__headline {
  margin-left: 0;
}

.pde-sim-order[data-pde-screen="offers"] .pde-sim-order__layout {
  display: block;
}

.pde-sim-order[data-pde-screen="offers"] .pde-sim-order__form {
  display: block;
}

.pde-sim-order[data-pde-screen="offers"] .pde-order-side,
.pde-sim-order[data-pde-screen="offers"] .pde-form-block:not(:first-child),
.pde-sim-order[data-pde-screen="form"] .pde-form-block:first-child {
  display: none;
}

.pde-sim-order__form {
  display: grid;
  gap: 24px;
  min-width: 0;
  order: 2;
}

.pde-order-side {
  align-self: start;
  display: grid;
  gap: 16px;
  min-width: 0;
  order: 1;
  position: sticky;
  top: 18px;
}

.pde-sidebar-card,
.pde-selected,
.pde-after,
.pde-form-block {
  background: var(--pde-panel);
  border: 1px solid var(--pde-line);
  border-radius: 8px;
}

.pde-sidebar-card,
.pde-selected,
.pde-after {
  padding: 18px;
}

.pde-sidebar-card h3,
.pde-after h3 {
  color: #324055;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  margin-bottom: 10px;
}

.pde-sidebar-card p {
  color: var(--pde-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pde-sidebar-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pde-sidebar-pills span {
  background: var(--pde-button-soft);
  border: 1px solid var(--pde-line-soft);
  border-radius: 6px;
  color: #344156;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 42px;
  padding: 11px 12px;
}

.pde-selected__label {
  color: #324055;
  display: block;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  margin-bottom: 12px;
}

.pde-selected__plan {
  color: var(--pde-text);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.15;
}

.pde-selected__price {
  color: var(--pde-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-top: 14px;
}

.pde-selected__price--text {
  font-size: 20px;
  line-height: 1.2;
}

.pde-selected__price small {
  color: var(--pde-muted);
  font-size: 14px;
  font-weight: 850;
}

.pde-selected__promo,
.pde-selected__bank,
.pde-note {
  color: var(--pde-muted);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 10px;
}

.pde-selected__bank {
  background: var(--pde-soft);
  border: 1px solid var(--pde-line-soft);
  border-radius: 6px;
  color: #324055;
  font-weight: 800;
  padding: 10px 12px;
}

.pde-after ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pde-after li {
  color: var(--pde-muted);
  font-size: 13px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.pde-after li::before {
  color: var(--pde-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.pde-note {
  background: transparent;
  margin: 0;
}

.pde-form-block {
  padding: 22px;
}

.pde-back-button {
  align-items: center;
  background: var(--pde-button-soft);
  border: 1px solid var(--pde-line-soft);
  border-radius: 6px;
  color: #344156;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  margin-bottom: 16px;
  min-height: 42px;
  padding: 11px 13px;
  transition: border-color 160ms ease, color 160ms ease;
}

.pde-back-button:hover {
  border-color: var(--pde-blue);
  color: var(--pde-blue);
}

.pde-form-block:first-child {
  background: transparent;
  border: 0;
  padding: 0;
}

.pde-form-block__title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.pde-form-block:first-child .pde-form-block__title {
  display: block;
  margin-bottom: 14px;
}

.pde-form-block:first-child .pde-form-block__number {
  display: none;
}

.pde-form-block__number {
  align-items: center;
  background: var(--pde-blue);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 14px;
  font-weight: 850;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.pde-sim-order h3 {
  color: var(--pde-text);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.pde-form-block:first-child h3 {
  font-size: clamp(30px, 3vw, 36px);
}

.pde-form-block__hint {
  color: var(--pde-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
  order: -1;
}

.pde-form-block:not(:first-child) .pde-form-block__hint {
  color: var(--pde-muted);
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
}

.pde-plan-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.pde-plan input,
.pde-choice input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.pde-plan,
.pde-choice {
  display: block;
  position: relative;
}

.pde-plan {
  --pde-provider-accent: var(--pde-blue);
  --pde-provider-accent-dark: var(--pde-blue-dark);
  --pde-provider-accent-rgb: 0, 71, 184;
  --pde-provider-line: var(--pde-line);
  --pde-provider-surface-a: #e8eaf7;
  --pde-provider-surface-b: #f8e7ee;
  --pde-provider-surface-c: #ffffff;
}

.pde-plan--congstar {
  --pde-provider-accent: #ffcc00;
  --pde-provider-accent-dark: #111827;
  --pde-provider-accent-rgb: 255, 204, 0;
  --pde-provider-line: #f1c400;
  --pde-provider-surface-a: #fff2a8;
  --pde-provider-surface-b: #fff8d5;
  --pde-provider-surface-c: #f5f7fb;
}

.pde-plan--vodafone {
  --pde-provider-accent: #e60000;
  --pde-provider-accent-dark: #b00000;
  --pde-provider-accent-rgb: 230, 0, 0;
  --pde-provider-line: #f0b0b0;
  --pde-provider-surface-a: #ffe0e0;
  --pde-provider-surface-b: #fff3f3;
  --pde-provider-surface-c: #f5f9ff;
}

.pde-plan__card {
  background: #ffffff;
  border: 1px solid var(--pde-provider-line);
  border-top: 4px solid var(--pde-provider-accent);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  min-height: 405px;
  padding: 13px 16px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pde-plan__visual {
  background:
    radial-gradient(circle at 62% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, var(--pde-provider-surface-a) 0%, var(--pde-provider-surface-b) 52%, var(--pde-provider-surface-c) 100%);
  border-radius: 7px;
  display: block;
  height: 188px;
  overflow: hidden;
  position: relative;
}

.pde-plan__visual::before {
  background:
    linear-gradient(135deg, rgba(var(--pde-provider-accent-rgb), 0.15), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  content: "";
  inset: 0;
  position: absolute;
}

.pde-plan__visual::after {
  background: rgba(var(--pde-provider-accent-rgb), 0.12);
  border-radius: 999px;
  content: "";
  height: 135px;
  position: absolute;
  right: 34px;
  top: 23px;
  width: 135px;
}

.pde-plan__visual--plus {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #e9eefc 0%, #f0e5ff 48%, #f8e7ee 100%);
}

.pde-plan__visual--pro {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #e5f0ff 0%, #e9f8f4 50%, #fff1de 100%);
}

.pde-plan__visual--max {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #e7ebff 0%, #e9f7ff 45%, #f9e7ff 100%);
}

.pde-plan__visual--congstar {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #ffe166 0%, #fff5bd 48%, #f2f5f8 100%);
}

.pde-plan__visual--congstar-max {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #ffd43b 0%, #fff1a0 46%, #f3f6fb 100%);
}

.pde-plan__visual--vodafone {
  background:
    radial-gradient(circle at 63% 36%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 19%),
    linear-gradient(90deg, #ffc9c9 0%, #fff0f0 47%, #eef5ff 100%);
}

.pde-plan__visual-brand {
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(22, 32, 51, 0.08);
  display: flex;
  height: 46px;
  justify-content: center;
  left: 10px;
  line-height: 1;
  min-width: 58px;
  padding: 7px 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.pde-plan__logo {
  display: block;
  height: auto;
  max-height: 32px;
  max-width: 116px;
  width: auto;
}

.pde-plan--1und1 .pde-plan__logo {
  max-height: 34px;
  max-width: 42px;
}

.pde-plan__visual-sim {
  align-items: center;
  background:
    linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(var(--pde-provider-accent-rgb), 0.18);
  border-radius: 20px;
  box-shadow:
    0 22px 40px rgba(22, 32, 51, 0.17),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  color: var(--pde-provider-accent-dark);
  display: flex;
  flex-direction: column;
  height: 126px;
  justify-content: center;
  left: 50%;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 102px;
  z-index: 2;
}

.pde-plan__visual-sim::before {
  border-color: rgba(var(--pde-provider-accent-rgb), 0.18);
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 25px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: skew(-18deg);
  transform-origin: top right;
  width: 34px;
}

.pde-plan__visual-sim strong {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 8px;
}

.pde-plan__visual-sim em {
  color: #63708a;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.pde-plan__visual-chip {
  background: linear-gradient(135deg, #f8d46a 0%, #d7a928 100%);
  border: 1px solid rgba(130, 87, 0, 0.18);
  border-radius: 6px;
  display: block;
  height: 32px;
  position: relative;
  width: 40px;
}

.pde-plan__visual-chip::before,
.pde-plan__visual-chip::after {
  content: "";
  inset: 7px;
  position: absolute;
}

.pde-plan__visual-chip::before {
  border-bottom: 1px solid rgba(130, 87, 0, 0.35);
  border-top: 1px solid rgba(130, 87, 0, 0.35);
}

.pde-plan__visual-chip::after {
  border-left: 1px solid rgba(130, 87, 0, 0.35);
  border-right: 1px solid rgba(130, 87, 0, 0.35);
}

.pde-plan__visual-data {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(var(--pde-provider-accent-rgb), 0.22);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 10px 22px rgba(22, 32, 51, 0.08);
  color: var(--pde-provider-accent-dark);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  z-index: 2;
}

.pde-plan input:focus-visible + .pde-plan__card,
.pde-plan__card:hover {
  border-color: var(--pde-provider-accent-dark);
  box-shadow: 0 14px 28px rgba(var(--pde-provider-accent-rgb), 0.14);
  transform: translateY(-1px);
}

.pde-plan input:checked + .pde-plan__card {
  border-color: var(--pde-provider-accent-dark);
  box-shadow: inset 0 0 0 2px var(--pde-provider-accent-dark), 0 14px 28px rgba(var(--pde-provider-accent-rgb), 0.16);
}

.pde-plan__top {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.pde-plan__gb {
  color: var(--pde-text);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.1;
}

.pde-plan__gb span {
  color: var(--pde-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 5px;
}

.pde-plan__tag {
  background: rgba(var(--pde-provider-accent-rgb), 0.12);
  border-radius: 6px;
  color: var(--pde-provider-accent-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 12px 10px;
  white-space: nowrap;
}

.pde-plan--congstar .pde-plan__tag {
  background: #ffcc00;
  color: #111827;
}

.pde-plan--vodafone .pde-plan__tag {
  background: #e60000;
  color: #ffffff;
}

.pde-plan__price {
  color: var(--pde-provider-accent-dark);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
}

.pde-plan__price--text {
  font-size: 22px;
  line-height: 1.15;
}

.pde-plan__price small {
  color: var(--pde-muted);
  font-size: 16px;
  font-weight: 850;
}

.pde-plan__availability {
  color: var(--pde-green);
  font-size: 13px;
  font-weight: 900;
}

.pde-plan__promo,
.pde-plan__meta {
  color: var(--pde-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.pde-sim-order__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pde-field {
  display: grid;
  gap: 8px;
}

.pde-field--full {
  grid-column: 1 / -1;
}

.pde-field[hidden] {
  display: none;
}

.pde-field label,
.pde-choice-group__label {
  color: var(--pde-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.pde-field__hint {
  color: var(--pde-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.pde-field input,
.pde-field select,
.pde-field textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid var(--pde-line);
  border-radius: 6px;
  color: #142033;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
  min-height: 48px;
  padding: 13px 12px;
  width: 100%;
}

.pde-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #152033 50%),
    linear-gradient(135deg, #152033 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding-right: 34px;
}

.pde-field textarea {
  min-height: 112px;
  resize: vertical;
}

.pde-field input:focus,
.pde-field select:focus,
.pde-field textarea:focus {
  border-color: var(--pde-blue);
  box-shadow: 0 0 0 3px rgba(0, 71, 184, 0.12);
  outline: none;
}

.pde-choice-group {
  border: 0;
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
}

.pde-choice-group__label {
  display: block;
  margin-bottom: 10px;
}

.pde-choice-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pde-choice__box {
  align-items: center;
  background: var(--pde-button-soft);
  border: 1px solid var(--pde-line-soft);
  border-radius: 6px;
  color: #344156;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  min-height: 44px;
  padding: 11px 12px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.pde-choice input:focus-visible + .pde-choice__box,
.pde-choice__box:hover {
  border-color: var(--pde-blue);
}

.pde-choice input:checked + .pde-choice__box {
  background: var(--pde-blue);
  border-color: var(--pde-blue);
  color: #ffffff;
}

.pde-consent {
  display: grid;
  gap: 12px;
}

.pde-consent label {
  align-items: flex-start;
  color: var(--pde-muted);
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.55;
}

.pde-consent input {
  accent-color: var(--pde-blue);
  flex: 0 0 auto;
  height: 16px;
  margin-top: 2px;
  width: 16px;
}

.pde-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pde-button {
  align-items: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 14px 18px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pde-button--primary {
  background: var(--pde-blue);
  color: #ffffff;
}

.pde-button--primary:hover {
  background: var(--pde-blue-dark);
  color: #ffffff;
}

.pde-button--secondary {
  background: var(--pde-button-soft);
  border: 1px solid var(--pde-line-soft);
  color: #344156;
}

.pde-button--secondary:hover {
  border-color: var(--pde-blue);
  color: var(--pde-blue);
}

.pde-button:disabled,
.pde-button.is-loading {
  cursor: wait;
  opacity: 0.72;
}

.pde-status {
  color: var(--pde-muted);
  font-size: 14px;
  line-height: 1.5;
  min-height: 22px;
}

.pde-status.is-success {
  color: var(--pde-green);
}

.pde-status.is-error {
  color: #b42318;
}

@media (max-width: 1180px) {
  .pde-sim-order__headline {
    margin-left: 0;
  }

  .pde-sim-order__layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .pde-sim-order__layout {
    grid-template-columns: 1fr;
  }

  .pde-order-side {
    order: 2;
    position: static;
  }

  .pde-sim-order__form {
    order: 1;
  }
}

@media (max-width: 760px) {
  .pde-sim-order {
    padding: 12px 0 28px;
  }

  .pde-sim-order__headline {
    display: grid;
  }

  .pde-offer-count {
    justify-self: start;
    margin-top: 0;
  }

  .pde-sim-order h2 {
    font-size: 34px;
  }

  .pde-plan-list,
  .pde-sim-order__grid,
  .pde-choice-list {
    grid-template-columns: 1fr;
  }

  .pde-form-block {
    padding: 18px;
  }

  .pde-plan__card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .pde-actions,
  .pde-button {
    width: 100%;
  }

  .pde-form-block__title {
    align-items: flex-start;
  }
}
