/* Oculu Pricing Landing — scoped to main only (do not affect theme header/nav) */
:root {
  --pl-red: #dc5b5b;
  --pl-red-dark: #c94a4a;
  --pl-orange: #f5802d;
  --pl-check: #3dc947;
  --pl-check-soft: rgba(61, 201, 71, 0.12);
  --pl-ink: #141414;
  --pl-muted: #4a4a4a;
  --pl-line: #e6e6e6;
  --pl-bg: #f6f4f1;
  --pl-white: #fff;
  --pl-dark: #0f0f10;
  --pl-card: #ffffff;
  --pl-accent-soft: rgba(220, 91, 91, 0.12);
  --pl-radius: 14px;
  --pl-shadow: 0 18px 40px rgba(20, 20, 20, 0.08);
  --pl-font: "proxima-nova", "Montserrat", sans-serif;
  --pl-display: "proxima-nova", "Montserrat", sans-serif;
}

main.pricing-landing,
main.pricing-landing * ,
main.pricing-landing *::before,
main.pricing-landing *::after {
  box-sizing: border-box;
}

main.pricing-landing {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--pl-font) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--pl-ink) !important;
  background: var(--pl-white);
  -webkit-font-smoothing: antialiased;
}

main.pricing-landing p,
main.pricing-landing li,
main.pricing-landing td,
main.pricing-landing th,
main.pricing-landing label,
main.pricing-landing button,
main.pricing-landing input,
main.pricing-landing textarea {
  font-family: var(--pl-font) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: inherit;
}

main.pricing-landing h1,
main.pricing-landing h2,
main.pricing-landing h3,
main.pricing-landing h4 {
  font-family: var(--pl-display) !important;
  font-weight: 700 !important;
  clear: none !important;
  line-height: 1.2 !important;
}

/* Default heading color — Why Oculu overrides to white below */
main.pricing-landing .pl-hero h1,
main.pricing-landing .pl-plans h2,
main.pricing-landing .pl-plan-name,
main.pricing-landing .pl-compare .pl-section-head h2,
main.pricing-landing .pl-features .pl-section-head h2,
main.pricing-landing .pl-feature-copy h3,
main.pricing-landing .pl-faq .pl-section-head h2 {
  color: var(--pl-ink) !important;
}

main.pricing-landing a {
  text-decoration: none;
}

main.pricing-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

main.pricing-landing .pl-container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

main.pricing-landing .pl-container-narrow {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
}

/* Header styles kept only if custom header is reintroduced — do not style theme nav */
.pl-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.pl-logo img {
  height: 34px;
  width: auto;
}

.pl-nav {
  display: none;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.pl-nav a:hover {
  color: var(--pl-red);
}

.pl-nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--pl-ink);
  color: #fff !important;
}

.pl-nav-cta:hover {
  background: var(--pl-red);
  color: #fff !important;
}

.pl-menu-toggle {
  display: inline-flex;
  border: 0;
  background: transparent;
  padding: 0.4rem;
  cursor: pointer;
}

.pl-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background: var(--pl-ink);
}

@media (min-width: 992px) {
  .pl-nav {
    display: flex;
  }

  .pl-menu-toggle {
    display: none;
  }
}

.pl-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0 0 1.25rem;
  border-top: 1px solid var(--pl-line);
}

.pl-mobile-nav.is-open {
  display: flex;
}

/* Hero */
.pl-hero {
  position: relative;
  padding: 10rem 0 2.5rem;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(220, 91, 91, 0.18), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--pl-bg) 100%);
  overflow: hidden;
}

.pl-hero-eyebrow,
main.pricing-landing .pl-hero-eyebrow,
main.pricing-landing .pl-hero p.pl-hero-eyebrow {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 0.85rem !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--pl-red) !important;
}

.pl-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--pl-display);
  font-size: clamp(32px, 5vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  font-weight: 700 !important;
  color: var(--pl-ink) !important;
}

