.tl-epc {
  --tl-epc-text: #17202b;
  --tl-epc-muted: #637385;
  --tl-epc-line: #d9e4ec;
  --tl-epc-soft: #f7fafc;
  --tl-epc-blue: #116b98;
  --tl-epc-blue-soft: #e8f5fb;
  --tl-epc-green: #16835e;
  --tl-epc-green-soft: #e7f8ef;
  --tl-epc-red: #b9364d;
  --tl-epc-red-soft: #fff0f3;
  --tl-epc-warn: #8a5a00;
  --tl-epc-warn-soft: #fff7e7;
  --tl-epc-service-size: 0.9375em;
  --tl-epc-service-small: 0.875em;
  --tl-epc-service-weight: 650;
  --tl-epc-service-strong: 760;
  --tl-epc-service-line: 1.36;
  color: var(--tl-epc-text);
  margin: 2rem 0;
  font-size: medium;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tl-epc *,
.tl-epc *::before,
.tl-epc *::after {
  box-sizing: border-box;
}

.tl-epc button,
.tl-epc input {
  font: inherit;
}

.tl-epc button {
  -webkit-tap-highlight-color: transparent;
}

.tl-epc__inner {
  position: relative;
  border: 0.0625rem solid var(--tl-epc-line);
  border-radius: 0.5rem;
  background: #fbfcfd;
  box-shadow: 0 1.125rem 2.625rem rgba(22, 35, 48, 0.08);
  overflow: visible;
}

.tl-epc__head {
  position: relative;
  display: grid;
  gap: 0.625rem;
  padding: 1.5rem;
  border-bottom: 0.0625rem solid var(--tl-epc-line);
  background:
    radial-gradient(circle at 98% 0, rgba(22, 131, 94, 0.16), transparent 26%),
    radial-gradient(circle at 75% 100%, rgba(17, 107, 152, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 249, 0.96) 52%, rgba(242, 248, 252, 0.96)),
    #ffffff;
}

.tl-epc__head::before {
  display: none;
}

.tl-epc h2,
.tl-epc h3,
.tl-epc p {
  margin-top: 0;
}

.tl-epc__eyebrow {
  margin: 0;
  color: var(--tl-epc-blue);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.tl-epc h2 {
  max-width: 47.5rem;
  margin-bottom: 0;
  color: #101821;
  font-size: 1.75rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.tl-epc__lead {
  max-width: 52.5rem;
  margin-bottom: 0.125rem;
  color: #425467;
  font-size: 1rem;
  line-height: 1.55;
}

.tl-epc__meta {
  display: grid;
  grid-template-columns: repeat(3, 8.25rem);
  gap: 0.625rem;
  max-width: 27.88rem;
}

.tl-epc__meta span {
  display: grid;
  grid-template-rows: 1.25rem 1rem;
  gap: 0.0625rem;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 3.375rem;
  padding: 0.4375rem 0.625rem;
  border: 0.0625rem solid rgba(201, 216, 226, 0.95);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.74);
  color: var(--tl-epc-muted);
  font-size: 0.75rem;
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 0.5rem 1.125rem rgba(22, 35, 48, 0.04);
}

.tl-epc__meta strong {
  display: block;
  min-width: 0;
  color: #101821;
  font-size: 1.125rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
}

.tl-epc__meta span:nth-child(3) {
  border-color: rgba(22, 131, 94, 0.34);
  background:
    linear-gradient(135deg, rgba(231, 248, 239, 0.96), rgba(255, 255, 255, 0.82)),
    #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(22, 131, 94, 0.1);
}

.tl-epc__meta span:nth-child(3) strong {
  color: var(--tl-epc-green);
}

.tl-epc__finder {
  position: relative;
  display: grid;
  gap: 0.875rem;
  min-block-size: 12.5rem;
  padding: 1.25rem 1.5rem 1.375rem;
  background: #ffffff;
}

.tl-epc.is-loading .tl-epc__picker {
  opacity: 0.72;
  pointer-events: none;
}

.tl-epc__loading {
  display: grid;
  gap: 0.625rem;
  min-block-size: 4.5rem;
}

.tl-epc__loading[hidden],
.tl-epc.is-ready .tl-epc__loading {
  display: none;
}

.tl-epc__loading span {
  display: block;
  min-height: 1rem;
  border-radius: 999em;
  background:
    linear-gradient(90deg, rgba(232, 245, 251, 0), rgba(232, 245, 251, 0.95), rgba(232, 245, 251, 0)) 0 0 / 220% 100%,
    #f3f7fa;
  animation: tl-epc-loading 1.1s ease-in-out infinite;
}

.tl-epc__loading span:nth-child(1) {
  max-width: 76%;
}

.tl-epc__loading span:nth-child(2) {
  max-width: 92%;
}

.tl-epc__loading span:nth-child(3) {
  max-width: 58%;
}

@keyframes tl-epc-loading {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}

.tl-epc__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  counter-reset: tl-epc-step;
}

.tl-epc__steps span {
  position: relative;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  counter-increment: tl-epc-step;
  min-height: 2.125rem;
  border: 0.0625rem solid #d8e3eb;
  border-radius: 999em;
  background: #ffffff;
  color: #778697;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1;
}

.tl-epc__steps span::before {
  content: counter(tl-epc-step);
  display: inline-grid;
  place-items: center;
  width: 1.125em;
  height: 1.125em;
  border-radius: 999em;
  background: rgba(119, 134, 151, 0.16);
  color: currentColor;
  font-size: 0.86em;
  font-weight: 760;
  line-height: 1;
  opacity: 1;
}

.tl-epc__steps span:nth-child(2)::before {
  width: 1.125em;
  height: 1.125em;
  border: 0;
  border-radius: 999em;
  background: rgba(119, 134, 151, 0.16);
}

.tl-epc__steps span:nth-child(3)::before {
  width: 1.125em;
  height: 1.125em;
  border: 0;
  border-radius: 999em;
  background: rgba(119, 134, 151, 0.16);
  transform: none;
}

.tl-epc__steps span.is-active {
  border-color: rgba(17, 107, 152, 0.32);
  background: var(--tl-epc-blue-soft);
  color: var(--tl-epc-blue);
}

.tl-epc__steps span.is-done {
  border-color: rgba(22, 131, 94, 0.28);
  background: var(--tl-epc-green-soft);
  color: var(--tl-epc-green);
}

.tl-epc__picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.tl-epc__field {
  display: grid;
  gap: 0.4375rem;
  min-width: 0;
}

.tl-epc__field-label {
  color: #314355;
  font-size: 0.8125rem;
  font-weight: 950;
  line-height: 1.2;
}

.tl-epc__select {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6875rem;
  align-items: center;
  min-width: 0;
  min-height: 4.125rem;
  padding: 0.625rem 2.625rem 0.625rem 0.75rem;
  border: 0.0625rem solid #cbd9e3;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #ffffff, #fbfcfd);
  color: var(--tl-epc-text);
  cursor: pointer;
  position: relative;
  text-align: left;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.tl-epc__select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #6b7c8d;
  border-bottom: 0.125rem solid #6b7c8d;
  transform: translateY(-64%) rotate(45deg);
}

.tl-epc__select:hover,
.tl-epc__select:focus,
.tl-epc__select[aria-expanded="true"] {
  border-color: var(--tl-epc-blue);
  background: #fbfdfe;
  box-shadow: 0 0 0 0.1875rem rgba(17, 107, 152, 0.11), 0 1rem 2.125rem rgba(20, 43, 61, 0.1);
  outline: none;
}

.tl-epc__select:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.tl-epc__select > span:not(.tl-epc__brand-icon):not(.tl-epc__phone-icon) {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.tl-epc__select strong,
.tl-epc__select small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tl-epc__select strong {
  color: #17202b;
  font-size: 0.9375rem;
  font-weight: 950;
  line-height: 1.18;
}

.tl-epc__select small {
  color: var(--tl-epc-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
}

.tl-epc__brand-icon,
.tl-epc__phone-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0;
  background: transparent;
  color: #415468;
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1;
  transition: background-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.tl-epc__brand-icon:not(.has-svg) {
  color: #6b7c8d;
  font-size: 0.6875rem;
}

.tl-epc__brand-icon.has-svg {
  border-color: transparent;
  background: transparent;
  color: #17202b;
}

.tl-epc__brand-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.tl-epc__phone-icon {
  background: transparent;
  position: relative;
}

.tl-epc__phone-icon::before {
  content: "";
  width: 0.875em;
  height: 0.875em;
  border: 0.125em solid #7b8a99;
  border-radius: 999em;
}

.tl-epc__phone-icon::after {
  content: "";
  position: absolute;
  right: 0.375em;
  bottom: 0.375em;
  width: 0.4375em;
  height: 0.125em;
  border-radius: 999em;
  background: #7b8a99;
  transform: rotate(45deg);
}

.tl-epc__dropdown {
  position: absolute;
  top: 9.875rem;
  right: 1.5rem;
  left: 1.5rem;
  z-index: 50;
  border: 0.0625rem solid var(--tl-epc-line);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1.125rem 2.75rem rgba(22, 35, 48, 0.13);
  overflow: hidden;
  animation: tl-epc-drop 0.16s ease-out;
}

@keyframes tl-epc-drop {
  from {
    opacity: 0;
    transform: translateY(-0.3125rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tl-epc__dropdown[hidden] {
  display: none;
}

.tl-epc__drop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  border-bottom: 0.0625rem solid var(--tl-epc-line);
  background: #ffffff;
}

.tl-epc__drop-head strong {
  min-width: 0;
  color: #17202b;
  font-size: 0.9375rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tl-epc__drop-head button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #cad9e4;
  border-radius: 999em;
  background: #ffffff;
  color: #314355;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.tl-epc__drop-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num text";
  column-gap: 0.625rem;
  align-items: center;
  margin: 0.75rem 0.75rem 0;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #d9e7ef;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #f7fbfd, #ffffff);
}

.tl-epc__drop-stage span {
  grid-area: num;
  display: inline-grid;
  place-items: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 999em;
  background: var(--tl-epc-blue-soft);
  color: var(--tl-epc-blue);
  font-size: 0.75rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.tl-epc__drop-stage strong {
  grid-area: title;
  color: #17202b;
  font-size: 0.875rem;
  font-weight: 950;
  line-height: 1.2;
}

.tl-epc__drop-stage small {
  grid-area: text;
  color: var(--tl-epc-muted);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.25;
}

.tl-epc__model-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.625rem;
  align-items: stretch;
  padding: 0 0.75rem;
  margin-top: 0.75rem;
}

.tl-epc__model-tools .tl-epc__drop-stage {
  margin: 0;
}

.tl-epc__esim-toggle {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
  min-width: 10.75rem;
  padding: 0.5625rem 0.75rem;
  border: 0.0625rem solid #d9e7ef;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #314355;
  cursor: pointer;
  transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.tl-epc__esim-toggle:hover,
.tl-epc__esim-toggle:focus,
.tl-epc__esim-toggle:focus-within {
  border-color: rgba(22, 131, 94, 0.38);
  background: #fbfffd;
  box-shadow: 0 0 0 0.1875rem rgba(22, 131, 94, 0.08);
  outline: none;
}

.tl-epc__esim-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tl-epc__esim-toggle span {
  position: relative;
  width: 2.375rem;
  height: 1.375rem;
  border-radius: 999em;
  background: #d8e3eb;
  transition: background-color 0.16s ease;
}

.tl-epc__esim-toggle span::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999em;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.3125rem rgba(22, 35, 48, 0.2);
  transition: transform 0.16s ease;
}

.tl-epc__esim-toggle input:checked + span {
  background: var(--tl-epc-green);
}

.tl-epc__esim-toggle input:checked + span::before {
  transform: translateX(1rem);
}

.tl-epc__esim-toggle strong {
  color: #17202b;
  font-size: 0.8125rem;
  font-weight: 950;
  white-space: nowrap;
}

.tl-epc__drop-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem;
  min-height: 2.625rem;
  border: 0.0625rem solid #cbd9e3;
  border-radius: 0.5rem;
  background: #ffffff;
}

.tl-epc__drop-search span {
  position: relative;
  width: 2.125rem;
  height: 2.5rem;
  background: none;
}

.tl-epc__drop-search span::before,
.tl-epc__drop-search span::after {
  content: "";
  position: absolute;
  display: block;
}

.tl-epc__drop-search span::before {
  top: 0.75rem;
  left: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid #758697;
  border-radius: 999em;
}

.tl-epc__drop-search span::after {
  top: 1.562rem;
  left: 1.438rem;
  width: 0.5625rem;
  height: 0.125rem;
  border-radius: 999em;
  background: #758697;
  transform: rotate(45deg);
}

.tl-epc__drop-search input {
  min-width: 0;
  width: 100%;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: var(--tl-epc-text);
  font-size: 0.9375rem;
  font-weight: 760;
  outline: none;
}

.tl-epc__drop-body {
  display: grid;
  gap: 0.375rem;
  max-height: min(72vh, 42rem);
  padding: 0 0.75rem 0.75rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #c3d1dc transparent;
  scrollbar-width: thin;
}

.tl-epc__drop-body::-webkit-scrollbar {
  width: 0.5rem;
}

.tl-epc__drop-body::-webkit-scrollbar-track {
  background: transparent;
}

.tl-epc__drop-body::-webkit-scrollbar-thumb {
  border-radius: 999em;
  background: #c3d1dc;
}

.tl-epc__brand-option,
.tl-epc__model-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  padding: 0.5rem 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  background: #ffffff;
  color: var(--tl-epc-text);
  cursor: pointer;
  text-align: left;
}

.tl-epc__model-option {
  grid-template-columns: minmax(0, 1fr) auto;
}

.tl-epc__model-option.is-supported {
  background:
    linear-gradient(90deg, rgba(22, 131, 94, 0.075), rgba(255, 255, 255, 0) 32%),
    #ffffff;
}

.tl-epc__model-option.is-warning {
  background:
    linear-gradient(90deg, rgba(210, 159, 50, 0.075), rgba(255, 255, 255, 0) 32%),
    #ffffff;
}

.tl-epc__model-option.is-unsupported {
  background:
    linear-gradient(90deg, rgba(185, 54, 77, 0.045), rgba(255, 255, 255, 0) 32%),
    #ffffff;
}

.tl-epc__brand-option:hover,
.tl-epc__brand-option:focus,
.tl-epc__brand-option.is-active,
.tl-epc__model-option:hover,
.tl-epc__model-option:focus,
.tl-epc__model-option.is-active {
  border-color: #c7dbe8;
  background:
    linear-gradient(90deg, rgba(17, 107, 152, 0.075), rgba(255, 255, 255, 0) 34%),
    #f4f9fc;
  outline: none;
}

.tl-epc__select:hover .tl-epc__brand-icon,
.tl-epc__select:focus .tl-epc__brand-icon,
.tl-epc__select[aria-expanded="true"] .tl-epc__brand-icon,
.tl-epc__brand-option:hover .tl-epc__brand-icon,
.tl-epc__brand-option:focus .tl-epc__brand-icon,
.tl-epc__brand-option:active .tl-epc__brand-icon,
.tl-epc__brand-option.is-active .tl-epc__brand-icon {
  background: var(--tl-epc-blue-soft);
  color: var(--tl-epc-blue);
  box-shadow: 0 0.5rem 1rem rgba(17, 107, 152, 0.12);
  transform: scale(1.08);
}

.tl-epc__brand-option:hover .tl-epc__brand-icon.has-svg,
.tl-epc__brand-option:focus .tl-epc__brand-icon.has-svg,
.tl-epc__brand-option:active .tl-epc__brand-icon.has-svg,
.tl-epc__brand-option.is-active .tl-epc__brand-icon.has-svg,
.tl-epc__select:hover .tl-epc__brand-icon.has-svg,
.tl-epc__select:focus .tl-epc__brand-icon.has-svg,
.tl-epc__select[aria-expanded="true"] .tl-epc__brand-icon.has-svg {
  background: rgba(232, 245, 251, 0.96);
}

.tl-epc__brand-option span:not(.tl-epc__brand-icon),
.tl-epc__model-option-copy {
  display: grid;
  min-width: 0;
  gap: 0.1875rem;
}

.tl-epc__brand-option strong,
.tl-epc__brand-option small,
.tl-epc__model-option strong,
.tl-epc__model-option small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tl-epc__brand-option strong,
.tl-epc__model-option strong {
  color: #17202b;
  font-size: 0.875rem;
  font-weight: 950;
  line-height: 1.2;
}

.tl-epc__brand-option small,
.tl-epc__model-option small {
  color: var(--tl-epc-muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.tl-epc__model-cue {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0 0.625rem;
  border-radius: 999em;
  background: #f0f5f8;
  color: #607386;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.tl-epc__model-cue::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999em;
  background: #aebdca;
}

.tl-epc__model-option.is-supported .tl-epc__model-cue {
  background: rgba(22, 131, 94, 0.08);
  color: #526f64;
}

.tl-epc__model-option.is-supported .tl-epc__model-cue::before {
  background: rgba(22, 131, 94, 0.48);
}

.tl-epc__model-option.is-warning .tl-epc__model-cue {
  background: rgba(210, 159, 50, 0.1);
  color: #76633d;
}

.tl-epc__model-option.is-warning .tl-epc__model-cue::before {
  background: rgba(210, 159, 50, 0.48);
}

.tl-epc__model-option.is-unsupported .tl-epc__model-cue {
  background: rgba(185, 54, 77, 0.055);
  color: #7a6670;
}

.tl-epc__model-option.is-unsupported .tl-epc__model-cue::before {
  background: rgba(185, 54, 77, 0.34);
}

.tl-epc__model-option:hover .tl-epc__model-cue,
.tl-epc__model-option:focus .tl-epc__model-cue,
.tl-epc__model-option.is-active .tl-epc__model-cue {
  background: var(--tl-epc-blue);
  color: #ffffff;
}

.tl-epc__model-option:hover .tl-epc__model-cue::before,
.tl-epc__model-option:focus .tl-epc__model-cue::before,
.tl-epc__model-option.is-active .tl-epc__model-cue::before {
  background: rgba(255, 255, 255, 0.72);
}

.tl-epc__drop-empty {
  grid-column: 1 / -1;
  padding: 1rem;
  border: 0.0625rem dashed #c7d6e1;
  border-radius: 0.5rem;
  background: #fbfcfd;
  color: var(--tl-epc-muted);
  font-size: 0.875rem;
  font-weight: 750;
  text-align: center;
}

.tl-epc__drop-empty.is-wide {
  display: grid;
  gap: 0.375rem;
  min-height: 4.25rem;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(248, 251, 253, 0.96), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.tl-epc__drop-empty strong {
  color: #263647;
  font-size: 0.9375rem;
  font-weight: 820;
}

.tl-epc__drop-empty span {
  color: #637385;
  font-size: 0.875rem;
  font-weight: 560;
  line-height: 1.4;
}

.tl-epc__result {
  display: grid;
  gap: 0.875rem;
  padding: 1rem;
  border: 0.0625rem solid var(--tl-epc-line);
  border-radius: 0.5rem;
  background: #fbfcfd;
}

.tl-epc__result[hidden] {
  display: none;
}

.tl-epc__result.is-supported {
  border-color: rgba(22, 131, 94, 0.26);
  background: linear-gradient(135deg, var(--tl-epc-green-soft), #ffffff 58%);
}

.tl-epc__result.is-unsupported {
  border-color: rgba(185, 54, 77, 0.24);
  background: linear-gradient(135deg, var(--tl-epc-red-soft), #ffffff 58%);
}

.tl-epc__result.is-warning {
  border-color: rgba(210, 159, 50, 0.34);
  background: linear-gradient(135deg, var(--tl-epc-warn-soft), #ffffff 58%);
}

.tl-epc__verdict {
  display: grid;
  gap: 0.625rem;
}

.tl-epc__verdict-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
  align-items: center;
}

.tl-epc__badge {
  width: fit-content;
  padding: 0.5625em 0.8125em;
  border-radius: 999em;
  background: var(--tl-epc-red-soft);
  color: var(--tl-epc-red);
  font-size: 1rem;
  font-weight: 820;
  line-height: 1;
  box-shadow: 0 0.625rem 1.25rem rgba(22, 35, 48, 0.07);
}

.tl-epc__verdict-model {
  flex: 1 1 12em;
  min-width: 0;
  color: #526274;
  font-size: 1em;
  font-weight: 650;
  line-height: 1.25;
  white-space: normal;
}

.tl-epc__result.is-supported .tl-epc__badge {
  background: var(--tl-epc-green-soft);
  color: var(--tl-epc-green);
}

.tl-epc__result.is-warning .tl-epc__badge {
  background: var(--tl-epc-warn-soft);
  color: var(--tl-epc-warn);
}

.tl-epc__verdict h3 {
  margin: 0;
  color: #101821;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.tl-epc__verdict p {
  margin-bottom: 0;
  color: #344658;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.tl-epc__variant-note,
.tl-epc__note {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid rgba(210, 159, 50, 0.35);
  border-radius: 0.5rem;
  background: var(--tl-epc-warn-soft);
  color: var(--tl-epc-warn);
  font-size: 0.9375rem;
  font-weight: 520;
  line-height: 1.45;
}

.tl-epc__variant-note strong {
  color: #5f3c00;
  font-weight: 720;
}

.tl-epc__variant-list {
  display: grid;
  gap: 0.375rem;
  margin-top: 0.375rem;
}

.tl-epc__variant-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.625rem;
  border: 0.0625rem solid rgba(210, 159, 50, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.58);
  color: inherit;
  cursor: default;
  text-align: left;
  transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

button.tl-epc__variant-row {
  cursor: pointer;
}

button.tl-epc__variant-row:hover,
button.tl-epc__variant-row:focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 107, 152, 0.08);
  outline: none;
  transform: translateY(-0.0625rem);
}

.tl-epc__variant-row.is-supported {
  border-color: rgba(22, 131, 94, 0.3);
  background:
    linear-gradient(135deg, rgba(231, 248, 239, 0.96), rgba(255, 255, 255, 0.72)),
    #ffffff;
}

.tl-epc__variant-row.is-warning,
.tl-epc__variant-row.is-unsupported {
  border-color: rgba(185, 54, 77, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 240, 243, 0.72), rgba(255, 255, 255, 0.8)),
    #ffffff;
}

.tl-epc__variant-row.is-selected {
  border-color: rgba(210, 159, 50, 0.44);
  background: rgba(255, 255, 255, 0.86);
}

.tl-epc__variant-row.is-selected.is-supported {
  border-color: rgba(22, 131, 94, 0.36);
  background:
    linear-gradient(135deg, rgba(231, 248, 239, 0.82), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.tl-epc__variant-row.is-selected.is-warning,
.tl-epc__variant-row.is-selected.is-unsupported {
  border-color: rgba(210, 159, 50, 0.38);
  background: rgba(255, 255, 255, 0.78);
}

.tl-epc__variant-row b,
.tl-epc__variant-row em,
.tl-epc__variant-row small {
  min-width: 0;
  font: inherit;
  line-height: 1.3;
}

.tl-epc__variant-row b {
  color: #684708;
  font-weight: 760;
  white-space: nowrap;
}

.tl-epc__variant-row.is-supported b {
  color: var(--tl-epc-green);
}

.tl-epc__variant-row.is-warning b,
.tl-epc__variant-row.is-unsupported b {
  color: var(--tl-epc-red);
}

.tl-epc__variant-row em {
  color: #795312;
  font-style: normal;
}

.tl-epc__variant-row.is-supported em {
  color: #315f4f;
}

.tl-epc__variant-row.is-warning em,
.tl-epc__variant-row.is-unsupported em {
  color: #70525a;
}

.tl-epc__variant-row small {
  color: #8a6b32;
  font-size: 0.86em;
  white-space: nowrap;
}

.tl-epc__variant-row.is-supported small {
  color: var(--tl-epc-green);
}

.tl-epc__variant-row.is-warning small,
.tl-epc__variant-row.is-unsupported small {
  color: #8a6670;
}

.tl-epc__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
}

.tl-epc__details div {
  min-width: 0;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid rgba(216, 226, 235, 0.95);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.86);
}

.tl-epc__details .tl-epc__detail-esim {
  border-color: rgba(22, 131, 94, 0.34);
  background:
    linear-gradient(135deg, rgba(231, 248, 239, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: inset 0 0 0 0.0625rem rgba(22, 131, 94, 0.08);
}

.tl-epc__details .tl-epc__detail-esim.is-zero {
  border-color: rgba(185, 54, 77, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 240, 243, 0.78), rgba(255, 255, 255, 0.92)),
    #ffffff;
}

.tl-epc__details .tl-epc__detail-esim.is-unknown {
  border-color: rgba(22, 131, 94, 0.24);
  background:
    linear-gradient(135deg, rgba(231, 248, 239, 0.72), rgba(255, 255, 255, 0.94)),
    #ffffff;
}

.tl-epc__details .tl-epc__detail-esim dd {
  color: var(--tl-epc-green);
  font-size: 1.35em;
  font-weight: 850;
  line-height: 1.05;
}

.tl-epc__details .tl-epc__detail-esim.is-zero dd {
  color: var(--tl-epc-red);
}

.tl-epc__details .tl-epc__detail-esim.is-unknown dd {
  color: var(--tl-epc-green);
  font-size: 1em;
  line-height: 1.35;
}

.tl-epc__details .tl-epc__sim-detail {
  grid-column: 1 / -1;
  border-color: rgba(17, 107, 152, 0.18);
  background:
    linear-gradient(135deg, rgba(232, 245, 251, 0.58), rgba(255, 255, 255, 0.94)),
    #ffffff;
}

.tl-epc__sim-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.tl-epc__sim-list span {
  display: inline-flex;
  gap: 0.3125em;
  align-items: baseline;
  min-width: 0;
  padding: 0.45em 0.65em;
  border: 0.0625rem solid rgba(17, 107, 152, 0.14);
  border-radius: 999em;
  background: rgba(255, 255, 255, 0.82);
  color: #344658;
  line-height: 1.25;
}

.tl-epc__sim-list span.is-positive {
  border-color: rgba(22, 131, 94, 0.24);
  background: rgba(231, 248, 239, 0.82);
  color: var(--tl-epc-green);
}

.tl-epc__sim-list span.is-warning {
  border-color: rgba(210, 159, 50, 0.26);
  background: rgba(255, 247, 231, 0.86);
  color: var(--tl-epc-warn);
}

.tl-epc__sim-list span.is-muted {
  border-color: rgba(99, 115, 133, 0.14);
  background: rgba(247, 250, 252, 0.92);
  color: var(--tl-epc-muted);
}

.tl-epc__sim-list b {
  color: #607386;
  font: inherit;
  font-weight: 760;
}

.tl-epc__sim-list span.is-positive b {
  color: var(--tl-epc-green);
}

.tl-epc__sim-list span.is-warning b {
  color: var(--tl-epc-warn);
}

.tl-epc__details dt {
  margin-bottom: 0.25rem;
  color: var(--tl-epc-muted);
  font-size: 0.875rem;
  font-weight: 760;
  line-height: 1.32;
}

.tl-epc__details dd {
  margin: 0;
  color: var(--tl-epc-text);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.tl-epc__tariff-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.875rem;
  border: 0.0625rem solid rgba(255, 97, 64, 0.26);
  border-radius: 0.5rem;
  background:
    linear-gradient(135deg, rgba(255, 247, 244, 0.96), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: inset 0.25rem 0 0 rgba(255, 97, 64, 0.72);
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.tl-epc__tariff-cta *,
.tl-epc__tariff-cta *:hover,
.tl-epc__tariff-cta *:focus {
  text-decoration: none !important;
}

.tl-epc__tariff-cta:hover,
.tl-epc__tariff-cta:focus {
  border-color: rgba(255, 97, 64, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 243, 238, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  color: inherit;
  text-decoration: none !important;
  transform: translateY(-0.0625rem);
  box-shadow:
    inset 0.25rem 0 0 rgba(255, 97, 64, 0.9),
    0 0.75rem 1.5rem rgba(255, 97, 64, 0.1);
  outline: none;
}

.tl-epc__tariff-cta:focus-visible {
  box-shadow:
    inset 0.25rem 0 0 rgba(255, 97, 64, 0.72),
    0 0 0 0.1875rem rgba(255, 97, 64, 0.18);
}

.tl-epc__tariff-copy {
  display: grid;
  gap: 0.1875rem;
  min-width: 0;
}

.tl-epc__tariff-copy b {
  color: #18222e;
  font-size: 0.9375rem;
  font-weight: 820;
  line-height: 1.25;
}

.tl-epc__tariff-copy small {
  color: #637385;
  font-size: 0.875rem;
  font-weight: 560;
  line-height: 1.35;
}

.tl-epc__tariff-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid rgba(255, 97, 64, 0.24);
  border-radius: 999em;
  background: #ff6140;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0.75rem 1.5rem rgba(255, 97, 64, 0.18);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.tl-epc__tariff-cta:hover .tl-epc__tariff-link,
.tl-epc__tariff-cta:focus .tl-epc__tariff-link {
  background: #ef5435;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.875rem 1.625rem rgba(255, 97, 64, 0.24);
}

.tl-epc__source {
  justify-self: start;
  width: fit-content;
  color: #7a8795;
  font-size: 0.8125rem;
  font-weight: 520;
  line-height: 1.3;
  text-decoration: none;
  opacity: 0.78;
}

.tl-epc__source:hover,
.tl-epc__source:focus {
  color: #0d577d;
  opacity: 1;
  text-decoration: underline;
}

.tl-epc__seo {
  display: grid;
  gap: 0.875rem;
  padding: 0 1.5rem 1.5rem;
}

.tl-epc__seo > p {
  margin: 0;
  color: #465666;
  font-size: 0.875rem;
  line-height: 1.55;
}

.tl-epc__faq {
  display: grid;
  gap: 0.5rem;
}

.tl-epc__faq details {
  border: 0.0625rem solid var(--tl-epc-line);
  border-radius: 0.5rem;
  background: #ffffff;
}

.tl-epc__faq summary {
  padding: 0.75rem 0.875rem;
  color: var(--tl-epc-text);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 900;
}

.tl-epc__faq p {
  margin: 0;
  padding: 0 0.875rem 0.875rem;
  color: #465666;
  font-size: 0.875rem;
  line-height: 1.5;
}

.tl-epc__noscript {
  margin: 0 1.5rem 1.5rem;
  padding: 0.75rem;
  border: 0.0625rem solid var(--tl-epc-line);
  border-radius: 0.5rem;
  color: var(--tl-epc-muted);
  font-size: 0.875rem;
}

@media (min-width: 45.06rem) {
  .tl-epc__dropdown {
    width: min(100% - 3rem, 42.5rem);
    right: auto;
  }

  .tl-epc__drop-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-epc__model-option {
    grid-column: 1 / -1;
  }
}

@media (max-width: 45rem) {
  .tl-epc {
    margin: 1.5rem 0;
    overflow-x: clip;
  }

  .tl-epc__finder,
  .tl-epc__seo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tl-epc__head {
    padding: 1.25rem 1rem 1.125rem;
  }

  .tl-epc__head::before {
    display: none;
  }

  .tl-epc__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .tl-epc__meta span {
    grid-template-rows: 1.125rem 1rem;
    gap: 0.25rem;
    padding: 0 0.4375rem;
    font-size: 0.75rem;
  }

  .tl-epc__meta strong {
    min-width: auto;
    font-size: 0.875rem;
  }

  .tl-epc h2 {
    font-size: 1.438rem;
  }

  .tl-epc__lead {
    font-size: 0.9375rem;
  }

  .tl-epc__picker {
    grid-template-columns: 1fr;
  }

  .tl-epc__steps span {
    min-height: 2rem;
    font-size: 0.75rem;
  }

  .tl-epc__select {
    min-height: 3.75rem;
  }

  .tl-epc__details {
    grid-template-columns: 1fr;
  }

  .tl-epc__tariff-cta {
    grid-template-columns: 1fr;
  }

  .tl-epc__tariff-link {
    width: 100%;
  }

  .tl-epc.is-dropdown-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: rgba(12, 22, 32, 0.32);
  }

  .tl-epc__dropdown {
    position: fixed;
    top: auto;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
    z-index: 99999;
    width: auto;
    max-width: calc(100vw - 1.25rem);
    max-height: min(88vh, 44rem);
    border-radius: 0.5rem;
  }

  .tl-epc__drop-search input {
    min-width: 0;
    text-overflow: ellipsis;
  }

  .tl-epc__model-tools {
    grid-template-columns: 1fr;
  }

  .tl-epc__esim-toggle {
    min-width: 0;
    justify-content: start;
  }

  .tl-epc__drop-body {
    max-height: calc(min(88vh, 44rem) - 7rem);
  }

  .tl-epc__dropdown.is-model .tl-epc__drop-body {
    max-height: calc(min(88vh, 44rem) - 13rem);
  }

  .tl-epc__brand-option,
  .tl-epc__model-option {
    min-height: 3.375rem;
  }

  .tl-epc__model-option {
    grid-template-columns: minmax(0, 1fr) 1.875rem;
    gap: 0.5rem;
  }

  .tl-epc__model-cue {
    width: 1.875rem;
    max-width: 1.875rem;
    min-width: 1.875rem;
    min-height: 1.875rem;
    padding: 0;
    overflow: hidden;
    color: transparent !important;
    font-size: 0;
    position: relative;
    white-space: nowrap;
  }

  .tl-epc__model-cue::before {
    display: none;
  }

  .tl-epc__model-cue::after {
    content: "";
    position: absolute;
    width: 0.4375rem;
    height: 0.4375rem;
    border-right: 0.125rem solid #607386;
    border-bottom: 0.125rem solid #607386;
    transform: rotate(-45deg);
  }

  .tl-epc__model-option:hover .tl-epc__model-cue::after,
  .tl-epc__model-option:focus .tl-epc__model-cue::after,
  .tl-epc__model-option.is-active .tl-epc__model-cue::after {
    border-color: #ffffff;
  }

  .tl-epc__variant-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "state action"
      "desc desc";
    align-items: start;
  }

  .tl-epc__variant-row b {
    grid-area: state;
  }

  .tl-epc__variant-row em {
    grid-area: desc;
    overflow-wrap: anywhere;
  }

  .tl-epc__variant-row small {
    grid-area: action;
    justify-self: end;
  }

  .tl-epc__sim-list span {
    max-width: 100%;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-epc *,
  .tl-epc *::before,
  .tl-epc *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
