body.pcl-body {
  margin: 0;
  color: #f7f7f2;
  background: #050505;
}

body.pcl-body.admin-bar .pcl-header {
  top: 32px;
}

.pcl-page,
.pcl-page * {
  box-sizing: border-box;
}

.pcl-page {
  overflow: hidden;
  min-height: 100vh;
  color: #f7f7f2;
  background: #050505;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pcl-page a {
  color: inherit;
}

.pcl-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 14px;
  color: #080808;
  background: #ffd400;
  transform: translateY(-150%);
}

.pcl-skip-link:focus {
  transform: translateY(0);
}

.pcl-header {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 14px max(24px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 212, 0, 0.2);
  background: rgba(8, 8, 8, 0.96);
}

.pcl-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.pcl-brand img {
  display: block;
  width: 123px;
  height: auto;
  max-width: 100%;
}

.pcl-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pcl-network-link,
.pcl-mini-cta,
.pcl-button,
.pcl-inline-action {
  font-weight: 700;
  text-decoration: none;
}

.pcl-network-link {
  color: #e5e5df;
  font-size: 14px;
}

.pcl-mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  color: #080808 !important;
  background: #ffd400;
  font-size: 14px;
}

.pcl-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 730px;
  background:
    radial-gradient(circle at 84% 17%, rgba(255, 212, 0, 0.17), transparent 28%),
    linear-gradient(135deg, #050505 0%, #090908 57%, #121006 100%);
}

.pcl-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 65%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 65%);
}

.pcl-hero-inner,
.pcl-section-width {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.pcl-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
  min-height: 730px;
  padding: 64px 0 70px;
}

.pcl-hero-copy {
  position: relative;
  z-index: 2;
}

.pcl-eyebrow,
.pcl-section-kicker {
  color: #ffd400;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pcl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 23px;
}

.pcl-eyebrow span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #ffd400;
  box-shadow: 0 0 18px rgba(255, 212, 0, 0.82);
}

.pcl-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f7f7f2;
  font-size: clamp(48px, 5.15vw, 73px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.pcl-hero h1 strong {
  display: block;
  color: #ffd400;
  font-weight: 500;
}

.pcl-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #c9c9c3;
  font-size: 18px;
  line-height: 1.58;
}

.pcl-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.pcl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pcl-button:hover {
  transform: translateY(-2px);
}

.pcl-button:focus-visible,
.pcl-mini-cta:focus-visible,
.pcl-inline-action:focus-visible,
.pcl-footer a:focus-visible,
.pcl-network-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.pcl-button-primary {
  color: #080808 !important;
  border-color: #ffd400;
  background: #ffd400;
  box-shadow: 0 15px 36px rgba(255, 212, 0, 0.18);
}

.pcl-button-primary:hover {
  color: #080808 !important;
  border-color: #ffe043;
  background: #ffe043;
}

.pcl-button-secondary {
  color: #f7f7f2 !important;
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.045);
}

.pcl-button-secondary:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.09);
}

.pcl-hero-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 21px;
  margin: 29px 0 0;
  padding: 0;
  color: #edede7;
  font-size: 13px;
  list-style: none;
}

.pcl-hero-proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pcl-hero-proofs li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  color: #080808;
  background: #ffd400;
  font-size: 11px;
  font-weight: 800;
}

.pcl-hero-visual {
  position: relative;
  min-height: 520px;
}

.pcl-screen-photo {
  position: absolute;
  inset: 0 0 0 13px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 212, 0, 0.44);
  border-radius: 25px;
  background: #151515;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
  transform: rotate(1.1deg);
}

.pcl-screen-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.pcl-screen-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 47% center;
  filter: contrast(1.04) saturate(0.92) brightness(0.86);
}

.pcl-live {
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #f7f7f2;
  background: rgba(5, 5, 5, 0.8);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pcl-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd400;
  box-shadow: 0 0 15px rgba(255, 212, 0, 0.9);
}

.pcl-screen-photo figcaption {
  position: absolute;
  right: 22px;
  bottom: 23px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #f7f7f2;
}

