.elementor-72624 .elementor-element.elementor-element-5501979{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ==========================================================
   PARTY PROS LASER TAG CITY PAGES
   Correct CSS for new import file: .ppo2.pplt.pplt-laser
   Elementor Full Width / Theme Builder
   ========================================================== */

/* Kill duplicate injected quote block under imported page */
body.single-laser_tag_rentals .ppec-rental-inline-hero,
body.single-laser_tag_rentals .ppec-rental-inline-hero[data-ppec-rental-quote-block],
body.single-laser_tag_rentals .ppec-rental-inline-hero[aria-label="Get a quote for this item"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Elementor full-width cleanup */
html,
body {
  overflow-x: hidden !important;
}

body.single-laser_tag_rentals {
  background: #f7f4fb !important;
}

body.single-laser_tag_rentals .elementor-location-single,
body.single-laser_tag_rentals .elementor-location-single .e-con,
body.single-laser_tag_rentals .elementor-location-single .e-con-inner,
body.single-laser_tag_rentals .elementor-location-single .elementor-widget-html,
body.single-laser_tag_rentals .elementor-location-single .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.single-laser_tag_rentals .elementor-location-single .e-con,
body.single-laser_tag_rentals .elementor-location-single .e-con-full,
body.single-laser_tag_rentals .elementor-location-single .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Main scope */
.ppo2.pplt-laser,
.ppo2.pplt-laser * {
  box-sizing: border-box;
}

.ppo2.pplt-laser {
  --pp-purple-dark: #241043;
  --pp-purple: #321854;
  --pp-purple-2: #573288;
  --pp-purple-3: #6c3cb2;
  --pp-teal: #01847f;
  --pp-teal-2: #00a39d;
  --pp-orange: #ff9f12;
  --pp-ink: #1f1b2a;
  --pp-muted: rgba(31, 27, 42, 0.74);
  --pp-soft: #f7f4fb;
  --pp-card: #ffffff;
  --pp-line: rgba(50, 24, 84, 0.14);
  --pp-shadow: 0 18px 45px rgba(36, 16, 67, 0.14);
  --pp-shadow-strong: 0 26px 70px rgba(36, 16, 67, 0.24);
  --pp-radius: 24px;
  --pp-max: 1180px;

  width: 100%;
  color: var(--pp-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(87, 50, 136, 0.08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(1, 132, 127, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f4fb 44%, #ffffff 100%);
  font-family: "Kanit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  padding: 1px 0 120px;
}

.ppo2.pplt-laser img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ppo2.pplt-laser button,
.ppo2.pplt-laser a {
  font-family: inherit;
}

.ppo2__wrap {
  width: 100%;
}

/* Hero */
.ppo2__hero {
  position: relative;
  width: min(var(--pp-max), calc(100% - 40px));
  margin: 32px auto 0;
  padding: clamp(28px, 5vw, 58px);
  border-radius: clamp(22px, 3vw, 36px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.22), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(255,159,18,0.22), transparent 28%),
    radial-gradient(circle at 84% 88%, rgba(1,132,127,0.34), transparent 30%),
    linear-gradient(135deg, #241043 0%, #321854 46%, #573288 100%);
  box-shadow: var(--pp-shadow-strong);
}

.ppo2__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.13) 1px, transparent 1px);
  background-size: 46px 46px;
}

.ppo2__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

.ppo2__hero-copy {
  min-width: 0;
}

.ppo2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.11);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ppo2__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pp-orange);
  box-shadow: 0 0 0 5px rgba(255,159,18,0.18);
  flex: 0 0 auto;
}

.ppo2__hero h1 {
  margin: 0;
  max-width: 800px;
  color: #fff;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-wrap: balance;
  word-break: normal;
}

.ppo2__lead {
  margin: 20px 0 0;
  max-width: 740px;
  color: rgba(255,255,255,0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.62;
  font-weight: 600;
}

.ppo2__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.ppo2__pill,
.ppo2__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
}

.ppo2__pill {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.12);
}

.ppo2__hero-note {
  margin: 26px 0 0;
  padding: 18px 20px;
  max-width: 740px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
}

.ppo2__hero-note strong {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.2;
}

.ppo2__hero-note p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* Buttons */
.ppo2__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.ppo2__btn,
.ppo2 button.ppo2__btn,
.ppo2 a.ppo2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pp-orange), #ffbd58);
  color: #22163a !important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.ppo2__btn--ghost,
.ppo2 button.ppo2__btn--ghost,
.ppo2 a.ppo2__btn--ghost {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.12);
  box-shadow: none;
}

