.elementor-13513 .elementor-element.elementor-element-f25dc3d{--display:flex;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13513 .elementor-element.elementor-element-f25dc3d:not(.elementor-motion-effects-element-type-background), .elementor-13513 .elementor-element.elementor-element-f25dc3d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-13513 .elementor-element.elementor-element-f25dc3d.e-con{--align-self:flex-start;}/* Start custom CSS *//* Brand tokens */
:root {
  --pfp-green: #7ba835;
  --pfp-green-dark: #547520;
  --pfp-green-light: #eef5e0;
  --pfp-cyan: #2fbae0;
  --pfp-cyan-light: #e6f5fb;
  --pfp-blue: #005792;
  --pfp-amber: #c8922a;
  --pfp-amber-light: #fff8ec;
  --pfp-ink: #3d3e3f;
  --pfp-ink-muted: #767777;
  --pfp-border: #e0dfdf;
  --pfp-surface: #ffffff;
  --pfp-surface-alt: #f6f5f5;
  --pfp-overlay: #232532;
  --pfp-radius: 6px;
  --pfp-shadow-tile: -5px 5px 10px rgba(0,0,0,.05);
  --pfp-shadow-card: -5px 5px 10px rgba(0,0,0,.08);
}

/* ── Base reset inside our blocks (don't touch the WP theme globally) ── */
.pfp-section { font-family: 'Open Sans', sans-serif; color: var(--pfp-ink); line-height: 1.65; }
.pfp-section *,
.pfp-section *::before,
.pfp-section *::after { box-sizing: border-box; }
.pfp-section p { margin: 0 0 12px; }
.pfp-section h1, .pfp-section h2, .pfp-section h3, .pfp-section h4 {
  color: var(--pfp-ink); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; margin: 0;
}
.pfp-section .pfp-accent { color: var(--pfp-green); }
.pfp-section .pfp-accent--blue { color: rgb(0, 87, 146); }
.pfp-section .pfp-accent--lime { color: rgb(169, 226, 59); }
.pfp-section .pfp-accent--cyan { color: var(--pfp-cyan); }
.pfp-section .pfp-accent--amber { color: var(--pfp-amber); }
.pfp-section a { color: var(--pfp-green); text-decoration: none; }
.pfp-section a:hover { text-decoration: underline; }

/* ── Shared buttons ──
   Selectors are doubled (e.g. a.pfp-btn.pfp-btn--primary) so they outrank the
   global `.pfp-section a` color rule without needing !important. */
a.pfp-btn,
.pfp-section a.pfp-btn,
button.pfp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--pfp-radius);
  font-weight: 700; font-size: 15px; text-decoration: none;
  border: 2px solid transparent; transition: all .15s ease-out;
  cursor: pointer; line-height: 1; white-space: nowrap;
}
.pfp-section a.pfp-btn.pfp-btn--primary,
a.pfp-btn.pfp-btn--primary { background: var(--pfp-green); color: #fff; border-color: var(--pfp-green); }
.pfp-section a.pfp-btn.pfp-btn--primary:hover,
a.pfp-btn.pfp-btn--primary:hover { background: var(--pfp-green-dark); border-color: var(--pfp-green-dark); color: #fff; text-decoration: none; }
.pfp-section a.pfp-btn.pfp-btn--ghost,
a.pfp-btn.pfp-btn--ghost { background: #ffffff; color: var(--pfp-cyan); border-color: var(--pfp-cyan); }
.pfp-section a.pfp-btn.pfp-btn--ghost:hover,
a.pfp-btn.pfp-btn--ghost:hover { background: var(--pfp-cyan); color: #ffffff; border-color: var(--pfp-cyan); text-decoration: none; }
.pfp-section a.pfp-btn.pfp-btn--white,
a.pfp-btn.pfp-btn--white { background: #fff; color: var(--pfp-ink); border-color: #fff; }
.pfp-section a.pfp-btn.pfp-btn--white:hover,
a.pfp-btn.pfp-btn--white:hover { background: var(--pfp-surface-alt); color: var(--pfp-ink); text-decoration: none; }

/* ── Eyebrows / section heads ── */
.pfp-section .pfp-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--pfp-green); margin-bottom: 16px;
}
.pfp-section .pfp-sec-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.pfp-section .pfp-sec-title { font-size: clamp(28px, 3.2vw, 40px); margin-bottom: 14px; }
.pfp-section .pfp-sec-sub { font-size: 17px; color: var(--pfp-ink-muted); line-height: 1.6; }
.pfp-section--reports .pfp-sec-head { max-width: 880px; }
.pfp-section--reports .pfp-sec-title { white-space: nowrap; }
@media (max-width: 880px) {
  .pfp-section--reports .pfp-sec-title { white-space: normal; }
}

/* ── HERO ──
   Uses the PreciseFP brand web-background asset (light variant with the wave
   motif on the right — designed to sit behind text-left layouts). In WP:
     1. Upload https://precisefp.com/wp-content/uploads/2026/04/hero-bg-light.png to the Media Library
     2. Replace the url(...) below with the uploaded URL */
.pfp-section--hero {
  position: relative; overflow: hidden;
  padding: 72px 24px 88px;
  background: url("https://precisefp.com/wp-content/uploads/2026/04/hero-bg-light.png") center / cover no-repeat;
}
.pfp-hero { max-width: 1100px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

/* PreciseFP logo lockup at the top of the hero (opt-in markup) */
.pfp-hero__logo {
  display: block; max-width: 180px; height: auto; margin: 0 auto 28px;
}
.pfp-hero__badge {
  display: inline-block; background: #005792; color: #ffffff;
  padding: 6px 14px; border-radius: 100px; font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px;
}
.pfp-hero__h1 { font-size: clamp(32px, 4.5vw, 54px); margin-bottom: 18px; white-space: nowrap; }
@media (max-width: 1100px) {
  .pfp-hero__h1 { white-space: normal; }
}
.pfp-section p.pfp-hero__sub,
.pfp-hero__sub { font-size: 18px; color: var(--pfp-ink-muted); max-width: 620px; margin: 16px auto 32px; line-height: 1.6; }
.pfp-hero__stats { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 36px; }
.pfp-hero__stats > div { text-align: center; }
.pfp-hero__stats strong { display: block; font-size: 30px; font-weight: 700; color: #005792; line-height: 1; }
.pfp-hero__stats strong + span { display: block; font-size: 11.5px; margin-top: 4px; color: var(--pfp-ink-muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
.pfp-hero__stats > div:nth-child(2) strong { color: var(--pfp-cyan); }
.pfp-hero__stats > div:nth-child(3) strong { color: rgb(255, 193, 54); }
.pfp-hero__stats > div:nth-child(4) strong { color: var(--pfp-green); }
.pfp-hero__ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── NOTICE ── */
.pfp-section--notice { background: var(--pfp-overlay); padding: 40px 24px; }
.pfp-notice { max-width: 860px; margin: 0 auto; color: rgba(255,255,255,.75); font-size: 13.5px; line-height: 1.6; text-align: center; }
.pfp-notice strong { color: #ffc136; }

/* ── SECTIONS (common) ── */
.pfp-section--howto,
.pfp-section--reports { padding: 72px 24px; background: #fff; }

/* Dark-mode sessions block — breaks up the page between the light how-to and light reports sections.
   Uses the dark architectural background asset. In WP:
     1. Upload https://precisefp.com/wp-content/uploads/2026/04/sessions-bg-dark.png to the Media Library
     2. Replace the url(...) below with the uploaded URL
   The stacked overlay keeps headings + accordion text legible; tune alpha if you swap the image. */
.pfp-section--sessions {
  padding: 80px 24px;
  background:
    linear-gradient(180deg, rgba(26,28,37,.62) 0%, rgba(26,28,37,.80) 100%),
    url("https://precisefp.com/wp-content/uploads/2026/04/sessions-bg-dark.png") center / cover no-repeat;
  background-color: #1a1c25;
  color: #ffffff;
}
.pfp-section--sessions h2,
.pfp-section--sessions h3,
.pfp-section--sessions h4 { color: #ffffff; }
.pfp-section--sessions .pfp-eyebrow { color: var(--pfp-cyan); }
.pfp-section--sessions .pfp-sec-sub { color: rgba(255,255,255,.72); }

/* ── HOW-TO GRID ── */
.pfp-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
@media (max-width: 860px) { .pfp-how-grid { grid-template-columns: 1fr; } }
.pfp-how-card {
  background: #f6f5f5; border: 1px solid var(--pfp-border); border-radius: var(--pfp-radius);
  padding: 26px; box-shadow: var(--pfp-shadow-tile); position: relative;
}
.pfp-how-card__icon {
  width: 40px; height: 40px; border-radius: 50%; font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
/* Icon cell — when using on-brand PNG/SVG icons, we drop the circular colored disk and let the graphic carry the color */
.pfp-how-card__icon.pfp-how-card__icon--img {
  background: transparent !important;
  width: auto !important; height: auto !important;
  display: block; margin-bottom: 18px;
}
.pfp-how-card__icon.pfp-how-card__icon--img svg,
.pfp-how-card__icon.pfp-how-card__icon--img img {
  display: block; width: 56px; height: 56px; object-fit: contain;
}
/* Legacy glyph-only fallback (unused once SVG icons are in place, retained for robustness) */
.pfp-how-card--t1 .pfp-how-card__icon:not(.pfp-how-card__icon--img) { background: var(--pfp-green-light); color: var(--pfp-green-dark); }
.pfp-how-card--t2 .pfp-how-card__icon:not(.pfp-how-card__icon--img) { background: var(--pfp-cyan-light); color: var(--pfp-cyan); }
.pfp-how-card--t3 .pfp-how-card__icon:not(.pfp-how-card__icon--img) { background: #e6eef5; color: var(--pfp-blue); }
.pfp-how-card__title { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--pfp-ink); }
.pfp-how-card__desc { font-size: 14.5px; color: var(--pfp-ink); line-height: 1.6; margin-bottom: 16px; }
.pfp-how-card__examples { font-size: 13px; color: var(--pfp-ink-muted); line-height: 1.6; padding-top: 14px; border-top: 1px solid var(--pfp-border); }
.pfp-how-card__examples strong {
  display: block; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pfp-ink); font-weight: 700; margin-bottom: 6px;
}

/* ── TIP / INFO BOXES ── */
.pfp-tip, .pfp-info {
  max-width: 1120px; margin: 16px auto 0; padding: 18px 22px;
  border-radius: var(--pfp-radius); font-size: 14.5px; line-height: 1.65;
}
.pfp-tip { background: var(--pfp-green-light); border-left: 3px solid var(--pfp-green); color: var(--pfp-ink); }
.pfp-tip.pfp-tip--cyan { background: var(--pfp-cyan-light); border-left-color: var(--pfp-cyan); }
.pfp-info { background: var(--pfp-amber-light); border-left: 3px solid var(--pfp-amber); color: var(--pfp-ink); }
.pfp-tip strong, .pfp-info strong { color: var(--pfp-ink); font-weight: 700; }

/* ── SESSIONS ACCORDION (dark mode, color-coded per session) ── */
.pfp-sessions-acc .elementor-accordion { max-width: 980px; margin: 0 auto; border: none; background: transparent; }
.pfp-sessions-acc .elementor-accordion-item {
  background: #3d3e3f !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: var(--pfp-radius) !important;
  margin-bottom: 14px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.03) inset, 0 10px 30px rgba(0,0,0,.18);
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease;
}
.pfp-sessions-acc .elementor-tab-title {
  padding: 22px 26px !important; font-size: 18px !important; font-weight: 700 !important;
  color: #ffffff !important; border: none !important; background: transparent !important;
  position: relative; letter-spacing: -0.005em;
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
.pfp-sessions-acc .elementor-tab-title::before {
  content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 50%;
  margin-right: 14px; vertical-align: middle; transform: translateY(-1px);
  background: var(--accent, var(--pfp-green));
  box-shadow: 0 0 0 4px rgba(255,255,255,.04);
}
.pfp-sessions-acc .elementor-tab-title .elementor-accordion-icon { color: inherit !important; }
.pfp-sessions-acc .elementor-tab-title:hover {
  background: rgba(255,255,255,.03) !important;
}
.pfp-sessions-acc .elementor-tab-content {
  padding: 32px 28px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.98);
  color: var(--pfp-ink);
}

/* Per-session accent colors — each uses a distinct PreciseFP/Docupace brand color.
   Order matches: Session 01, 02, 03, 04, 05 */
.pfp-sessions-acc .elementor-accordion-item:nth-child(1) { --accent: var(--pfp-green); }      /* PreciseFP green   */
.pfp-sessions-acc .elementor-accordion-item:nth-child(2) { --accent: var(--pfp-cyan); }       /* PreciseFP cyan    */
.pfp-sessions-acc .elementor-accordion-item:nth-child(3) { --accent: #FFC136; }               /* PreciseFP yellow  */
.pfp-sessions-acc .elementor-accordion-item:nth-child(4) { --accent: var(--pfp-blue); }       /* Docupace blue     */
.pfp-sessions-acc .elementor-accordion-item:nth-child(5) { --accent: #A9E23B; }               /* PreciseFP lime   */

/* Active (expanded) title uses the accent color as its backdrop */
.pfp-sessions-acc .elementor-accordion-item:nth-child(1) .elementor-tab-title.elementor-active { background: var(--pfp-green) !important; }
.pfp-sessions-acc .elementor-accordion-item:nth-child(2) .elementor-tab-title.elementor-active { background: var(--pfp-cyan) !important; }
.pfp-sessions-acc .elementor-accordion-item:nth-child(3) .elementor-tab-title.elementor-active { background: #FFC136 !important; color: #3d3e3f !important; }
.pfp-sessions-acc .elementor-accordion-item:nth-child(4) .elementor-tab-title.elementor-active { background: var(--pfp-blue) !important; color: #fff !important; }
.pfp-sessions-acc .elementor-accordion-item:nth-child(5) .elementor-tab-title.elementor-active { background: #A9E23B !important; color: #3d3e3f !important; }

/* When active, hide the colored dot (the whole bar is the color now) */
.pfp-sessions-acc .elementor-tab-title.elementor-active::before { background: rgba(255,255,255,.6); box-shadow: none; }

/* When expanded, item gets a subtle outer glow in its accent */
.pfp-sessions-acc .elementor-accordion-item:has(.elementor-active) { border-color: var(--accent) !important; }

/* ── SESSION HERO CARD (inside each accordion) ── */
.pfp-session-hero {
  background: var(--pfp-surface-alt); border-radius: var(--pfp-radius);
  padding: 22px 24px; margin-bottom: 28px; border-left: 3px solid var(--pfp-green);
}
.pfp-session-hero__eye {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pfp-green); margin-bottom: 8px;
}
.pfp-session-hero__sub { font-size: 17px; font-weight: 700; color: var(--pfp-ink); margin-bottom: 14px; }
.pfp-session-hero__row { font-size: 14.5px; line-height: 1.6; margin-bottom: 8px; color: var(--pfp-ink); }
.pfp-session-hero__row strong { color: var(--pfp-ink); font-weight: 700; }

/* ── STAGE BLOCK ── */
.pfp-stage { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--pfp-border); }
.pfp-stage:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.pfp-stage__hd { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.pfp-stage__num {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: var(--pfp-green); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
.pfp-stage__title { font-size: 20px; font-weight: 700; color: var(--pfp-ink); margin-bottom: 2px; }
.pfp-stage__meta { font-size: 12px; color: var(--pfp-ink-muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.pfp-stage__goal { font-size: 15px; margin-bottom: 10px; line-height: 1.65; }
.pfp-stage__goal strong { color: var(--pfp-green-dark); }
.pfp-stage__detail { font-size: 14.5px; color: var(--pfp-ink-muted); line-height: 1.65; margin-bottom: 16px; }
.pfp-script {
  background: var(--pfp-surface-alt); border-left: 3px solid var(--pfp-cyan);
  padding: 14px 18px; margin: 16px 0; font-style: italic; font-size: 14.5px;
  color: var(--pfp-ink); border-radius: 0 var(--pfp-radius) var(--pfp-radius) 0;
}
.pfp-stage__practice { font-size: 14.5px; line-height: 1.7; margin-top: 16px; color: var(--pfp-ink); }
.pfp-stage__practice b, .pfp-stage__practice strong { color: var(--pfp-ink); font-weight: 700; }
.pfp-stage__tip {
  margin-top: 14px; padding: 14px 18px; background: var(--pfp-amber-light);
  border-left: 3px solid #FFC136; border-radius: 0 var(--pfp-radius) var(--pfp-radius) 0;
  font-size: 14px; line-height: 1.6;
}

/* ── PROMPT CARD ── */
.pfp-prompt {
  background: var(--pfp-overlay); color: #fff; border-radius: var(--pfp-radius);
  padding: 18px 20px; margin: 18px 0; position: relative;
}
.pfp-prompt__head {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pfp-cyan); margin-bottom: 10px;
}
.pfp-prompt__spark { color: var(--pfp-cyan); margin-right: 4px; }
.pfp-prompt__body {
  font-family: 'Open Sans', 'Courier New', monospace; font-size: 13px; line-height: 1.65;
  color: rgba(255,255,255,.88); white-space: normal; user-select: text;
}
.pfp-prompt__copy {
  margin-top: 12px; background: var(--pfp-cyan); color: #fff; border: none;
  padding: 8px 16px; border-radius: var(--pfp-radius); font-size: 12px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  font-family: inherit; transition: background .15s;
}
.pfp-prompt__copy:hover { background: #228faa; }
.pfp-prompt__copy.copied { background: var(--pfp-green); }

/* ── EMAIL BLOCK ── */
.pfp-email {
  background: #fff; border: 1px solid var(--pfp-border); border-radius: var(--pfp-radius);
  padding: 16px 20px; margin-top: 16px;
}
.pfp-email__sub { font-size: 13px; color: var(--pfp-ink-muted); margin-bottom: 8px; }
.pfp-email__sub strong { color: var(--pfp-ink); }
.pfp-email__body { font-size: 14px; line-height: 1.65; color: var(--pfp-ink); }

/* ── REPORT GRID ── */
.pfp-report-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
@media (max-width: 860px) { .pfp-report-grid { grid-template-columns: 1fr; } }
.pfp-report-card {
  background: var(--pfp-overlay); color: #fff; border-radius: var(--pfp-radius); padding: 26px;
  position: relative; overflow: hidden;
  border-top: 4px solid var(--pfp-green);
}
/* Left-edge colored bar per card */
.pfp-report-card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 6px;
  background: var(--card-accent, var(--pfp-green));
}
.pfp-report-card { padding-left: 32px; }
.pfp-report-card__title {
  font-size: 15px; font-weight: 700; color: var(--card-accent, var(--pfp-cyan));
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px;
}
.pfp-report-card__body {
  font-family: 'Open Sans', 'Courier New', monospace; font-size: 13px; line-height: 1.65;
  color: rgba(255,255,255,.88); margin-bottom: 12px;
}

/* Per-card accent colors (cycles through the 4 brand accents) */
.pfp-report-card:nth-child(1) { --card-accent: #A9E23B;         border-top-color: #A9E23B; } /* PreciseFP lime */
.pfp-report-card:nth-child(2) { --card-accent: var(--pfp-cyan);  border-top-color: var(--pfp-cyan); }
.pfp-report-card:nth-child(3) { --card-accent: #FFC136;          border-top-color: #FFC136; } /* PreciseFP yellow */
.pfp-report-card:nth-child(4) { --card-accent: #7BA835;          border-top-color: #7BA835; } /* PreciseFP green */

/* Per-card copy button tint (stays clickable & on-brand) */
.pfp-report-card:nth-child(1) .pfp-prompt__copy { background: #A9E23B; color: #3d3e3f; }
.pfp-report-card:nth-child(1) .pfp-prompt__copy:hover { background: #8cc71f; color: #3d3e3f; }
.pfp-report-card:nth-child(2) .pfp-prompt__copy { background: var(--pfp-cyan); }
.pfp-report-card:nth-child(2) .pfp-prompt__copy:hover { background: #228faa; }
.pfp-report-card:nth-child(3) .pfp-prompt__copy { background: #FFC136; color: #3d3e3f; }
.pfp-report-card:nth-child(3) .pfp-prompt__copy:hover { background: #e5ac22; color: #3d3e3f; }
.pfp-report-card:nth-child(4) .pfp-prompt__copy { background: #7BA835; color: #fff; }
.pfp-report-card:nth-child(4) .pfp-prompt__copy:hover { background: #547520; color: #fff; }

/* ── FINAL CTA ── */
.pfp-section--final { background: var(--pfp-overlay); padding: 80px 24px; }
.pfp-final { max-width: 720px; margin: 0 auto; text-align: center; color: #fff; }
.pfp-section--final .pfp-final__h2 { font-size: clamp(26px, 3vw, 36px); color: #fff !important; margin-bottom: 14px; white-space: nowrap; }
@media (max-width: 720px) {
  .pfp-section--final .pfp-final__h2 { white-space: normal; }
}
.pfp-final__h2 .pfp-accent { color: var(--pfp-cyan); }
.pfp-section p.pfp-final__sub,
.pfp-final__sub { color: rgba(255,255,255,.72); font-size: 16px; max-width: 460px; margin: 0 auto 28px; line-height: 1.6; text-align: center; }
.pfp-final__ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── Responsive tuning ── */
@media (max-width: 640px) {
  .pfp-hero__h1 { font-size: 32px; }
  .pfp-section--hero { padding: 48px 20px; }
  .pfp-section--howto,
  .pfp-section--sessions,
  .pfp-section--reports { padding: 48px 20px; }
  .pfp-sessions-acc .elementor-tab-title { padding: 16px 20px !important; font-size: 15.5px !important; }
  .pfp-sessions-acc .elementor-tab-content { padding: 22px 18px !important; }
}

/* ── HERO eyebrow row + AI Enabled badge ── */
.pfp-hero__eyebrow-row { display: flex; flex-direction: column; align-items: center; gap: 32px; margin-bottom: 24px; }
.pfp-hero__eyebrow-row .pfp-hero__badge { margin-bottom: 0; order: 2; }
.pfp-hero__ai-badge { display: block; height: 140px; width: auto; order: 1; }

/* ── MEET THE AI TEMPLATE BUILDER ── */
.pfp-section--meet { padding: 96px 24px 32px; background: #fff; }
.pfp-meet-frame {
  max-width: 1040px; margin: 0 auto; background: #fff;
  border: 1px solid var(--pfp-border); border-radius: 14px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 30, 60, 0.10), 0 6px 14px rgba(10, 30, 60, 0.05);
}
.pfp-meet-frame__chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 18px; background: #f4f4f5; border-bottom: 1px solid var(--pfp-border);
}
.pfp-meet-frame__chrome > span {
  width: 11px; height: 11px; border-radius: 50%; background: #d4d4d8; display: block;
}
.pfp-meet-frame__chrome > span:nth-child(1) { background: #ff5f56; }
.pfp-meet-frame__chrome > span:nth-child(2) { background: #ffbd2e; }
.pfp-meet-frame__chrome > span:nth-child(3) { background: #27c93f; }
.pfp-meet-frame__url {
  margin-left: 14px; padding: 5px 14px; background: #fff; border: 1px solid var(--pfp-border);
  border-radius: 6px; font-size: 12px; color: var(--pfp-ink-muted); letter-spacing: .02em;
  font-family: 'Open Sans', sans-serif; font-weight: 400;
}
.pfp-meet-frame__shot { display: block; width: 100%; height: auto; }
@media (max-width: 720px) {
  .pfp-section--meet { padding: 64px 16px 24px; }
  .pfp-meet-frame__url { display: none; }
}

/* ── MEET THE TEMPLATE BUILDER ── */
.pfp-section--meet { padding: 96px 24px 96px; background: var(--pfp-bg, #ffffff); }
.pfp-meet-frame {
  max-width: 1080px; margin: 0 auto;
  border-radius: 14px; overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--pfp-border);
  box-shadow: 0 30px 60px -24px rgba(15, 35, 60, 0.28), 0 8px 18px -8px rgba(15, 35, 60, 0.12);
}
.pfp-meet-frame__chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: #f6f5f5;
  border-bottom: 1px solid var(--pfp-border);
}
.pfp-meet-frame__chrome > span {
  width: 11px; height: 11px; border-radius: 50%;
  background: #d0d0d0; display: inline-block;
}
.pfp-meet-frame__chrome > span:nth-child(1) { background: #ff5f57; }
.pfp-meet-frame__chrome > span:nth-child(2) { background: #ffbd2e; }
.pfp-meet-frame__chrome > span:nth-child(3) { background: #28c941; }
.pfp-meet-frame__url {
  margin-left: 14px; flex: 1;
  font-size: 12px; color: #6b7780;
  letter-spacing: .02em;
  font-family: 'Open Sans', sans-serif; font-weight: 400;
}
.pfp-meet-frame__shot { display: block; width: 100%; height: auto; }
@media (max-width: 700px) {
  .pfp-section--meet { padding: 56px 16px 64px; }
  .pfp-meet-frame__url { display: none; }
}


/* ── Accordion shim additions (for raw HTML widget paste) ── */
.pfp-sessions-acc .elementor-tab-title { cursor: pointer; user-select: none; }
.pfp-sessions-acc .elementor-tab-content { display: none; }
.pfp-sessions-acc .elementor-tab-title.elementor-active + .elementor-tab-content { display: block; }
.pfp-sessions-acc .elementor-tab-title .pfp-chev { transition: transform .2s ease; display: inline-block; }
.pfp-sessions-acc .elementor-tab-title.elementor-active .pfp-chev { transform: rotate(180deg); }/* End custom CSS */