body.lp-page {
  padding-top: 0 !important;
  color: var(--ink);
}

.lp-page {
  --lp-hero-pad-x: clamp(22px, 3.2vw, 44px);
  --lp-hero-pad-top: clamp(28px, 4.5vw, 54px);
  --lp-hero-pad-bottom: clamp(44px, 7vw, 92px);
  --lp-hero-gap: clamp(12px, 1.6vw, 18px);
}

.lp-page main#top {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 6vw, 96px);
  padding: clamp(22px, 3vw, 44px) 0 calc(110px + env(safe-area-inset-bottom)) 0;
}

.lp-page main#top > section {
  padding: 0 !important;
}

.lp-page .lp-wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.lp-page .lp-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.lp-page .lp-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: 0.015em;
}

.lp-page .lp-head .ph {
  margin: 10px 0 0;
}

.lp-page .lp-proof-flow {
  display: grid;
  gap: 0;
}


.lp-page .lp-grid-2,
.lp-page .lp-grid-3 {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
}

.lp-page .lp-pricing-grid {
  display: grid;
  gap: clamp(18px, 2.2vw, 26px);
  align-items: stretch;
}

.lp-page .lp-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-page .lp-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-page .lp-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-page .glass {
  background: var(--glass-bg);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.lp-page .lp-card {
  border-radius: var(--radius-lg);
  padding: clamp(22px, 2.4vw, 30px);
}

.lp-page .lp-hero {
  padding: 0;
}

.lp-page .lp-card h3 {
  margin: 0 0 10px;
}

.lp-page .lp-card p:last-child,
.lp-page .lp-card ul:last-child {
  margin-bottom: 0;
}

.lp-page p,
.lp-page li {
  color: color-mix(in srgb, var(--ink) 88%, white 12%);
}

.lp-page .lp-muted,
.lp-page .ph {
  color: color-mix(in srgb, var(--ink) 72%, white 28%);
}

.lp-page .lp-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: var(--lp-hero-pad-top) var(--lp-hero-pad-x) var(--lp-hero-pad-bottom);
  display: flex;
  flex-direction: column;
  gap: var(--lp-hero-gap);
  background: var(--glass-bg) !important;
  border: 1px solid var(--glass-br);
  box-shadow: var(--shadow-soft);
}

.lp-page .lp-hero-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 18% 18%, rgba(252, 136, 58, 0.24), transparent 55%),
    radial-gradient(circle at 82% 20%, rgba(41, 126, 138, 0.22), transparent 60%),
    radial-gradient(circle at 55% 78%, rgba(255, 236, 209, 0.1), transparent 62%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.06) 40%,
      rgba(0, 0, 0, 0.1) 100%
    );
  filter: blur(10px);
  transform: rotate(8deg);
  pointer-events: none;
  opacity: 0.95;
  z-index: 0;
}

.lp-page .lp-hero-card > * {
  position: relative;
  z-index: 1;
}

.lp-page .lp-kicker,
.lp-page .lp-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(41, 126, 138, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.lp-page .lp-kicker {
  margin-bottom: 18px;
}

.lp-page .lp-kicker-mobile {
  display: none;
}

.lp-page .lp-hero-card h1 {
  margin: 0;
  padding-bottom: clamp(10px, 1.4vw, 18px);
  max-width: 18ch;
  font-size: clamp(2rem, 4.1vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.lp-page .lp-subhead {
  margin: 0;
  max-width: 72ch;
  opacity: 0.9;
  line-height: 1.56;
}

.lp-page .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(10px, 1.8vw, 18px);
}

.lp-page .lp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto clamp(20px, 2vw, 26px);
}

.lp-page .lp-quotes .lp-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.lp-page .testimonial-profile {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(41, 126, 138, 0.22);
  object-fit: cover;
  background:
    linear-gradient(145deg, rgba(41, 126, 138, 0.2), rgba(252, 136, 58, 0.2)),
    rgba(255, 255, 255, 0.76);
}

.lp-page .lp-quotes .lp-card p {
  margin: 0;
  line-height: 1.55;
}

.lp-page .lp-fit .lp-card h3,
.lp-page .lp-steps .lp-card h3,
.lp-page .lp-content-card h3 {
  margin: 10px 0 12px;
  font-size: 1.1rem;
}

.lp-page .lp-content-grid {
  align-items: stretch;
}


.lp-page .lp-location .lp-head .ph {
  max-width: 98ch;
}

.lp-page .lp-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
}