.ppo2__btn:hover,
.ppo2__quote-card:hover,
.ppo2__card:hover,
.ppo2__item-card:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.ppo2 .pp-add-to-quote.is-selected,
.ppo2 .ppo2__btn.is-selected {
  background: linear-gradient(135deg, var(--pp-teal), var(--pp-teal-2)) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.24) !important;
}

/* Hero quote cards */
.ppo2__quote-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  max-width: 780px;
}

.ppo2__quote-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 92px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  box-shadow: none;
  transition: transform 0.16s ease, background 0.16s ease;
}

.ppo2__quote-card.is-selected,
.ppo2__quote-card .is-selected {
  background: rgba(1,132,127,0.28);
  outline: 2px solid rgba(255,159,18,0.7);
}

.ppo2__quote-card-media {
  width: 84px;
  height: 72px;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255,255,255,0.12);
}

.ppo2__quote-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ppo2__quote-card-copy strong,
.ppo2__quote-card-copy small {
  display: block;
}

.ppo2__quote-card-copy strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.ppo2__quote-card-copy small {
  margin-top: 4px;
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  line-height: 1.35;
}


/* ==========================================================
   Standalone option cards section
   Fixes the Open Air / Laser Tag Arena cards that sit below hero
   ========================================================== */
.ppo2__section > .ppo2__quote-inline {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  gap: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(87, 50, 136, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 159, 18, 0.14), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(1, 132, 127, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f2ff 100%);
  box-shadow: 0 20px 55px rgba(36, 16, 67, 0.14);
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card {
  position: relative;
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 148px;
  padding: 16px 18px 16px 18px;
  border: 1px solid rgba(50, 24, 84, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.94)),
    #ffffff;
  color: var(--pp-ink);
  box-shadow: 0 16px 36px rgba(36, 16, 67, 0.13);
  overflow: hidden;
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--pp-orange), var(--pp-teal), var(--pp-purple-3));
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card:hover {
  border-color: rgba(1, 132, 127, 0.35);
  box-shadow: 0 22px 48px rgba(36, 16, 67, 0.18);
  transform: translateY(-3px);
}

.ppo2__section > .ppo2__quote-inline img.ppo2__quote-card-media,
.ppo2__section > .ppo2__quote-inline .ppo2__quote-card-media img {
  width: 132px !important;
  height: 112px !important;
  max-width: 132px !important;
  min-width: 132px !important;
  border-radius: 18px;
  object-fit: cover;
  background: #eee;
  box-shadow: 0 10px 22px rgba(31, 27, 42, 0.16);
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy {
  min-width: 0;
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy strong {
  display: block;
  margin: 0 0 8px;
  color: var(--pp-purple);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy span,
.ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy small {
  display: block;
  margin: 0;
  color: rgba(31, 27, 42, 0.78);
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.55;
  font-weight: 700;
}

/* Mobile version of the standalone option cards */
@media (max-width: 767px) {
  .ppo2__section > .ppo2__quote-inline {
    padding: 14px;
    gap: 14px;
    border-radius: 24px;
  }

  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 13px;
    min-height: 112px;
    padding: 12px 13px 12px 15px;
    border-radius: 20px;
  }

  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card::before {
    width: 5px;
  }

  .ppo2__section > .ppo2__quote-inline img.ppo2__quote-card-media,
  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card-media img {
    width: 96px !important;
    height: 82px !important;
    max-width: 96px !important;
    min-width: 96px !important;
    border-radius: 14px;
  }

  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy strong {
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.1;
  }

  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy span,
  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card-copy small {
    font-size: 0.9rem;
    line-height: 1.42;
  }
}

@media (max-width: 420px) {
  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card {
    grid-template-columns: 1fr;
    padding: 14px 14px 16px 16px;
  }

  .ppo2__section > .ppo2__quote-inline img.ppo2__quote-card-media,
  .ppo2__section > .ppo2__quote-inline .ppo2__quote-card-media img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 16 / 9;
    max-height: 185px;
  }
}

/* Hero image */
.ppo2__hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.1);
  box-shadow: 0 24px 55px rgba(0,0,0,0.28);
}

.ppo2__hero-media > img {
  width: 100%;
  min-height: 420px;
  max-height: 560px;
  object-fit: cover;
}

.ppo2__hero-media-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  background: rgba(20,10,35,0.84);
  color: #fff;
  backdrop-filter: blur(10px);
}

