/* =========================================================
 * Paramount Landing — design stylesheet
 * Loaded via wp_enqueue_style on pages using paramount-landing.php
 * Scoped armor (.pf-showcase ...) preserved as belt-and-suspenders
 * against Hello Elementor / Elementor cascade conflicts.
 * ========================================================= */

/* Suppress WordPress's default page title on landing pages */
.entry-title,
.page-header,
.elementor-page-title,
h1.entry-title { display: none !important; }

/* ---------- Design tokens ---------- */
:root {
  --navy-900: #0F3568;
  --navy-800: #1B5497;
  --navy-700: #2D6BB3;
  --navy-50:  #EBF1F9;
  --sand-500: #1B5497;
  --sand-400: #5B89C2;
  --sand-50:  #EBF1F9;
  --gold:     #D4A53A;
  --ink-900:  #0F1B2D;
  --ink-700:  #2C3E5A;
  --ink-500:  #5B6B82;
  --ink-300:  #95A1B5;
  --bg:       #FFFFFF;
  --white:    #FFFFFF;
  --line:     #E1E5EB;
  --shadow-sm: 0 1px 2px rgba(15,37,64,.06), 0 2px 8px rgba(15,37,64,.04);
  --shadow-md: 0 8px 24px rgba(15,37,64,.10);
  --shadow-lg: 0 24px 60px rgba(15,37,64,.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --maxw: 1180px;
}

/* Google Fonts loaded by parent / WP; here we just use them. */
.pf-showcase { box-sizing: border-box; }
.pf-showcase * { box-sizing: border-box; }

.pf-showcase {
  color: var(--ink-900);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.pf-showcase h1, .pf-showcase h2, .pf-showcase h3, .pf-showcase h4 {
  font-family: 'Hedvig Letters Serif', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy-900);
  margin: 0 0 .5em;
}
.pf-showcase h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1.05; letter-spacing: -0.02em; }
.pf-showcase h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.15; }
.pf-showcase h3 { font-size: 1.2rem; line-height: 1.3; }
.pf-showcase p  { margin: 0 0 1em; color: var(--ink-700); }
.pf-showcase a  { color: var(--navy-800); text-decoration: none; }

.pf-showcase .container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.pf-showcase .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sand-500);
  margin-bottom: 14px;
}
.pf-showcase .eyebrow.on-dark { color: var(--sand-400); }

/* ---------- Buttons ---------- */
.pf-showcase .btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  font-weight: 600; font-size: 1rem;
  border-radius: 999px;
  border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.pf-showcase .btn-primary {
  background: #FFD68A;
  color: var(--navy-900);
  box-shadow: var(--shadow-md);
}
.pf-showcase .btn-primary:hover { background: #FFC766; transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.pf-showcase .btn-gold { background: var(--white); color: var(--navy-800); }
.pf-showcase .btn-gold:hover { background: var(--navy-50); transform: translateY(-1px); }
.pf-showcase .btn-ghost { background: transparent; color: var(--navy-900); border: 1px solid var(--navy-800); }
.pf-showcase .btn-ghost:hover { background: var(--navy-50); }
.pf-showcase .btn .arrow {
  width: 18px; height: 18px;
  display: inline-grid; place-items: center;
  transition: transform .2s ease;
}
.pf-showcase .btn:hover .arrow { transform: translateX(3px); }

/* ---------- Hero ---------- */
.pf-showcase .hero {
  position: relative;
  color: var(--white);
  padding: 80px 0 110px;
  overflow: hidden;
  isolation: isolate;
}
.pf-showcase .hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(125deg, #0C2347 0%, #0F3568 55%, #1B5497 100%);
  z-index: -1;
}
.pf-showcase .hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}
.pf-showcase .hero h1 { color: var(--white); }
.pf-showcase .hero p.lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin-bottom: 32px;
}
.pf-showcase .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.pf-showcase .hero-actions .meta {
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  display: inline-flex; align-items: center; gap: 8px;
}
.pf-showcase .hero-card {
  background: rgba(246,239,223,.97);
  color: var(--ink-900);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(2px);
}
.pf-showcase .hero-card h3 {
  color: var(--navy-900); margin-bottom: 10px;
  font-family: 'Hedvig Letters Serif', Georgia, serif; font-size: 1.4rem;
}
.pf-showcase .hero-card p { color: var(--ink-700); margin-bottom: 18px; }