.pl-hero-sub {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--pl-muted) !important;
  font-size: 20px !important;
}

/* Pricing cards */
.pl-plans {
  padding: 1rem 0 4rem;
  background: var(--pl-bg);
}

.pl-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 2.25rem;
  padding: 0.85rem 1.25rem;
  background: var(--pl-white);
  border: 1px solid var(--pl-line);
  border-radius: 999px;
  box-shadow: var(--pl-shadow);
}

.pl-billing-label {
  border: 0;
  background: transparent;
  padding: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #888;
  cursor: pointer;
}

.pl-billing-label.is-active {
  color: var(--pl-ink);
}

.pl-billing-switch {
  position: relative;
  width: 54px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

.pl-billing-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.pl-billing-slider {
  position: absolute;
  inset: 0;
  background: #d0d0d0;
  border-radius: 999px;
  transition: background 0.25s ease;
}

.pl-billing-slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.pl-billing-switch input:checked + .pl-billing-slider {
  background: var(--pl-red);
}

.pl-billing-switch input:checked + .pl-billing-slider::before {
  transform: translateX(24px);
}

.pl-billing-switch input:focus-visible + .pl-billing-slider {
  outline: 2px solid var(--pl-red);
  outline-offset: 3px;
}

.pl-billing-save {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pl-check);
  background: var(--pl-check-soft);
  border: 1px solid var(--pl-check);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.pl-billing-toggle.is-annual .pl-billing-save {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pl-plan-annual-note {
  margin: -0.55rem 0 1rem;
  font-size: 0.82rem;
  color: var(--pl-muted);
}

.pl-plan-annual-note[hidden] {
  display: none !important;
}

.pl-plans-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pl-plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .pl-plans-grid {
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
  }
}

.pl-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--pl-card);
  border: 1px solid var(--pl-line);
  border-radius: calc(var(--pl-radius) + 4px);
  padding: 1.6rem 1.35rem 1.45rem;
  box-shadow: var(--pl-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pl-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(20, 20, 20, 0.12);
}

.pl-plan.is-featured {
  border-color: var(--pl-red);
  box-shadow: 0 22px 48px rgba(220, 91, 91, 0.16);
}

.pl-plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pl-red);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.2 !important;
}

.pl-plan-name {
  margin: 0.2rem 0 0.35rem;
  font-family: var(--pl-display);
  font-size: 26px !important;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}

.pl-plan-tagline {
  margin: 0 0 1.1rem;
  color: var(--pl-muted) !important;
  font-size: 17px !important;
  min-height: 2.6em;
}

.pl-plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin: 0 0 0.2rem;
}

.pl-plan-price .pl-price-was,
.pl-plan-price s.pl-price-was {
  font-family: var(--pl-display);
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--pl-muted) !important;
  text-decoration: line-through !important;
  text-decoration-color: var(--pl-muted) !important;
  text-decoration-thickness: 2px;
  opacity: 0.9;
}

.pl-plan-price.is-discounted .amount {
  color: var(--pl-check) !important;
}