.pcl-screen-photo figcaption b,
.pcl-screen-photo figcaption small {
  display: block;
}

.pcl-screen-photo figcaption b {
  font-size: 19px;
}

.pcl-screen-photo figcaption small {
  margin-top: 4px;
  color: #d0d0ca;
  font-size: 12px;
}

.pcl-screen-photo figcaption > strong {
  max-width: 175px;
  color: #ffd400;
  font-size: 15px;
  line-height: 1.28;
  text-align: right;
}

.pcl-price-badge {
  position: absolute;
  bottom: 45px;
  left: -17px;
  z-index: 3;
  min-width: 154px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 212, 0, 0.68);
  border-radius: 15px;
  color: #080808;
  background: #ffd400;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.pcl-price-badge b,
.pcl-price-badge span {
  display: block;
}

.pcl-price-badge b {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.pcl-price-badge span {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pcl-network-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #111111;
}

.pcl-network-strip .pcl-section-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 104px;
}

.pcl-network-strip p {
  margin: 0;
  color: #ffd400;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pcl-network-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 13px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcl-network-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #efefe9;
  font-size: 15px;
  font-weight: 700;
}

.pcl-network-strip li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd400;
}

.pcl-process,
.pcl-pricing,
.pcl-assurance,
.pcl-faq {
  padding: 104px 0;
}

.pcl-process,
.pcl-faq {
  color: #111111;
  background: #f4f4f1;
}

.pcl-section-kicker {
  margin: 0 0 16px;
}

.pcl-process .pcl-section-kicker,
.pcl-faq .pcl-section-kicker {
  color: #b18400;
}

.pcl-page h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.pcl-process h2 {
  max-width: 760px;
}

.pcl-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 49px;
}

.pcl-steps article {
  min-height: 255px;
  padding: 28px 25px;
  border: 1px solid #ddddd7;
  border-radius: 18px;
  background: #ffffff;
}

.pcl-steps article > span {
  display: block;
  margin-bottom: 34px;
  color: #b18400;
  font-size: 15px;
  font-weight: 800;
}

.pcl-steps h3 {
  margin: 0;
  color: #111111;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pcl-steps p {
  margin: 15px 0 0;
  color: #686861;
  font-size: 15px;
  line-height: 1.55;
}

.pcl-inline-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
  color: #111111 !important;
  border-bottom: 2px solid #d0a900;
  font-size: 16px;
}

.pcl-pricing {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 212, 0, 0.14), transparent 26%),
    #090909;
}

.pcl-pricing-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 70px;
}

.pcl-pricing-heading > p {
  margin: 0;
  color: #aeaea8;
  font-size: 16px;
  line-height: 1.65;
}

.pcl-price-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 50px;
}

.pcl-price-options article {
  position: relative;
  min-height: 255px;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 19px;
  background: #141414;
}

.pcl-price-options article > p {
  margin: 0 0 25px;
  color: #d0d0ca;
  font-size: 15px;
  font-weight: 700;
}

.pcl-price-options strong {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pcl-price-options strong small {
  color: #aaa9a4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.pcl-price-options article > span {
  display: block;
  margin-top: 32px;
  color: #aaa9a4;
  font-size: 14px;
  line-height: 1.5;
}

.pcl-price-options .pcl-price-featured {
  border-color: rgba(255, 212, 0, 0.56);
  background: linear-gradient(145deg, #1f1c0b, #121212 72%);
}

.pcl-price-featured em {
  position: absolute;
  top: 21px;
  right: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #080808;
  background: #ffd400;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pcl-assurance {
  color: #111111;
  background: #ffd400;
}

.pcl-assurance-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 90px;
}

.pcl-assurance .pcl-section-kicker {
  color: #4e4100;
}

.pcl-assurance-lead {
  margin: 25px 0 0;
  color: #4e4100;
  font-size: 17px;
  line-height: 1.6;
}

.pcl-assurance ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcl-assurance li {
  min-height: 160px;
  padding: 23px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.36);
}

.pcl-assurance li b,
.pcl-assurance li span {
  display: block;
}

.pcl-assurance li b {
  color: #111111;
  font-size: 17px;
}

