/*!
Theme Name: Proxihelp IA
Theme URI: https://proxihelp.fr/
Template: blocksy
Author: Proxihelp
Description: Thème enfant Blocksy - Proxihelp, formations à l'intelligence artificielle pour particuliers. A l'activation, configure automatiquement pages, formations, menu et réglages.
Version: 1.1.0
Text Domain: proxihelp-ia
*/

/* ===================== Variables ===================== */
:root:root {
  --ph-dark: #12151C;
  --ph-dark-2: #181B23;
  --ph-dark-card: #1C2029;
  --ph-dark-line: rgba(255,255,255,0.08);
  --ph-light: #F6F8FB;
  --ph-white: #FFFFFF;
  --ph-text: #12151C;
  --ph-text-2: #2A303B;
  --ph-muted: #5B6472;
  --ph-muted-dark: #9AA3B0;
  --ph-soft-dark: #B6BEC9;
  --ph-line: #E4E9F0;
  --ph-blue: #4C8DFF;
  --ph-teal: #5FD9CF;
  --ph-blue-ink: #2F6FE0;
  --ph-teal-ink: #0E8C82;
  --ph-orange-ink: #C0621A;
  --ph-grad: linear-gradient(90deg, #4C8DFF, #5FD9CF);
  --ph-font: "Plus Jakarta Sans", -apple-system, "Segoe UI", Roboto, sans-serif;
  --ph-radius: 20px;
  --ph-shadow: 0 10px 30px rgba(18,21,28,0.06);

  /* Palette Blocksy alignée sur la charte (boutons, liens, WooCommerce) */
  --theme-palette-color-1: #2F6FE0;
  --theme-palette-color-2: #1E4FB0;
  --theme-palette-color-3: #3A4250;
  --theme-palette-color-4: #12151C;
  --theme-palette-color-5: #E4E9F0;
  --theme-palette-color-6: #F6F8FB;
  --theme-palette-color-7: #FFFFFF;
  --theme-palette-color-8: #FFFFFF;
  --theme-font-family: var(--ph-font);
  --theme-button-background-initial-color: #2F6FE0;
  --theme-button-background-hover-color: #1E4FB0;
  --theme-button-text-initial-color: #FFFFFF;
  --theme-button-text-hover-color: #FFFFFF;
  --theme-button-border-radius: 999px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--ph-font) !important;
  background: var(--ph-light) !important;
  color: var(--ph-text-2);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--ph-font) !important; color: var(--ph-text); }