.pf-showcase .quick-quote { display: grid; gap: 14px; }
.pf-showcase .quick-quote label {
  font-size: .78rem; font-weight: 600; color: var(--ink-700);
  text-transform: uppercase; letter-spacing: .08em;
  display: block; margin-bottom: 6px;
}
.pf-showcase .quick-quote input, .pf-showcase .quick-quote select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit; font-size: 1rem; color: var(--ink-900);
}
.pf-showcase .quick-quote input:focus, .pf-showcase .quick-quote select:focus {
  outline: 2px solid var(--sand-500); outline-offset: 1px;
}
.pf-showcase .quick-quote .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pf-showcase .quick-quote .btn { width: 100%; justify-content: center; margin-top: 6px; padding: 14px 20px; font-size: 1rem; }

.pf-showcase .quote-success {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 24px 8px; gap: 14px;
}
.pf-showcase .quote-success .check {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy-900); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.pf-showcase .quote-success h4 {
  font-family: 'Hedvig Letters Serif', Georgia, serif;
  font-size: 1.5rem; color: var(--navy-900); margin: 0;
}
.pf-showcase .quote-success p { color: var(--ink-700); margin: 0; max-width: 28ch; }

/* ---------- Trust band ---------- */
.pf-showcase .trust { background: var(--white); padding: 36px 0; }
.pf-showcase .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}
.pf-showcase .trust-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 8px;
}
.pf-showcase .trust-item .num {
  font-family: 'Hedvig Letters Serif', Georgia, serif;
  font-size: 1.6rem; font-weight: 700; color: var(--navy-900);
  display: flex; align-items: center; gap: 8px;
}
.pf-showcase .trust-item .label { font-size: .85rem; color: var(--ink-500); }
.pf-showcase .stars { color: var(--gold); letter-spacing: 2px; font-size: .9rem; }
.pf-showcase .trust-icon {
  width: 44px; height: 44px;
  background: var(--sand-50);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--navy-800);
}

/* ---------- Sections / sub-heads ---------- */
.pf-showcase section.pad { padding: 96px 0; }
.pf-showcase .section-cta { display: flex; justify-content: center; margin-top: 48px; }
.pf-showcase .stats-band .section-cta .btn { background: #FFD68A; color: var(--navy-900); }
.pf-showcase .stats-band .section-cta .btn:hover { background: #FFC766; }
.pf-showcase .section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.pf-showcase .section-head p { font-size: 1.05rem; color: var(--ink-500); }

/* ---------- How-it-works steps ---------- */
.pf-showcase .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pf-showcase .step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pf-showcase .step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pf-showcase .step-num {
  width: 56px; height: 56px;
  background: var(--navy-800);
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(20,54,90,.25);
}
.pf-showcase .step-num svg { width: 24px; height: 24px; }
.pf-showcase .step .step-tag {
  position: absolute; top: 20px; right: 20px;
  font-size: .72rem; color: var(--sand-500);
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.pf-showcase .step h3 { margin-bottom: 6px; font-size: 1.1rem; }
.pf-showcase .step p { font-size: .92rem; color: var(--ink-500); margin: 0; }

/* ---------- What-we-finance tiles ---------- */
.pf-showcase .alt-bg { background: var(--white); }
.pf-showcase .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pf-showcase .cat {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  background: var(--bg);
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color .2s ease, transform .2s ease;
}
.pf-showcase .cat:hover { border-color: var(--sand-500); transform: translateY(-3px); }
.pf-showcase .cat-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--navy-50);
  display: grid; place-items: center;
  color: var(--navy-800);
}
.pf-showcase .cat h4 { margin: 4px 0 0; color: var(--navy-900); font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; }
.pf-showcase .cat p { margin: 0; font-size: .88rem; color: var(--ink-500); }

/* ---------- Why panel ---------- */
.pf-showcase .benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pf-showcase .benefits .visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  background-color: var(--navy-900);
  background-image:
    radial-gradient(120% 90% at 22% 16%, rgba(91,137,194,.38), transparent 60%),
    linear-gradient(160deg, var(--navy-800), var(--navy-900));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pf-showcase .benefit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.pf-showcase .benefit-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}