.pcl-assurance li span {
  margin-top: 11px;
  color: #5a4b00;
  font-size: 14px;
  line-height: 1.5;
}

.pcl-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 90px;
}

.pcl-faq details {
  border-bottom: 1px solid #d6d6d0;
}

.pcl-faq summary {
  padding: 23px 34px 23px 0;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.pcl-faq details p {
  max-width: 720px;
  margin: -5px 0 24px;
  color: #62625c;
  font-size: 15px;
  line-height: 1.65;
}

.pcl-final-cta {
  padding: 105px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 212, 0, 0.18), transparent 35%),
    #080808;
}

.pcl-final-cta > div {
  width: min(870px, 100%);
  margin: 0 auto;
}

.pcl-final-cta p {
  margin: 0 0 18px;
  color: #ffd400;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pcl-final-cta h2 {
  margin-bottom: 33px;
}

.pcl-footer {
  padding: 55px max(24px, calc((100% - 1180px) / 2)) 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #9f9f99;
  background: #050505;
}

.pcl-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
  padding-bottom: 36px;
}

.pcl-footer p {
  margin: 0;
  font-size: 14px;
}

.pcl-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.pcl-footer nav a {
  color: #bfbfb9;
  font-size: 13px;
  text-decoration: none;
}

.pcl-footer > small {
  display: block;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.pcl-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .pcl-hero,
  .pcl-hero-inner {
    min-height: 0;
  }

  .pcl-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 59px 0 67px;
  }

  .pcl-hero-copy {
    max-width: 770px;
  }

  .pcl-hero-visual {
    min-height: 530px;
    margin: 0 8% 0 10%;
  }

  .pcl-steps {
    grid-template-columns: 1fr 1fr;
  }

  .pcl-pricing-heading,
  .pcl-assurance-grid,
  .pcl-faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pcl-footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pcl-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  body.pcl-body.admin-bar .pcl-header {
    top: 46px;
  }

  .pcl-header {
    min-height: 76px;
    padding: 12px 17px;
  }

  .pcl-brand img {
    width: 105px;
  }

  .pcl-network-link {
    display: none;
  }

  .pcl-mini-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .pcl-hero-inner,
  .pcl-section-width {
    width: min(100% - 34px, 1180px);
  }

  .pcl-hero-inner {
    gap: 37px;
    padding: 43px 0 49px;
  }

  .pcl-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .pcl-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.01;
  }

  .pcl-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .pcl-hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .pcl-button {
    width: 100%;
  }

  .pcl-hero-proofs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pcl-hero-visual {
    min-height: 410px;
    margin: 0 2px 0 9px;
  }

  .pcl-screen-photo {
    inset: 0;
    border-radius: 20px;
    transform: none;
  }

  .pcl-screen-photo figcaption {
    right: 16px;
    bottom: 17px;
    left: 16px;
  }

  .pcl-screen-photo figcaption b {
    font-size: 16px;
  }

  .pcl-screen-photo figcaption > strong {
    max-width: 130px;
    font-size: 13px;
  }

  .pcl-price-badge {
    bottom: 61px;
    left: -9px;
  }

  .pcl-network-strip .pcl-section-width {
    display: block;
    padding: 27px 0;
  }

  .pcl-network-strip ul {
    display: grid;
    justify-content: start;
    gap: 10px;
    margin-top: 19px;
  }

  .pcl-process,
  .pcl-pricing,
  .pcl-assurance,
  .pcl-faq {
    padding: 73px 0;
  }

  .pcl-page h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .pcl-steps,
  .pcl-price-options,
  .pcl-assurance ul {
    grid-template-columns: 1fr;
  }

  .pcl-steps article {
    min-height: 0;
  }

  .pcl-price-options article {
    min-height: 230px;
  }

  .pcl-footer {
    padding: 49px 17px 98px;
  }

  .pcl-mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid #ffd400;
    border-radius: 13px;
    color: #080808 !important;
    background: #ffd400;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.44);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 380px) {
  .pcl-mini-cta {
    display: none;
  }

  .pcl-header {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pcl-button {
    transition: none;
  }
}