.lp-page .lp-location-item {
  display: grid;
  gap: 12px;
  align-content: start;
  justify-items: center;
}

.lp-page .lp-location-map,
.lp-page .lp-location-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
}

.lp-page .lp-location-map {
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(41, 126, 138, 0.2);
  box-shadow: var(--shadow-soft);
}

.lp-page .lp-location-map iframe {
  border-radius: inherit;
}

.lp-page .lp-location-map .overlay {
  left: 12px;
  top: 12px;
}

.lp-page .lp-location-image {
  display: block;
  object-fit: cover;
  border: 1px solid rgba(41, 126, 138, 0.2);
  box-shadow: var(--shadow-soft);
}

.lp-page .lp-location-pill {
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  max-width: 100%;
}

.lp-page .lp-location-pill-title-mobile {
  display: none;
  margin: 0 auto 8px;
  font-weight: 700;
  text-align: center;
  color: var(--text);
}

.lp-page .lp-location-pill-mobile {
  display: none;
}


.lp-page .lp-content-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-page .lp-content-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
  border: 1px solid rgba(41, 126, 138, 0.2);
  margin-bottom: 6px;
}

.lp-page .lp-content-card p {
  margin: 0;
  line-height: 1.5;
}

.lp-page .lp-fit .lp-card ul,
.lp-page .deliverables-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
  line-height: 1.5;
}

.lp-page .lp-grid-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-page .lp-steps .lp-card p {
  margin: 0;
  line-height: 1.5;
}

.lp-page .deliverables-list {
  column-count: 2;
  column-gap: clamp(18px, 3vw, 34px);
}

.lp-page .deliverables-list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.lp-page .lp-plan {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  padding: clamp(22px, 3.2vw, 34px) !important;
  gap: clamp(12px, 1.8vw, 16px);
}

.lp-page .lp-plan h3 {
  margin: 0;
  font-size: 1.2rem;
}

.lp-page .lp-plan .price,
.lp-page .lp-plan .lp-price {
  margin: 0;
  padding-top: 2px;
  font-size: 1.88rem;
  font-weight: 700;
}

.lp-page .lp-plan ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.lp-page .lp-plan li {
  margin: 0;
  line-height: 1.45;
  opacity: 0.92;
}

.lp-page .lp-plan .price + ul,
.lp-page .lp-plan .lp-price + ul {
  margin-top: 6px;
}

.lp-page .lp-plan .price span {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.82;
}

.lp-page .lp-plan .btn {
  margin-top: auto;
  align-self: flex-start;
  padding: 12px 16px;
}

.lp-page .lp-plan.is-featured {
  transform: translateY(-7px);
  padding-top: clamp(28px, 3.6vw, 40px) !important;
  border: 1px solid color-mix(in srgb, var(--accent) 54%, white 46%);
  box-shadow:
    0 26px 48px rgba(252, 136, 58, 0.13),
    0 0 0 1px rgba(252, 136, 58, 0.16);
}

.lp-page .lp-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(252, 136, 58, 0.46);
  background: rgba(252, 136, 58, 0.14);
}

.lp-page .lp-plan .lp-badge {
  margin-bottom: 6px;
}

.lp-page .faq-panel {
  padding: clamp(28px, 4.6vw, 56px);
}

.lp-page .faq-panel details {
  padding: 14px 4px;
  border-bottom: 1px solid rgba(41, 126, 138, 0.2);
}

.lp-page .faq-panel details:last-child {
  border-bottom: none;
}

.lp-page .faq-panel summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lp-page .faq-panel summary::-webkit-details-marker {
  display: none;
}