.pf-showcase .benefit-list .ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--sand-50); color: var(--navy-800);
  display: grid; place-items: center;
}
.pf-showcase .benefit-list h4 { margin: 0 0 4px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--navy-900); }
.pf-showcase .benefit-list p { margin: 0; color: var(--ink-500); font-size: .94rem; }

/* ---------- Stats band ---------- */
.pf-showcase .stats-band {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--white);
  padding: 72px 0;
}
.pf-showcase .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.pf-showcase .stat .n {
  font-family: 'Hedvig Letters Serif', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--sand-400);
  font-weight: 600;
  line-height: 1;
}
.pf-showcase .stat .l { margin-top: 10px; font-size: .92rem; color: rgba(255,255,255,.78); }

/* ---------- FAQ ---------- */
.pf-showcase .faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.pf-showcase .faq details { border-bottom: 1px solid var(--line); padding: 18px 4px; }
.pf-showcase .faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600; color: var(--navy-900);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  font-size: 1.05rem;
}
.pf-showcase .faq summary::-webkit-details-marker { display: none; }
.pf-showcase .faq summary::after { content: "+"; font-size: 1.4rem; color: var(--sand-500); transition: transform .2s ease; }
.pf-showcase .faq details[open] summary::after { content: "−"; }
.pf-showcase .faq details p { margin: 12px 0 0; color: var(--ink-500); font-size: .98rem; }