.ppo2__hero-media-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.ppo2__hero-media-copy p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Sections */
.ppo2__section {
  width: min(var(--pp-max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 84px) 0 0;
}

.ppo2__section--accent {
  width: min(1220px, calc(100% - 32px));
  margin-top: clamp(48px, 6vw, 84px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(87,50,136,0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 8%, rgba(87,50,136,0.1), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(1,132,127,0.1), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8f4fd);
  box-shadow: var(--pp-shadow);
}

.ppo2__section-head {
  max-width: 840px;
  margin: 0 auto 28px;
  text-align: center;
}

.ppo2__section-head h2,
.ppo2__card h2,
.ppo2__cta h2 {
  margin: 0;
  color: var(--pp-purple);
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
  text-wrap: balance;
}

.ppo2__section-head p,
.ppo2__cta p {
  margin: 14px auto 0;
  max-width: 780px;
  color: var(--pp-muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.68;
  font-weight: 600;
}

/* Grids */
.ppo2__grid-4,
.ppo2__grid-3,
.ppo2__items-grid,
.ppo2__steps,
.ppo2__split {
  display: grid;
  gap: 20px;
}

.ppo2__grid-4,
.ppo2__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppo2__grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ppo2__items-grid,
.ppo2__split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Cards */
.ppo2__card,
.ppo2__item-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background: var(--pp-card);
  box-shadow: var(--pp-shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ppo2__card {
  padding: clamp(22px, 2.6vw, 30px);
}

.ppo2__card::before,
.ppo2__item-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--pp-orange), var(--pp-teal), var(--pp-purple-3));
}

.ppo2__card h3,
.ppo2__item-title {
  margin: 0;
  color: var(--pp-purple);
  font-size: clamp(1.24rem, 1.6vw, 1.58rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.ppo2__card p,
.ppo2__item-body p {
  margin: 12px 0 0;
  color: var(--pp-muted);
  font-size: 1rem;
  line-height: 1.64;
  font-weight: 600;
}

.ppo2__card:hover,
.ppo2__item-card:hover {
  box-shadow: 0 24px 58px rgba(36,16,67,0.18);
}

/* Product cards */
.ppo2__item-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.ppo2__item-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eee;
}

.ppo2__item-body {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.8vw, 32px);
}

.ppo2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.ppo2__tag {
  color: var(--pp-purple);
  background: rgba(87,50,136,0.09);
  border: 1px solid rgba(87,50,136,0.13);
}

.ppo2__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ppo2__list li {
  position: relative;
  padding-left: 28px;
  color: rgba(31,27,42,0.78);
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 600;
}

.ppo2__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: rgba(1,132,127,0.12);
  color: var(--pp-teal);
  font-size: 0.76rem;
  font-weight: 900;
}

.ppo2__item-actions {
  margin-top: auto;
  padding-top: 24px;
}

.ppo2__item-actions .ppo2__btn {
  width: 100%;
}


/* ==========================================================
   Product card quote button visibility fix
   Fixes .ppo2__btn--ghost being white/transparent on white cards
   ========================================================== */
.ppo2__item-card .ppo2__item-actions {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 22px !important;
  padding-top: 0 !important;
}

.ppo2__item-card .ppo2__item-actions .ppo2__btn,
.ppo2__item-card .ppo2__item-actions button.ppo2__btn,
.ppo2__item-card .ppo2__item-actions a.ppo2__btn,
.ppo2__item-card .ppo2__item-actions .ppo2__btn--ghost,
.ppo2__item-card .ppo2__item-actions button.ppo2__btn--ghost,
.ppo2__item-card .ppo2__item-actions a.ppo2__btn--ghost {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pp-purple), var(--pp-purple-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(50, 24, 84, 0.24) !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: 950 !important;
}

.ppo2__item-card .ppo2__item-actions .ppo2__btn:hover,
.ppo2__item-card .ppo2__item-actions button.ppo2__btn:hover,
.ppo2__item-card .ppo2__item-actions a.ppo2__btn:hover {
  background: linear-gradient(135deg, var(--pp-teal), var(--pp-teal-2)) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.ppo2__item-card .ppo2__item-actions .ppo2__btn.is-selected,
.ppo2__item-card .ppo2__item-actions button.ppo2__btn.is-selected,
.ppo2__item-card .ppo2__item-actions a.ppo2__btn.is-selected {
  background: linear-gradient(135deg, var(--pp-teal), var(--pp-teal-2)) !important;
  color: #ffffff !important;
}

/* Steps */
.ppo2__step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pp-purple), var(--pp-teal));
  box-shadow: 0 12px 24px rgba(1,132,127,0.22);
  font-size: 1.05rem;
  font-weight: 900;
}

/* FAQ */
.ppo2__faq {
  border: 1px solid var(--pp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(36,16,67,0.08);
  overflow: hidden;
}

.ppo2__faq + .ppo2__faq {
  margin-top: 12px;
}

.ppo2__faq summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 58px 20px 22px;
  color: var(--pp-purple);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 900;
  list-style: none;
}

.ppo2__faq summary::-webkit-details-marker {
  display: none;
}

