/* =====================================================================
   Prevention Lunch and Learn landing page : page stylesheet
   Loaded by page-prevention-ce-lunch-and-learn via wp_enqueue_style().
   Install at:  <astra-child-theme>/assets/css/prevention-ce.css

   SECTION 1 - Astra layout overrides (full-width plumbing; rarely edited).
   SECTION 2 - the landing-page design, scoped under #fds-landing so it can
               never collide with Astra / Elementor / WooCommerce styles.
   ===================================================================== */

/* ---- SECTION 1: Astra full-bleed layout overrides ------------------------
   Makes this page span the full viewport width with no sidebar, regardless of
   the theme's container settings. You normally won't need to edit this block.
   The .pce-fullbleed class is added to <body> by prevention-cs.php.
   ------------------------------------------------------------------------- */
  :root{
    --blue-dark:#003f7a;
    --blue:#0a59ab;        /* primary deep Centrix blue */
    --blue-press:#08447f;
    --navy:#0e2b4a; 
    --navy-deep:#0a2038;
    --amber:#dd8a32; 
    --amber-dark:#c9781f;
    --muted:#52606d; 
    --muted-2:#7d8a99; 
    --muted-3:#9aa9b8;
    --tint:#f4f8fc; 
    --tint-2:#eef4fb; 
    --tint-3:#e7f0fa;
    --border:#e3ecf4; 
    --line:#eef3f8; 
    --hair:#e7eef5;
    --dark:#06252e;
    
    --maxw:1440px;
    --measure:660px;
    
    
    --serif:'Newsreader',Georgia,serif;
    --sans:'Hanken Grotesk',system-ui,-apple-system,sans-serif;
  }
 
html { scroll-behavior: smooth }
 