.lp-page .faq-panel summary::after {
  content: "⌄";
  font-size: 1rem;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.lp-page .faq-panel details[open] summary::after {
  transform: rotate(180deg);
}

.lp-page .faq-panel p {
  margin: 12px 0 0;
  line-height: 1.58;
}

.lp-page .lp-final .band {
  border-radius: var(--radius-xl);
  text-align: center;
  padding: clamp(30px, 4.2vw, 44px);
  border: 1px solid color-mix(in srgb, var(--accent) 36%, white 64%);
  background:
    linear-gradient(145deg, rgba(41, 126, 138, 0.2), rgba(252, 136, 58, 0.16)),
    var(--glass-bg);
}

.lp-page .lp-final .band h2 {
  margin: 0 0 12px;
}

.lp-page .lp-final .band p {
  margin: 0 auto 20px;
  max-width: 64ch;
}

.lp-page .lp-final .cta-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lp-page .lp-mobile-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  display: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 980px) {
  .lp-page .lp-wrap {
    width: min(1040px, calc(100% - 40px));
  }

  .lp-page main#top {
    gap: clamp(64px, 10vw, 92px);
    padding: clamp(42px, 11vw, 72px) 0 calc(142px + env(safe-area-inset-bottom, 0px)) 0;
  }

  .lp-page .lp-kicker-desktop {
    display: none;
  }

  .lp-page .lp-kicker-mobile {
    display: inline;
  }

  .lp-page .lp-kicker {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .lp-page .lp-head {
    margin-bottom: clamp(20px, 4.6vw, 30px);
  }

  .lp-page .lp-head h2,
  .lp-page .lp-head .ph {
    text-align: center;
  }

  .lp-page .lp-grid-2,
  .lp-page .lp-grid-3,
  .lp-page .lp-pricing-grid {
    grid-template-columns: 1fr;
  }

  .lp-page .lp-proof-flow {
    gap: 14px;
  }

  .lp-page .lp-proof-flow .lp-chips,
  .lp-page .lp-proof-flow .lp-quotes {
    display: contents;
  }

  .lp-page .lp-proof-flow .lp-chip,
  .lp-page .lp-proof-flow .lp-quotes .lp-card {
    width: 100%;
    margin: 0;
  }

  .lp-page .lp-proof-flow .lp-chip {
    display: flex;
    justify-content: center;
  }

  .lp-page .lp-proof-flow .lp-chip:nth-child(1) { order: 1; }
  .lp-page .lp-proof-flow .lp-quotes .lp-card:nth-child(1) { order: 2; }
  .lp-page .lp-proof-flow .lp-chip:nth-child(2) { order: 3; }
  .lp-page .lp-proof-flow .lp-quotes .lp-card:nth-child(2) { order: 4; }
  .lp-page .lp-proof-flow .lp-chip:nth-child(3) { order: 5; }
  .lp-page .lp-proof-flow .lp-quotes .lp-card:nth-child(3) { order: 6; }
  .lp-page .lp-proof-flow .lp-chip:nth-child(4) { order: 7; }
  .lp-page .lp-proof-flow .lp-quotes .lp-card:nth-child(4) { order: 8; }

  .lp-page .lp-plan.is-featured {
    transform: none;
  }

  .lp-page .hero-cta-row {
    justify-content: center;
  }

  .lp-page .lp-plan .btn {
    margin-top: clamp(18px, 4vw, 26px);
    align-self: center;
  }

  .lp-page .deliverables-list {
    column-count: 1;
  }

  .lp-page .lp-mobile-cta {
    display: inline-flex;
  }

  .lp-page .lp-mobile-cta {
    min-width: min(340px, calc(100vw - 28px));
    justify-content: center;
  }
}

@media (min-width: 981px) {
  .lp-page .lp-mobile-cta {
    display: none;
  }
}

html[data-theme="dark"] .lp-page p,
html[data-theme="dark"] .lp-page li {
  color: color-mix(in srgb, var(--ink) 18%, white 82%);
}

