.plans-page {
  --plan-green: #096a3d;
  --plan-green-active: #087747;
  --plan-title: #17211c;
  --plan-copy: #66736c;
  --plan-bg: #f8fbfa;
  --plan-pale: #eaf6f0;
  --plan-line: #dce7e1;
  --plan-yellow: #ffd85a;
  margin: 0;
  overflow-x: hidden;
  background: var(--plan-bg);
  color: var(--plan-title);
  font-family: "Noto Sans KR", sans-serif;
}

.plans-page *,
.plans-page *::before,
.plans-page *::after {
  box-sizing: border-box;
}

.plans-page main button,
.plans-page main a {
  font: inherit;
}

.plans-page main button {
  color: inherit;
}

.plans-page .svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.plans-page .plan-finder-hero {
  position: relative;
  min-height: 218px;
  padding: 35px 20px 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 108%, rgba(231, 246, 239, 0.44) 0 145px, transparent 146px),
    linear-gradient(180deg, #f8fcfa 0%, #ffffff 100%);
  text-align: center;
  border-bottom: 1px solid #e8efeb;
}

.plans-page .plan-finder-hero::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%;
  width: 105px;
  height: 50px;
  border-radius: 100% 0;
  background: linear-gradient(135deg, rgba(197, 229, 211, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(-35deg);
}

.plans-page .plan-finder-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.plans-page .finder-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 5px 17px;
  border: 1px solid #b9dfca;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--plan-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.plans-page .plan-finder-hero h1 {
  margin: 0;
  color: var(--plan-title);
  font-size: clamp(34px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.plans-page .plan-finder-hero h1 span {
  color: var(--plan-green-active);
}

.plans-page .finder-lead {
  margin: 12px 0 0;
  color: var(--plan-copy);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.plans-page .plan-finder {
  position: relative;
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 20px 76px;
}

.plans-page .billing-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(835px, calc(100% - 40px));
  height: 54px;
  margin: -27px auto 24px;
  overflow: hidden;
  border: 1px solid var(--plan-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(22, 70, 49, 0.07);
}

.plans-page .billing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: #fff;
  color: #6d7772;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.plans-page .billing-tab + .billing-tab {
  border-left: 1px solid var(--plan-line);
}

.plans-page .billing-tab svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plans-page .billing-tab.is-active {
  border-bottom-color: var(--plan-green-active) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%) !important;
  color: var(--plan-green-active) !important;
  box-shadow: inset 0 0 0 1px var(--plan-green-active);
}

.plans-page .finder-toolbar {
  display: flex;
  align-items: center;
  width: min(895px, 100%);
  min-height: 53px;
  margin: 0 auto 14px;
  padding: 7px 12px;
  border: 1px solid var(--plan-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 7px 20px rgba(20, 70, 49, 0.045);
}

.plans-page .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.plans-page .filter-group:first-child {
  flex: 1 1 auto;
}

.plans-page .filter-group-label {
  flex: 0 0 auto;
  color: #28332d;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.plans-page .filter-options {
  display: flex;
  align-items: center;
  gap: 7px;
}

.plans-page .filter-chip {
  min-width: 64px;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #dfe7e3;
  border-radius: 999px;
  background: #fff;
  color: #4b5751;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: 160ms ease;
}

.plans-page .filter-chip:hover {
  border-color: #9fc8b2;
  color: var(--plan-green);
}

.plans-page .filter-chip.is-active {
  border-color: var(--plan-green-active);
  background: var(--plan-green-active);
  color: #fff;
  box-shadow: 0 3px 8px rgba(8, 119, 71, 0.22);
}

.plans-page .toolbar-divider {
  width: 1px;
  height: 25px;
  margin: 0 21px;
  background: #ccd8d1;
}

.plans-page .catalog-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.plans-page .postpaid-partner-strip {
  width: min(895px, 100%);
  margin: 0 auto 14px;
  text-align: center;
}

.plans-page .postpaid-partner-title {
  margin: 0 0 9px;
  color: #415148;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.plans-page .postpaid-partner-options {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.plans-page .partner-logo-button {
  display: grid;
  width: 92px;
  min-width: 0;
  justify-items: center;
  gap: 5px;
  padding: 5px 4px 6px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #5a6760;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  scroll-snap-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.plans-page .partner-logo-button img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

.plans-page .partner-logo-button:hover {
  background: #f3faf6;
  color: var(--plan-green);
}

.plans-page .partner-logo-button.is-active {
  border-color: #9ccdb2;
  background: #eef9f2;
  color: var(--plan-green);
  box-shadow: inset 0 0 0 2px rgba(8, 119, 71, 0.18);
}

.plans-page .partner-logo-button.is-active span {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.plans-page .catalog-shell {
  width: min(954px, 100%);
  margin: 0 auto;
}

.plans-page .catalog-empty {
  margin: 0;
  padding: 38px 20px;
  border: 1px solid #cfe0d6;
  border-radius: 16px;
  background: #fff;
  color: #526159;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.plans-page .catalog-carousel {
  position: relative;
}

.plans-page .catalog-viewport {
  width: 100%;
  overflow: hidden;
  outline: 0;
}

.plans-page .catalog-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 0 0 6px;
  scroll-behavior: smooth;
}

.plans-page .plan-card {
  position: relative;
  display: flex !important;
  flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  min-width: 0;
  min-height: 322px;
  overflow: hidden;
  flex-direction: column;
  padding: 20px 18px 0;
  border: 1px solid var(--plan-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(20, 70, 49, 0.07) !important;
  color: var(--plan-title);
  scroll-snap-align: start;
}

.plans-page .plan-card[hidden] {
  display: none !important;
}

.plans-page .card-badges {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  margin-bottom: 12px;
}

.plans-page .network-badge,
.plans-page .tech-badge,
.plans-page .status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.plans-page .network-badge.kt {
  background: #e8f3ff;
  color: #2368a8;
}

.plans-page .network-badge.lg {
  background: #fde9ee;
  color: #c93a55;
}

.plans-page .tech-badge {
  background: #e9f6ef;
  color: var(--plan-green);
}

.plans-page .status-badge {
  margin-left: auto;
  border-radius: 999px;
}

.plans-page .status-badge.popular {
  background: var(--plan-yellow);
  color: #5e4900;
}

.plans-page .status-badge.new {
  background: #dff4e8;
  color: #076638;
}

.plans-page .plan-name {
  margin: 0 0 8px !important;
  color: var(--plan-title) !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.045em;
  text-align: left !important;
}

.plans-page .plan-summary {
  min-height: 45px;
  margin: 0;
  color: var(--plan-copy);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.plans-page .plan-specs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 0;
  padding: 15px 0 13px;
  border-top: 1px solid var(--plan-line);
}

.plans-page .plan-spec {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.plans-page .plan-spec + .plan-spec {
  border-left: 1px solid var(--plan-line);
}

.plans-page .plan-spec svg {
  width: 21px;
  height: 21px;
  margin-bottom: 5px;
  fill: none;
  stroke: #5f6c65;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plans-page .spec-label {
  color: #64706a;
  font-size: 10px;
  line-height: 1.25;
}

.plans-page .spec-main {
  display: block;
  width: 100%;
  margin-top: 3px;
  color: #1c2721;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.plans-page .spec-sub {
  display: block;
  margin-top: 2px;
  color: #748079;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
}

.plans-page .plan-btn {
  display: flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: auto 0 15px;
  padding: 7px 12px;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--plan-green-active) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: none !important;
  transition: background-color 160ms ease;
}

.plans-page .plan-btn:hover {
  background: #065f39 !important;
}

.plans-page .plan-price-period {
  margin-right: 5px;
  font-size: 11px;
  font-weight: 800;
}

.plans-page .carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dce6e1;
  border-radius: 50%;
  background: #fff;
  color: #405048;
  font-size: 27px;
  line-height: 1;
  box-shadow: 0 5px 16px rgba(26, 62, 46, 0.13);
  cursor: pointer;
  transform: translateY(-50%);
}

.plans-page .carousel-arrow.prev {
  left: -52px;
}

.plans-page .carousel-arrow.next {
  right: -52px;
}

.plans-page .carousel-arrow:disabled {
  visibility: hidden;
}

.plans-page .catalog-dots {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-top: 8px;
}

.plans-page .catalog-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8dfdb;
  cursor: pointer;
  transition: width 160ms ease, background-color 160ms ease;
}

.plans-page .catalog-dot.is-active {
  width: 18px;
  background: var(--plan-green-active);
}

.plans-page .catalog-note {
  display: flex;
  width: min(954px, 100%);
  min-height: 39px;
  align-items: center;
  gap: 8px;
  margin: 24px auto 0;
  padding: 8px 18px;
  border-radius: 10px;
  background: rgba(235, 244, 239, 0.74);
  color: #748079;
  font-size: 12px;
  font-weight: 500;
}

.plans-page .catalog-note svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--plan-green);
  stroke-width: 1.6;
  stroke-linecap: round;
}

