.elementor-28826 .elementor-element.elementor-element-16f0501{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cc0901f *//* ================================
   PREMIER LOCKSMITH FINAL CTA
   ================================ */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,800;1,900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --pl-black: #0A0A0A;
  --pl-yellow: #FFC72C;
  --pl-yellow-deep: #E5A800;
  --pl-white: #FFFFFF;

  --font-display: 'Saira Condensed', 'Barlow Condensed', 'Oswald', 'Impact', sans-serif;
  --font-display-alt: 'Barlow Condensed', 'Saira Condensed', 'Oswald', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.pl-lockout-cta {
  position: relative;
  overflow: hidden;
  background: var(--pl-yellow);
  color: var(--pl-black);
  padding: 78px 28px 82px;
}

.pl-lockout-inner {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.pl-lockout-copy {
  position: relative;
  z-index: 3;
}

.pl-lockout-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;

  font-family: var(--font-display-alt);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--pl-black);
}

.pl-lockout-eyebrow span {
  width: 22px;
  height: 2px;
  background: var(--pl-black);
  display: inline-block;
  flex-shrink: 0;
}

.pl-lockout-copy h2 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(58px, 7.2vw, 98px);
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--pl-black);
}

.pl-lockout-copy p {
  max-width: 440px;
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--pl-black);
}

.pl-lockout-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pl-lockout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pl-black);
  color: var(--pl-yellow);
  text-decoration: none;
  padding: 13px 30px;
  min-width: 100px;
  transform: skewX(-8deg);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.pl-lockout-button span {
  display: inline-block;
  transform: skewX(8deg);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pl-lockout-button:hover {
  transform: skewX(-8deg) translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(10, 10, 10, 0.25);
}

.pl-lockout-text {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pl-black);
}

.pl-lockout-mascot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pl-lockout-mascot img {
  display: block;
  width: 100%;
  max-width: 245px;
  height: auto;
  position: relative;
  z-index: 3;
}

.pl-lockout-bg-text {
  position: absolute;
  left: -8px;
  bottom: -18px;
  z-index: 1;

  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(130px, 22vw, 235px);
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.055);
  pointer-events: none;
  user-select: none;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 900px) {
  .pl-lockout-inner {
    max-width: 720px;
    grid-template-columns: 1fr 0.7fr;
    gap: 36px;
  }

  .pl-lockout-copy h2 {
    font-size: clamp(54px, 10vw, 82px);
  }

  .pl-lockout-mascot img {
    max-width: 210px;
  }
}

@media (max-width: 720px) {
  .pl-lockout-cta {
    padding: 70px 22px 76px;
  }

  .pl-lockout-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pl-lockout-copy h2 {
    font-size: clamp(56px, 18vw, 78px);
  }

  .pl-lockout-copy p {
    font-size: 15px;
  }

  .pl-lockout-mascot {
    justify-content: flex-start;
  }

  .pl-lockout-mascot img {
    max-width: 190px;
  }

  .pl-lockout-text {
    font-size: 21px;
  }

  .pl-lockout-bg-text {
    font-size: 150px;
    bottom: -10px;
  }
}

@media (max-width: 480px) {
  .pl-lockout-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .pl-lockout-button {
    width: auto;
  }

  .pl-lockout-eyebrow {
    font-size: 7px;
    letter-spacing: 0.28em;
  }
}

/* Remove image drop shadows from Premier Locksmith sections */
.pl-lockout-cta img,
.pl-hero img,
.pl-final img,
.pl-featured-services img,
.pl-all-services img,
.pl-area img,
.pl-reviews img,
.pl-footer img {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}


/* Final CTA button — yellow text with white hover */
.pl-lockout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pl-black);
  color: var(--pl-yellow) !important;
  text-decoration: none;
  padding: 13px 30px;
  min-width: 100px;
  transform: skewX(-8deg);
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.pl-lockout-button span {
  display: inline-block;
  transform: skewX(8deg);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--pl-yellow) !important;
  transition: color 160ms ease;
}

.pl-lockout-button:hover {
  color: var(--pl-white) !important;
  transform: skewX(-8deg) translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(10, 10, 10, 0.25);
}

.pl-lockout-button:hover span {
  color: var(--pl-white) !important;
}

/* Make CTA mascot bigger + expand on hover */
.pl-lockout-mascot img {
  width: 100%;
  max-width: 340px;
  height: auto;
  transition: transform 220ms ease;
  transform-origin: center bottom;
  box-shadow: none !important;
  filter: none !important;
}

.pl-lockout-mascot:hover img {
  transform: scale(1.08);
}/* End custom CSS */