html[data-theme="dark"] .lp-page .lp-muted,
html[data-theme="dark"] .lp-page .ph {
  color: color-mix(in srgb, var(--ink) 26%, white 74%);
}

html[data-theme="dark"] .lp-page .lp-kicker,
html[data-theme="dark"] .lp-page .lp-chip {
  background: rgba(24, 24, 24, 0.45);
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .lp-page .lp-hero-card {
  background: rgba(18, 26, 28, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .lp-page .lp-hero-card::before {
  opacity: 0.9;
}

html[data-theme="dark"] .lp-page .testimonial-profile {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(41, 126, 138, 0.34), rgba(252, 136, 58, 0.28)),
    rgba(24, 24, 24, 0.6);
}

html[data-theme="dark"] .lp-page .faq-panel details {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark"] .lp-page .lp-plan.is-featured {
  border-color: rgba(252, 136, 58, 0.65);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(252, 136, 58, 0.22);
}

.lp-page .classes-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}

.lp-page .classes-hero .lp-hero-card,
.lp-page .hero-media-grid {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.lp-page .hero-media-grid {
  display: block;
}

.lp-page .hero-media-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(41, 126, 138, 0.22);
  box-shadow: var(--shadow-soft);
}


.lp-page .classes-hero .lp-hero-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  padding: clamp(24px, 2.8vw, 36px);
  gap: clamp(18px, 2.4vw, 28px);
}

.lp-page .classes-hero .hero-copy-stack {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(16px, 2.3vw, 26px);
  align-content: stretch;
}

.lp-page .classes-hero .lp-hero-card h1 {
  font-size: clamp(1.82rem, 3.15vw, 2.8rem);
  max-width: 12ch;
  padding-bottom: 0;
}

.lp-page .classes-hero .lp-hero-card h1 .hero-line {
  display: block;
}

.lp-page .classes-hero .lp-hero-card h1 .hero-line-dynamic {
  white-space: nowrap;
}

.lp-page .classes-hero .lp-subhead {
  align-self: end;
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.52;
  max-width: 34ch;
  margin-top: 0;
}

.lp-page .classes-hero .hero-cta-row {
  margin-top: 0;
  padding-top: 0;
}

.lp-page .classes-type-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.lp-page .classes-type-card .btn {
  margin-top: auto;
  justify-self: flex-start;
}

.lp-page .plans-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-page .plan-tone-online {
  background: linear-gradient(155deg, rgba(21, 98, 112, 0.44), rgba(255, 255, 255, 0.08));
}

.lp-page .plan-tone-essential {
  background: linear-gradient(155deg, rgba(252, 136, 58, 0.34), rgba(255, 255, 255, 0.09));
}

.lp-page .plan-tone-prime,
.lp-page .plan-tone-vip {
  background: linear-gradient(155deg, rgba(120, 69, 35, 0.5), rgba(255, 255, 255, 0.06));
}