.pll-fullbleed .site-content,
.pll-fullbleed .site-content > .ast-container,
.pll-fullbleed .site-content .ast-container{ max-width:100%!important; width:100%!important; padding:0!important; margin:0!important; }
.pll-fullbleed #primary{ width:100%!important; max-width:100%!important; margin:0!important; padding:0!important; }
.pll-fullbleed #secondary{ display:none!important; }
.pll-fullbleed .ast-article-single,
.pll-fullbleed .ast-article-post,
.pll-fullbleed .entry-content{ margin:0!important; padding:0!important; max-width:100%!important; }
.pll-fullbleed .ast-separate-container .ast-article-single{ padding:0!important; }
#pll-landing{ width:100%; max-width:100%; }


  *{box-sizing:border-box}
  .plp{margin:0;font-family:var(--sans);color:var(--navy);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.5}
  .plp img{display:block;max-width:100%}
  .plp a{text-decoration:none;color:inherit}
  .plp ::selection{background:#cfe2f5;color:var(--navy)}
  .plp .container{max-width:1440px;margin:0 auto;padding:0 24px}
  .plp .section{padding:clamp(64px,8vw,104px) 0}

  /* type */
  .plp .eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
  .plp .eyebrow.blue{color:var(--blue)}
  .plp .eyebrow.amber{color:var(--amber)}
  .plp h1,.plp h2,.plp h3{margin:0}
  .plp .h1{font-family:var(--serif);font-weight:500;font-size:clamp(34px,5.2vw,60px);line-height:1.04;letter-spacing:-.01em;color:var(--navy);text-wrap:balance}
  .plp .h2{font-family:var(--serif);font-weight:500;font-size:clamp(28px,4vw,44px);line-height:1.12;letter-spacing:-.01em;color:var(--navy);text-wrap:balance}
  .plp .lead{font-size:clamp(16px,1.6vw,19px);line-height:1.62;color:#4a5a6b;text-wrap:pretty}

  /* buttons */
  .plp .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--sans);font-weight:600;border:none;border-radius:999px;cursor:pointer;transition:background .15s ease,transform .15s ease}
  .plp .btn .arw{font-size:1.06em;line-height:1}
  .plp .btn-primary{background:var(--blue);color:#fff;font-size:17px;padding:17px 30px;box-shadow:0 12px 26px rgba(0,81,155,.24)}
  .plp .btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}
  .plp .btn-sm{font-size:14px;padding:11px 20px;box-shadow:0 6px 16px rgba(0,81,155,.2)}
  .plp .btn-amber{background:var(--amber);color:#fff;font-size:18px;font-weight:700;padding:19px 36px;box-shadow:0 16px 34px rgba(221,138,50,.36)}
  .plp .btn-amber:hover{background:var(--amber-dark);transform:translateY(-1px)}

  /* header */
  .plp .site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--hair)}
  .plp .site-header .container{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
  .plp .site-header .logo{height:24px;width:auto}
  .plp .header-right{display:flex;align-items:center;gap:22px}
  .plp .header-tag{font-size:13px;font-weight:600;color:var(--muted-2);letter-spacing:.01em}

  /* hero */
  .plp .hero{background:linear-gradient(180deg,#f3f8fd 0%,#fff 70%)}
  .plp .hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:clamp(40px,5vw,64px);align-items:center;padding:clamp(48px,7vw,96px) 0 clamp(56px,7vw,64px)}
  .plp .pill{display:inline-flex;align-items:center;gap:9px;background:var(--tint-3);border:1px solid #d3e4f4;color:var(--blue);font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border-radius:999px}
  .plp .pill .dot{width:7px;height:7px;border-radius:50%;background:var(--amber)}
  .plp .hero h1{margin:24px 0 22px}
  .plp .hero .lead{max-width:560px;margin:0 0 32px;font-size:clamp(16px,1.5vw,18.5px)}
  .plp .hero .lead strong{color:var(--navy);font-weight:600}
  .plp .cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:32px}
  .plp .cta-note{font-size:14px;color:var(--muted-2);font-weight:500}
  .plp .trust{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding-top:22px;border-top:1px solid var(--border);font-size:13.5px;font-weight:600;color:#5d6b7a}
  .plp .trust .sep{color:#c2d2e0}

  /* hero visual */
  .plp .hero-visual{position:relative}
  .plp .photo{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(140deg,#dbe9f7,#eaf2fb);border:1px solid #cdddec;display:flex;align-items:center;justify-content:center}
  .plp .photo.tall{aspect-ratio:4/4.4}
  .plp .photo .tag{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.85);color:#5a6b7d;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px;border-radius:6px}
  .plp .photo .ph-inner{text-align:center;color:#7790a8;padding:24px}
  .plp .photo .ph-inner svg{margin:0 auto 12px;opacity:.8}
  .plp .photo .ph-inner p{font-size:14px;font-weight:600;max-width:230px;line-height:1.45;margin:0 auto}
  .plp .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .plp .badge{position:absolute;right:-14px;bottom:20px;background:#fff;border-radius:16px;box-shadow:0 16px 36px rgba(14,43,74,.16);padding:16px 20px;display:flex;align-items:center;gap:13px}
  .plp .badge .ico{width:44px;height:44px;border-radius:12px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center}
  .plp .badge .big{font-family:var(--serif);font-size:24px;font-weight:600;color:var(--navy);line-height:1}
  .plp .badge .sm{font-size:12px;font-weight:600;color:var(--muted-2);margin-top:2px}
  .plp .chip-amber{position:absolute;left:-8px;top:20px;background:var(--amber);color:#fff;font-size:13px;font-weight:700;padding:9px 15px;border-radius:999px;box-shadow:0 10px 22px rgba(221,138,50,.32)}

  /* social proof bar 
  .plp .proofbar{border-top:1px solid var(--hair);background:#fff}
  .plp .proofbar .container{padding:20px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 28px}
  .plp .proofbar .label{font-size:13px;font-weight:600;color:var(--muted-3);letter-spacing:.04em}
  .plp .logo-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
  .plp .logo-slot{width:104px;height:30px;border-radius:6px;background:#eef3f8;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.06em;color:#aebbc8}
  .plp .proofbar .note{font-size:12px;color:#c0ccd8;font-style:italic} */
  
 
 .plp .proofbar{border-top:1px solid var(--hair); border-bottom:1px solid var(--hair); background:#fff; padding: clamp(30px,3vw,30px) 0 }
 
.proofbar .container {
  display: block;            /* neutralize inherited flex */
}
.proofbar .label {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8A8880;
  margin-bottom: 20px;
}
.proofbar .logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vw, 60px);
  flex-wrap: wrap;
}


.pb-logo { width: auto; opacity: .55; transition: opacity .2s ease; }
.pb-logo:hover { opacity: .85; }


.pb-heartland { height: 52px; }
.pb-123      { height: 40px; }
.pb-elite    { height: 34px; }
.pb-passion  { height: 22px; }

@media (max-width: 640px) {
  .pb-heartland { height: 42px; }
  .pb-123      { height: 32px; }
  .pb-elite    { height: 27px; }
  .pb-passion  { height: 18px; }
}



  /* generic light/tint sections */
  .plp .band-tint{background:var(--tint);border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
  .plp .centered{text-align:center}
  .plp .narrow{max-width:820px;margin:0 auto}
  .plp .mid{max-width:880px;margin:0 auto}

  /* cards grid */
  .plp .grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
  .plp .card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:34px 30px}
  .plp .card .c-ico{width:56px;height:56px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
  .plp .card .c-ico.blue{background:var(--tint-3);color:var(--blue)}
  .plp .card .c-ico.amber{background:#fbf0e2;color:var(--amber)}
  .plp .card h3{font-size:20px;font-weight:700;color:var(--navy);margin:0 0 10px}
  .plp .card p{font-size:15.5px;line-height:1.6;color:var(--muted);margin:0}
  
  
.offer-bg {
  position: relative;
  background-image:
    linear-gradient(
      90deg,
      rgba(244, 249, 255, 0.96) 0%,
      rgba(244, 249, 255, 0.92) 42%,
      rgba(244, 249, 255, 0.72) 68%,
      rgba(244, 249, 255, 0.45) 100%
    ),
    url('/wp-content/uploads/2026/06/the-offer-section-bg.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.itworks-bg {
  position: relative;
  background-image:
    linear-gradient(
      90deg,
      rgba(244, 249, 255, 0.96) 0%,
      rgba(244, 249, 255, 0.92) 42%,
      rgba(244, 249, 255, 0.72) 68%,
      rgba(244, 249, 255, 0.45) 100%
    ),
    url('/wp-content/uploads/2026/06/itworkssection-bg-scaled.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.offer-bg .container, .itworks-bg .container {
  position: relative;
  z-index: 2;
}

.offer-bg .card, .itworks-bg .card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Optional: makes the section feel a little more premium */
.offer-bg::after, .itworks-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 10%, rgba(39, 102, 190, 0.08), transparent 28%),
    radial-gradient(circle at 70% 95%, rgba(39, 102, 190, 0.06), transparent 30%);
  z-index: 1;
}

@media (max-width: 900px) {
  .offer-bg {
    background-image:
      linear-gradient(
        180deg,
        rgba(244, 249, 255, 0.98) 0%,
        rgba(244, 249, 255, 0.94) 58%,
        rgba(244, 249, 255, 0.78) 100%
      ),
      url('/wp-content/uploads/2026/06/the-offer-section-bg.webp');
    background-position: center top;
  }
  
  .itworks-bg {
    background-image:
      linear-gradient(
        180deg,
        rgba(244, 249, 255, 0.98) 0%,
        rgba(244, 249, 255, 0.94) 58%,
        rgba(244, 249, 255, 0.78) 100%
      ),
      url('/wp-content/uploads/2026/06/itworkssection-bg-scaled.webp');
    background-position: center top;
  }
  

  .offer-bg .card, .itworks-bg .card {
    background: rgba(255, 255, 255, 0.92);
  }
}




  /* two-col */
  .plp .two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(40px,5vw,72px)}

  /* checklist */
  .plp .checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
  .plp .checklist li{display:flex;gap:15px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line)}
  .plp .checklist li:last-child{border-bottom:none}
  .plp .checklist .chk{flex:none;width:26px;height:26px;border-radius:50%;background:var(--tint-3);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-top:1px}
  .plp .checklist .chk.amber{background:#fbf0e2;color:var(--amber)}
  .plp .checklist span.t{font-size:16.5px;line-height:1.5;color:#2c3a48;font-weight:500}
  .plp .smallnote{background:var(--tint);border:1px solid var(--border);border-radius:14px;padding:16px 18px;font-size:14px;line-height:1.55;color:#5d6b7a}
  .plp .smallnote strong{color:var(--navy);font-weight:700}

  /* steps */
  .plp .step-num{font-family:var(--serif);font-size:17px;font-weight:600;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
  .plp .step-num.blue{background:var(--blue)}
  .plp .step-num.amber{background:var(--amber)}
  .plp .card.step{padding:32px 30px}
  .plp .card.step h3{font-size:19px;margin-bottom:9px}

  /* role chips */
  .plp .chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
  .plp .chip{font-size:14.5px;font-weight:600;color:var(--blue);background:var(--tint-2);border:1px solid #dbe7f3;padding:9px 18px;border-radius:999px}

  /* testimonials */
  .plp .grid-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
  .plp .quote{background:#fff;border:1px solid var(--border);border-radius:20px;padding:36px 34px}
  .plp .quote .mark{font-family:var(--serif);font-size:56px;line-height:.6;color:#cdddec;height:30px}
  .plp .quote p{font-size:18px;line-height:1.55;color:#3a4856;font-style:italic;margin:0 0 24px}
  .plp .quote .by{font-size:14px;font-weight:700;color:var(--navy)}
  .plp .fallback{text-align:center;font-size:13.5px;line-height:1.6;color:#8794a2;background:#eaf1f8;border:1px dashed #c6d8e8;border-radius:12px;padding:16px 22px;max-width:760px;margin:30px auto 0}
  .plp .fallback strong{color:#5d6b7a}

  /* booking */
  .plp .embed-slot{border:2px dashed #c6d8e8;border-radius:20px;background:#f7fafd;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:40px 24px;text-align:center}
  .plp .embed-slot .e-ico{width:58px;height:58px;border-radius:14px;background:var(--tint-3);color:var(--blue);display:flex;align-items:center;justify-content:center}
  .plp .embed-slot .e-kicker{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-3)}
  .plp .embed-slot .e-title{font-size:18px;font-weight:700;color:var(--navy)}
  .plp .embed-slot .e-sub{font-size:14.5px;line-height:1.55;color:var(--muted-2);max-width:440px}
  
  /* ── Booking form — HubSpot embed styles ── */
  
	#pll-hs-form {
	  max-width: 560px;
	  margin: 0 auto;
	  text-align: left;
	}

	#pll-landing .hs-form-private fieldset { max-width: 100% !important; }
	
	#pll-landing .hs-form-private .hs-form-field { margin-bottom: 20px; }
	
	#pll-landing .hs-form-private label {
	  font-family: var(--sans);
	  font-size: 12px;
	  font-weight: 600;
	  color: var(--navy, var(--ink));
	  letter-spacing: .07em;
	  text-transform: uppercase;
	  margin-bottom: 7px;
	  display: block;
	}
	
	#pll-landing .hs-form-private input[type="text"],
	#pll-landing .hs-form-private input[type="email"],
	#pll-landing .hs-form-private input[type="tel"],
	#pll-landing .hs-form-private select {
	  font-family: var(--sans);
	  font-size: 15px;
	  color: var(--ink);
	  background: var(--paper, #fff);
	  border: 1px solid var(--line-strong, #d0d4dc);
	  border-radius: 7px;
	  padding: 14px 13px;
	  width: 100%;
	  transition: border-color .15s ease, box-shadow .15s ease;
	}
	
	
	
	#pll-landing .hs-form-private input[type="text"]:focus,
	#pll-landing .hs-form-private input[type="email"]:focus,
	#pll-landing .hs-form-private input[type="tel"]:focus,
	#pll-landing .hs-form-private select:focus {
	  outline: none;
	  border-color: var(--blue, #0a59ab);
	  box-shadow: 0 0 0 3px rgba(10,89,171,.14);
	}
	
	#pll-landing .hs-form-private input::placeholder { color: var(--ink-faint, #aaa); }
	
	#pll-landing .hs-form-private input[type="submit"],
	#pll-landing .hs-form-private .hs-button {
	  font-family: var(--sans);
	  font-size: 16px;
	  font-weight: 600;
	  background: var(--blue, #1b2f50);
	  color: #fff;
	  border: none;
	  cursor: pointer;
	  padding: 16px 28px;
	  border-radius: 8px;
	  width: 100%;
	  transition: background .15s ease;
	  margin-top: 8px;
	}
	
	#pll-landing .hs-form-private input[type="submit"]:hover,
	#pll-landing .hs-form-private .hs-button:hover { background: var(--blue-press, #0a59ab); }
	
	#pll-landing ul.hs-error-msgs { margin: 6px 0 0; padding: 0; }
	#pll-landing ul.hs-error-msgs li { list-style: none; font-size: 12.5px; color: #b23232; }
	
	#pll-landing ul.hs-error-msgs li label.hs-error-msg {
	    color: #f6aba7; text-transform:none;
	}

	#pll-landing .hs-richtext p {
		 font-size: 12px !important;
text-align: center !important;color: var(--ink-muted, #666);
	}
	
	#pll-landing .legal-consent-container { font-size: 12px; color: var(--ink-muted, #666); margin-top: 12px; }

  /* faq */
  .plp .faq-wrap{background:#fff;border:1px solid var(--border);border-radius:18px;padding:8px 28px}
  .plp .faq{border-bottom:1px solid var(--line)}
  .plp .faq:last-child{border-bottom:none}
  .plp .faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:17.5px;font-weight:600;color:var(--navy)}
  .plp .faq summary::-webkit-details-marker{display:none}
  .plp .faq summary::marker{content:''}
  .plp .faq .ico{flex:none;width:30px;height:30px;border-radius:50%;border:1.5px solid #cdddeb;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:21px;line-height:1;transition:transform .2s ease}
  .plp .faq .ico::before{content:'+'}
  .plp .faq[open] .ico::before{content:'\2013'}
  .plp .faq .body{padding:0 44px 24px 0;font-size:16px;line-height:1.62;color:var(--muted)}
  .plp .faq .body .tbd{color:var(--muted-3);font-style:italic}

  /* final cta */
  .plp .final{background:var(--navy);position:relative;overflow:hidden}
  .plp .final .glow{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(0,81,155,.5),transparent 55%);pointer-events:none}
  .plp .final .inner{position:relative;max-width:820px;margin:0 auto;padding:clamp(72px,9vw,120px) 24px;text-align:center}
  .plp .final h2{font-size:clamp(32px,5vw,56px);line-height:1.06;color:#fff;margin:0 0 18px;text-wrap:balance}
  .plp .final p{font-size:clamp(16px,1.7vw,20px);line-height:1.55;color:#b8cce0;margin:0 0 36px}

  /* footer */
  .plp .site-footer{background:var(--navy-deep);color:#8fa4ba}
  .plp .footer-inner{display:flex;flex-wrap:wrap;gap:28px;align-items:center;justify-content:space-between;padding:48px 24px}
  .plp .site-footer .logo{height:24px;width:auto;filter:brightness(0) invert(1);opacity:.92}
  .plp .site-footer p{font-size:13px;line-height:1.6;color:#7e93a9;margin:0;max-width:680px;text-align:right;flex:1;min-width:280px}
  
  p.disclaimer{font-size:12px;color:#CBE5FB;line-height:1.65;max-width:var(--maxw);padding-top:30px;}
  
  
    /* ── standalone footer ── */
  .site-footer-pll { background: var(--dark, #06252e); color: #8fa4ba; font-family: var(--sans); }
  .site-footer-pll .container { max-width: 1440px; margin: 0 auto; padding: 0 24px; }

  .sfp-top { padding: 40px 0 32px; }
  .sfp-top img { height: 28px; width: auto; }

  .sfp-mid .container { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; gap: 24px; flex-wrap: wrap; }
  .sfp-badges { display: flex; align-items: center; gap: 28px; }
  .sfp-cret { display: flex; align-items: center; gap: 10px; }
  .sfp-cret img { height: 44px; width: auto; }
  .sfp-cret span { font-size: 12px; line-height: 1.4; color: #CBE5FB; }
  .sfp-disclaimer { font-size: 12px; color: #CBE5FB; line-height: 1.6; max-width: 480px; text-align: right; margin: 0; }
  .ce-disclaimer { font-size: 12px;
color: var(--muted-2);
line-height: 1.26;
max-width: 900px;
text-align: center;
margin: 10px auto 15px;}

  .sfp-legal { border-top: 1px solid rgba(255,255,255,.08); }
  .sfp-legal .container { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; gap: 16px; flex-wrap: wrap; }
  .sfp-legal nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
  .sfp-legal nav a { font-size: 12.5px; color: #7e93a9; text-decoration: none; white-space: nowrap; }
  .sfp-legal nav a:hover { color: #CBE5FB; }
  .sfp-copy { font-size: 12px; color: #5e7285; margin: 0; white-space: nowrap; }

  @media (max-width: 700px) {
    .sfp-mid .container { flex-direction: column; align-items: flex-start; }
    .sfp-disclaimer { text-align: left; max-width: 100%; }
    .sfp-legal .container { flex-direction: column; align-items: flex-start; }
    .sfp-copy { order: -1; }
  }
  

  /* headline preview (dev only) */
  .plp .hv{position:fixed;left:18px;bottom:18px;z-index:60;background:#fff;border:1px solid #d9e5f0;border-radius:13px;box-shadow:0 12px 32px rgba(14,43,74,.16);padding:13px 15px}
  .plp .hv .hv-title{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted-3);font-weight:700;margin-bottom:9px}
  .plp .hv .hv-row{display:flex;gap:6px;flex-wrap:wrap;max-width:230px}
  .plp .hv .hv-btn{font-family:var(--sans);font-size:12px;font-weight:600;padding:7px 11px;border-radius:7px;background:var(--tint-2);color:#5a6b7d;border:none;cursor:pointer}
  .plp .hv .hv-btn.is-active{background:var(--blue);color:#fff}

  @media (max-width:760px){
    .plp .header-tag{display:none}
    .plp .footer-inner{flex-direction:column;align-items:flex-start}
    .plp .site-footer p{text-align:left}
  }