.ppo2__faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--pp-purple);
  font-size: 1.25rem;
  line-height: 1;
}

.ppo2__faq[open] summary::after {
  content: "–";
}

.ppo2__faq p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--pp-muted);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 600;
}

/* CTA */
.ppo2__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,0.18), transparent 26%),
    radial-gradient(circle at 92% 20%, rgba(255,159,18,0.18), transparent 28%),
    linear-gradient(135deg, var(--pp-purple-dark), var(--pp-purple-2));
  box-shadow: var(--pp-shadow-strong);
}

.ppo2__cta h2,
.ppo2__cta p {
  color: #fff;
}

.ppo2__cta p {
  opacity: 0.9;
}

.ppo2__cta .ppo2__buttons {
  margin-top: 0;
  justify-content: flex-end;
}

/* Tablet */
@media (max-width: 1100px) {
  .ppo2__hero-grid {
    grid-template-columns: 1fr;
  }

  .ppo2__hero-media {
    max-width: 780px;
  }

  .ppo2__hero-media > img {
    min-height: 360px;
  }

  .ppo2__grid-4,
  .ppo2__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppo2__grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppo2__cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ppo2__cta .ppo2__buttons {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ppo2.pplt-laser {
    padding-bottom: 130px;
  }

  .ppo2__hero,
  .ppo2__section,
  .ppo2__section--accent {
    width: calc(100% - 24px);
  }

  .ppo2__hero {
    margin-top: 18px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .ppo2__eyebrow {
    font-size: 0.72rem;
    line-height: 1.25;
    white-space: normal;
  }

  .ppo2__hero h1 {
    font-size: clamp(2.05rem, 11.5vw, 3.15rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .ppo2__lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .ppo2__pill-row {
    gap: 8px;
  }

  .ppo2__pill {
    min-height: 31px;
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  .ppo2__hero-note {
    padding: 15px;
    border-radius: 17px;
  }

  .ppo2__buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ppo2__btn,
  .ppo2 button.ppo2__btn,
  .ppo2 a.ppo2__btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 16px;
  }

  .ppo2__quote-inline,
  .ppo2__grid-4,
  .ppo2__grid-3,
  .ppo2__items-grid,
  .ppo2__steps,
  .ppo2__split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ppo2__quote-card {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 82px;
  }

  .ppo2__quote-card-media {
    width: 74px;
    height: 62px;
  }

  .ppo2__hero-media {
    border-radius: 22px;
  }

  .ppo2__hero-media > img {
    min-height: 280px;
    max-height: 340px;
  }

  .ppo2__hero-media-copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -1px 0 0;
    border-radius: 0;
    background: rgba(20,10,35,0.94);
  }

  .ppo2__section {
    padding-top: 52px;
  }

  .ppo2__section--accent {
    margin-top: 52px;
    padding: 24px 16px;
    border-radius: 24px;
  }

  .ppo2__section-head {
    margin-bottom: 20px;
  }

  .ppo2__section-head h2,
  .ppo2__card h2,
  .ppo2__cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.03;
  }

  .ppo2__section-head p,
  .ppo2__cta p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .ppo2__card,
  .ppo2__item-card {
    border-radius: 20px;
  }

  .ppo2__card,
  .ppo2__item-body {
    padding: 22px 18px;
  }

  .ppo2__item-media {
    aspect-ratio: 16 / 9;
  }

  .ppo2__card h3,
  .ppo2__item-title {
    font-size: 1.28rem;
  }

  .ppo2__card p,
  .ppo2__item-body p,
  .ppo2__list li {
    font-size: 0.96rem;
  }

  .ppo2__faq summary {
    padding: 18px 54px 18px 18px;
    font-size: 1rem;
  }

  .ppo2__faq summary::after {
    right: 16px;
  }

  .ppo2__faq p {
    padding: 0 18px 18px;
    font-size: 0.96rem;
  }

  .ppo2__cta {
    padding: 24px 18px;
    border-radius: 24px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  .ppo2__hero,
  .ppo2__section,
  .ppo2__section--accent {
    width: calc(100% - 18px);
  }

  .ppo2__hero {
    padding: 22px 14px;
  }

  .ppo2__hero h1 {
    font-size: clamp(1.9rem, 12.5vw, 2.55rem);
  }

  .ppo2__quote-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
  }

  .ppo2__quote-card-media {
    width: 62px;
    height: 56px;
  }

  .ppo2__quote-card-copy strong {
    font-size: 0.92rem;
  }

  .ppo2__quote-card-copy small {
    font-size: 0.78rem;
  }

  .ppo2__hero-media > img {
    min-height: 230px;
  }
}/* End custom CSS */