/**
 * Wireless Broadband landing.
 */

.ar-wb {
  overflow: clip;
  background: #faf8fb;
}

.ar-wb .ar-tech-slider {
  margin-bottom: 0;
}

.ar-wb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(161, 34, 115, 0.1);
  color: #A12273;
  font-size: 0.8rem;
  font-weight: 700;
}

.ar-wb-kicker__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #A12273;
  animation: ar-wb-pulse 1.8s ease-out infinite;
}

@keyframes ar-wb-pulse {
  0% { box-shadow: 0 0 0 0 rgba(161, 34, 115, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(161, 34, 115, 0); }
  100% { box-shadow: 0 0 0 0 rgba(161, 34, 115, 0); }
}

.ar-wb-intro {
  padding: 2.25rem 0 1.5rem;
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(161, 34, 115, 0.08), transparent 55%),
    #fff;
}

.ar-wb-intro__inner {
  max-width: 46rem;
}

.ar-wb-intro h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.4;
  color: #2a0a3d;
}

.ar-wb-intro__lead {
  margin: 0 0 0.85rem;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.75;
  color: #5C123B;
}

.ar-wb-intro__body {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #5c3a6e;
}

.ar-wb-intro__benefits {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.ar-wb-intro__benefits li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, rgba(161, 34, 115, 0.08), transparent);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
  color: #2a0a3d;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ar-wb-intro__benefits li:hover {
  transform: translateX(-3px);
  background: linear-gradient(90deg, rgba(161, 34, 115, 0.12), transparent);
}

.ar-wb-intro__benefit-ico {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.65rem;
  color: #A12273;
  background: rgba(161, 34, 115, 0.1);
}

.ar-wb-intro__notes {
  margin: 0 0 1.35rem;
  display: grid;
  gap: 0.65rem;
}

.ar-wb-note {
  padding: 0.95rem 1.05rem;
  border-radius: 0.95rem;
  background: rgba(161, 34, 115, 0.04);
  border: 1px solid rgba(161, 34, 115, 0.1);
}

.ar-wb-note__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #A12273;
}

.ar-wb-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #4a2a58;
}

.ar-wb-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.ar-wb-tariffs {
  padding: 2rem 0 3rem;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(161, 34, 115, 0.06), transparent 70%),
    #f7f4f8;
}

.ar-wb-tariffs__layout {
  display: grid;
  grid-template-columns: minmax(15.5rem, 17.5rem) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.ar-wb-tariffs__main {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.ar-wb-advisor {
  position: sticky;
  top: 5.25rem;
  padding: 0.85rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(201, 162, 39, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(161, 34, 115, 0.06), transparent 55%),
    #fff;
  color: #2a0a3d;
  border: 1px solid rgba(161, 34, 115, 0.12);
  box-shadow: 0 12px 28px rgba(61, 13, 40, 0.06);
  overflow: visible;
  transition: box-shadow 0.35s ease;
}

.ar-wb-advisor.is-live {
  box-shadow:
    0 12px 28px rgba(61, 13, 40, 0.07),
    0 0 0 1px rgba(161, 34, 115, 0.12);
}

.ar-wb-advisor__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(161, 34, 115, 0.08);
}

.ar-wb-advisor__intro {
  min-width: 0;
  flex: 1;
}

.ar-wb-advisor__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #A12273;
}

.ar-wb-advisor h3 {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #2a0a3d;
}

.ar-wb-advisor__fit {
  margin: 0.3rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  background: rgba(161, 34, 115, 0.08);
  color: #A12273;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.ar-wb-advisor__note {
  margin: 0.45rem 0 0;
  color: #6a5d72;
  font-size: 0.7rem;
  line-height: 1.55;
}

.ar-wb-advisor__need {
  display: block;
  margin: 0 0 0.35rem;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 650;
  color: #7a5a86;
  line-height: 1.45;
}

.ar-wb-advisor__fit::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(161, 34, 115, 0.12);
}

.ar-wb-advisor__fit[data-level="light"] {
  background: rgba(46, 125, 90, 0.1);
  color: #2e7d5a;
}