.pl-plan-price .amount {
  font-family: var(--pl-display);
  font-size: 48px !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pl-plan-price .pl-price-period,
main.pricing-landing .pl-plan-price .pl-price-period,
main.pricing-landing .pl-plan-price .amount .pl-price-period,
main.pricing-landing .pl-plan-price.is-discounted .amount .pl-price-period {
  display: inline-block !important;
  margin-left: 0.12em;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  color: #000 !important;
  vertical-align: baseline;
}

main.pricing-landing .pl-plan-price .pl-price-was,
main.pricing-landing .pl-plan-price s.pl-price-was {
  color: var(--pl-muted) !important;
  text-decoration: line-through !important;
  text-decoration-color: var(--pl-muted) !important;
}

.pl-plan-price .pl-price-was {
  white-space: nowrap;
}

.pl-plan-price .custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0.15rem 0 0.35rem;
  padding: 0.85rem 1rem;
  font-family: var(--pl-display);
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1.25 !important;
  text-align: center;
  text-transform: uppercase;
  color: var(--pl-ink) !important;
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  border: 1px solid var(--pl-line);
  border-radius: 12px;
  box-shadow:
    0 1px 2px rgba(20, 20, 20, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pl-plan-billing {
  margin: 0 0 1.2rem;
  color: var(--pl-muted) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.pl-plan-billing .pl-billing-label {
  font-weight: 400 !important;
}

.pl-plan-billing .pl-billing-alt {
  margin-left: 0.2em;
}

.pl-plan-billing .pl-billing-alt strong {
  font-weight: 700 !important;
  color: var(--pl-ink) !important;
  font-size: 13px !important;
}

.pl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  border: 0;
  font-family: inherit;
  font-size: 17px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pl-btn-primary {
  background: var(--pl-red);
  color: #fff !important;
}

.pl-btn-primary:hover {
  background: var(--pl-red-dark);
}

.pl-btn-dark {
  background: var(--pl-ink);
  color: #fff !important;
}

.pl-btn-dark:hover {
  background: var(--pl-red);
}

.pl-btn-ghost {
  background: transparent;
  color: var(--pl-ink) !important;
  border: 1px solid var(--pl-ink);
}

.pl-btn-ghost:hover {
  background: var(--pl-ink);
  color: #fff !important;
}

.pl-plan-divider {
  height: 1px;
  background: var(--pl-line);
  margin: 1.15rem 0 1rem;
}

.pl-plan-group {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pl-red);
}

.pl-plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.pl-plan-features li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.45rem 0;
  font-size: 17px !important;
  line-height: 1.45 !important;
  color: #2b2b2b !important;
}

.pl-plan-features li::before {
  content: "✓";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  background: var(--pl-check-soft);
  color: var(--pl-check) !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1 !important;
}

/* Customers — matches my.oculu.com login left panel */
.pl-customers {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0;
  text-align: center;
  border: none;
  background: #18181b; /* zinc-900 */
  color: #fff;
}

.pl-customers-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at top left, rgba(220, 38, 38, 0.28), transparent 50%),
    linear-gradient(to bottom, rgba(39, 39, 42, 0.4), #18181b, #09090b);
}

.pl-customers-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
}

.pl-customers-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.pl-customers-orb-a {
  left: -2.5rem;
  top: -2.5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(239, 68, 68, 0.25); /* red-500/25 */
  filter: blur(64px);
  opacity: 0.7;
}

.pl-customers-orb-b {
  left: 2.5rem;
  top: 6rem;
  width: 14rem;
  height: 14rem;
  background: rgba(220, 38, 38, 0.1); /* red-600/10 */
  filter: blur(40px);
  opacity: 0.85;
}

.pl-customers .pl-container {
  position: relative;
  z-index: 1;
}

.pl-customers h2 {
  margin: 0 0 1.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55) !important;
}

.pl-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
}

.pl-logos img {
  height: 65px !important;
  width: auto;
  max-width: 210px;
  margin: 0.5rem 0.75rem;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}

/* Compare */
.pl-compare {
  padding: 4.5rem 0;
  background: var(--pl-white);
}

.pl-section-head {
  text-align: center;
  margin: 0 auto 2.25rem;
  max-width: 40rem;
}

.pl-section-head h2 {
  margin: 0 0 0.6rem;
  font-family: var(--pl-display);
  font-size: clamp(28px, 3.5vw, 40px) !important;
  letter-spacing: -0.03em;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: var(--pl-ink) !important;
}

.pl-section-head p {
  margin: 0;
  color: var(--pl-muted) !important;
  font-size: 18px !important;
}

.pl-compare-wrap {
  overflow: auto;
  border: 1px solid var(--pl-line);
  border-radius: 18px;
  box-shadow: var(--pl-shadow);
  background: #fff;
}

