
:root{
  --pmf-navy:#0b2346;
  --pmf-blue:#1468c8;
  --pmf-blue-dark:#0c4f9f;
  --pmf-red:#e3342f;
  --pmf-soft:#f5f8fc;
  --pmf-soft-blue:#eaf3fc;
  --pmf-white:#ffffff;
  --pmf-ink:#152238;
  --pmf-muted:#607087;
  --pmf-border:#dfe8f2;
  --pmf-radius:22px;
  --pmf-shadow:0 14px 40px rgba(8,34,70,.08);
}

/* ---------- Managed PMF pages ---------- */
body.pmf-final-site{background:#fff}
body.pmf-managed-page .entry-header,
body.pmf-managed-page .page-header{display:none!important}
body.pmf-managed-page .content-area,
body.pmf-managed-page .site-main,
body.pmf-managed-page .entry-content{
  margin-top:0!important;
  padding-top:0!important;
}
body.pmf-managed-page .entry-content{
  max-width:none!important;
}
.pmf-fullbleed{
  width:100vw;
  margin-left:calc(50% - 50vw);
}
.pmf-section{
  padding:76px 22px!important;
}
.pmf-section-tight{
  padding:48px 22px!important;
}
.pmf-container{
  max-width:1180px;
  margin:0 auto;
}
.pmf-soft{background:var(--pmf-soft)}
.pmf-soft-blue{background:var(--pmf-soft-blue)}
.pmf-dark{background:var(--pmf-navy);color:#fff}
.pmf-dark h1,.pmf-dark h2,.pmf-dark h3,.pmf-dark p,.pmf-dark li{color:#fff!important}
.pmf-kicker{
  margin:0 0 10px!important;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.82rem;
  font-weight:850;
  color:var(--pmf-blue);
}
.pmf-card{
  height:100%;
  background:#fff;
  border:1px solid var(--pmf-border);
  border-radius:var(--pmf-radius);
  padding:28px!important;
  box-shadow:var(--pmf-shadow);
}
.pmf-card-flat{
  height:100%;
  background:#fff;
  border:1px solid var(--pmf-border);
  border-radius:var(--pmf-radius);
  padding:30px!important;
}
.pmf-card h3,.pmf-card-flat h3{color:var(--pmf-navy)}
.pmf-icon{
  width:54px;height:54px;
  display:flex;align-items:center;justify-content:center;
  border-radius:16px;
  background:var(--pmf-soft-blue);
  font-size:1.55rem;
  margin-bottom:16px;
}
.pmf-number{
  width:46px;height:46px;
  display:flex;align-items:center;justify-content:center;
  border-radius:999px;
  background:var(--pmf-blue);
  color:#fff;
  font-weight:900;
  margin-bottom:14px;
}
.pmf-badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:var(--pmf-soft-blue);
  color:var(--pmf-blue-dark);
  font-size:.8rem;
  font-weight:850;
  margin-bottom:12px;
}
.pmf-center{text-align:center}
.pmf-page-hero{
  max-width:1180px;
  margin:34px auto 0!important;
  padding:54px!important;
  border-radius:28px;
  background:linear-gradient(135deg,#edf6ff,#f8fbff);
  border:1px solid #dceafb;
}
.pmf-page-hero h1{
  margin-bottom:16px!important;
  color:var(--pmf-navy);
  font-size:clamp(2.5rem,5vw,4.6rem)!important;
  line-height:1.02!important;
}
.pmf-page-hero p:last-child{
  max-width:850px;
  font-size:1.13rem;
  line-height:1.7;
  color:var(--pmf-muted);
}
.pmf-hero{
  min-height:660px;
}
.pmf-hero .wp-block-cover__inner-container{
  width:min(1180px,calc(100% - 44px));
  margin:0 auto;
}
.pmf-hero h1{
  max-width:850px;
  margin:0 0 16px!important;
  color:#fff!important;
  font-size:clamp(3rem,6.6vw,5.7rem)!important;
  line-height:.95!important;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.pmf-hero-tag{
  color:#fff!important;
  font-size:clamp(1.1rem,2.3vw,1.55rem)!important;
  font-weight:900;
  letter-spacing:.04em;
}
.pmf-hero-sub{
  max-width:740px;
  color:#fff!important;
  font-size:clamp(1.05rem,1.8vw,1.25rem)!important;
  line-height:1.65;
}
.pmf-blue-word{color:#72bdff}
.pmf-red-word{color:#ff5c56}
.pmf-stats .wp-block-column{text-align:center}
.pmf-stats h3{
  margin-bottom:8px!important;
  color:#fff!important;
  font-size:1.55rem!important;
}
.pmf-stats p{margin-top:0;color:#dce7f5!important}
.pmf-partner-card{
  min-height:160px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.pmf-contact-panel{
  background:#fff;
  border:1px solid var(--pmf-border);
  border-radius:24px;
  padding:34px!important;
}
.pmf-note{
  border:1px dashed #bfcfe2;
  background:#fbfdff;
  border-radius:16px;
  padding:18px!important;
}

/* ---------- Top icon band ---------- */
.pmf-topbar{
  position:relative;
  z-index:80;
  background:#071b38;
  box-shadow:0 5px 18px rgba(0,0,0,.14);
  border-bottom:4px solid transparent;
  border-image:linear-gradient(90deg,#1475c9 0 33%,#fff 33% 66%,#e3342f 66%) 1;
}
.pmf-topbar__inner{
  max-width:1260px;
  margin:0 auto;
  display:flex;
  align-items:stretch;
  justify-content:center;
  overflow-x:auto;
  scrollbar-width:none;
}
.pmf-topbar__inner::-webkit-scrollbar{display:none}
.pmf-topbar a{
  min-width:91px;
  min-height:70px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 12px;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.75rem;
  line-height:1.1;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
  transition:.18s ease;
}
.pmf-topbar a:hover,.pmf-topbar a:focus{
  background:rgba(255,255,255,.10);
}
.pmf-topbar__icon,
.pmf-topbar__icon svg{
  width:24px;height:24px;
}
.pmf-topbar__icon svg{
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ---------- Forms ---------- */
.pmf-form-wrap{max-width:900px;margin:28px auto 0}
.pmf-form{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:30px;
  background:#fff;
  border:1px solid var(--pmf-border);
  border-radius:24px;
  box-shadow:var(--pmf-shadow);
}
.pmf-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.pmf-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:var(--pmf-navy);
  font-weight:750;
}
.pmf-form input,.pmf-form textarea,.pmf-form select{
  width:100%;
  padding:12px 13px;
  border:1px solid #c8d6e6;
  border-radius:10px;
  background:#fff;
  color:var(--pmf-ink);
  font:inherit;
}
.pmf-form input:focus,.pmf-form textarea:focus,.pmf-form select:focus{
  outline:2px solid rgba(20,104,200,.22);
  border-color:var(--pmf-blue);
}
.pmf-form-consent{
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:10px!important;
  color:var(--pmf-muted)!important;
  font-size:.91rem;
  font-weight:500!important;
}
.pmf-form-consent input{width:auto!important;margin-top:3px}
.pmf-form-submit{
  align-self:flex-start;
  border:0;
  border-radius:10px;
  padding:13px 22px;
  background:var(--pmf-blue);
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.pmf-form-submit:hover{background:var(--pmf-blue-dark)}
.pmf-form-success{
  margin-bottom:16px;
  padding:16px 18px;
  border:1px solid #b6ddc3;
  border-radius:12px;
  background:#eef9f2;
  color:#185b2c;
  font-weight:750;
}
.pmf-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

/* ---------- Legal / publish readiness ---------- */
.pmf-legal-box h2{margin-top:30px;color:var(--pmf-navy)}
.pmf-legal-missing{
  display:inline-flex;
  padding:3px 7px;
  border:1px solid #efc97e;
  border-radius:6px;
  background:#fff1d4;
  color:#714500;
  font-weight:800;
}
.pmf-public-warning{
  margin:20px auto;
  max-width:1180px;
  padding:14px 18px;
  border:1px solid #efc97e;
  border-radius:12px;
  background:#fff8e8;
  color:#604000;
}

/* ---------- Plugin footer ---------- */
body.pmf-final-site .site-footer{display:none!important}
.pmf-footer{
  padding:54px 22px 22px;
  background:#071a35;
  color:#d6e2f0;
}
.pmf-footer__grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:34px;
}
.pmf-footer strong{display:block;margin-bottom:13px;color:#fff}
.pmf-footer__brand{font-size:1.12rem}
.pmf-footer p{color:#b8c8dc;line-height:1.6}
.pmf-footer a{
  display:block;
  margin:8px 0;
  color:#cbd8e8!important;
  text-decoration:none!important;
}
.pmf-footer a:hover{color:#fff!important}
.pmf-footer__bottom{
  max-width:1180px;
  margin:36px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#8fa5c1;
  font-size:.86rem;
}

/* ---------- WooCommerce harmonisation ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  border-radius:10px!important;
}
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-account .woocommerce-MyAccount-content{
  color:var(--pmf-ink);
}
.woocommerce-message,.woocommerce-info{
  border-top-color:var(--pmf-blue)!important;
}
.woocommerce-message::before,.woocommerce-info::before{
  color:var(--pmf-blue)!important;
}

/* ---------- Responsive ---------- */
@media(max-width:980px){
  .pmf-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:782px){
  .pmf-section{padding:54px 18px!important}
  .pmf-page-hero{margin:20px 18px 0!important;padding:34px!important}
  .pmf-hero{min-height:600px}
  .pmf-hero .wp-block-cover__inner-container{width:calc(100% - 36px)}
  .pmf-topbar__inner{justify-content:flex-start}
  .pmf-topbar a{min-width:78px;min-height:64px;padding:8px 9px;font-size:.68rem}
  .pmf-topbar__icon,.pmf-topbar__icon svg{width:21px;height:21px}
  .pmf-form-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .pmf-footer__grid{grid-template-columns:1fr}
  .pmf-form{padding:22px}
}


/* ================= PMF PREMIUM V6 ================= */
html{scroll-behavior:smooth}
body.pmf-final-site{
  --pmf-premium-shadow:0 20px 60px rgba(4,25,55,.10);
  --pmf-premium-shadow-hover:0 24px 70px rgba(4,25,55,.16);
}
body.pmf-final-site .site-header{
  position:relative;
  z-index:90;
}
.pmf-topbar{
  position:sticky;
  top:0;
  z-index:85;
  backdrop-filter:saturate(130%) blur(8px);
}
.admin-bar .pmf-topbar{top:32px}
.pmf-section h2{
  color:var(--pmf-navy);
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.05;
  letter-spacing:-.03em;
}
.pmf-card,.pmf-card-flat,.pmf-action-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.pmf-card:hover,.pmf-action-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--pmf-premium-shadow-hover);
  border-color:#c6d9ee;
}
.pmf-premium-gateway{
  background:
    radial-gradient(circle at 15% 20%,rgba(20,104,200,.08),transparent 30%),
    radial-gradient(circle at 85% 80%,rgba(227,52,47,.07),transparent 30%),
    #fff;
}
.pmf-action-card{
  height:100%;
  padding:30px!important;
  border:1px solid var(--pmf-border);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--pmf-premium-shadow);
}
.pmf-action-card__icon{
  width:58px;height:58px;
  display:flex;align-items:center;justify-content:center;
  border-radius:18px;
  margin-bottom:18px;
  background:linear-gradient(135deg,#e9f4ff,#f6faff);
  font-size:1.7rem;
}
.pmf-action-card h3{color:var(--pmf-navy);font-size:1.28rem}
.pmf-action-card p{color:var(--pmf-muted);line-height:1.65}
.pmf-premium-trust{
  background:linear-gradient(135deg,#071b38 0%,#0c315f 100%);
}
.pmf-premium-trust__box{
  padding:48px!important;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  background:rgba(255,255,255,.055);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.pmf-premium-trust__box h2,
.pmf-premium-trust__box p{color:#fff!important}
.pmf-premium-trust__box .pmf-kicker{color:#80c2ff!important}
.pmf-premium-process{
  padding:44px!important;
  border-radius:28px;
  background:linear-gradient(135deg,#edf6ff,#fff);
  border:1px solid #d8e8f8;
}
.pmf-shop-intro{
  margin:0 0 28px;
  padding:28px 30px;
  border-radius:22px;
  border:1px solid var(--pmf-border);
  background:linear-gradient(135deg,#f2f8ff,#fff);
}
.pmf-shop-intro h2{margin:7px 0 8px;color:var(--pmf-navy)}
.pmf-shop-intro p{margin:0;color:var(--pmf-muted)}
.pmf-product-impact,.pmf-checkout-note,.pmf-account-welcome{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin:18px 0;
  padding:16px 18px;
  border-radius:14px;
  background:#eef6ff;
  border:1px solid #d7e8f8;
  color:var(--pmf-navy);
}
.pmf-product-impact span,.pmf-checkout-note span,.pmf-account-welcome span{
  color:var(--pmf-muted);
  font-size:.92rem;
}
.woocommerce ul.products li.product{
  border:1px solid var(--pmf-border);
  border-radius:20px;
  padding:14px!important;
  background:#fff;
  box-shadow:0 10px 32px rgba(8,34,70,.06);
  transition:.2s ease;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:var(--pmf-premium-shadow-hover);
}
.woocommerce ul.products li.product img{
  border-radius:14px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  color:var(--pmf-navy);
  font-weight:800;
}
.woocommerce ul.products li.product .price{
  color:var(--pmf-blue-dark)!important;
  font-weight:800;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  background:var(--pmf-blue)!important;
  color:#fff!important;
  font-weight:800!important;
  border-radius:10px!important;
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{
  background:var(--pmf-blue-dark)!important;
}
.pmf-mobile-nav{display:none}
@media(max-width:782px){
  body.pmf-final-site{padding-bottom:68px}
  .admin-bar .pmf-topbar{top:46px}
  .pmf-premium-trust__box{padding:30px 22px!important}
  .pmf-mobile-nav{
    position:fixed;
    left:10px;right:10px;bottom:10px;
    z-index:999;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    min-height:58px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.15);
    border-radius:18px;
    background:rgba(7,27,56,.96);
    box-shadow:0 14px 40px rgba(0,0,0,.25);
    backdrop-filter:blur(12px);
  }
  .pmf-mobile-nav a{
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;padding:7px 4px;
    color:#fff!important;text-decoration:none!important;
    font-size:.67rem;
  }
  .pmf-mobile-nav svg{
    width:20px;height:20px;
    fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
  }
  .pmf-mobile-nav b{font-weight:750}
}
@media(max-width:500px){
  .pmf-action-card{padding:23px!important}
}


/* ================= PMF PREMIUM V6.1 — HEADER CORRECTIF ================= */

/* Suppression du second header Kadence : le logo et les accès sont désormais
   intégrés dans le bandeau PMF premium. */
body.pmf-final-site #masthead,
body.pmf-final-site .site-header,
body.pmf-final-site .site-header-wrap,
body.pmf-final-site header#masthead{
  display:none!important;
}

/* Le bandeau PMF devient le véritable header du site. */
.pmf-topbar.pmf-topbar--with-brand{
  position:sticky;
  top:0;
  z-index:999;
  background:linear-gradient(90deg,#071a35 0%,#0b2d58 58%,#071a35 100%);
  border-bottom:4px solid transparent;
  border-image:linear-gradient(90deg,#1674c7 0 33%,#fff 33% 66%,#e3342f 66%) 1;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(12px) saturate(130%);
}
.admin-bar .pmf-topbar.pmf-topbar--with-brand{
  top:32px;
}

.pmf-topbar__shell{
  width:min(1380px,100%);
  min-height:82px;
  margin:0 auto;
  display:flex;
  align-items:stretch;
}

.pmf-topbar__brand{
  flex:0 0 165px;
  min-width:165px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 18px!important;
  border-right:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.035);
  text-decoration:none!important;
}
.pmf-topbar__brand:hover{
  background:rgba(255,255,255,.08);
}
.pmf-topbar__brand img{
  display:block;
  width:auto;
  max-width:130px;
  max-height:58px;
  object-fit:contain;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.22));
}
.pmf-topbar__fallback-logo{
  color:#fff;
  font-weight:950;
  font-size:1.7rem;
  letter-spacing:.06em;
}

.pmf-topbar--with-brand .pmf-topbar__inner{
  flex:1 1 auto;
  min-width:0;
  width:auto;
  max-width:none;
  margin:0;
  display:flex;
  align-items:stretch;
  justify-content:space-evenly;
  overflow-x:auto;
  scrollbar-width:none;
}
.pmf-topbar--with-brand .pmf-topbar__inner::-webkit-scrollbar{
  display:none;
}

.pmf-topbar--with-brand .pmf-topbar__item{
  position:relative;
  flex:1 1 84px;
  min-width:78px;
  max-width:118px;
  min-height:82px;
  padding:10px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#fff!important;
  text-decoration:none!important;
  text-align:center;
  white-space:nowrap;
  font-size:.72rem;
  font-weight:800;
  line-height:1.05;
  transition:background .18s ease, transform .18s ease;
}
.pmf-topbar--with-brand .pmf-topbar__item:hover,
.pmf-topbar--with-brand .pmf-topbar__item:focus{
  background:rgba(255,255,255,.09);
  transform:translateY(-1px);
}

.pmf-topbar--with-brand .pmf-topbar__icon,
.pmf-topbar--with-brand .pmf-topbar__icon svg{
  width:25px;
  height:25px;
}

.pmf-topbar__utility{
  background:rgba(255,255,255,.035);
}

.pmf-topbar__cart-count{
  position:absolute;
  top:8px;
  right:14px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#e3342f;
  color:#fff;
  font-size:.64rem;
  font-weight:900;
  box-shadow:0 3px 9px rgba(0,0,0,.25);
}

/* La bannière d'accueil touche directement le header premium. */
body.pmf-managed-page main,
body.pmf-managed-page .site-main,
body.pmf-managed-page .content-area{
  margin-top:0!important;
}
body.home .pmf-hero{
  margin-top:0!important;
}

/* Tablettes */
@media(max-width:1050px){
  .pmf-topbar__brand{
    flex-basis:135px;
    min-width:135px;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .pmf-topbar__brand img{
    max-width:105px;
    max-height:50px;
  }
  .pmf-topbar--with-brand .pmf-topbar__item{
    min-width:72px;
    font-size:.68rem;
  }
}

/* Mobile : logo compact + rail horizontal, le menu mobile inférieur V6 reste actif. */
@media(max-width:782px){
  .admin-bar .pmf-topbar.pmf-topbar--with-brand{
    top:46px;
  }

  .pmf-topbar__shell{
    min-height:66px;
  }

  .pmf-topbar__brand{
    position:sticky;
    left:0;
    z-index:3;
    flex:0 0 92px;
    min-width:92px;
    min-height:66px;
    padding:7px 10px!important;
    background:#071a35;
    box-shadow:10px 0 16px rgba(7,26,53,.24);
  }
  .pmf-topbar__brand img{
    max-width:75px;
    max-height:43px;
  }

  .pmf-topbar--with-brand .pmf-topbar__inner{
    justify-content:flex-start;
  }

  .pmf-topbar--with-brand .pmf-topbar__item{
    flex:0 0 72px;
    min-width:72px;
    min-height:66px;
    padding:7px 6px;
    font-size:.63rem;
    gap:4px;
  }

  .pmf-topbar--with-brand .pmf-topbar__icon,
  .pmf-topbar--with-brand .pmf-topbar__icon svg{
    width:20px;
    height:20px;
  }

  .pmf-topbar__cart-count{
    top:5px;
    right:8px;
  }
}


/* ================= PMF PREMIUM V7 — ESPACE MEMBRE ================= */
.pmf-member-login{
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  border:1px solid var(--pmf-border);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--pmf-premium-shadow,0 18px 55px rgba(8,34,70,.10));
}
.pmf-member-login__intro{
  padding:46px;
  background:linear-gradient(145deg,#071b38 0%,#0d3c72 100%);
  color:#fff;
}
.pmf-member-login__intro h2{color:#fff!important;margin:10px 0 14px}
.pmf-member-login__intro p{color:#d8e5f5;line-height:1.7}
.pmf-member-login__intro .pmf-badge{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.pmf-member-login__form{padding:46px}
.pmf-member-login__form form p{margin-bottom:18px}
.pmf-member-login__form label{
  display:block;
  color:var(--pmf-navy);
  font-weight:750;
  margin-bottom:7px;
}
.pmf-member-login__form input[type=text],
.pmf-member-login__form input[type=password]{
  width:100%;
  min-height:48px;
  padding:10px 12px;
  border:1px solid #cbd8e7;
  border-radius:10px;
  background:#fff;
}
.pmf-member-login__form input[type=submit]{
  border:0;
  border-radius:10px;
  background:var(--pmf-blue);
  color:#fff;
  padding:13px 22px;
  font-weight:850;
  cursor:pointer;
}
.pmf-member-login__form input[type=submit]:hover{background:var(--pmf-blue-dark)}
.pmf-member-login__links{margin-top:18px}
.pmf-member-login__links a{font-weight:700}
.pmf-member-dashboard{display:flex;flex-direction:column;gap:30px}
.pmf-member-welcome{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  border-radius:24px;
  background:linear-gradient(135deg,#071b38,#0e3e74);
  color:#fff;
  box-shadow:0 18px 50px rgba(7,27,56,.20);
}
.pmf-member-welcome h2{color:#fff!important;margin:8px 0}
.pmf-member-welcome p{color:#d8e5f4;margin-bottom:10px}
.pmf-member-status{
  display:inline-flex;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:.78rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pmf-member-meta{display:flex;flex-wrap:wrap;gap:12px 22px;color:#d8e5f4;font-size:.9rem}
.pmf-member-logout{
  flex:0 0 auto;
  padding:11px 16px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:10px;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
}
.pmf-member-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.pmf-member-shortcuts a{
  min-height:126px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:22px;
  border:1px solid var(--pmf-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(8,34,70,.06);
  color:var(--pmf-ink)!important;
  text-decoration:none!important;
  transition:.2s ease;
}
.pmf-member-shortcuts a:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(8,34,70,.12)}
.pmf-member-shortcuts span{font-size:1.5rem}
.pmf-member-shortcuts b{color:var(--pmf-navy);font-size:1rem}
.pmf-member-shortcuts small{color:var(--pmf-muted)}
.pmf-member-section-heading{margin:10px 0 24px}
.pmf-member-section-heading h2{margin:6px 0 8px;color:var(--pmf-navy)}
.pmf-member-section-heading p{color:var(--pmf-muted)}
.pmf-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.pmf-benefit-card{
  overflow:hidden;
  border:1px solid var(--pmf-border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(8,34,70,.07);
}
.pmf-benefit-card__image{
  height:170px;
  background-size:cover;
  background-position:center;
}
.pmf-benefit-card__body{padding:24px}
.pmf-benefit-card__audience{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#eaf3fc;
  color:#0c4f9f;
  font-size:.70rem;
  letter-spacing:.05em;
  font-weight:900;
}
.pmf-benefit-card__partner{
  margin:12px 0 3px;
  color:var(--pmf-blue-dark);
  font-weight:800;
  font-size:.88rem;
}
.pmf-benefit-card h3{margin:5px 0 12px;color:var(--pmf-navy)}
.pmf-benefit-card__desc{color:var(--pmf-muted);font-size:.95rem;line-height:1.6}
.pmf-benefit-code{
  margin:18px 0;
  padding:13px 14px;
  border:1px dashed #8db5df;
  border-radius:12px;
  background:#f4f9ff;
}
.pmf-benefit-code span{display:block;color:var(--pmf-muted);font-size:.75rem;text-transform:uppercase;font-weight:800}
.pmf-benefit-code strong{display:block;margin-top:3px;color:var(--pmf-navy);font-size:1.2rem;letter-spacing:.04em}
.pmf-benefit-card__expiry{font-size:.82rem;color:var(--pmf-muted)}
.pmf-member-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 17px;
  border-radius:9px;
  background:var(--pmf-blue);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
}
.pmf-member-empty,.pmf-member-alert{
  padding:34px;
  border:1px solid var(--pmf-border);
  border-radius:22px;
  background:#fff;
  text-align:center;
}
.pmf-member-alert{max-width:720px;margin:auto}
@media(max-width:980px){
  .pmf-member-shortcuts{grid-template-columns:repeat(2,1fr)}
  .pmf-benefits-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:782px){
  .pmf-member-login{grid-template-columns:1fr}
  .pmf-member-login__intro,.pmf-member-login__form{padding:30px 24px}
  .pmf-member-welcome{align-items:flex-start;flex-direction:column;padding:26px}
  .pmf-benefits-grid{grid-template-columns:1fr}
}
@media(max-width:500px){
  .pmf-member-shortcuts{grid-template-columns:1fr 1fr;gap:12px}
  .pmf-member-shortcuts a{min-height:110px;padding:18px}
}


/* ================= PMF PREMIUM V8 — BOUTIQUE & SOCIAL ================= */
.pmf-shop-category-section{
  margin:26px 0 34px;
}
.pmf-shop-category-section__heading{
  margin-bottom:18px;
}
.pmf-shop-category-section__heading h2,
.pmf-home-network__heading h2,
.pmf-home-shop__heading h2{
  margin:6px 0 10px;
  color:var(--pmf-navy);
}
.pmf-shop-category-section__heading p,
.pmf-home-network__heading p,
.pmf-home-shop__heading p{
  color:var(--pmf-muted);
}
.pmf-shop-categories{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.pmf-shop-category-card{
  min-height:150px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:22px;
  border:1px solid var(--pmf-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(8,34,70,.06);
  text-decoration:none!important;
  color:var(--pmf-ink)!important;
  transition:.2s ease;
}
.pmf-shop-category-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(8,34,70,.13);
  border-color:#bfd5eb;
}
.pmf-shop-category-card__icon{
  flex:0 0 50px;
  width:50px;height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:#eef6ff;
  font-size:1.5rem;
}
.pmf-shop-category-card__content{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.pmf-shop-category-card strong{
  color:var(--pmf-navy);
  font-size:1.06rem;
}
.pmf-shop-category-card small{
  color:var(--pmf-muted);
  line-height:1.45;
}
.pmf-shop-category-card em{
  margin-top:4px;
  color:var(--pmf-blue-dark);
  font-size:.78rem;
  font-style:normal;
  font-weight:800;
}
.pmf-home-network{
  padding:72px 22px;
  background:linear-gradient(135deg,#eef6ff 0%,#fff 50%,#fff3f2 100%);
}
.pmf-home-network__inner,
.pmf-home-shop__inner{
  max-width:1180px;
  margin:0 auto;
}
.pmf-home-network__heading,
.pmf-home-shop__heading{
  max-width:760px;
  margin-bottom:28px;
}
.pmf-network-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.pmf-network-card{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px;
  border:1px solid var(--pmf-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(8,34,70,.07);
  color:var(--pmf-ink)!important;
  text-decoration:none!important;
  transition:.2s ease;
}
.pmf-network-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(8,34,70,.13);
}
.pmf-network-card--helloasso{
  border-color:#bdd9f4;
  background:linear-gradient(135deg,#f4f9ff,#fff);
}
.pmf-network-card__icon{
  flex:0 0 50px;
  width:50px;height:50px;
  display:flex;align-items:center;justify-content:center;
  border-radius:15px;
  background:#eef6ff;
  font-size:1.5rem;
}
.pmf-network-card span:nth-child(2){
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.pmf-network-card strong{color:var(--pmf-navy)}
.pmf-network-card small{color:var(--pmf-muted);line-height:1.35}
.pmf-network-card b{
  color:var(--pmf-blue);
  font-size:1.25rem;
}
.pmf-network-admin-note{
  margin-top:16px;
  padding:12px 14px;
  border:1px dashed #d5aa55;
  border-radius:10px;
  background:#fff8e8;
  color:#674708;
  font-size:.88rem;
}
.pmf-home-shop{
  padding:72px 22px;
  background:#fff;
}
.pmf-shop-categories--compact .pmf-shop-category-card{
  min-height:112px;
  align-items:center;
}
.pmf-home-shop__button{
  margin-top:26px;
  text-align:center;
}
.pmf-home-shop__button a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:10px;
  background:var(--pmf-blue);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:850;
}
@media(max-width:980px){
  .pmf-shop-categories{grid-template-columns:repeat(2,1fr)}
  .pmf-network-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .pmf-shop-categories{grid-template-columns:1fr}
  .pmf-home-network,.pmf-home-shop{padding:52px 18px}
}


/* ================= PMF PREMIUM V8.1 — BOUTIQUE COMPLÈTE ================= */
body.woocommerce-shop .woocommerce-products-header{
  display:none!important;
}
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main{
  padding-top:0!important;
}
.pmf-shop-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:74px 22px;
  background:
    radial-gradient(circle at 15% 20%,rgba(34,126,220,.30),transparent 31%),
    radial-gradient(circle at 88% 15%,rgba(227,52,47,.18),transparent 26%),
    linear-gradient(135deg,#06172f 0%,#0b2e59 62%,#071a35 100%);
  color:#fff;
  overflow:hidden;
}
.pmf-shop-hero__inner{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  align-items:center;
  gap:50px;
}
.pmf-shop-hero__badge{
  display:inline-flex;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.10em;
}
.pmf-shop-hero h1{
  margin:15px 0 16px!important;
  color:#fff!important;
  font-size:clamp(3.2rem,6vw,5.6rem)!important;
  line-height:.94!important;
  letter-spacing:-.055em;
}
.pmf-shop-hero h1 span{color:#73bdff}
.pmf-shop-hero p{
  max-width:760px;
  color:#d8e5f4;
  font-size:1.13rem;
  line-height:1.7;
}
.pmf-shop-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.pmf-shop-btn{
  min-height:47px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:10px;
  text-decoration:none!important;
  font-weight:850;
}
.pmf-shop-btn--primary{
  background:#fff;
  color:#0b2e59!important;
}
.pmf-shop-btn--ghost{
  border:1px solid rgba(255,255,255,.33);
  color:#fff!important;
  background:rgba(255,255,255,.06);
}
.pmf-shop-hero__seal{
  width:230px;
  height:230px;
  margin:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.025),0 30px 70px rgba(0,0,0,.18);
  text-align:center;
}
.pmf-shop-hero__seal span{
  color:#fff;
  font-size:4rem;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
}
.pmf-shop-hero__seal small{
  margin-top:12px;
  color:#91c9ff;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1.3;
}
.pmf-shop-complete{
  margin-top:34px;
}
.pmf-shop-tools{
  display:grid;
  grid-template-columns:minmax(320px,.8fr) 1.2fr;
  align-items:center;
  gap:22px;
  margin-bottom:52px;
  padding:18px;
  border:1px solid var(--pmf-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(8,34,70,.06);
}
.pmf-shop-search{
  display:flex;
  overflow:hidden;
  border:1px solid #cbd8e7;
  border-radius:12px;
  background:#fff;
}
.pmf-shop-search input[type=search]{
  flex:1 1 auto;
  min-width:0;
  min-height:48px;
  padding:0 14px;
  border:0!important;
  outline:0!important;
  background:transparent;
}
.pmf-shop-search button{
  flex:0 0 auto;
  border:0;
  padding:0 17px;
  background:var(--pmf-blue);
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.pmf-shop-tools__trust{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px 22px;
  color:var(--pmf-muted);
  font-size:.88rem;
}
.pmf-shop-tools__trust b{color:var(--pmf-navy)}
.pmf-shop-section{
  margin:0 0 64px;
}
.pmf-shop-section__heading{
  max-width:780px;
  margin-bottom:24px;
}
.pmf-shop-section__heading h2,
.pmf-shop-catalog-heading h2,
.pmf-shop-community h2{
  margin:5px 0 8px;
  color:var(--pmf-navy);
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  letter-spacing:-.03em;
}
.pmf-shop-section__heading p,
.pmf-shop-catalog-heading p,
.pmf-shop-community p{
  color:var(--pmf-muted);
  line-height:1.65;
}
.pmf-shop-section__heading--row{
  max-width:none;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
}
.pmf-shop-text-link{
  flex:0 0 auto;
  color:var(--pmf-blue-dark)!important;
  font-weight:850;
  text-decoration:none!important;
}
.pmf-shop-products-grid.products{
  margin-bottom:0!important;
}
.pmf-shop-catalog-heading{
  margin:24px 0 22px;
  padding-top:38px;
  border-top:1px solid var(--pmf-border);
}
.pmf-shop-reassurance{
  margin:64px 0 34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.pmf-shop-reassurance__item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:24px;
  border:1px solid var(--pmf-border);
  border-radius:20px;
  background:#f8fbff;
}
.pmf-shop-reassurance__item>span{
  font-size:1.45rem;
}
.pmf-shop-reassurance__item strong{
  display:block;
  color:var(--pmf-navy);
}
.pmf-shop-reassurance__item p{
  margin:5px 0 0;
  color:var(--pmf-muted);
  font-size:.89rem;
  line-height:1.5;
}
.pmf-shop-community{
  margin:34px 0 70px;
  padding:38px;
  border-radius:28px;
  background:linear-gradient(135deg,#071b38,#0d3e74);
  color:#fff;
}
.pmf-shop-community .pmf-kicker{color:#87c8ff}
.pmf-shop-community h2,
.pmf-shop-community p{color:#fff!important}
.pmf-shop-community__copy{max-width:800px}
.pmf-shop-community__links{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.pmf-community-link{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(255,255,255,.07);
  color:#fff!important;
  text-decoration:none!important;
}
.pmf-community-link:hover{background:rgba(255,255,255,.12)}
.pmf-community-link span{font-size:1.3rem}
.pmf-community-link b{font-size:.91rem}
.pmf-community-link--helloasso{
  background:rgba(48,147,238,.18);
  border-color:rgba(122,193,255,.34);
}
.pmf-shop-category-hero{
  margin:0 0 34px;
  padding:36px;
  border-radius:24px;
  background:linear-gradient(135deg,#edf6ff,#fff);
  border:1px solid #d9e8f7;
}
.pmf-shop-category-hero>a{
  display:inline-block;
  margin-bottom:16px;
  color:var(--pmf-blue-dark)!important;
  font-weight:800;
  text-decoration:none!important;
}
.pmf-shop-category-hero__icon{
  display:block;
  margin-bottom:9px;
  font-size:2rem;
}
.pmf-shop-category-hero h1{
  margin:0 0 9px!important;
  color:var(--pmf-navy)!important;
}
.pmf-shop-category-hero p{
  max-width:760px;
  margin:0;
  color:var(--pmf-muted);
}
@media(max-width:980px){
  .pmf-shop-hero__inner{grid-template-columns:1fr 180px}
  .pmf-shop-hero__seal{width:170px;height:170px}
  .pmf-shop-hero__seal span{font-size:3rem}
  .pmf-shop-tools{grid-template-columns:1fr}
  .pmf-shop-tools__trust{justify-content:flex-start}
  .pmf-shop-reassurance{grid-template-columns:1fr}
  .pmf-shop-community__links{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .pmf-shop-hero{padding:54px 18px}
  .pmf-shop-hero__inner{grid-template-columns:1fr}
  .pmf-shop-hero__seal{display:none}
  .pmf-shop-section__heading--row{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .pmf-shop-community{padding:28px 22px}
  .pmf-shop-community__links{grid-template-columns:1fr}
}


/* ================= PMF V8.2 PRODUCTION ================= */
.pmf-production-ready{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:800;
}




/* =========================================================
   PMF V9.0 CLEAN PRODUCTION
   One consolidated presentation layer.
   ========================================================= */

:root{
  --pmf-v9-navy:#04172f;
  --pmf-v9-navy2:#08284f;
  --pmf-v9-blue:#0879e6;
  --pmf-v9-blue2:#52b4ff;
  --pmf-v9-red:#e52332;
  --pmf-v9-text:#10243c;
  --pmf-v9-muted:#66778b;
  --pmf-v9-soft:#f4f8fc;
  --pmf-v9-border:#dfe8f1;
  --pmf-v9-radius:20px;
  --pmf-v9-shadow:0 18px 48px rgba(5,28,57,.09);
}
html{scroll-behavior:smooth}
body.pmf-final-site{
  color:var(--pmf-v9-text);
  background:#fff;
  overflow-x:hidden;
}
body.pmf-final-site #masthead,
body.pmf-final-site .site-header,
body.pmf-final-site .site-header-wrap,
body.pmf-final-site header.wp-block-template-part,
body.pmf-final-site footer.wp-block-template-part,
body.pmf-final-site .site-footer,
body.pmf-final-site .pmf-topbar,
body.pmf-final-site .pmf-header,
body.pmf-final-site .pmf-v815-header,
body.pmf-final-site .pmf-mobile-nav,
body.pmf-final-site .pmf-footer{display:none!important}

.pmf-v9-svg{display:inline-flex;width:1.35em;height:1.35em;line-height:0}
.pmf-v9-svg svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* HEADER */
.pmf-v9-header{
  position:sticky;top:0;z-index:99990;
  background:linear-gradient(90deg,#02142c,#061d3c 48%,#03152f);
  box-shadow:0 10px 28px rgba(0,14,34,.20);
}
.admin-bar .pmf-v9-header{top:32px}
.pmf-v9-header__inner{
  max-width:1580px;margin:auto;min-height:94px;padding:0 24px;
  display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:18px;
}
.pmf-v9-logo{display:flex;align-items:center;text-decoration:none}
.pmf-v9-logo img{display:block;width:230px;max-height:78px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.28))}
.pmf-v9-mainnav{display:flex;align-items:stretch;justify-content:center;height:94px}
.pmf-v9-mainnav a{
  position:relative;min-width:94px;padding:17px 13px 12px;
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;
  color:#eaf3ff!important;text-decoration:none!important;font-size:.78rem;font-weight:800;
  border-left:1px solid rgba(255,255,255,.045);transition:.18s ease;
}
.pmf-v9-mainnav a:last-child{border-right:1px solid rgba(255,255,255,.045)}
.pmf-v9-mainnav a .pmf-v9-svg{width:27px;height:27px}
.pmf-v9-mainnav a:hover{background:rgba(255,255,255,.055);color:#fff!important}
.pmf-v9-mainnav a::after{content:"";position:absolute;left:25%;right:25%;bottom:0;height:3px;border-radius:4px 4px 0 0;background:var(--pmf-v9-blue);transform:scaleX(0);transition:.18s}
.pmf-v9-mainnav a:hover::after{transform:scaleX(1)}
.pmf-v9-header-actions{display:flex;align-items:center;gap:8px}
.pmf-v9-support{
  height:44px;padding:0 15px;border-radius:13px;background:linear-gradient(135deg,#0879e6,#1166ba);
  color:white!important;text-decoration:none!important;font-size:.82rem;font-weight:900;display:flex;align-items:center;gap:7px;
}
.pmf-v9-support .pmf-v9-svg{width:18px;height:18px}
.pmf-v9-icon-action,.pmf-v9-menu-toggle{
  width:44px;height:44px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.04);
  color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;position:relative;
}
.pmf-v9-icon-action .pmf-v9-svg,.pmf-v9-menu-toggle .pmf-v9-svg{width:22px;height:22px}
.pmf-v9-cart b{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;border-radius:999px;background:var(--pmf-v9-blue);display:flex;align-items:center;justify-content:center;font-size:.66rem;color:#fff}
.pmf-v9-menu-toggle{display:none;cursor:pointer}
.pmf-v9-tricolor{height:4px;display:grid;grid-template-columns:1fr 1fr 1fr}
.pmf-v9-tricolor i:nth-child(1){background:#0879e6}.pmf-v9-tricolor i:nth-child(2){background:#fff}.pmf-v9-tricolor i:nth-child(3){background:#e52332}
.pmf-v9-mobile-menu{display:none}

/* GLOBAL */
.pmf-v9-wrap{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.pmf-v9-eyebrow{font-size:.77rem;font-weight:900;letter-spacing:.18em;color:var(--pmf-v9-blue);text-transform:uppercase}
.pmf-v9-section{padding:78px 0}
.pmf-v9-section--soft{padding:78px 0;background:var(--pmf-v9-soft)}
.pmf-v9-section-head{max-width:720px;margin-bottom:30px}
.pmf-v9-section-head h2{margin:7px 0 10px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05;letter-spacing:-.04em;color:var(--pmf-v9-navy)}
.pmf-v9-section-head p{margin:0;color:var(--pmf-v9-muted);font-size:1.03rem;line-height:1.65}
.pmf-v9-section-head--center{text-align:center;margin-left:auto;margin-right:auto}
.pmf-v9-section-head--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}
.pmf-v9-section-head--row>div{max-width:720px}
.pmf-v9-text-link{font-weight:900;color:#086fcf!important;text-decoration:none!important;white-space:nowrap}

/* HERO */
.pmf-v9-hero{
  min-height:520px;position:relative;background-image:var(--pmf-v9-hero);background-size:cover;background-position:center 48%;
  display:flex;align-items:center;overflow:hidden;
}
.pmf-v9-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,19,42,.96) 0%,rgba(3,28,59,.84) 39%,rgba(4,24,48,.36) 68%,rgba(3,18,38,.18) 100%)}
.pmf-v9-hero__inner{position:relative;z-index:2;padding-top:48px;padding-bottom:54px}
.pmf-v9-hero__content{max-width:720px}
.pmf-v9-hero .pmf-v9-eyebrow{color:#e8f3ff}
.pmf-v9-hero h1{margin:12px 0 10px;color:#fff;font-size:clamp(3.2rem,6.3vw,5.7rem);line-height:.88;letter-spacing:-.055em;font-weight:900}
.pmf-v9-tagline{display:flex;align-items:center;gap:11px;margin:20px 0 13px;font-size:clamp(1.28rem,2vw,1.75rem);font-weight:900;color:#fff}
.pmf-v9-tagline span{color:#39a4ff}.pmf-v9-tagline em{color:#ff3a43;font-style:normal}.pmf-v9-tagline i{font-style:normal;color:#cdd9e8}.pmf-v9-tagline b{font-weight:900}
.pmf-v9-hero__content>p{max-width:630px;color:#d6e3f1;font-size:1.06rem;line-height:1.58;margin:0 0 25px}
.pmf-v9-actions{display:flex;flex-wrap:wrap;gap:12px}
.pmf-v9-btn{min-height:48px;padding:0 19px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;font-size:.88rem;font-weight:900;transition:.18s ease}
.pmf-v9-btn:hover{transform:translateY(-2px)}
.pmf-v9-btn--primary{background:linear-gradient(135deg,#0b86f4,#0966c4);color:#fff!important;box-shadow:0 10px 26px rgba(0,116,232,.28)}
.pmf-v9-btn--ghost{border:1px solid rgba(255,255,255,.55);background:rgba(4,24,49,.20);color:#fff!important;backdrop-filter:blur(8px)}
.pmf-v9-btn--light{background:#fff;color:#08244a!important}
.pmf-v9-btn .pmf-v9-svg{width:18px;height:18px}
.pmf-v9-scroll{position:absolute;z-index:3;bottom:16px;left:50%;transform:translateX(-50%);color:#fff!important;width:38px;height:38px;display:flex;align-items:center;justify-content:center;text-decoration:none!important}
.pmf-v9-scroll .pmf-v9-svg{width:30px;height:30px}

/* ACCESS TABS */
.pmf-v9-access{padding:54px 0 64px;background:linear-gradient(180deg,#f8fbff,#fff)}
.pmf-v9-tabs{overflow:hidden;border:1px solid var(--pmf-v9-border);border-radius:24px;background:#fff;box-shadow:var(--pmf-v9-shadow)}
.pmf-v9-tabs__nav{display:grid;grid-template-columns:1fr 1fr;padding:8px;background:var(--pmf-v9-navy)}
.pmf-v9-tabs__nav button{
  min-height:64px;padding:10px 16px;border:0;border-radius:15px;background:transparent;color:#b9c9dc;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:.18s;
}
.pmf-v9-tabs__nav button .pmf-v9-svg{width:28px;height:28px}
.pmf-v9-tabs__nav button span{display:flex;flex-direction:column}.pmf-v9-tabs__nav button strong{font-size:.92rem;color:inherit}.pmf-v9-tabs__nav button small{font-size:.72rem;color:#8ea4be}
.pmf-v9-tabs__nav button.is-active{background:rgba(255,255,255,.10);color:#fff}.pmf-v9-tabs__nav button.is-active small{color:#cbd9e8}
.pmf-v9-tabs__panel{padding:28px;animation:pmfV9Fade .20s ease}.pmf-v9-tabs__panel[hidden]{display:none}
@keyframes pmfV9Fade{from{opacity:.2;transform:translateY(7px)}to{opacity:1;transform:none}}
.pmf-v9-panel-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.pmf-v9-panel-title h3{margin:5px 0 0;color:var(--pmf-v9-navy);font-size:1.7rem}.pmf-v9-panel-title>a{color:#0871d2!important;text-decoration:none!important;font-weight:900}
.pmf-v9-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.pmf-v9-quick-grid--join{grid-template-columns:repeat(3,1fr)}
.pmf-v9-quick-card{min-height:78px;padding:12px;border:1px solid var(--pmf-v9-border);border-radius:15px;background:#fff;color:var(--pmf-v9-text)!important;text-decoration:none!important;display:flex;align-items:center;gap:10px;transition:.18s}
.pmf-v9-quick-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(4,29,59,.09);border-color:#bdd6ee}
.pmf-v9-quick-card__icon{flex:0 0 40px;width:40px;height:40px;border-radius:12px;background:#edf6ff;color:#0879e6;display:flex;align-items:center;justify-content:center}
.pmf-v9-quick-card__icon .pmf-v9-svg{width:22px;height:22px}
.pmf-v9-quick-card>span:nth-child(2){flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.pmf-v9-quick-card strong{color:var(--pmf-v9-navy);font-size:.86rem}.pmf-v9-quick-card small{color:var(--pmf-v9-muted);font-size:.71rem}.pmf-v9-quick-card>b{color:#0879e6}

/* IMPACT */
.pmf-v9-impact{padding:0 0 20px}
.pmf-v9-impact__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pmf-v9-impact-card{padding:23px;border:1px solid var(--pmf-v9-border);border-radius:18px;background:#fff;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:12px;box-shadow:0 9px 26px rgba(4,29,59,.045)}
.pmf-v9-impact-card>span{grid-row:1/3;width:46px;height:46px;border-radius:14px;background:#edf6ff;color:#0879e6;display:flex;align-items:center;justify-content:center}.pmf-v9-impact-card>span .pmf-v9-svg{width:25px;height:25px}
.pmf-v9-impact-card>strong{font-size:1.65rem;line-height:1;color:var(--pmf-v9-navy)}.pmf-v9-impact-card>small{color:var(--pmf-v9-muted);font-weight:700}

/* FEATURE CARDS */
.pmf-v9-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pmf-v9-feature-card{padding:28px;border:1px solid var(--pmf-v9-border);border-radius:20px;background:#fff;color:var(--pmf-v9-text)!important;text-decoration:none!important;box-shadow:0 10px 32px rgba(5,29,60,.055);transition:.20s}
.pmf-v9-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(5,29,60,.11)}
.pmf-v9-feature-card>span{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#e9f5ff,#f7fbff);color:#0879e6;display:flex;align-items:center;justify-content:center}
.pmf-v9-feature-card>span .pmf-v9-svg{width:28px;height:28px}
.pmf-v9-feature-card h3{margin:20px 0 8px;color:var(--pmf-v9-navy);font-size:1.3rem}.pmf-v9-feature-card p{margin:0 0 18px;color:var(--pmf-v9-muted);line-height:1.55}.pmf-v9-feature-card b{color:#0872d3;font-size:.86rem}

/* NEWS */
.pmf-v9-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pmf-v9-news-card{overflow:hidden;border:1px solid var(--pmf-v9-border);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(4,29,59,.06)}
.pmf-v9-news-card__image{display:block;aspect-ratio:16/10;overflow:hidden;background:#edf3f8}.pmf-v9-news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.pmf-v9-news-card:hover img{transform:scale(1.035)}
.pmf-v9-news-card__body{padding:20px}.pmf-v9-news-card time{font-size:.72rem;font-weight:800;color:#7e8fa2}.pmf-v9-news-card h3{margin:7px 0 8px;font-size:1.18rem}.pmf-v9-news-card h3 a{color:var(--pmf-v9-navy)!important;text-decoration:none!important}.pmf-v9-news-card p{color:var(--pmf-v9-muted);font-size:.9rem;line-height:1.55}
.pmf-v9-empty{padding:30px;border:1px dashed var(--pmf-v9-border);border-radius:16px;text-align:center;color:var(--pmf-v9-muted)}

/* CTA */
.pmf-v9-cta{padding:66px 0;background:linear-gradient(120deg,#04172f,#0a315f);color:#fff}
.pmf-v9-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.pmf-v9-cta .pmf-v9-eyebrow{color:#63b9ff}.pmf-v9-cta h2{margin:7px 0;font-size:clamp(2rem,4vw,3rem);color:#fff}.pmf-v9-cta p{margin:0;color:#c7d7e7}

/* SHOP */
body.woocommerce-shop .pmf-shop-complete,body.post-type-archive-product .pmf-shop-complete{max-width:1180px;margin:0 auto;padding:34px 22px}
.pmf-shop-tools{border-radius:18px!important;background:#fff!important;box-shadow:0 10px 32px rgba(4,29,59,.06)!important;border:1px solid var(--pmf-v9-border)!important}
.pmf-shop-tools__trust span{display:inline-flex!important;align-items:center!important;gap:6px!important}.pmf-shop-tools__trust .pmf-v9-svg{width:18px;height:18px;color:#0879e6}
.pmf-shop-categories{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.pmf-shop-category-card{min-height:118px!important;padding:16px!important;border:1px solid var(--pmf-v9-border)!important;border-radius:18px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:12px!important;color:var(--pmf-v9-text)!important;text-decoration:none!important;box-shadow:0 8px 26px rgba(4,29,59,.045)!important;transition:.18s!important}
.pmf-shop-category-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(4,29,59,.10)!important;border-color:#bdd6ee!important}
.pmf-shop-category-card__icon{flex:0 0 46px!important;width:46px!important;height:46px!important;border-radius:14px!important;background:#edf6ff!important;color:#0879e6!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}
.pmf-shop-category-card__icon .pmf-v9-svg{width:25px;height:25px}
.pmf-shop-category-card__content{flex:1!important;display:flex!important;flex-direction:column!important;gap:3px!important}.pmf-shop-category-card__content strong{color:var(--pmf-v9-navy)!important;font-size:.91rem!important}.pmf-shop-category-card__content small{color:var(--pmf-v9-muted)!important;font-size:.72rem!important;line-height:1.35!important}.pmf-shop-category-card__content em{font-style:normal!important;color:#0871d2!important;font-size:.7rem!important;font-weight:800!important}.pmf-shop-category-card>b{color:#0879e6}
.woocommerce ul.products li.product{border:1px solid var(--pmf-v9-border);border-radius:18px;padding:10px 10px 16px;background:#fff;overflow:hidden;transition:.18s;box-shadow:0 8px 24px rgba(4,29,59,.04)}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 17px 38px rgba(4,29,59,.10)}
.woocommerce ul.products li.product a img{border-radius:13px;aspect-ratio:1/1;object-fit:cover;background:#f1f5f8}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.98rem!important;color:var(--pmf-v9-navy);font-weight:800}
.woocommerce ul.products li.product .price{color:#086fcf!important;font-weight:900!important}
.woocommerce ul.products li.product .button{border-radius:11px!important;background:#0879e6!important;color:#fff!important;font-weight:800!important}
.pmf-shop-empty-state{border-radius:20px!important}

/* MEMBER */
.pmf-member-shell,.pmf-member-card,.pmf-benefit-card{border-radius:18px!important;border-color:var(--pmf-v9-border)!important;box-shadow:0 10px 30px rgba(4,29,59,.055)!important}

/* FOOTER */
.pmf-v9-footer{background:#03152d;color:#d8e4f0;padding:56px 0 0}
.pmf-v9-footer__grid{display:grid;grid-template-columns:1.25fr .75fr .95fr;gap:60px;padding-bottom:42px}
.pmf-v9-footer a{color:#c9d8e7!important;text-decoration:none!important}.pmf-v9-footer a:hover{color:#fff!important}
.pmf-v9-footer__brand img{width:210px;max-height:74px;object-fit:contain;margin-bottom:14px}.pmf-v9-footer__brand p{color:#aabdd1;margin:0 0 13px}.pmf-v9-footer__brand>a{display:flex;align-items:center;gap:7px;margin-top:8px}
.pmf-v9-footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.pmf-v9-footer__grid strong{color:#fff;margin-bottom:6px}
.pmf-v9-footer__bottom{padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.09);font-size:.78rem;color:#93aac1}

/* REVEAL */
.pmf-v9-reveal{opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.pmf-v9-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pmf-v9-reveal{opacity:1;transform:none;transition:none}}

/* MOBILE */
.pmf-v9-bottom-nav{display:none}
@media(max-width:1180px){
  .pmf-v9-header__inner{grid-template-columns:210px 1fr auto;padding-inline:16px}
  .pmf-v9-logo img{width:190px}
  .pmf-v9-mainnav a{min-width:76px;padding-inline:8px;font-size:.7rem}
}
@media(max-width:980px){
  .pmf-v9-header__inner{min-height:76px;grid-template-columns:1fr auto}
  .pmf-v9-logo img{width:190px;max-height:65px}
  .pmf-v9-mainnav{display:none}.pmf-v9-support span{display:none}.pmf-v9-support{width:44px;padding:0;justify-content:center}.pmf-v9-menu-toggle{display:flex}
  .pmf-v9-mobile-menu{position:absolute;left:0;right:0;top:80px;padding:12px 18px 18px;background:#04172f;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 36px rgba(0,0,0,.22);grid-template-columns:repeat(2,1fr);gap:6px}
  .pmf-v9-mobile-menu:not([hidden]){display:grid}
  .pmf-v9-mobile-menu a{min-height:48px;padding:9px 12px;border-radius:12px;color:#fff!important;text-decoration:none!important;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.045);font-weight:800;font-size:.8rem}
  .pmf-v9-mobile-menu a .pmf-v9-svg{width:21px;height:21px;color:#62b8ff}
  .pmf-v9-quick-grid,.pmf-v9-quick-grid--join{grid-template-columns:repeat(2,1fr)}
  .pmf-v9-impact__grid{grid-template-columns:repeat(2,1fr)}
  .pmf-shop-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:782px){
  .admin-bar .pmf-v9-header{top:46px}
  body.pmf-final-site{padding-bottom:66px}
  .pmf-v9-header__inner{min-height:68px;padding:0 10px}.pmf-v9-logo img{width:155px;max-height:56px}.pmf-v9-icon-action,.pmf-v9-support,.pmf-v9-menu-toggle{width:39px;height:39px}.pmf-v9-icon-action .pmf-v9-svg,.pmf-v9-menu-toggle .pmf-v9-svg{width:20px;height:20px}
  .pmf-v9-header-actions .pmf-v9-support{display:none}
  .pmf-v9-mobile-menu{top:72px}
  .pmf-v9-hero{min-height:450px;background-position:62% center}.pmf-v9-hero__shade{background:linear-gradient(90deg,rgba(2,19,42,.96),rgba(3,27,57,.79) 70%,rgba(3,20,43,.60))}
  .pmf-v9-hero__inner{padding-top:40px;padding-bottom:52px}.pmf-v9-hero h1{font-size:clamp(3rem,15vw,4.7rem)}.pmf-v9-hero__content>p{font-size:.95rem}
  .pmf-v9-section,.pmf-v9-section--soft{padding:54px 0}.pmf-v9-access{padding:42px 0 50px}.pmf-v9-section-head--row,.pmf-v9-cta__inner{flex-direction:column;align-items:flex-start}
  .pmf-v9-feature-grid,.pmf-v9-news-grid{grid-template-columns:1fr}.pmf-v9-tabs__panel{padding:19px 14px}.pmf-v9-quick-grid,.pmf-v9-quick-grid--join{grid-template-columns:1fr}
  .pmf-v9-impact__grid{grid-template-columns:1fr 1fr}.pmf-shop-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pmf-v9-footer__grid{grid-template-columns:1fr;gap:30px}.pmf-v9-footer{padding-top:44px}
  .pmf-v9-bottom-nav{position:fixed;z-index:99980;left:10px;right:10px;bottom:8px;height:58px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(3,21,45,.96);backdrop-filter:blur(13px);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 10px 35px rgba(0,0,0,.28)}
  .pmf-v9-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#eaf3ff!important;text-decoration:none!important;font-size:.61rem}.pmf-v9-bottom-nav .pmf-v9-svg{width:20px;height:20px}.pmf-v9-bottom-nav b{font-weight:800}
}
@media(max-width:520px){
  .pmf-v9-wrap{width:min(100% - 30px,1180px)}
  .pmf-v9-header-actions>.pmf-v9-icon-action:first-of-type{display:none}
  .pmf-v9-tabs__nav button{padding:9px 10px;gap:8px}.pmf-v9-tabs__nav button .pmf-v9-svg{width:23px;height:23px}.pmf-v9-tabs__nav button small{display:none}
  .pmf-v9-impact__grid{grid-template-columns:1fr}.pmf-shop-categories{grid-template-columns:1fr!important}
  .pmf-v9-actions{width:100%}.pmf-v9-btn{width:100%}
}


/* =========================================================
   PMF V9.1 — HOME BUGFIX + COMPLETE SHOP
   ========================================================= */

body.home .wp-block-post-title,
body.home .entry-title,
body.home .page-title{display:none!important}

body.home main,
body.home .site-main,
body.home .entry-content,
body.home .wp-block-post-content{
  margin-top:0!important;
  padding-top:0!important;
}

body.home .pmf-v9-home{margin-top:0!important}

#pmf-v9-access,
#pmf-v91-products{scroll-margin-top:115px}

.pmf-v9-logo img{
  width:250px!important;
  max-height:72px!important;
  object-fit:contain!important;
}

.pmf-v9-footer__brand img{
  width:230px!important;
  max-height:78px!important;
}

.pmf-v91-home-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.pmf-v91-home-shop-empty{
  padding:28px;
  border:1px dashed #c8d9e9;
  border-radius:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:flex-start;
}

.pmf-v91-home-shop-empty strong{font-size:1.15rem;color:var(--pmf-v9-navy)}
.pmf-v91-home-shop-empty span{color:var(--pmf-v9-muted)}
.pmf-v91-home-shop-empty a{font-weight:900;color:var(--pmf-v9-blue)!important;text-decoration:none!important}

body.woocommerce-shop .pmf-v91-default-loop,
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop nav.woocommerce-pagination{
  display:none!important;
}

body.woocommerce-shop .pmf-shop-complete,
body.woocommerce-shop .pmf-shop-hero,
body.woocommerce-shop .pmf-boutique-hero{
  display:none!important;
}

.pmf-v91-shop{
  padding-top:38px;
  padding-bottom:72px;
}

.pmf-v91-shop-head{
  padding:30px;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 0%,rgba(21,132,236,.18),transparent 28%),
    linear-gradient(125deg,#04172f,#0a315f);
  color:#fff;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  box-shadow:0 20px 48px rgba(5,28,57,.15);
}

.pmf-v91-shop-head>div:first-child{max-width:700px}
.pmf-v91-shop-head .pmf-v9-eyebrow{color:#6bbdff}

.pmf-v91-shop-head h1{
  margin:7px 0 10px;
  color:#fff;
  font-size:clamp(2.2rem,4vw,3.5rem);
  line-height:1;
  letter-spacing:-.045em;
}

.pmf-v91-shop-head p{margin:0;color:#d2dfed;line-height:1.6}

.pmf-v91-shop-head__trust{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:.78rem;
  font-weight:800;
}

.pmf-v91-shop-head__trust span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#eaf4ff;
}

.pmf-v91-shop-head__trust .pmf-v9-svg{width:18px;height:18px;color:#69baff}

.pmf-v91-shop-controls{
  position:sticky;
  top:110px;
  z-index:80;
  margin:18px 0 36px;
  padding:12px;
  border:1px solid var(--pmf-v9-border);
  border-radius:18px;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 32px rgba(4,29,59,.07);
}

.admin-bar .pmf-v91-shop-controls{top:142px}

.pmf-v91-shop-search{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border:1px solid var(--pmf-v9-border);
  border-radius:13px;
  background:#f8fbfe;
}

.pmf-v91-shop-search>.pmf-v9-svg{width:21px;height:21px;color:#0879e6}

.pmf-v91-shop-search input{
  min-width:0;
  flex:1;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  font-size:.92rem;
}

.pmf-v91-shop-search button{
  border:0;
  background:transparent;
  cursor:pointer;
  color:#8294a6;
  font-size:1.5rem;
}

.pmf-v91-filter-row{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding-top:9px;
  scrollbar-width:none;
}

.pmf-v91-filter-row::-webkit-scrollbar{display:none}

.pmf-v91-filter-row button{
  flex:0 0 auto;
  min-height:37px;
  padding:0 11px;
  border:1px solid var(--pmf-v9-border);
  border-radius:999px;
  background:#fff;
  color:#4e6277;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:.72rem;
  font-weight:800;
  cursor:pointer;
}

.pmf-v91-filter-row button .pmf-v9-svg{width:16px;height:16px}

.pmf-v91-filter-row button.is-active{
  border-color:#0879e6;
  background:#eaf5ff;
  color:#066dcf;
}

.pmf-v91-shop-categories,
.pmf-v91-shop-products{
  margin-top:42px;
}

.pmf-v91-shop-title{
  margin-bottom:20px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.pmf-v91-shop-title h2{
  margin:5px 0 0;
  color:var(--pmf-v9-navy);
  font-size:clamp(1.8rem,3vw,2.5rem);
  letter-spacing:-.035em;
}

.pmf-v91-shop-title>strong{
  color:#697d91;
  font-size:.8rem;
}

.pmf-v91-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.pmf-v91-category-card{
  width:100%;
  min-height:126px;
  padding:16px;
  border:1px solid var(--pmf-v9-border);
  border-radius:18px;
  background:#fff;
  color:var(--pmf-v9-text);
  text-align:left;
  display:flex;
  align-items:center;
  gap:12px;
  cursor:pointer;
  box-shadow:0 8px 25px rgba(4,29,59,.045);
  transition:.18s ease;
}

.pmf-v91-category-card:hover{
  transform:translateY(-4px);
  border-color:#bad5ef;
  box-shadow:0 17px 38px rgba(4,29,59,.10);
}

.pmf-v91-category-card__icon{
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:14px;
  background:#edf6ff;
  color:#0879e6;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pmf-v91-category-card__icon .pmf-v9-svg{width:25px;height:25px}

.pmf-v91-category-card>span:nth-child(2){
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.pmf-v91-category-card strong{font-size:.9rem;color:var(--pmf-v9-navy)}
.pmf-v91-category-card small{font-size:.69rem;line-height:1.35;color:var(--pmf-v9-muted)}
.pmf-v91-category-card em{font-size:.68rem;color:#0871d2;font-style:normal;font-weight:800}
.pmf-v91-category-card>b{color:#0879e6}

.pmf-v91-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.pmf-v91-product-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--pmf-v9-border);
  border-radius:19px;
  background:#fff;
  box-shadow:0 8px 28px rgba(4,29,59,.05);
  transition:.18s ease;
}

.pmf-v91-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(4,29,59,.11);
}

.pmf-v91-product-card[hidden]{display:none!important}

.pmf-v91-product-card__visual{
  position:relative;
  display:block;
  aspect-ratio:1/1;
  overflow:hidden;
  background:linear-gradient(135deg,#f2f7fb,#eaf1f7);
  text-decoration:none!important;
}

.pmf-v91-product-card__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}

.pmf-v91-product-card:hover .pmf-v91-product-card__visual img{transform:scale(1.035)}

.pmf-v91-product-placeholder{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#7f97ae;
}

.pmf-v91-product-placeholder .pmf-v9-svg{width:42px;height:42px}
.pmf-v91-product-placeholder small{font-size:.72rem;font-weight:800}

.pmf-v91-badge{
  position:absolute;
  top:10px;
  left:10px;
  padding:5px 8px;
  border-radius:999px;
  background:#0879e6;
  color:#fff;
  font-size:.65rem;
  font-weight:900;
}

.pmf-v91-badge--draft{background:#e49b12}

.pmf-v91-product-card__body{padding:15px}

.pmf-v91-product-card__cat{
  color:#70869b;
  font-size:.66rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.pmf-v91-product-card h3{
  min-height:42px;
  margin:6px 0 9px;
  font-size:.94rem;
  line-height:1.35;
}

.pmf-v91-product-card h3 a{
  color:var(--pmf-v9-navy)!important;
  text-decoration:none!important;
}

.pmf-v91-product-card__price{
  min-height:25px;
  margin-bottom:11px;
  color:#0871d2;
  font-weight:900;
}

.pmf-v91-product-card__price span{font-size:.78rem;color:#7b8ea1}

.pmf-v91-product-card__button{
  min-height:40px;
  width:100%;
  padding:0 10px;
  border-radius:11px;
  background:#0879e6;
  color:#fff!important;
  text-decoration:none!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-size:.75rem;
  font-weight:900;
}

.pmf-v91-product-card__button .pmf-v9-svg{width:16px;height:16px}

.pmf-v91-product-card__button--ghost{
  background:#edf5fc;
  color:#086fcf!important;
}

.pmf-v91-no-results,
.pmf-v91-public-empty{
  padding:30px;
  border:1px dashed #c7d8e8;
  border-radius:18px;
  background:#f8fbfe;
  color:#71859a;
  text-align:center;
}

.pmf-v91-public-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  text-align:left;
}

.pmf-v91-public-empty>.pmf-v9-svg{
  flex:0 0 44px;
  width:44px;
  height:44px;
  color:#0879e6;
}

.pmf-v91-public-empty h3{margin:0 0 4px;color:var(--pmf-v9-navy)}
.pmf-v91-public-empty p{margin:0}

.pmf-v91-admin-drafts{
  margin-top:48px;
  border:1px solid #ecd499;
  border-radius:19px;
  background:#fffaf0;
}

.pmf-v91-admin-drafts summary{
  padding:18px 20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:12px;
  list-style:none;
}

.pmf-v91-admin-drafts summary::-webkit-details-marker{display:none}
.pmf-v91-admin-drafts summary>.pmf-v9-svg{width:25px;height:25px;color:#bb7e09}

.pmf-v91-admin-drafts summary>span{
  flex:1;
  display:flex;
  flex-direction:column;
}

.pmf-v91-admin-drafts summary strong{color:#674706}
.pmf-v91-admin-drafts summary small{color:#987321}
.pmf-v91-admin-drafts summary>b{color:#8c650e}
.pmf-v91-product-grid--drafts{padding:0 18px 20px}

.pmf-v9-header-actions{white-space:nowrap}
.pmf-v9-mainnav a span:last-child{white-space:nowrap}

@media(max-width:1100px){
  .pmf-v91-category-grid,
  .pmf-v91-product-grid,
  .pmf-v91-home-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .pmf-v91-shop-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .pmf-v91-shop-head__trust{
    flex-direction:row;
    flex-wrap:wrap;
  }

  .pmf-v91-shop-controls{top:91px}
  .admin-bar .pmf-v91-shop-controls{top:123px}

  .pmf-v91-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .pmf-v91-product-grid,
  .pmf-v91-home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:782px){
  #pmf-v9-access,
  #pmf-v91-products{scroll-margin-top:88px}

  .pmf-v91-shop{
    padding-top:20px;
    padding-bottom:45px;
  }

  .pmf-v91-shop-head{
    padding:23px 19px;
    border-radius:20px;
  }

  .pmf-v91-shop-head__trust{font-size:.69rem}

  .pmf-v91-shop-controls{
    position:relative;
    top:auto!important;
    margin-bottom:30px;
  }

  .pmf-v91-category-grid{
    grid-template-columns:1fr 1fr;
  }

  .pmf-v91-product-grid,
  .pmf-v91-home-product-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .pmf-v91-product-card__body{padding:12px}
  .pmf-v91-product-card h3{font-size:.84rem}
}

@media(max-width:520px){
  .pmf-v9-logo img{
    width:175px!important;
    max-height:50px!important;
  }

  .pmf-v91-category-grid{
    grid-template-columns:1fr;
  }

  .pmf-v91-product-grid,
  .pmf-v91-home-product-grid{
    grid-template-columns:1fr;
  }

  .pmf-v91-shop-title{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}


/* =========================================================
   PMF V9.2 — NOS ACTIONS + CATALOGUE EN LIGNE
   ========================================================= */

/* NOS ACTIONS — rebuilt to avoid uneven cards and awkward spacing */
.pmf-v92-actions{
  padding:78px 0;
  background:
    radial-gradient(circle at 7% 16%,rgba(8,121,230,.07),transparent 27%),
    linear-gradient(180deg,#fff,#f8fbfe);
  border-top:1px solid #edf2f7;
  border-bottom:1px solid #edf2f7;
}

.pmf-v92-actions__head{
  margin-bottom:30px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  align-items:end;
  gap:44px;
}

.pmf-v92-actions__head h2{
  margin:7px 0 0;
  color:var(--pmf-v9-navy);
  font-size:clamp(2.05rem,4vw,3.1rem);
  line-height:1.04;
  letter-spacing:-.045em;
}

.pmf-v92-actions__head>p{
  margin:0;
  color:var(--pmf-v9-muted);
  font-size:.98rem;
  line-height:1.65;
}

.pmf-v92-actions__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}

.pmf-v92-action-card{
  position:relative;
  min-height:300px;
  padding:24px;
  overflow:hidden;
  border:1px solid var(--pmf-v9-border);
  border-radius:22px;
  background:#fff;
  color:var(--pmf-v9-text)!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  box-shadow:0 10px 34px rgba(4,29,59,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.pmf-v92-action-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#0879e6 0 38%,#fff 38% 62%,#e52332 62%);
}

.pmf-v92-action-card:hover{
  transform:translateY(-6px);
  border-color:#bdd6ee;
  box-shadow:0 22px 48px rgba(4,29,59,.12);
}

.pmf-v92-action-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}

.pmf-v92-action-card__icon{
  width:56px;
  height:56px;
  border-radius:17px;
  background:linear-gradient(135deg,#e9f5ff,#f7fbff);
  color:#0879e6;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pmf-v92-action-card__icon .pmf-v9-svg{
  width:30px;
  height:30px;
}

.pmf-v92-action-card__top small{
  color:#c8d4df;
  font-size:2.25rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-.06em;
}

.pmf-v92-action-card__body{
  flex:1;
  padding-top:28px;
  display:flex;
  flex-direction:column;
}

.pmf-v92-action-card h3{
  margin:0 0 9px;
  color:var(--pmf-v9-navy);
  font-size:1.34rem;
  letter-spacing:-.025em;
}

.pmf-v92-action-card p{
  margin:0 0 25px;
  color:var(--pmf-v9-muted);
  line-height:1.58;
  font-size:.92rem;
}

.pmf-v92-action-card__link{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #edf2f6;
  color:#0871d2;
  font-size:.82rem;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.pmf-v92-action-card__link b{
  font-size:1.1rem;
  transition:transform .18s ease;
}

.pmf-v92-action-card:hover .pmf-v92-action-card__link b{
  transform:translateX(4px);
}

/* Published generic catalogue */
.pmf-v92-coming-price{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 8px;
  border-radius:999px;
  background:#eef5fb;
  color:#5e748a!important;
  font-size:.72rem!important;
  font-weight:850;
}

.pmf-v91-product-card__price .pmf-v92-coming-price{
  color:#5e748a!important;
}

/* After V9.2 publishes the generic catalogue, no draft-only panel is needed. */
.pmf-v91-admin-drafts:empty{
  display:none!important;
}

/* Boutique: denser but still readable with the full catalogue online */
.pmf-v91-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.pmf-v91-product-card{
  height:100%;
  display:flex;
  flex-direction:column;
}

.pmf-v91-product-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
}

.pmf-v91-product-card__price{
  margin-top:auto;
}

@media(max-width:900px){
  .pmf-v92-actions__head{
    grid-template-columns:1fr;
    gap:13px;
  }

  .pmf-v92-actions__head>p{
    max-width:720px;
  }

  .pmf-v92-actions__grid{
    grid-template-columns:1fr;
  }

  .pmf-v92-action-card{
    min-height:245px;
  }
}

@media(max-width:782px){
  .pmf-v92-actions{
    padding:54px 0;
  }

  .pmf-v92-action-card{
    min-height:0;
    padding:20px;
  }

  .pmf-v92-action-card__body{
    padding-top:20px;
  }
}


/* =========================================================
   PMF V9.3 — BOUTIQUE PAGE EMPTY FIX
   ========================================================= */

/*
 * V9.1 hid the native loop unconditionally. V9.3 restores it as a safety net.
 * JavaScript hides it only after the complete PMF catalogue is confirmed
 * present in the page.
 */
body.woocommerce-shop .pmf-v91-default-loop{
  display:grid!important;
}

body.pmf-v93-shop-ready.woocommerce-shop .pmf-v91-default-loop{
  display:none!important;
}

.pmf-v93-shop{
  display:block!important;
  width:min(1180px,calc(100% - 44px));
  margin-left:auto!important;
  margin-right:auto!important;
}

.pmf-v93-shop .pmf-v91-shop-head,
.pmf-v93-shop .pmf-v91-shop-controls,
.pmf-v93-shop .pmf-v91-shop-categories,
.pmf-v93-shop .pmf-v91-shop-products{
  display:block;
}

#pmf-v93-fallback[hidden]{
  display:none!important;
}

/* Prevent theme archive title from creating a large empty band above catalogue. */
body.woocommerce-shop .wp-block-query-title,
body.woocommerce-shop .woocommerce-products-header__title,
body.woocommerce-shop .page-title{
  display:none!important;
}

/* Remove accidental empty main minimum heights in Hostinger/FSE shop templates. */
body.woocommerce-shop main:has(.pmf-v93-shop),
body.woocommerce-shop .wp-block-post-content:has(.pmf-v93-shop){
  min-height:0!important;
  padding-top:0!important;
}


/* =========================================================
   PMF V9.4 — FINAL SHOP LAYOUT FIXES
   ========================================================= */

body.pmf-v94-shop-page main,
body.pmf-v94-shop-page .site-main,
body.pmf-v94-shop-page .wp-site-blocks,
body.pmf-v94-shop-page .wp-block-post-content,
body.pmf-v94-shop-page .entry-content,
body.pmf-v94-shop-page .woocommerce,
body.pmf-v94-shop-page .woocommerce-page{
  max-width:none!important;
  width:100%!important;
}

body.pmf-v94-shop-page .wp-block-post-content,
body.pmf-v94-shop-page .entry-content,
body.pmf-v94-shop-page .woocommerce{
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
}

body.pmf-v94-shop-page .woocommerce-breadcrumb,
body.pmf-v94-shop-page .wp-block-woocommerce-breadcrumbs,
body.pmf-v94-shop-page .wc-block-breadcrumbs,
body.pmf-v94-shop-page .wp-block-query-title,
body.pmf-v94-shop-page .woocommerce-products-header,
body.pmf-v94-shop-page .woocommerce-products-header__title,
body.pmf-v94-shop-page .entry-header,
body.pmf-v94-shop-page .page-header,
body.pmf-v94-shop-page .page-title,
body.pmf-v94-shop-page h1.wp-block-post-title,
body.pmf-v94-shop-page .wp-block-post-title{
  display:none!important;
}

body.pmf-v94-shop-page main,
body.pmf-v94-shop-page .site-main,
body.pmf-v94-shop-page .wp-block-post-content,
body.pmf-v94-shop-page .entry-content{
  padding-top:0!important;
  margin-top:0!important;
  min-height:0!important;
}

body.pmf-v94-shop-page .wp-block-spacer{
  max-height:18px!important;
}

body.pmf-v94-shop-page .pmf-v93-shop,
body.pmf-v94-shop-page .pmf-v91-shop{
  display:block!important;
  width:min(1180px,calc(100% - 44px))!important;
  max-width:1180px!important;
  margin:28px auto 70px!important;
  padding:0!important;
}

body.pmf-v94-shop-page .pmf-v91-shop-head{
  width:100%!important;
  margin:0!important;
}

body.pmf-v94-shop-page .pmf-v91-shop-categories,
body.pmf-v94-shop-page .pmf-v91-shop-products,
body.pmf-v94-shop-page .pmf-v91-category-grid,
body.pmf-v94-shop-page .pmf-v91-product-grid{
  visibility:visible!important;
  opacity:1!important;
}

body.pmf-v94-shop-page .pmf-v9-reveal{
  opacity:1!important;
  transform:none!important;
}

body.pmf-v94-shop-page .pmf-v91-category-grid,
body.pmf-v94-shop-page .pmf-v91-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body.pmf-v94-shop-page .pmf-v91-product-card{
  min-height:100%;
  height:100%;
}

body.pmf-v94-shop-page .pmf-v91-product-card__body{
  min-height:155px;
}

body.pmf-v94-shop-page .pmf-v91-shop-controls{
  margin-top:16px!important;
  margin-bottom:30px!important;
}

body.pmf-v94-shop-page.pmf-v93-shop-ready .pmf-v91-default-loop,
body.pmf-v94-shop-page.pmf-v93-shop-ready .products.pmf-v91-default-loop{
  display:none!important;
}

/* Final polish for Home > Nos actions */
.pmf-v92-actions__grid{align-items:stretch!important}
.pmf-v92-action-card{height:100%!important}
.pmf-v92-action-card__body{min-height:190px}
.pmf-v92-action-card__link{min-height:45px}

@media(max-width:1000px){
  body.pmf-v94-shop-page .pmf-v91-category-grid,
  body.pmf-v94-shop-page .pmf-v91-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:900px){
  .pmf-v92-action-card__body{min-height:0}
}

@media(max-width:782px){
  body.pmf-v94-shop-page .pmf-v93-shop,
  body.pmf-v94-shop-page .pmf-v91-shop{
    width:min(100% - 28px,1180px)!important;
    margin-top:18px!important;
    margin-bottom:45px!important;
  }

  body.pmf-v94-shop-page .pmf-v91-category-grid,
  body.pmf-v94-shop-page .pmf-v91-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:520px){
  body.pmf-v94-shop-page .pmf-v91-category-grid,
  body.pmf-v94-shop-page .pmf-v91-product-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   PMF V9.5 — ACCUEIL CORRIGÉ, SANS BOUTIQUE
   ========================================================= */

body.home .pmf-v9-access,
body.home .pmf-v9-section--soft .pmf-v9-products,
body.home .pmf-v91-home-product-grid,
body.home .pmf-v91-home-shop-empty{
  display:none!important;
}

/* Fix large / overlapping hero title */
.pmf-v95-hero{
  min-height:500px!important;
  background-position:center 48%!important;
}

.pmf-v95-hero .pmf-v9-hero__shade{
  background:linear-gradient(
    90deg,
    rgba(2,19,42,.94) 0%,
    rgba(3,28,59,.80) 37%,
    rgba(4,24,48,.32) 66%,
    rgba(3,18,38,.13) 100%
  )!important;
}

.pmf-v95-hero__content{
  width:100%!important;
  max-width:650px!important;
  overflow:visible!important;
}

.pmf-v95-hero h1{
  width:100%!important;
  max-width:650px!important;
  margin:0 0 15px!important;
  font-size:clamp(3rem,5vw,4.65rem)!important;
  line-height:.92!important;
  letter-spacing:-.05em!important;
  white-space:normal!important;
  overflow:visible!important;
}

.pmf-v95-hero h1 span{
  white-space:nowrap;
}

.pmf-v95-hero .pmf-v9-tagline{
  margin-top:18px!important;
}

.pmf-v95-hero .pmf-v9-hero__content>p{
  max-width:610px!important;
  font-size:1rem!important;
}

/* New quick-access area, no Boutique content */
.pmf-v95-quick{
  padding:50px 0 58px;
  background:linear-gradient(180deg,#fff,#f7faff);
  border-bottom:1px solid #e8eef5;
}

.pmf-v95-home-columns{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:38px;
  align-items:start;
}

.pmf-v95-home-column--actions{
  padding-left:38px;
  border-left:1px solid #e4ebf3;
}

.pmf-v95-small-head{
  margin-bottom:17px;
}

.pmf-v95-small-head h2{
  margin:5px 0 0;
  color:var(--pmf-v9-navy);
  font-size:1.45rem;
  line-height:1.1;
  letter-spacing:-.025em;
}

.pmf-v95-quick-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}

.pmf-v95-quick-card{
  min-height:102px;
  padding:16px;
  border:1px solid var(--pmf-v9-border);
  border-radius:17px;
  background:#fff;
  color:var(--pmf-v9-text)!important;
  text-decoration:none!important;
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:11px;
  box-shadow:0 8px 26px rgba(4,29,59,.045);
  transition:.18s ease;
}

.pmf-v95-quick-card:hover{
  transform:translateY(-3px);
  border-color:#bad5ef;
  box-shadow:0 15px 34px rgba(4,29,59,.095);
}

.pmf-v95-quick-card>span{
  width:42px;
  height:42px;
  border-radius:13px;
  background:#edf6ff;
  color:#0879e6;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pmf-v95-quick-card>span .pmf-v9-svg{
  width:23px;
  height:23px;
}

.pmf-v95-quick-card>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.pmf-v95-quick-card strong{
  color:var(--pmf-v9-navy);
  font-size:.88rem;
}

.pmf-v95-quick-card small{
  color:var(--pmf-v9-muted);
  font-size:.7rem;
  line-height:1.35;
}

.pmf-v95-quick-card>b{
  color:#0879e6;
}

/* Compact actions next to quick access */
.pmf-v95-action-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.pmf-v95-action-mini-grid>a{
  min-height:172px;
  padding:18px 14px;
  border:1px solid var(--pmf-v9-border);
  border-radius:17px;
  background:#fff;
  color:var(--pmf-v9-text)!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  gap:12px;
  box-shadow:0 8px 26px rgba(4,29,59,.04);
  transition:.18s ease;
}

.pmf-v95-action-mini-grid>a:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 34px rgba(4,29,59,.095);
}

.pmf-v95-action-mini-grid>a>span{
  width:41px;
  height:41px;
  border-radius:13px;
  background:#fff1f2;
  color:#e52332;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pmf-v95-action-mini-grid>a>span .pmf-v9-svg{
  width:23px;
  height:23px;
}

.pmf-v95-action-mini-grid>a>div{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.pmf-v95-action-mini-grid strong{
  color:var(--pmf-v9-navy);
  font-size:.87rem;
}

.pmf-v95-action-mini-grid small{
  color:var(--pmf-v9-muted);
  font-size:.7rem;
  line-height:1.5;
}

/* Shop cards should never remain hidden by reveal animation */
body.pmf-v94-shop-page .pmf-v91-category-card,
body.pmf-v94-shop-page .pmf-v91-product-card{
  opacity:1!important;
  transform:none!important;
}

@media(max-width:1050px){
  .pmf-v95-home-columns{
    grid-template-columns:1fr;
    gap:28px;
  }

  .pmf-v95-home-column--actions{
    padding-left:0;
    border-left:0;
    padding-top:27px;
    border-top:1px solid #e4ebf3;
  }
}

@media(max-width:782px){
  .pmf-v95-hero{
    min-height:450px!important;
    background-position:61% center!important;
  }

  .pmf-v95-hero h1{
    max-width:520px!important;
    font-size:clamp(2.65rem,12vw,4rem)!important;
  }

  .pmf-v95-quick{
    padding:40px 0 46px;
  }

  .pmf-v95-quick-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:580px){
  .pmf-v95-hero h1{
    font-size:clamp(2.5rem,13vw,3.55rem)!important;
  }

  .pmf-v95-quick-grid,
  .pmf-v95-action-mini-grid{
    grid-template-columns:1fr;
  }

  .pmf-v95-action-mini-grid>a{
    min-height:0;
  }
}