/* ---------- Final CTA ---------- */
.pf-showcase .final-cta {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  padding: 80px 0;
}
.pf-showcase .final-cta-inner { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; }
.pf-showcase .final-cta h2 { color: var(--white); margin-bottom: 8px; }
.pf-showcase .final-cta p { color: rgba(255,255,255,.85); margin: 0; }
.pf-showcase .final-cta .actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.pf-showcase .final-cta .btn { justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .pf-showcase .hero { padding: 120px 0 80px; }
  .pf-showcase .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pf-showcase .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .pf-showcase .steps { grid-template-columns: repeat(2, 1fr); }
  .pf-showcase .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-showcase .benefits { grid-template-columns: 1fr; }
  .pf-showcase .benefits .visual { aspect-ratio: 16/10; order: -1; }
  .pf-showcase .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .pf-showcase .final-cta-inner { grid-template-columns: 1fr; }
  .pf-showcase section.pad { padding: 72px 0; }
}
@media (max-width: 540px) {
  .pf-showcase .hero { padding: 92px 0 48px; }
  .pf-showcase .hero-grid { gap: 28px; }
  .pf-showcase .hero h1 { font-size: 1.85rem; line-height: 1.1; }
  .pf-showcase .hero p.lead { font-size: .98rem; margin-bottom: 22px; }
  .pf-showcase .hero-card { padding: 20px; }
  .pf-showcase .hero-card h3 { font-size: 1.2rem; }
  .pf-showcase .trust { padding: 24px 0; }
  .pf-showcase .trust-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .pf-showcase .trust-item .num { font-size: 1.25rem; }
  .pf-showcase .trust-item .label { font-size: .78rem; }
  .pf-showcase .trust-icon { width: 32px; height: 32px; }
  .pf-showcase section.pad { padding: 48px 0; }
  .pf-showcase .section-head { margin-bottom: 32px; }
  .pf-showcase h2 { font-size: 1.5rem; }
  .pf-showcase .steps { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pf-showcase .step { padding: 18px; }
  .pf-showcase .step h3 { font-size: 1rem; }
  .pf-showcase .step p { font-size: .85rem; }
  .pf-showcase .step-num { width: 40px; height: 40px; margin-bottom: 10px; }
  .pf-showcase .step-num svg { width: 18px; height: 18px; }
  .pf-showcase .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pf-showcase .cat { padding: 16px; }
  .pf-showcase .cat h4 { font-size: .95rem; }
  .pf-showcase .cat p { font-size: .82rem; }
  .pf-showcase .stats-band { padding: 44px 0; }
  .pf-showcase .stats-grid { grid-template-columns: 1fr 1fr; row-gap: 24px; gap: 18px; }
  .pf-showcase .stat .l { font-size: .82rem; }
  .pf-showcase .benefits .visual { aspect-ratio: 16/10; }
  .pf-showcase .benefit-list { gap: 14px; }
  .pf-showcase .benefit-list li { grid-template-columns: 36px 1fr; gap: 12px; }
  .pf-showcase .benefit-list .ico { width: 36px; height: 36px; }
  .pf-showcase .faq summary { font-size: .95rem; }
  .pf-showcase .final-cta { padding: 56px 0; }
  .pf-showcase .section-cta { margin-top: 28px; }
}

/* =========================================================
 * Integration armor — scoped to .pf-showcase so Hello
 * Elementor / Elementor cannot override the embedded design.
 * Same values as the design above, just with !important.
 * ========================================================= */
.pf-showcase a.btn, .pf-showcase a.btn:hover { text-decoration: none !important; }
.pf-showcase .btn { font-weight: 600 !important; }
.pf-showcase .btn-primary { background: #FFD68A !important; color: var(--navy-900) !important; }
.pf-showcase .btn-primary:hover { background: #FFC766 !important; }
.pf-showcase .btn-gold { background: #ffffff !important; }
.pf-showcase .btn-ghost { background: transparent !important; }

.pf-showcase, .pf-showcase p, .pf-showcase li, .pf-showcase span, .pf-showcase a,
.pf-showcase label, .pf-showcase .eyebrow, .pf-showcase .btn, .pf-showcase input {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}
.pf-showcase h1, .pf-showcase h2, .pf-showcase h3, .pf-showcase h4,
.pf-showcase .logo, .pf-showcase .hero-card h3, .pf-showcase .trust-item .num,
.pf-showcase .cat h4, .pf-showcase .benefit-list h4, .pf-showcase .stat .n,
.pf-showcase .quote-success h4 {
  font-family: 'Hedvig Letters Serif', Georgia, serif !important;
  letter-spacing: -0.01em !important;
}
.pf-showcase h1, .pf-showcase h2, .pf-showcase h3, .pf-showcase h4 { font-weight: 600 !important; }
.pf-showcase .eyebrow {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important; letter-spacing: .14em !important; text-transform: uppercase !important;
}
.pf-showcase .faq summary, .pf-showcase .quick-quote label,
.pf-showcase .cat h4, .pf-showcase .benefit-list h4,
.pf-showcase .stat .n { font-weight: 600 !important; }
.pf-showcase .trust-item .num { font-weight: 700 !important; }

/* =========================================================
 * Suppress the global Elementor footer on landing pages.
 *
 * Reason: landing pages display an ads-specific tracking phone
 * number in the Final CTA section (set per page). The site's
 * global footer contains additional phone numbers that would
 * dilute that tracked line and confuse the visitor about which
 * number to call. We hide the entire footer block on pages
 * using the Paramount Landing template; non-landing pages are
 * unaffected.
 *
 * The body class .page-template-paramount-landing is added by
 * WordPress core (body_class()) for any page that has the
 * paramount-landing.php template assigned. We target three
 * common footer markers as belt-and-suspenders: the standard
 * <footer> element, Elementor's data attribute, and its
 * location class.
 * ========================================================= */
body.page-template-paramount-landing footer,
body.page-template-paramount-landing [data-elementor-type="footer"],
body.page-template-paramount-landing .elementor-location-footer {
  display: none !important;
}