.pl-compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px !important;
}

.pl-compare-table th,
.pl-compare-table td {
  padding: 1.35rem 1.4rem;
  text-align: center;
  border-bottom: 1px solid var(--pl-line);
  vertical-align: middle;
}

.pl-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #171717;
  color: #fff;
  font-family: var(--pl-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.pl-compare-table thead th:first-child,
.pl-compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 3;
  text-align: left;
  background: #171717;
}

.pl-compare-table tbody th {
  z-index: 1;
  background: #fafafa;
  color: var(--pl-ink);
  font-weight: 600;
  width: 220px;
  border-right: 1px solid var(--pl-line);
}

.pl-compare-table tbody tr:hover td,
.pl-compare-table tbody tr:hover th {
  background: #fff5f5;
}

.pl-compare-table .is-highlight {
  background: rgba(220, 91, 91, 0.06);
}

.pl-compare-table thead th.is-highlight {
  background: var(--pl-red);
}

.pl-compare-table .group-row th {
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pl-orange) !important;
  font-weight: 700 !important;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.pl-check,
.pl-dash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
}

.pl-check {
  background: var(--pl-check-soft);
  color: var(--pl-check) !important;
}

.pl-dash {
  background: #f0f0f0;
  color: #777 !important;
  font-size: 18px !important;
}

.pl-compare-note {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: var(--pl-muted);
  text-align: center;
}

/* Why Oculu — same login panel look, red circle top-right */
.pl-why {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background: #18181b;
  color: #fff;
}

.pl-why-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at top right, rgba(220, 38, 38, 0.28), transparent 50%),
    linear-gradient(to bottom, rgba(39, 39, 42, 0.4), #18181b, #09090b);
}

.pl-why-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
}

.pl-why-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.pl-why-orb-a {
  right: -2.5rem;
  top: -2.5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(239, 68, 68, 0.25);
  filter: blur(64px);
  opacity: 0.7;
}

.pl-why-orb-b {
  right: 2.5rem;
  top: 6rem;
  width: 14rem;
  height: 14rem;
  background: rgba(220, 38, 38, 0.1);
  filter: blur(40px);
  opacity: 0.85;
}

.pl-why .pl-container {
  position: relative;
  z-index: 1;
}

.pl-why .pl-section-head h2,
.pl-why .pl-section-head p {
  color: #fff;
}

.pl-why .pl-section-head h2 {
  color: #fff !important;
}

.pl-why .pl-section-head p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.pl-why-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pl-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pl-why-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pl-radius);
  padding: 1.4rem 1.25rem 1.3rem;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.pl-why-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(220, 91, 91, 0.45);
}

.pl-why-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 8px;
  background: var(--pl-red);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

main.pricing-landing .pl-why,
main.pricing-landing .pl-why-card,
main.pricing-landing .pl-why-card h3 {
  color: #fff !important;
}

main.pricing-landing .pl-why .pl-section-head h2 {
  color: #fff !important;
}

main.pricing-landing .pl-why .pl-section-head p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.pl-why-card h3 {
  margin: 0;
  font-size: 20px !important;
  font-family: var(--pl-display);
  letter-spacing: -0.01em;
  line-height: 1.35 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* Features / product */
.pl-features {
  padding: 4.5rem 0;
  background: var(--pl-bg);
}

.pl-feature-list {
  display: grid;
  gap: 1.5rem;
}

.pl-feature {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--pl-line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: var(--pl-shadow);
}

@media (min-width: 900px) {
  .pl-feature {
    grid-template-columns: 280px 1fr;
    gap: 1.75rem;
    padding: 1.35rem 1.5rem;
  }
}

.pl-feature-media {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--pl-line);
  position: relative;
}

.pl-feature-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease;
}

.pl-feature-media:hover img {
  transform: scale(1.02);
}