.plans-page .plan-helper {
  width: min(954px, 100%);
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid var(--plan-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(20, 70, 49, 0.045);
}

.plans-page .plan-helper-head {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #e9efec;
}

.plans-page .plan-helper-head h2 {
  margin: 0;
  color: var(--plan-title);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.plans-page .plan-helper-head a {
  color: var(--plan-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.plans-page .helper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 108px;
  padding: 17px 20px;
}

.plans-page .helper-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 0 18px;
}

.plans-page .helper-item:first-child {
  padding-left: 0;
}

.plans-page .helper-item:last-child {
  padding-right: 0;
}

.plans-page .helper-item + .helper-item {
  border-left: 1px solid var(--plan-line);
}

.plans-page .helper-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: var(--plan-pale);
  color: var(--plan-green-active);
}

.plans-page .helper-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plans-page .helper-item h3 {
  margin: 0 0 5px;
  color: #243029;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.plans-page .helper-item p {
  margin: 0;
  color: var(--plan-copy);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.plans-page .plans-faq {
  width: min(954px, 100%);
  margin: 42px auto 0;
  padding: 26px;
  border: 1px solid var(--plan-line);
  border-radius: 16px;
  background: #fff;
}

.plans-page .plans-faq-head {
  margin-bottom: 16px;
}

.plans-page .plans-faq-head h2 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 900;
}

.plans-page .plans-faq-head p {
  margin: 0;
  color: var(--plan-copy);
  font-size: 14px;
}

.plans-page .plans-faq-list {
  display: grid;
  gap: 9px;
}

.plans-page .plans-faq details {
  border: 1px solid #e1e9e5;
  border-radius: 11px;
  background: #fbfdfc;
}

.plans-page .plans-faq summary {
  padding: 14px 16px;
  color: #29342e;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.plans-page .plans-faq details p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--plan-copy);
  font-size: 13px;
  line-height: 1.7;
}

.plans-page .billing-tab:focus-visible,
.plans-page .filter-chip:focus-visible,
.plans-page .partner-logo-button:focus-visible,
.plans-page .carousel-arrow:focus-visible,
.plans-page .catalog-dot:focus-visible,
.plans-page .plan-btn:focus-visible,
.plans-page .plan-helper a:focus-visible,
.plans-page .catalog-viewport:focus-visible {
  outline: 3px solid rgba(8, 119, 71, 0.28);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .plans-page .carousel-arrow.prev {
    left: -18px;
  }

  .plans-page .carousel-arrow.next {
    right: -18px;
  }
}

@media (max-width: 899px) {
  .plans-page .finder-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 12px 14px;
  }

  .plans-page .filter-group {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .plans-page .filter-options {
    width: 100%;
  }

  .plans-page .filter-chip {
    min-width: 0;
    flex: 1 1 auto;
    padding-inline: 12px;
  }

  .plans-page .toolbar-divider {
    display: none;
  }
}

@media (max-width: 640px) {
  .plans-page .plan-finder-hero {
    min-height: 226px;
    padding: 24px 16px 61px;
    background:
      radial-gradient(circle at 110% 100%, rgba(231, 246, 239, 0.76) 0 135px, transparent 136px),
      linear-gradient(180deg, #f8fcfa 0%, #fff 100%);
  }

  .plans-page .plan-finder-hero::before {
    display: none;
  }

  .plans-page .finder-kicker {
    min-height: 29px;
    margin-bottom: 14px;
    padding: 4px 14px;
    font-size: 12px;
  }

  .plans-page .plan-finder-hero h1 {
    width: min(310px, 100%);
    margin: 0 auto;
    font-size: clamp(28px, 8.4vw, 31px);
    line-height: 1.28;
    letter-spacing: -0.06em;
  }

  .plans-page .finder-lead {
    width: 270px;
    margin: 13px auto 0;
    font-size: 14px;
    line-height: 1.75;
  }

  .plans-page .plan-finder {
    padding: 0 0 64px;
  }

  .plans-page .billing-tabs {
    width: calc(100% - 28px);
    height: 52px;
    margin: -26px 14px 15px;
    border-radius: 12px;
  }

  .plans-page .billing-tab {
    gap: 8px;
    font-size: 15px;
  }

  .plans-page .billing-tab svg {
    width: 21px;
    height: 21px;
  }

  .plans-page .finder-toolbar {
    width: calc(100% - 28px);
    min-height: 128px;
    margin: 0 14px 14px;
    padding: 10px 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 11px;
  }

  .plans-page .filter-group-label {
    font-size: 12px;
  }

  .plans-page .filter-options {
    gap: 6px;
  }

  .plans-page .filter-chip {
    height: 31px;
    padding: 0 9px;
    font-size: 11px;
  }

  .plans-page .postpaid-partner-strip {
    width: 100%;
    margin: 0 0 14px;
    overflow: hidden;
  }

  .plans-page .postpaid-partner-title {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .plans-page .postpaid-partner-options {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 0 14px 5px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .plans-page .postpaid-partner-options::-webkit-scrollbar {
    display: none;
  }

  .plans-page .partner-logo-button {
    width: 72px;
    flex: 0 0 72px;
    gap: 4px;
    padding: 4px 2px 5px;
    font-size: 10px;
  }

  .plans-page .partner-logo-button img {
    width: 48px;
    height: 48px;
  }

  .plans-page .catalog-shell {
    width: 100%;
  }

  .plans-page .catalog-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 6px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 14px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .plans-page .catalog-viewport::-webkit-scrollbar {
    display: none;
  }

  .plans-page .catalog-track {
    gap: 12px;
    width: max-content;
    padding-right: 42px;
    padding-left: 14px;
  }

  .plans-page .plan-card {
    flex-basis: calc(100vw - 70px);
    width: calc(100vw - 70px);
    min-height: 300px;
    padding: 17px 15px 0;
  }

  .plans-page .card-badges {
    margin-bottom: 10px;
  }

  .plans-page .network-badge,
  .plans-page .tech-badge,
  .plans-page .status-badge {
    min-height: 22px;
    padding: 3px 8px;
    font-size: 10px;
  }

  .plans-page .plan-name {
    font-size: 19px !important;
    text-align: center !important;
  }

  .plans-page .plan-summary {
    min-height: 44px;
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
  }

  .plans-page .plan-specs {
    margin-top: 10px;
    padding: 13px 0 11px;
  }

  .plans-page .plan-spec svg {
    width: 20px;
    height: 20px;
  }

  .plans-page .spec-main {
    font-size: 14px;
  }

  .plans-page .spec-sub {
    font-size: 8px;
  }

  .plans-page .plan-btn {
    min-height: 42px;
    margin: auto 0 12px;
    border-radius: 8px !important;
    font-size: 18px !important;
  }

  .plans-page .carousel-arrow {
    display: none;
  }

  .plans-page .catalog-dots {
    min-height: 30px;
    padding-top: 7px;
  }

  .plans-page .catalog-note {
    display: none;
  }

  .plans-page .plan-helper {
    width: calc(100% - 28px);
    margin-top: 14px;
  }

  .plans-page .plan-helper-head {
    min-height: 46px;
    padding-inline: 14px;
  }

  .plans-page .plan-helper-head h2 {
    font-size: 14px;
  }

  .plans-page .plan-helper-head a {
    font-size: 11px;
  }

  .plans-page .helper-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 14px 12px;
  }

  .plans-page .helper-item,
  .plans-page .helper-item:first-child,
  .plans-page .helper-item:last-child {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 76px;
    padding: 9px 0;
  }

  .plans-page .helper-item + .helper-item {
    border-top: 1px solid var(--plan-line);
    border-left: 0;
  }

  .plans-page .helper-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .plans-page .helper-icon svg {
    width: 27px;
    height: 27px;
  }

  .plans-page .helper-item h3 {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .plans-page .helper-item p {
    font-size: 11px;
    line-height: 1.55;
  }

  .plans-page .plans-faq {
    width: calc(100% - 28px);
    margin-top: 28px;
    padding: 20px 14px;
  }

  .plans-page .plans-faq-head h2 {
    font-size: 19px;
  }

  .plans-page .plans-faq-head p {
    font-size: 12px;
  }

  .plans-page .plans-faq summary {
    padding: 13px 12px;
    font-size: 12px;
  }

  .plans-page .plans-faq details p {
    padding: 0 12px 13px;
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .plans-page .filter-chip {
    padding-inline: 7px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plans-page *,
  .plans-page *::before,
  .plans-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