.ph-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ===================== Boutons ===================== */
.ph-btn, .ph-btn:visited {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ph-grad); color: #0A0D12 !important;
  border-radius: 999px; padding: 16px 30px; font-weight: 700; font-size: 16px; line-height: 1.2;
  text-decoration: none !important; border: 0;
  box-shadow: 0 12px 30px rgba(76,141,255,0.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ph-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(76,141,255,0.36); color: #0A0D12 !important; }
.ph-btn--sm { padding: 11px 22px; font-size: 14px; box-shadow: none; }
.ph-btn--ghost, .ph-btn--ghost:visited { background: transparent; color: #FFFFFF !important; border: 1px solid rgba(255,255,255,0.25); box-shadow: none; }
.ph-btn--ghost:hover { border-color: rgba(255,255,255,0.6); color: #FFFFFF !important; box-shadow: none; }
.ph-btn--light, .ph-btn--light:visited { background: transparent; color: var(--ph-text) !important; border: 1px solid var(--ph-line); box-shadow: none; }
.ph-btn:focus-visible, .ph-header a:focus-visible, .ph-footer a:focus-visible, .ph-burger:focus-visible { outline: 3px solid var(--ph-teal); outline-offset: 3px; }

/* WooCommerce / Blocksy boutons */
.woocommerce .button, .woocommerce button.button, .woocommerce a.button, .ct-button, .single_add_to_cart_button, .wp-block-button__link, .checkout-button {
  border-radius: 999px !important; font-weight: 700 !important;
}

/* ===================== Header ===================== */
.ph-header { background: var(--ph-dark); border-bottom: 1px solid var(--ph-dark-line); position: sticky; top: 0; z-index: 50; }
.admin-bar .ph-header { top: 32px; }
.ph-header__inner { max-width: 1280px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; gap: 28px; }
.ph-logo { display: flex; align-items: center; gap: 10px; text-decoration: none !important; flex-shrink: 0; }
.ph-logo img { width: 36px; height: 36px; border-radius: 10px; }
.ph-logo span { font-size: 21px; font-weight: 800; letter-spacing: -0.4px; color: #FFFFFF; }
.ph-nav { flex: 1; }
.ph-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; justify-content: center; }
.ph-menu li { margin: 0; }
.ph-menu a { color: #C9D0DA; font-size: 15px; font-weight: 500; text-decoration: none; padding: 6px 0; }
.ph-menu a:hover, .ph-menu .current-menu-item > a { color: #FFFFFF; }
.ph-nav__extra { display: none; }
.ph-header__actions { display: flex; align-items: center; gap: 16px; }
.ph-pro-link { font-size: 14px; color: #8C95A3; text-decoration: none; font-weight: 500; white-space: nowrap; }
.ph-pro-link:hover { color: #FFFFFF; }
.ph-icon-link { position: relative; display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; color: #C9D0DA; }
.ph-icon-link:hover { background: rgba(255,255,255,0.06); color: #FFFFFF; }
.ph-icon-link svg { width: 20px; height: 20px; }
.ph-cart-count { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; border-radius: 9px; background: var(--ph-teal); color: #0A0D12; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.ph-burger { display: none; background: transparent; border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; width: 44px; height: 44px; align-items: center; justify-content: center; color: #FFFFFF; cursor: pointer; }
.ph-burger svg { width: 22px; height: 22px; }

@media (max-width: 1100px) {
  .ph-pro-link { display: none; }
  .ph-menu { gap: 22px; }
}
@media (max-width: 900px) {
  .ph-burger { display: inline-flex; }
  .ph-header__actions .ph-btn { display: none; }
  .ph-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--ph-dark); border-bottom: 1px solid var(--ph-dark-line); padding: 8px 24px 24px; display: none; }
  .ph-header.is-open .ph-nav { display: block; }
  .ph-menu { flex-direction: column; gap: 0; }
  .ph-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--ph-dark-line); font-size: 17px; }
  .ph-nav__extra { display: flex; flex-direction: column; gap: 14px; padding-top: 18px; }
  .ph-nav__extra a:not(.ph-btn) { color: #8C95A3; text-decoration: none; }
  .ph-header__inner { gap: 12px; justify-content: space-between; }
  .ph-header__actions { gap: 6px; }
}
@media (max-width: 782px) { .admin-bar .ph-header { top: 46px; } }

/* ===================== Footer ===================== */
.ph-footer { background: #0E1117; color: #8C95A3; padding: 64px 24px 32px; }
.ph-footer__inner { max-width: 1180px; margin: 0 auto; }
.ph-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.ph-footer h2 { font-size: 13px; font-weight: 700; color: #FFFFFF; margin: 0 0 16px; text-transform: none; letter-spacing: 0; }
.ph-footer p { margin: 0; font-size: 14px; line-height: 1.8; color: #8C95A3; }
.ph-footer ul { list-style: none; margin: 0; padding: 0; }
.ph-footer li { margin: 0 0 6px; font-size: 14px; }
.ph-footer a { color: #8C95A3; text-decoration: none; }
.ph-footer a:hover { color: #FFFFFF; }
.ph-footer .ph-logo { margin-bottom: 14px; }
.ph-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 13px; color: #6B7482; }
.ph-pay { display: flex; align-items: center; gap: 8px; }
.ph-pay span.ph-tag { padding: 3px 10px; border: 1px solid rgba(255,255,255,0.14); border-radius: 6px; font-size: 12px; color: #C9D0DA; }
@media (max-width: 900px) { .ph-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ph-footer__grid { grid-template-columns: 1fr; } }

/* ===================== Mise en page landing ===================== */
.ph-landing { font-family: var(--ph-font); }
.ph-landing > * { margin-top: 0; margin-bottom: 0; }
.ph-landing p { margin-top: 0; }
.ph-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.ph-sec { padding: 104px 0; }
.ph-sec--dark { background: var(--ph-dark); color: #FFFFFF; }
.ph-sec--dark h1, .ph-sec--dark h2, .ph-sec--dark h3 { color: #FFFFFF; }
.ph-sec--light { background: var(--ph-light); }
.ph-sec--white { background: var(--ph-white); }
.ph-sec--glow { background-image: radial-gradient(ellipse at 50% 0%, rgba(76,141,255,0.12), transparent 60%); }
.ph-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.ph-head--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; max-width: none; text-align: left; }
.ph-eyebrow { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ph-teal-ink); margin-bottom: 14px; }
.ph-sec--dark .ph-eyebrow { color: var(--ph-teal); }
.ph-h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.8px; line-height: 1.2; margin: 0 0 14px; }
.ph-lead { font-size: 17px; line-height: 1.65; color: var(--ph-muted); margin: 0; }
.ph-sec--dark .ph-lead { color: var(--ph-muted-dark); }
.ph-grad-text { background: var(--ph-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ===================== Hero ===================== */
.ph-hero { background: var(--ph-dark); color: #FFFFFF; padding: 96px 0 110px; background-image: radial-gradient(ellipse at 12% 0%, rgba(76,141,255,0.20), transparent 55%), radial-gradient(ellipse at 95% 60%, rgba(95,217,207,0.12), transparent 50%); overflow: hidden; }
.ph-hero__grid { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.ph-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(95,217,207,0.08); border: 1px solid rgba(95,217,207,0.3); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--ph-teal); margin-bottom: 26px; }
.ph-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ph-teal); }
.ph-hero h1 { font-size: clamp(38px, 5vw, 58px); font-weight: 800; line-height: 1.08; letter-spacing: -1.5px; margin: 0 0 22px; color: #FFFFFF; }
.ph-hero__lead { font-size: 19px; color: var(--ph-soft-dark); max-width: 540px; line-height: 1.65; margin: 0 0 36px; }
.ph-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.ph-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; color: var(--ph-soft-dark); }
.ph-trust span { display: inline-flex; align-items: center; gap: 8px; }
.ph-trust svg { width: 16px; height: 16px; color: var(--ph-teal); flex-shrink: 0; }
.ph-trust strong { color: #FFFFFF; }

.ph-mock { position: relative; padding: 24px 0 36px 36px; }
.ph-mock__win { background: #1C2029; border: 1px solid var(--ph-dark-line); border-radius: 22px; box-shadow: 0 40px 90px rgba(0,0,0,0.5); overflow: hidden; }
.ph-mock__bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; background: #181B23; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 12px; color: #7D8694; }
.ph-mock__bar i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.ph-mock__live { margin-left: auto; color: var(--ph-teal); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; font-style: normal; }
.ph-mock__live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ph-teal); }
.ph-mock__body { display: flex; }
.ph-mock__side { width: 140px; padding: 18px 14px; border-right: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; gap: 10px; }
.ph-mock__cam { height: 96px; border-radius: 12px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.ph-mock__cam b { width: 50px; height: 50px; border-radius: 50%; margin-bottom: -14px; display: block; }
.ph-mock__side small { font-size: 11px; color: #7D8694; text-align: center; }
.ph-mock__chat { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.ph-bubble { font-size: 13px; line-height: 1.5; border-radius: 14px; padding: 12px 14px; max-width: 260px; }
.ph-bubble--q { background: #262B36; color: #E6EBEE; border-radius: 14px 14px 14px 4px; align-self: flex-start; }
.ph-bubble--ai { background: rgba(95,217,207,0.10); border: 1px solid rgba(95,217,207,0.25); color: #CFF5F1; align-self: flex-start; }
.ph-bubble--ai em { display: block; font-style: normal; font-size: 11px; font-weight: 700; color: var(--ph-teal); margin-bottom: 5px; letter-spacing: 0.04em; }
.ph-bubble--me { background: var(--ph-grad); color: #0A0D12; font-weight: 600; border-radius: 14px 14px 4px 14px; align-self: flex-end; }
.ph-progress { margin-top: 4px; font-size: 11px; color: #7D8694; }
.ph-progress div { display: flex; justify-content: space-between; margin-bottom: 7px; }
.ph-progress div b { color: var(--ph-teal); }
.ph-progress span { display: block; height: 7px; border-radius: 4px; background: rgba(255,255,255,0.07); overflow: hidden; }
.ph-progress span::after { content: ""; display: block; width: 40%; height: 7px; background: var(--ph-grad); }
.ph-float { position: absolute; background: #FFFFFF; color: var(--ph-text); border-radius: 16px; padding: 13px 16px; box-shadow: 0 22px 50px rgba(0,0,0,0.45); display: flex; align-items: center; gap: 12px; }
.ph-float--a { bottom: 0; left: 0; }
.ph-float--b { top: 0; right: -10px; padding: 10px 14px; }
.ph-float strong { display: block; font-size: 14px; font-weight: 800; }
.ph-float small { display: block; font-size: 12px; color: var(--ph-muted); }
.ph-float i { width: 38px; height: 38px; border-radius: 12px; background: #E6F8F6; display: flex; align-items: center; justify-content: center; color: var(--ph-teal-ink); }
.ph-float svg { width: 18px; height: 18px; }

/* Bandeau chiffres */
.ph-stats { background: var(--ph-dark-2); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 32px 0; }
.ph-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.ph-stat { display: flex; align-items: center; justify-content: center; gap: 14px; }
.ph-stat b { font-size: 32px; font-weight: 800; color: var(--ph-teal); line-height: 1; }
.ph-stat span { font-size: 14px; color: var(--ph-muted-dark); line-height: 1.35; }

/* Cartes génériques */
.ph-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ph-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.ph-card { background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: var(--ph-radius); padding: 30px; box-shadow: var(--ph-shadow); }
.ph-card h3 { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.ph-card p { font-size: 15px; line-height: 1.6; color: var(--ph-muted); margin: 0; }
.ph-ico { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ph-ico svg { width: 24px; height: 24px; }
.ph-ico--blue { background: #EAF1FF; color: var(--ph-blue-ink); }
.ph-ico--teal { background: #E6F8F6; color: var(--ph-teal-ink); }
.ph-ico--orange { background: #FFF1E6; color: var(--ph-orange-ink); }

/* Étapes */
.ph-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 40px; counter-reset: step; }
.ph-step { text-align: center; padding: 0 8px; }
.ph-step__num { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 24px; background: var(--ph-grad); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 800; color: #0A0D12; box-shadow: 0 14px 30px rgba(76,141,255,0.28); }
.ph-step h3 { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.ph-step p { font-size: 15px; line-height: 1.65; color: var(--ph-muted); margin: 0; }

/* Cartes formations (shortcode) */
.ph-fcards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.ph-fcard { background: var(--ph-dark-card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--ph-radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 16px 40px rgba(0,0,0,0.25); color: #FFFFFF; transition: transform .2s ease, border-color .2s ease; }
.ph-fcard:hover { transform: translateY(-4px); border-color: rgba(95,217,207,0.4); }
.ph-fcard__visual { height: 120px; position: relative; display: flex; align-items: center; justify-content: center; color: #FFFFFF; }
.ph-fcard__visual svg { width: 46px; height: 46px; }
.ph-fcard__level { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.18); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; }
.ph-fcard__body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.ph-fcard h3 { margin: 0; font-size: 19px; font-weight: 700; color: #FFFFFF; }
.ph-fcard p { color: var(--ph-muted-dark); font-size: 14px; line-height: 1.55; margin: 0; }
.ph-fcard ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: #C9D0DA; flex-grow: 1; }
.ph-fcard li { display: flex; gap: 8px; align-items: center; margin: 0; }
.ph-fcard li svg { width: 14px; height: 14px; color: var(--ph-teal); flex-shrink: 0; }
.ph-fcard__foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); }
.ph-fcard__price { font-size: 14px; color: #FFFFFF; font-weight: 700; }
.ph-fcard__price small { display: block; font-size: 12px; color: var(--ph-muted-dark); font-weight: 500; }
.ph-fcard__link { font-size: 14px; font-weight: 700; color: var(--ph-teal) !important; text-decoration: none !important; white-space: nowrap; }
.ph-fcards--light .ph-fcard { background: #FFFFFF; border-color: var(--ph-line); box-shadow: var(--ph-shadow); color: var(--ph-text); }
.ph-fcards--light .ph-fcard h3 { color: var(--ph-text); }
.ph-fcards--light .ph-fcard p { color: var(--ph-muted); }
.ph-fcards--light .ph-fcard ul { color: var(--ph-text-2); }
.ph-fcards--light .ph-fcard__foot { border-top-color: var(--ph-line); }
.ph-fcards--light .ph-fcard__price { color: var(--ph-text); }
.ph-fcards--light .ph-fcard__price small { color: var(--ph-muted); }
.ph-fcards--light .ph-fcard__link { color: var(--ph-blue-ink) !important; }
.ph-more { text-align: center; margin-top: 40px; }

/* Formateur */
.ph-about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.ph-about__media { position: relative; }
.ph-about__img { border-radius: 28px; background: linear-gradient(160deg, #DCE7FB, #D5F3EF); border: 1px solid var(--ph-line); overflow: hidden; aspect-ratio: 4/4.4; display: flex; align-items: center; justify-content: center; }
.ph-about__img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ph-about__badge { position: absolute; right: -24px; bottom: 36px; background: var(--ph-dark); color: #FFFFFF; border-radius: 18px; padding: 16px 20px; box-shadow: 0 24px 50px rgba(18,21,28,0.3); }
.ph-about__badge b { display: block; font-size: 13px; color: var(--ph-teal); margin-bottom: 3px; }
.ph-about__badge span { font-size: 14px; color: #C9D0DA; }
.ph-about p { font-size: 16px; line-height: 1.7; color: var(--ph-muted); margin: 0 0 16px; }
.ph-quote { border-left: 3px solid var(--ph-teal); padding: 4px 0 4px 18px; font-style: italic; color: var(--ph-text-2) !important; }
.ph-sign { font-weight: 700; color: var(--ph-text); font-size: 15px; margin: 0 0 28px !important; }
.ph-sign small { display: block; font-weight: 500; color: var(--ph-muted); }
.ph-values { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ph-value { display: flex; gap: 12px; align-items: flex-start; background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 14px; padding: 16px; }
.ph-value i { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ph-value i svg { width: 18px; height: 18px; }
.ph-value b { display: block; font-size: 15px; color: var(--ph-text); }
.ph-value span { font-size: 13px; color: var(--ph-muted); }
.ph-minis { display: flex; gap: 28px; flex-wrap: wrap; margin: 26px 0 0; }
.ph-minis div b { display: block; font-size: 26px; font-weight: 800; color: var(--ph-blue-ink); line-height: 1.1; }
.ph-minis div span { font-size: 13px; color: var(--ph-muted); }

/* FAQ */
.ph-faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; align-items: flex-start; }
.ph-faq__contact { display: flex; align-items: center; gap: 14px; background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 16px; padding: 18px 20px; margin-top: 26px; }
.ph-faq__contact i { width: 44px; height: 44px; border-radius: 12px; background: var(--ph-grad); display: flex; align-items: center; justify-content: center; color: #0A0D12; flex-shrink: 0; }
.ph-faq__contact i svg { width: 20px; height: 20px; }
.ph-faq__contact b { display: block; font-size: 17px; color: var(--ph-text); }
.ph-faq__contact a { color: var(--ph-muted); font-size: 14px; text-decoration: none; }
.ph-faq__list { display: flex; flex-direction: column; gap: 12px; }
.ph-faq details { background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 16px; padding: 0 24px; }
.ph-faq summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; color: var(--ph-text); padding: 20px 32px 20px 0; position: relative; }
.ph-faq summary::-webkit-details-marker { display: none; }
.ph-faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--ph-blue-ink); }
.ph-faq details[open] summary::after { content: "–"; }
.ph-faq details p { font-size: 15px; line-height: 1.65; color: var(--ph-muted); margin: 0 0 20px; }

/* CTA final + bandeau pro */
.ph-cta { border-radius: 32px; padding: 72px 64px; background: var(--ph-dark); background-image: radial-gradient(ellipse at 0% 0%, rgba(76,141,255,0.35), transparent 55%), radial-gradient(ellipse at 100% 100%, rgba(95,217,207,0.25), transparent 55%); display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: 0 30px 70px rgba(18,21,28,0.25); }
.ph-cta h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -0.8px; margin: 0 0 12px; color: #FFFFFF; line-height: 1.15; }
.ph-cta p { font-size: 17px; color: var(--ph-soft-dark); margin: 0; max-width: 520px; line-height: 1.6; }
.ph-probar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 18px; margin-top: 20px; }
.ph-probar > span { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--ph-text-2); }
.ph-probar i { width: 40px; height: 40px; border-radius: 12px; background: #EAF1FF; display: flex; align-items: center; justify-content: center; color: var(--ph-blue-ink); flex-shrink: 0; }
.ph-probar i svg { width: 20px; height: 20px; }
.ph-probar a { font-weight: 700; color: var(--ph-blue-ink); white-space: nowrap; text-decoration: none; }

/* Sous-pages (contact, à propos) */
.ph-pagehero { background: var(--ph-dark); padding: 88px 0 80px; background-image: radial-gradient(ellipse at 15% 0%, rgba(76,141,255,0.18), transparent 55%); }
.ph-pagehero h1 { color: #FFFFFF; font-size: clamp(32px, 4.4vw, 50px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.12; margin: 0 0 16px; max-width: 820px; }
.ph-pagehero p { color: var(--ph-soft-dark); font-size: 18px; line-height: 1.6; max-width: 640px; margin: 0; }
.ph-contact { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: flex-start; }
.ph-contact__cards { display: flex; flex-direction: column; gap: 14px; }
.ph-contact__card { display: flex; gap: 14px; align-items: center; background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 16px; padding: 18px 20px; }
.ph-contact__card b { display: block; color: var(--ph-text); font-size: 16px; }
.ph-contact__card span, .ph-contact__card a { color: var(--ph-muted); font-size: 14px; text-decoration: none; }
.ph-formbox { background: #FFFFFF; border: 1px solid var(--ph-line); border-radius: 24px; padding: 36px; box-shadow: var(--ph-shadow); }
.ph-formbox h2 { font-size: 24px; margin: 0 0 6px; }
.ph-formbox > p { color: var(--ph-muted); margin: 0 0 20px; }
.ph-formbox .wpforms-container { margin: 0 !important; }
.ph-formbox input[type=text], .ph-formbox input[type=email], .ph-formbox input[type=tel], .ph-formbox textarea { border-radius: 12px !important; border: 1px solid var(--ph-line) !important; padding: 12px 14px !important; font-family: var(--ph-font) !important; }
.ph-formbox .wpforms-submit { background: var(--ph-grad) !important; color: #0A0D12 !important; border-radius: 999px !important; padding: 14px 30px !important; font-weight: 700 !important; border: 0 !important; height: auto !important; }
.ph-team { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }

/* Boutique / fiches formation */
.ph-shop-intro { max-width: 760px; margin: 0 auto 32px; text-align: center; color: var(--ph-muted); font-size: 16px; line-height: 1.65; }
.ph-shop-intro a { font-weight: 700; }
.ph-after-order { margin: 22px 0; padding: 18px 20px; background: #F2F7FF; border: 1px solid #DCE7FB; border-radius: 14px; font-size: 14px; line-height: 1.6; color: var(--ph-text-2); }
.ph-after-order b { display: block; color: var(--ph-text); margin-bottom: 4px; }

/* ===================== Responsive ===================== */
@media (max-width: 1100px) {
  .ph-fcards, .ph-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .ph-hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .ph-mock { max-width: 560px; }
  .ph-about, .ph-faq, .ph-contact { grid-template-columns: 1fr; gap: 48px; }
  .ph-about__badge { right: 16px; }
  .ph-grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ph-cta { flex-direction: column; align-items: flex-start; padding: 56px 36px; }
}
@media (max-width: 720px) {
  .ph-sec { padding: 72px 0; }
  .ph-hero { padding: 64px 0 80px; }
  .ph-stats__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ph-stat { justify-content: flex-start; }
  .ph-grid-3, .ph-steps, .ph-fcards, .ph-grid-4, .ph-values, .ph-team { grid-template-columns: 1fr; }
  .ph-head--split { flex-direction: column; align-items: flex-start; }
  .ph-mock { padding: 16px 0 30px 0; }
  .ph-mock__side { display: none; }
  .ph-float--b { right: 0; }
  .ph-probar { flex-direction: column; align-items: flex-start; }
  .ph-formbox { padding: 24px; }
}