.pl-feature-copy h3 {
  margin: 0 0 0.55rem;
  font-family: var(--pl-display);
  font-size: 26px !important;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}

.pl-feature-copy h3 a {
  color: var(--pl-red) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.pl-feature-copy h3 a:hover {
  color: var(--pl-red-dark) !important;
}

.pl-feature-copy p {
  margin: 0;
  color: var(--pl-muted) !important;
  font-size: 18px !important;
}

/* FAQ */
.pl-faq {
  padding: 4.5rem 0;
  background: #fff;
}

.pl-accordion {
  display: grid;
  gap: 0.75rem;
}

.pl-acc-item {
  border: 1px solid var(--pl-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pl-acc-item.is-open {
  border-color: rgba(220, 91, 91, 0.35);
  box-shadow: 0 10px 28px rgba(220, 91, 91, 0.08);
}

.pl-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.15rem 1.25rem;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 650 !important;
  color: var(--pl-ink) !important;
  cursor: pointer;
}

.pl-acc-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--pl-accent-soft);
  color: var(--pl-red) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pl-acc-item.is-open .pl-acc-icon {
  transform: rotate(45deg);
  background: var(--pl-red);
  color: #fff !important;
}

.pl-acc-panel {
  display: none;
  padding: 0 1.25rem 1.2rem;
  color: var(--pl-muted) !important;
  font-size: 17px !important;
}

.pl-acc-item.is-open .pl-acc-panel {
  display: block;
}

.pl-acc-panel p {
  margin: 0 0 0.75rem;
}

.pl-acc-panel p:last-child {
  margin-bottom: 0;
}

/* CTA / contact */
.pl-cta {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(220, 91, 91, 0.2), transparent 55%),
    #111;
  color: #fff;
}

.pl-cta-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .pl-cta-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 3rem;
  }
}

.pl-cta h2 {
  margin: 0 0 0.85rem;
  font-family: var(--pl-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pl-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.pl-cta-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.25rem;
}

.pl-cta-form .wpforms-field {
  margin-bottom: 0.75rem !important;
}

.pl-cta-form input[type="text"],
.pl-cta-form input[type="email"] {
  width: 100% !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  padding: 0.85rem 1rem !important;
  height: auto !important;
}

.pl-cta-form input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

.pl-cta-form .wpforms-submit,
.pl-cta-form button[type="submit"] {
  width: 100% !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--pl-red) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0.95rem 1.2rem !important;
  margin-top: 0.5rem !important;
}

/* Footer */
.pl-footer {
  background: #0a0a0a;
  color: rgba(255, 255, 255, 0.75);
  padding: 3rem 0 1.5rem;
}

.pl-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .pl-footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
  }
}

.pl-footer-brand img {
  height: 32px;
  width: auto;
  margin-bottom: 0.85rem;
}

.pl-footer h4 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.95rem;
}

.pl-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-footer li {
  margin: 0 0 0.45rem;
}

.pl-footer a:hover {
  color: #fff;
}

.pl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.1rem;
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
}

.pl-footer-bottom a {
  color: rgba(255, 255, 255, 0.75);
}

/* Back to top */
.pl-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--pl-red);
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1 !important;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.pl-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Beat theme style.css resets inside pricing main only */
main.pricing-landing .pl-billing-label {
  font-size: 18px !important;
}

main.pricing-landing .pl-compare-table th,
main.pricing-landing .pl-compare-table td {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

main.pricing-landing .pl-compare-table thead th {
  font-size: 17px !important;
  color: #fff !important;
}

main.pricing-landing .pl-customers h2 {
  font-size: 15px !important;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55) !important;
}

main.pricing-landing .pl-plan-group {
  font-size: 14px !important;
  color: var(--pl-orange) !important;
}

main.pricing-landing .pl-plan-annual-note {
  font-size: 15px !important;
}

main.pricing-landing .pl-acc-panel p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: var(--pl-muted) !important;
}
