/* =========================================================
   High-conversion PI layout (YELLOW brand accent) for SKY LAW FIRM, P.A.
   Inspired by category patterns (bold phone, form hero, black/gold)
   — original branding, copy, and assets only. Not a clone.
   ========================================================= */

.pi-site {
  --pi-yellow: #1a6fd4;
  --pi-yellow-hot: #4d9fff;
  --pi-black: #000;
  --pi-charcoal: #0c0c0c;
  --pi-gray: #141414;
  --font-impact: "Bebas Neue", Impact, "Arial Black", sans-serif;
  --font-ui: "Oswald", system-ui, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  background: #fff;
  color: #111;
  font-family: var(--font-body);
}

.pi-site h1,
.pi-site h2,
.pi-site .billboard-item strong,
.pi-site .recovery-number,
.pi-site .results-meter-title,
.pi-site .pi-stat strong {
  font-family: var(--font-impact);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* —— Top bar: huge phone center —— */
.pi-site .top-bar-conversion {
  background: var(--pi-black);
  border-bottom: 4px solid var(--pi-yellow);
  min-height: 56px;
}

.pi-site .top-bar-phone-lg {
  font-family: var(--font-impact);
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  color: var(--pi-yellow) !important;
  line-height: 1;
  letter-spacing: 0.03em;
}

.pi-site .top-bar-avail,
.pi-site .top-bar-free {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

/* —— Header —— */
.pi-site .header-conversion {
  background: var(--pi-black);
  min-height: 84px;
  border: 0;
  box-shadow: none;
}

.pi-site .header-conversion .main-nav a:not(.btn) {
  color: #fff;
  font-family: var(--font-ui);
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.pi-site .logo-img {
  height: 64px;
  max-width: min(280px, 46vw);
  transform: none;
  background: transparent;
}

.pi-site .header-cta-phone {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 1rem;
  line-height: 1;
}

.pi-site .header-cta-phone a {
  font-family: var(--font-impact);
  font-size: 1.9rem;
  color: var(--pi-yellow);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.pi-site .header-cta-phone span {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  color: #fff;
  letter-spacing: 0.08em;
  margin-top: 0.2rem;
}

@media (min-width: 980px) {
  .pi-site .header-cta-phone {
    display: flex;
  }
}

/* —— Buttons —— */
.pi-site .btn-gold,
.pi-site .btn.btn-gold {
  background: var(--pi-yellow) !important;
  color: #fff !important;
  border: 3px solid #000 !important;
  border-radius: 2px !important;
  box-shadow: 5px 5px 0 #000 !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.pi-site .btn-gold:hover {
  background: var(--pi-yellow-hot) !important;
  color: #fff !important;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 #000 !important;
}

.pi-site .btn-navy {
  background: #000 !important;
  color: var(--pi-yellow) !important;
  border: 3px solid var(--pi-yellow) !important;
  border-radius: 2px !important;
  font-family: var(--font-ui) !important;
  text-transform: uppercase !important;
}

.pi-site .btn-outline-light {
  border: 3px solid #000 !important;
  color: #000 !important;
  background: transparent !important;
  border-radius: 2px !important;
  font-family: var(--font-ui) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

border-color: #000 !important; color: #000 !important;
}

.pi-site .cta-banner-xl .btn-gold {
  background: #000 !important;
  color: #1a6fd4 !important;
  border-color: #000 !important;
}

/* —— Hero: attorney dominant + form —— */
.pi-site .hero-split {
  padding: 0;
  min-height: auto;
}

.pi-site .hero-split-bg {
  filter: brightness(0.35) saturate(0.85);
}

.pi-site .hero-split-overlay {
  background: linear-gradient(
    100deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.78) 45%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.pi-site .hero-split-grid-clean {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.5rem;
  padding: 2rem 0 2.5rem;
  align-items: stretch;
}

.pi-site .hero-left {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) 1.1fr;
  gap: 1.25rem;
  align-items: end;
}

.pi-site .hero-attorney {
  border: 4px solid var(--pi-yellow);
  box-shadow: 10px 10px 0 #000;
  border-radius: 2px;
  align-self: stretch;
}

.pi-site .hero-attorney-img {
  min-height: 420px;
  object-position: top center;
}

.pi-site .hero-split-copy h1 {
  font-size: clamp(2.8rem, 6.5vw, 4.6rem);
  line-height: 0.92;
  color: #fff;
  margin: 0 0 0.85rem;
}

.pi-site .hero-split-copy h1 span {
  color: var(--pi-yellow);
  display: block;
}

.pi-site .hero-split-copy .hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  max-width: 28rem;
}

.pi-site .hero-bullets li {
  font-weight: 700;
  color: #fff;
}

.pi-site .hero-bullets li::before {
  content: "■";
  color: var(--pi-yellow);
  font-size: 0.7rem;
}

/* Form card — yellow top, hard shadow */
.pi-site .hero-form-card {
  border: 4px solid #000;
  border-radius: 2px;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.9);
  align-self: start;
  position: sticky;
  top: 1rem;
}

.pi-site .hero-form-head {
  background: var(--pi-yellow);
  border-bottom: 4px solid #000;
  padding: 1.15rem 1.2rem;
}

.pi-site .hero-form-kicker {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: #fff;
  margin: 0 0 0.25rem;
}

.pi-site .hero-form-card h2 {
  font-family: var(--font-impact);
  font-size: 2.15rem;
  color: #fff;
  margin: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.pi-site .hero-form-sub {
  margin: 0.35rem 0 0;
  color: #e8f2ff;
  font-weight: 700;
  font-size: 0.95rem;
}

.pi-site .hero-form {
  padding: 1.15rem 1.2rem 1.25rem;
}

.pi-site .hero-form label {
  font-family: var(--font-ui);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.pi-site .hero-form input,
.pi-site .hero-form select,
.pi-site .hero-form textarea {
  border: 2px solid #000;
  border-radius: 2px;
}

/* —— Billboard yellow —— */
.pi-site .billboard {
  background: var(--pi-yellow);
  border-bottom: 4px solid #000;
  padding: 1.35rem 0;
}

.pi-site .billboard-item strong {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: #fff;
}

.pi-site .billboard-item span {
  font-family: var(--font-ui);
  font-weight: 700;
  color: #e8f2ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
}

/* —— Results black —— */
.pi-site .results-meter {
  background: var(--pi-black);
  border-bottom: 4px solid var(--pi-yellow);
}

.pi-site .results-meter-title {
  color: var(--pi-yellow);
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.pi-site .recovery-amount {
  color: var(--pi-yellow);
}

.pi-site .recovery-number {
  font-size: clamp(3rem, 9vw, 5.5rem);
}

.pi-site .recovery-meter-track {
  height: 24px;
  border: 3px solid var(--pi-yellow);
  background: #1a1a1a;
}

.pi-site .recovery-meter-fill {
  background: linear-gradient(90deg, #0a4a94, var(--pi-yellow), #a8d4ff);
}

.pi-site .badge-row {
  border: 3px solid #000;
  background: #fff;
}

/* —— Highlight cards (large numbers, original content) —— */
.pi-highlights {
  background: var(--pi-charcoal);
  padding: 3.5rem 0;
  border-bottom: 4px solid var(--pi-yellow);
}

.pi-highlights h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 0.5rem;
}

.pi-highlights .pi-lead {
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.pi-hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pi-hl-card {
  background: #000;
  border: 3px solid var(--pi-yellow);
  padding: 1.5rem 1.2rem;
  text-align: center;
  box-shadow: 6px 6px 0 rgba(26, 111, 212, 0.2);
}

.pi-hl-card strong {
  display: block;
  font-family: var(--font-impact);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--pi-yellow);
  line-height: 1;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.pi-hl-card span {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}

.pi-hl-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

/* —— Compare —— */
.pi-site .difference {
  background: #f4f4f4;
}

.pi-site .compare-card.featured {
  background: #000;
  border: 3px solid var(--pi-yellow);
}

.pi-site .ribbon {
  background: var(--pi-yellow);
  color: #000;
  border-radius: 2px;
  font-family: var(--font-ui);
}

/* —— Practice / media / team —— */
.pi-site .practice-visual,
.pi-site .media-showcase,
.pi-site .team-band {
  background: #000;
}

.pi-site .vcard {
  border: 3px solid #222;
  border-radius: 2px;
}

.pi-site .vcard:hover {
  border-color: var(--pi-yellow);
}

.pi-site .vcard-body h3 {
  color: var(--pi-yellow);
}

.pi-site .team-preview-card {
  border: 3px solid var(--pi-yellow);
  border-radius: 2px;
  background: #111;
}

.pi-site .team-preview-card h3 {
  color: var(--pi-yellow);
  font-family: var(--font-impact);
  font-weight: 400;
  text-transform: uppercase;
}

/* —— About —— */
.pi-site .about {
  background: #fff;
}

.pi-site .about-media-stack .about-main {
  border: 3px solid #000;
  border-radius: 2px;
  box-shadow: 10px 10px 0 #000;
}

.pi-site .about-media-stack .about-float {
  border: 3px solid var(--pi-yellow);
  border-radius: 2px;
}

/* —— Bottom CTA solid yellow —— */
.pi-site .cta-banner-xl {
  background: var(--pi-yellow);
  color: #000;
  border: 0;
  padding: 3.75rem 0;
}

.pi-site .cta-banner-xl h2 {
  color: #fff;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 0.92;
  margin: 0 0 0.75rem;
}

.pi-site .cta-free-line {
  font-family: var(--font-impact);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 0.75rem;
  color: #fff;
}

.pi-site .cta-banner-xl p {
  color: #e8f2ff;
  font-weight: 600;
}

.pi-site .cta-phone-xl {
  font-family: var(--font-impact);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0.25rem 0 0.85rem;
}

.pi-site .cta-phone-xl a {
  color: #fff;
  text-decoration: none;
}

/* —— Footer —— */
.pi-site .site-footer {
  background: #000;
  border-top: 4px solid var(--pi-yellow);
}

.pi-site .footer-col h4 {
  color: var(--pi-yellow);
  font-family: var(--font-ui);
  text-transform: uppercase;
}

/* —— Sticky bar always visible on mobile; desktop thin —— */
.pi-site .sticky-call {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}

.pi-site .sticky-call-btn {
  background: var(--pi-yellow);
  color: #fff;
  font-family: var(--font-impact);
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  letter-spacing: 0.04em;
  border-top: 3px solid #000;
  padding: 0.85rem 0.5rem;
}

.pi-site .sticky-form-btn {
  background: #000;
  color: var(--pi-yellow);
  font-family: var(--font-ui);
  font-weight: 700;
  text-transform: uppercase;
  border-top: 3px solid var(--pi-yellow);
  letter-spacing: 0.06em;
}

.pi-site.layout-conversion {
  padding-bottom: 56px;
}

/* Trust strip under hero form area */
.pi-trust {
  background: #111;
  border-bottom: 3px solid var(--pi-yellow);
  padding: 1rem 0;
}

.pi-trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  align-items: center;
}

.pi-trust-inner span {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.pi-trust-inner span em {
  color: var(--pi-yellow);
  font-style: normal;
}

@media (max-width: 1100px) {
  .pi-site .hero-left {
    grid-template-columns: 1fr;
  }

  .pi-site .hero-attorney-img {
    min-height: 320px;
  }

  .pi-site .hero-attorney {
    max-width: 380px;
  }
}

@media (max-width: 900px) {
  .pi-site .hero-split-grid-clean {
    grid-template-columns: 1fr;
  }

  .pi-site .hero-form-card {
    position: static;
  }

  .pi-hl-grid {
    grid-template-columns: 1fr;
  }

  .pi-site .top-bar-avail,
  .pi-site .top-bar-free {
    display: none;
  }
}

@media (min-width: 901px) {
  /* keep sticky on desktop too for conversion feel */
  .pi-site .sticky-call {
    display: grid;
  }
}

/* =========================================================
   LOUDER + PHOTO FIXES
   No harsh borders on people photos; law-themed stage backgrounds
   ========================================================= */

.pi-site {
  --pi-yellow: #1a6fd4;
  --pi-yellow-hot: #4d9fff;
}

/* Louder phone */
.pi-site .top-bar-conversion {
  border-bottom-width: 6px;
  min-height: 64px;
}

.pi-site .top-bar-phone-lg {
  font-size: clamp(2.1rem, 6vw, 3.25rem);
  text-shadow: 0 0 24px rgba(26, 111, 212, 0.35);
}

.pi-site .header-cta-phone a {
  font-size: 2.15rem;
}

.pi-site .btn-gold,
.pi-site .btn.btn-gold {
  border-width: 4px !important;
  box-shadow: 6px 6px 0 #000 !important;
  font-size: 1.02rem !important;
}

.pi-site .billboard {
  border-bottom-width: 6px;
  padding: 1.6rem 0;
}

.pi-site .billboard-item strong {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.pi-site .recovery-number {
  font-size: clamp(3.4rem, 10vw, 6rem);
  text-shadow: 0 0 40px rgba(26, 111, 212, 0.4);
}

.pi-site .sticky-call-btn {
  font-size: clamp(1.25rem, 3.5vw, 1.7rem);
  padding: 1rem 0.5rem;
}

/* —— Law stage background (no photo borders) —— */
.pi-site .law-bg {
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  background-color: #070707;
  background-image:
    linear-gradient(165deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%),
    url("../images/graphic-marble.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.pi-site .law-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 35%, rgba(26, 111, 212, 0.12), transparent 65%),
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

/* Hero attorney photo — borderless on law stage */
.pi-site .hero-photo-stage,
.pi-site .hero-attorney {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #070707;
  background-image:
    linear-gradient(165deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%),
    url("../images/graphic-marble.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.pi-site .hero-photo-stage::before,
.pi-site .hero-attorney::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 30%, rgba(26, 111, 212, 0.14), transparent 60%),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}

.pi-site .hero-attorney-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 440px;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.pi-site .hero-attorney-caption {
  z-index: 2;
  border: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 1.25rem 1rem 1rem;
}

.pi-site .hero-attorney-caption strong {
  font-size: 1.85rem;
  color: var(--pi-yellow);
}

/* About photo — no border, law backdrop */
.pi-site .about-media-stack,
.pi-site .about-media-stack.law-bg {
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.5rem 1.5rem 0;
  background-color: #0a0a0a;
  background-image:
    linear-gradient(160deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)),
    url("../images/graphic-marble.jpg");
  background-size: cover;
  background-position: center;
}

.pi-site .about-media-stack .about-main {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.4));
}

.pi-site .about-media-stack .about-float {
  display: none !important;
}

/* Team preview photos — clean, no card frame harshness */
.pi-site .team-preview-card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
  padding: 0;
}

.pi-site .team-preview-card .team-photo,
.pi-site .team-photo {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    url("../images/graphic-marble.jpg") !important;
  background-size: cover !important;
  background-color: #0a0a0a !important;
}

.pi-site .team-preview-card .team-photo img,
.pi-site .team-photo img {
  object-fit: contain !important;
  object-position: center bottom !important;
  background: transparent !important;
}

.pi-site .team-preview-card h3,
.pi-site .team-preview-card p {
  text-align: center;
  padding: 0 0.5rem;
}

.pi-site .team-preview-card h3 {
  margin-top: 0.75rem;
}

/* Cine / media frames — softer, law backdrop, no hard yellow border on faces */
.pi-site .cine-frame {
  border: 0 !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background-image: url("../images/graphic-marble.jpg");
  background-size: cover;
}

.pi-site .cine-ken {
  background-color: transparent;
}

/* Practice cards — full bleed image, no thick border */
.pi-site .vcard {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
}

.pi-site .vcard:hover {
  outline: 3px solid var(--pi-yellow);
  outline-offset: 0;
}

/* Highlight cards louder */
.pi-site .pi-hl-card {
  border-width: 4px;
  box-shadow: 8px 8px 0 rgba(26, 111, 212, 0.25);
}

.pi-site .pi-hl-card strong {
  font-size: clamp(2.3rem, 4.5vw, 3.2rem);
}

/* CTA louder */
.pi-site .cta-banner-xl {
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}

.pi-site .cta-banner-xl h2 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.pi-site .cta-phone-xl {
  font-size: clamp(2.5rem, 6vw, 3.8rem);
}

/* Form still bold (borders OK on form, not people) */
.pi-site .hero-form-card {
  box-shadow: 14px 14px 0 #000;
  border-width: 5px;
}

.pi-site .hero-form-card h2 {
  font-size: 2.45rem;
}

@media (max-width: 900px) {
  .pi-site .hero-attorney-img {
    min-height: 360px;
  }

  .pi-site .about-media-stack {
    padding: 1rem 1rem 0;
  }
}