.ar-wb-advisor__fit[data-level="light"]::before {
  box-shadow: 0 0 0 3px rgba(46, 125, 90, 0.12);
}

.ar-wb-advisor__fit[data-level="balanced"] {
  background: rgba(161, 34, 115, 0.08);
  color: #A12273;
}

.ar-wb-advisor__fit[data-level="heavy"] {
  background: rgba(201, 162, 39, 0.16);
  color: #8a6d14;
}

.ar-wb-advisor__fit[data-level="heavy"]::before {
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

.ar-wb-advisor__fit[data-level="extreme"] {
  background: rgba(92, 18, 59, 0.12);
  color: #5C123B;
}

.ar-wb-advisor__visual {
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 0.12rem;
  position: relative;
}

.ar-wb-advisor__visual::before {
  content: "";
  position: absolute;
  inset: -0.15rem -0.35rem auto;
  height: 4.2rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 70%, rgba(161, 34, 115, 0.1), transparent 68%);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.ar-wb-advisor.is-live .ar-wb-advisor__visual::before {
  opacity: 1;
  transform: scale(1.04);
}

.ar-wb-advisor__gauge {
  width: 6.75rem;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.ar-wb-advisor__track {
  stroke: rgba(161, 34, 115, 0.1);
}

.ar-wb-advisor__arc {
  stroke: url(#ar-wb-gauge-grad);
  transition: stroke-dasharray 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ar-wb-advisor__arc-vol {
  stroke: rgba(201, 162, 39, 0.85);
  transition: stroke-dasharray 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ar-wb-advisor__ticks {
  stroke: rgba(92, 18, 59, 0.22);
  stroke-width: 1.5;
}

.ar-wb-advisor__needle-g {
  transform-origin: 60px 64px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ar-wb-advisor__hub {
  fill: #C9A227;
  stroke: #fff;
  stroke-width: 1.5;
}

.ar-wb-advisor__needle {
  stroke: #5C123B;
  stroke-width: 2.6;
}

.ar-wb-advisor__tip {
  fill: #A12273;
}

.ar-wb-advisor__estimate {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.22rem;
  font-size: 0.64rem;
  font-weight: 700;
  color: #6b4a7a;
  position: relative;
  z-index: 1;
}

.ar-wb-advisor__estimate b {
  font-size: 0.84rem;
  color: #A12273;
  font-variant-numeric: tabular-nums;
  transition: transform 0.25s ease, color 0.25s ease;
}

.ar-wb-advisor.is-live .ar-wb-advisor__estimate b {
  color: #5C123B;
  transform: scale(1.06);
}

.ar-wb-advisor__estimate small {
  font-size: 0.58rem;
  font-weight: 700;
}

.ar-wb-advisor__estimate-sep {
  opacity: 0.4;
}

.ar-wb-advisor__sliders {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.ar-wb-advisor__field {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #5c3a6e;
}

.ar-wb-advisor__field em {
  font-style: normal;
  color: #A12273;
}

.ar-wb-advisor__field input[type="range"] {
  width: 100%;
  height: 0.35rem;
  accent-color: #A12273;
  cursor: pointer;
}

.ar-wb-advisor__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.ar-wb-advisor__chip {
  appearance: none;
  border: 1px solid rgba(161, 34, 115, 0.14);
  background: #faf8fb;
  color: #5C123B;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ar-wb-advisor__chip:hover,
.ar-wb-advisor__chip:focus-visible {
  border-color: rgba(161, 34, 115, 0.35);
  outline: none;
  transform: translateY(-1px);
}

.ar-wb-advisor__chip.is-on {
  background: linear-gradient(135deg, #A12273, #5C123B);
  border-color: #A12273;
  color: #fff;
  box-shadow: 0 4px 12px rgba(161, 34, 115, 0.22);
}

.ar-wb-advisor__results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}

.ar-wb-advisor__result {
  padding: 0.5rem 0.55rem;
  border-radius: 0.75rem;
  background: rgba(161, 34, 115, 0.04);
  border: 1px solid rgba(161, 34, 115, 0.1);
  display: grid;
  gap: 0.1rem;
  align-content: start;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.ar-wb-advisor__result.is-fresh {
  border-color: rgba(161, 34, 115, 0.35);
  box-shadow: 0 6px 16px rgba(161, 34, 115, 0.08);
  transform: translateY(-1px);
}

.ar-wb-advisor__result-kicker {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #A12273;
}

.ar-wb-advisor__result strong {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #2a0a3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ar-wb-advisor__result span {
  font-size: 0.65rem;
  color: #6b4a7a;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ar-wb-advisor__cta {
  appearance: none;
  margin-top: 0.25rem;
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.45rem;
  font: inherit;
  font-size: 0.65rem;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #A12273;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.ar-wb-advisor__cta:hover,
.ar-wb-advisor__cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  outline: none;
}

.ar-wb-advisor__result--volume {
  background: rgba(201, 162, 39, 0.08);
  border-color: rgba(201, 162, 39, 0.22);
}

.ar-wb-advisor__result--volume .ar-wb-advisor__result-kicker {
  color: #9a7a1c;
}

.ar-wb-advisor__cta--ghost {
  background: transparent;
  color: #A12273;
  border: 1px solid rgba(161, 34, 115, 0.28);
}

.ar-wb-advisor__cta--ghost:hover,
.ar-wb-advisor__cta--ghost:focus-visible {
  background: rgba(161, 34, 115, 0.06);
  filter: none;
}

.ar-wb-tabs {
  min-width: 0;
}

.ar-wb-section-head {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.ar-wb-section-head--start {
  margin-inline: 0;
  text-align: start;
}

.ar-wb-section-head__ico {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.55rem;
  border-radius: 1rem;
  color: #A12273;
  background: rgba(161, 34, 115, 0.1);
  box-shadow: 0 8px 20px rgba(161, 34, 115, 0.08);
}

.ar-wb-section-head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #2a0a3d;
}

.ar-wb-section-head p {
  margin: 0;
  color: #6b4a7a;
  line-height: 1.8;
  font-size: 0.92rem;
}

.ar-wb-tabs__rail {
  margin-bottom: 1.15rem;
  padding: 0.55rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 248, 251, 0.9));
  border: 1px solid rgba(161, 34, 115, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(61, 13, 40, 0.05);
}

.ar-wb-tabs__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.8rem, 1fr));
  gap: 0.45rem;
  overflow: visible;
}

.ar-wb-tabs__btn {
  appearance: none;
  position: relative;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  align-content: center;
  width: 100%;
  min-height: 4.25rem;
  margin: 0;
  padding: 0.7rem 0.45rem;
  border: 1px solid rgba(161, 34, 115, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  color: #4a2048;
  font: inherit;
  text-align: center;
  cursor: pointer;
  overflow: visible;
  transition:
    background 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ar-wb-tabs__btn::before {
  content: "";
  position: absolute;
  inset-inline: 18%;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.3s ease, inset-inline 0.3s ease;
}

.ar-wb-tabs__btn-speed {
  position: relative;
  z-index: 1;
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
  color: #2a0a3d;
  white-space: nowrap;
}

.ar-wb-tabs__btn-label {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.3;
  color: #7a5a86;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ar-wb-tabs__btn--tier-2,
.ar-wb-tabs__btn--tier-3 {
  background: linear-gradient(165deg, #fff, rgba(161, 34, 115, 0.045));
  border-color: rgba(161, 34, 115, 0.14);
}

.ar-wb-tabs__btn--tier-4,
.ar-wb-tabs__btn--tier-5 {
  background: linear-gradient(165deg, #fff 28%, rgba(201, 162, 39, 0.09));
  border-color: rgba(161, 34, 115, 0.18);
  box-shadow: 0 8px 18px rgba(61, 13, 40, 0.04);
}

.ar-wb-tabs__btn--tier-4 .ar-wb-tabs__btn-speed,
.ar-wb-tabs__btn--tier-5 .ar-wb-tabs__btn-speed {
  background: linear-gradient(120deg, #5C123B, #A12273 55%, #C9A227);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ar-wb-tabs__btn--tier-5 {
  min-height: 4.35rem;
}

.ar-wb-tabs__btn.is-premium {
  position: relative;
  border-color: rgba(201, 162, 39, 0.55);
  background:
    linear-gradient(160deg, rgba(255, 248, 230, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(145deg, rgba(161, 34, 115, 0.08), transparent);
  box-shadow: 0 10px 24px rgba(154, 123, 60, 0.14);
  padding-top: 1.45rem;
  min-width: 0;
}

.ar-wb-tabs__btn-badge {
  position: absolute;
  top: 0.3rem;
  inset-inline: 0.35rem;
  display: block;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  background: linear-gradient(160deg, #d4af37, #9a7b3c);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 0.7rem);
}

.ar-wb-tabs__btn.is-premium.is-active {
  background: linear-gradient(160deg, #c44a95 0%, #A12273 45%, #8b1c62 100%);
  border-color: transparent;
}

.ar-wb-tabs__btn.is-premium.is-active .ar-wb-tabs__btn-badge {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ar-wb-tabs__panel.is-premium {
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 20px 44px rgba(154, 123, 60, 0.12);
}

.ar-wb-plan-head--premium {
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(180deg, #fff8ea, #fff);
}

.ar-wb-plan-head__copy {
  display: grid;
  gap: 0.25rem;
  justify-items: end;
  text-align: end;
}

.ar-wb-plan-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(160deg, #d4af37, #9a7b3c);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.ar-wb-plan-head__hook {
  margin: 0;
  max-width: 22rem;
  color: #6a5d52;
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 550;
}

.ar-wb-tabs__btn:hover,
.ar-wb-tabs__btn:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(161, 34, 115, 0.28);
  box-shadow: 0 12px 26px rgba(161, 34, 115, 0.1);
  outline: none;
}

.ar-wb-tabs__btn:hover::before,
.ar-wb-tabs__btn:focus-visible::before {
  background: linear-gradient(90deg, transparent, #A12273, transparent);
  inset-inline: 12%;
}

.ar-wb-tabs__btn.is-active {
  background: linear-gradient(155deg, #5C123B 0%, #A12273 55%, #8a1a5f 100%);
  border-color: transparent;
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 14px 28px rgba(161, 34, 115, 0.3);
  transform: translateY(-2px);
}

.ar-wb-tabs__btn.is-active .ar-wb-tabs__btn-speed {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.ar-wb-tabs__btn.is-active .ar-wb-tabs__btn-label {
  color: rgba(255, 245, 250, 0.88);
}

.ar-wb-tabs__btn.is-active::before {
  background: linear-gradient(90deg, transparent, #e8d48b, transparent);
  inset-inline: 20%;
}

.ar-wb-tabs__btn.is-active:hover {
  filter: brightness(1.04);
  transform: translateY(-3px);
}

.ar-wb-tabs__panel {
  padding: 0;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(161, 34, 115, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 18px 40px rgba(61, 13, 40, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ar-wb-tabs__panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ar-wb-plan-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(161, 34, 115, 0.08);
  background: linear-gradient(180deg, #fdfbfd, #fff);
}

.ar-wb-plan-head__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #5c3a6e;
}

.ar-wb-plan-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(161, 34, 115, 0.08);
  color: #2a0a3d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ar-wb-plan-meta__ico {
  display: grid;
  place-items: center;
  color: #A12273;
}

.ar-wb-plan-meta__ico .ar-wb-ico {
  width: 1.1rem;
  height: 1.1rem;
}

.ar-wb-plan-meta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(161, 34, 115, 0.12);
}

.ar-wb-plan-meta__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #A12273;
}

.ar-wb-plan-meta strong {
  font-size: 0.98rem;
  font-variant-numeric: tabular-nums;
}

.ar-wb-empty {
  margin: 0;
  padding: 1.5rem 1.15rem;
  color: #5c3a6e;
  line-height: 1.7;
}

.ar-wb-table-wrap {
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  border-radius: 0;
  border: 0;
}

.ar-wb-table-wrap--narrow,
.ar-wb-table-wrap--extra {
  max-width: none;
  margin: 0;
  border-radius: 0;
  border: 0;
  overflow: visible;
}

.ar-wb-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 0;
  table-layout: fixed;
  font-size: 0.8rem;
}

.ar-wb-table-wrap--narrow .ar-wb-table,
.ar-wb-table--extra {
  min-width: 0;
}

.ar-wb-table th,
.ar-wb-table td {
  padding: 0.65rem 0.4rem;
  text-align: center;
  border-bottom: 1px solid rgba(161, 34, 115, 0.07);
  color: #3d1f4d;
  white-space: normal;
  word-break: break-word;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.ar-wb-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: linear-gradient(135deg, #4a0f32 0%, #A12273 55%, #c23a8a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  border-bottom: 0;
  box-shadow: 0 6px 16px rgba(61, 13, 40, 0.12);
}

.ar-wb-table tbody tr {
  transition:
    background 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}

.ar-wb-table tbody tr:nth-child(even) {
  background: rgba(161, 34, 115, 0.025);
}

.ar-wb-table tbody tr:hover {
  background: rgba(161, 34, 115, 0.09);
  box-shadow: inset 3px 0 0 #A12273;
}

.ar-wb-table tbody tr:hover td {
  color: #2a0a3d;
}

.ar-wb-table tbody tr:hover .ar-wb-cell--traffic {
  font-weight: 800;
  color: #A12273;
}

.ar-wb-table td.is-price .ar-wb-cell {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.ar-wb-table td.is-empty .ar-wb-cell {
  color: #c4b0cc;
  font-weight: 500;
}

.ar-wb-table tbody tr:hover td.is-empty .ar-wb-cell {
  color: #a890b4;
}

.ar-wb-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: 4.75rem;
  padding: 0.28rem 0.55rem;
  border-radius: 0.55rem;
  font-weight: 800;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  color: #A12273;
  background: rgba(161, 34, 115, 0.08);
  border: 1px solid rgba(161, 34, 115, 0.12);
  text-decoration: none;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.ar-wb-code:hover,
.ar-wb-code:focus-visible {
  background: #A12273;
  border-color: #A12273;
  color: #fff;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 8px 18px rgba(161, 34, 115, 0.28);
  outline: none;
}

.ar-wb-code--plain {
  color: #5C123B;
  cursor: default;
}

.ar-wb-code--plain:hover {
  background: rgba(161, 34, 115, 0.08);
  border-color: rgba(161, 34, 115, 0.12);
  color: #5C123B;
  transform: none;
  box-shadow: none;
}

.ar-wb-pref {
  margin: 0;
  padding: 0.85rem 1.15rem 1.1rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(161, 34, 115, 0.08);
}

.ar-wb-pref a {
  color: #A12273;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ar-wb-pref a:hover {
  color: #7a1857;
  text-decoration: underline;
}

.ar-wb-extra {
  margin-top: 0;
  padding: 1.05rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(161, 34, 115, 0.1);
  box-shadow: 0 14px 32px rgba(61, 13, 40, 0.05);
}

.ar-wb-extra:hover {
  box-shadow: 0 18px 36px rgba(161, 34, 115, 0.08);
}

.ar-wb-extra h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #2a0a3d;
}

.ar-wb-extra__sub {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: #6b4a7a;
  line-height: 1.6;
}

.ar-wb-extra__head {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.ar-wb-extra__ico {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  color: #A12273;
  background: rgba(161, 34, 115, 0.1);
  flex: 0 0 auto;
}

.ar-wb-extra__ico .ar-wb-ico {
  width: 1.25rem;
  height: 1.25rem;
}

.ar-wb-table--extra tbody tr.is-hl {
  background: rgba(201, 162, 39, 0.14) !important;
  box-shadow: inset 3px 0 0 #C9A227;
}

.ar-wb-table--extra tbody tr.is-hl td {
  color: #2a0a3d;
  font-weight: 700;
}

.ar-wb-cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

/* Breadcrumb */
.ar-wb-crumb {
  padding: 0.75rem 0 0;
}

.ar-wb-crumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.8rem;
  color: #6b4a7a;
}

.ar-wb-crumb li:not(:last-child)::after {
  content: "/";
  margin-inline-start: 0.5rem;
  opacity: 0.45;
}

.ar-wb-crumb a {
  color: #A12273;
  font-weight: 700;
  text-decoration: none;
}

.ar-wb-crumb a:hover {
  text-decoration: underline;
}

/* FAQ + related links */
.ar-wb-faq {
  margin-top: 1.75rem;
}

.ar-wb-faq__list {
  display: grid;
  gap: 0.55rem;
}

.ar-wb-faq__item {
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(161, 34, 115, 0.1);
  overflow: clip;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ar-wb-faq__item:hover,
.ar-wb-faq__item[open] {
  border-color: rgba(161, 34, 115, 0.22);
  box-shadow: 0 12px 28px rgba(61, 13, 40, 0.06);
}

.ar-wb-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1.1rem;
  font-weight: 800;
  color: #2a0a3d;
}

.ar-wb-faq__item summary::-webkit-details-marker {
  display: none;
}

.ar-wb-faq__item p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: #5c3a6e;
  line-height: 1.85;
  font-size: 0.92rem;
}

.ar-wb-related {
  margin-top: 1.5rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(161, 34, 115, 0.1);
}

.ar-wb-related__label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #2a0a3d;
}

.ar-wb-related__label .ar-wb-ico {
  width: 1.1rem;
  height: 1.1rem;
  color: #A12273;
}

.ar-wb-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ar-wb-related__list a {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #A12273;
  background: rgba(161, 34, 115, 0.07);
  text-decoration: none;
  transition: background 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.ar-wb-related__list a:hover,
.ar-wb-related__list a:focus-visible {
  background: #A12273;
  color: #fff;
  transform: translateY(-2px);
  outline: none;
}

/* Motion icons */
.ar-wb-ico {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.ar-wb-ico--sm {
  width: 1.1rem;
  height: 1.1rem;
}

.ar-wb-kicker {
  gap: 0.55rem;
}

.ar-wb-kicker__ico {
  display: grid;
  place-items: center;
}

.ar-wb-kicker__ico .ar-wb-ico {
  width: 1.15rem;
  height: 1.15rem;
}

.ar-wb-ico__arc {
  transform-origin: 20px 30px;
  animation: ar-wb-arc 2.4s ease-in-out infinite;
}

.ar-wb-ico__arc--2 { animation-delay: 0.15s; }
.ar-wb-ico__arc--3 { animation-delay: 0.3s; }

.ar-wb-ico__dot {
  animation: ar-wb-pulse-dot 1.8s ease-out infinite;
}

.ar-wb-ico__needle {
  transform-origin: 20px 22px;
  animation: ar-wb-needle 2.8s ease-in-out infinite;
}

.ar-wb-ico__check {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  animation: ar-wb-draw 2.2s ease forwards infinite;
}

@keyframes ar-wb-arc {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

@keyframes ar-wb-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.75; }
}

@keyframes ar-wb-needle {
  0%, 100% { transform: rotate(-18deg); }
  50% { transform: rotate(28deg); }
}

@keyframes ar-wb-draw {
  0% { stroke-dashoffset: 24; }
  40%, 100% { stroke-dashoffset: 0; }
}

/* Reveal */
[data-ar-wb-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-ar-wb-reveal].is-inview {
  opacity: 1;
  transform: none;
}

.ar-wb .ar-btn--3d {
  border-radius: 999px !important;
  border-width: 0 !important;
  padding: 0.9rem 1.45rem;
  font-weight: 700;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 0 rgba(0, 0, 0, 0.12),
    0 18px 28px rgba(61, 13, 40, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.ar-wb .ar-btn--3d:hover,
.ar-wb .ar-btn--3d:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 14px 0 rgba(0, 0, 0, 0.1),
    0 26px 36px rgba(161, 34, 115, 0.22);
}

.ar-wb .ar-btn--ghost {
  border-radius: 999px;
  border: 1px solid rgba(161, 34, 115, 0.35);
  background: transparent;
  color: #A12273;
  padding: 0.85rem 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.22s ease, transform 0.22s ease;
}

.ar-wb .ar-btn--ghost:hover {
  background: rgba(161, 34, 115, 0.06);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .ar-wb-tariffs__layout {
    grid-template-columns: 1fr;
  }

  .ar-wb-advisor {
    position: static;
  }

  .ar-wb-tabs__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ar-wb-advisor__results {
    grid-template-columns: 1fr;
  }

  .ar-wb-advisor__top {
    flex-direction: column;
    align-items: stretch;
  }

  .ar-wb-advisor__visual {
    justify-self: center;
  }

  .ar-wb-tabs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ar-wb-tabs__btn {
    min-height: 3.7rem;
    padding: 0.55rem 0.35rem;
  }

  .ar-wb-tabs__btn-speed {
    font-size: 0.8rem;
  }

  .ar-wb-tabs__btn-label {
    font-size: 0.62rem;
  }
}

@media (max-width: 900px) {
  .ar-wb-table,
  .ar-wb-table-wrap--narrow .ar-wb-table {
    min-width: 0;
  }

  .ar-wb-table thead {
    display: none;
  }

  .ar-wb-table tbody {
    display: grid;
    gap: 0.65rem;
    padding: 0.85rem;
  }

  .ar-wb-table tbody tr {
    display: grid;
    gap: 0.35rem;
    padding: 0.85rem;
    border-radius: 0.95rem;
    background: #fff !important;
    border: 1px solid rgba(161, 34, 115, 0.12);
    box-shadow: 0 8px 20px rgba(61, 13, 40, 0.04);
  }

  .ar-wb-table tbody tr:hover {
    box-shadow: 0 12px 28px rgba(161, 34, 115, 0.12);
    inset: auto;
  }

  .ar-wb-table tbody tr:hover {
    box-shadow:
      inset 3px 0 0 #A12273,
      0 12px 28px rgba(161, 34, 115, 0.12);
  }

  .ar-wb-table th,
  .ar-wb-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(161, 34, 115, 0.1);
    white-space: normal;
    text-align: start;
  }

  .ar-wb-table td:last-child {
    border-bottom: 0;
  }

  .ar-wb-table td::before {
    content: attr(data-label);
    flex: 0 0 42%;
    font-size: 0.75rem;
    font-weight: 800;
    color: #A12273;
  }

  .ar-wb-table-wrap {
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .ar-wb-section-head:not(.ar-wb-section-head--start) {
    text-align: right;
    margin-inline: 0;
  }

  .ar-wb-tabs__btn {
    padding: 0.55rem 0.35rem;
  }

  .ar-wb-tabs__btn-label {
    font-size: 0.62rem;
  }

  .ar-wb-plan-head {
    padding: 0.85rem 0.95rem;
  }

  .ar-wb-related__list a {
    flex: 1 1 calc(50% - 0.45rem);
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ar-wb-ico__arc,
  .ar-wb-ico__dot,
  .ar-wb-ico__needle,
  .ar-wb-ico__check,
  .ar-wb-kicker__dot,
  [data-ar-wb-reveal],
  .ar-wb-tabs__panel,
  .ar-wb-tabs__btn,
  .ar-wb-table tbody tr,
  .ar-wb-code,
  .ar-wb-advisor__arc,
  .ar-wb-advisor__arc-vol,
  .ar-wb-advisor__needle-g,
  .ar-wb-advisor__estimate b,
  .ar-wb-advisor__result {
    animation: none !important;
    transition: none !important;
  }

  [data-ar-wb-reveal] {
    opacity: 1;
    transform: none;
  }
}