@media (max-width: 1100px) {
  .lp-page .classes-hero {
    grid-template-columns: 1fr;
  }

  .lp-page .classes-hero .lp-hero-card,
  .lp-page .hero-media-grid {
    aspect-ratio: auto;
  }

  .lp-page .classes-hero .lp-hero-card {
    grid-template-rows: auto auto auto;
    gap: 14px;
  }

  .lp-page .classes-hero .hero-copy-stack {
    grid-template-rows: auto auto;
    gap: 14px;
  }

  .lp-page .classes-hero .lp-subhead {
    max-width: 52ch;
  }


  .lp-page .lp-location-grid {
    grid-template-columns: 1fr;
  }

  .lp-page .plans-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .lp-page .plans-grid-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lp-page .lp-location .lp-head h2,
  .lp-page .lp-location .lp-head .ph {
    text-align: center;
  }

  .lp-page .lp-location-pill-title-mobile {
    display: block;
    margin: 14px auto 3px;
    font-size: 1.02rem;
    line-height: 1.2;
    letter-spacing: .01em;
  }

  .lp-page .lp-location-pill-desktop {
    display: none;
  }

  .lp-page .lp-location-pill-mobile {
    display: inline-flex;
  }

  .lp-page .lp-location-image-item,
  .lp-page .lp-location-map-item {
    display: flex;
    flex-direction: column;
  }

  .lp-page .lp-location-image-item {
    order: 1;
  }

  .lp-page .lp-location-image-item .lp-location-pill-title-mobile {
    order: 1;
  }

  .lp-page .lp-location-image-item .lp-location-pill-mobile {
    order: 2;
  }

  .lp-page .lp-location-image-item .lp-location-image {
    order: 3;
  }

  .lp-page .lp-location-map-item {
    order: 2;
  }

  .lp-page .lp-location-map-item .lp-location-pill-title-mobile {
    order: 1;
  }

  .lp-page .lp-location-map-item .lp-location-pill-mobile {
    order: 2;
  }

  .lp-page .lp-location-map-item .lp-location-map {
    order: 3;
  }


  .lp-page .classes-hero {
    gap: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--radius-xl);
    background: transparent;
  }

  .lp-page .classes-hero .hero-media-grid {
    order: 1;
    background: rgba(218, 225, 232, 0.6);
  }

  .lp-page .classes-hero .hero-media-grid img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .lp-page .classes-hero .lp-hero-card {
    order: 2;
    padding: 20px 20px 28px;
    gap: 18px;
    border: 0;
    border-top: 1px solid rgba(41, 126, 138, 0.16);
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    text-align: center;
    justify-items: center;
    background: var(--glass-bg) !important;
  }

  .lp-page .classes-hero .lp-kicker {
    margin-inline: auto;
  }

  .lp-page .classes-hero .hero-copy-stack {
    gap: 16px;
  }

  .lp-page .classes-hero .lp-hero-card h1,
  .lp-page .classes-hero .lp-subhead {
    margin-inline: auto;
    text-align: center;
  }

  .lp-page .classes-hero .lp-hero-card h1 .tw {
    min-width: 0;
  }

  .lp-page .classes-hero .lp-subhead {
    max-width: 28ch;
  }

  .lp-page .classes-hero .hero-cta-row {
    justify-content: center;
    width: 100%;
  }

  .lp-page .classes-hero .hero-cta-row .btn:not(.primary) {
    display: none;
  }
}

.lp-page .compact-plan ul {
  gap: 8px;
}

.lp-page .compact-plan li {
  font-size: 0.96rem;
  line-height: 1.32;
}

.lp-page .lp-pricing-table-wrap {
  padding: clamp(10px, 1.6vw, 18px);
  overflow-x: auto;
  background:
    linear-gradient(145deg, rgba(41, 126, 138, 0.08), rgba(252, 136, 58, 0.08)),
    var(--glass-bg);
}

.lp-page .lp-pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.lp-page .lp-pricing-table th,
.lp-page .lp-pricing-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.94rem;
}

.lp-page .lp-pricing-table thead th {
  font-size: 0.95rem;
  font-weight: 700;
}

.lp-page .lp-pricing-table td {
  font-weight: 700;
  color: inherit;
}

.lp-page .lp-pricing-table thead th:first-child,
.lp-page .lp-pricing-table tbody th {
  text-align: left;
}

.lp-page .lp-pricing-table tbody th {
  font-weight: 500;
  width: 40%;
}

.lp-page .lp-pricing-table tbody tr:last-child th,
.lp-page .lp-pricing-table tbody tr:last-child td {
  border-bottom: none;
}


.lp-page .lp-pricing-table .is-check {
  color: var(--accent);
  font-weight: 800;
}

.lp-page .lp-pricing-table .is-empty {
  color: inherit;
  opacity: 0.5;
  font-weight: 500;
}
.lp-page .lp-pricing-mobile-cards {
  display: none;
}

@media (max-width: 980px) {
  .lp-page .lp-pricing-table-wrap {
    display: none;
  }

  .lp-page .lp-pricing-mobile-cards {
    display: grid;
  }
}
