/*
Theme Name: Playbook commercial
Theme URI: https://playbookcommercial.com
Author: Marc Fontaine
Description: Thème landing page pour le Playbook commercial b2b.
Version: 1.0
License: Proprietary
Text Domain: playbook-commercial
*/

:root {
  --pc-bg: #07111f; --pc-bg-soft: #0c1828; --pc-bg-card: #101d30;
  --pc-text: #f6f8fb; --pc-muted: #aab6c7; --pc-line: rgba(255,255,255,.12);
  --pc-light: #f5f7fb; --pc-light-card: #ffffff; --pc-dark-text: #111827; --pc-dark-muted: #5b6472;
  --pc-accent: #f6b44b; --pc-accent-2: #7dd3fc;
  --pc-radius: 24px; --pc-radius-sm: 16px;
  --pc-shadow: 0 24px 70px rgba(5,12,24,.28); --pc-container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--pc-bg); color: var(--pc-text); line-height: 1.5; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.pc-container { width: min(var(--pc-container), calc(100% - 40px)); margin-inline: auto; }
.pc-header { position: sticky; top: 0; z-index: 100; background: rgba(7,17,31,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--pc-line); }
.pc-header__inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pc-logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.pc-logo__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #111827; background: linear-gradient(135deg, var(--pc-accent), #ffe1a8); }
.pc-logo__text { white-space: nowrap; }
.pc-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--pc-muted); }
.pc-nav a:hover { color: var(--pc-text); }
.pc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 750; letter-spacing: -.02em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pc-btn:hover { transform: translateY(-2px); }
.pc-btn--small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.pc-btn--primary { background: var(--pc-accent); color: #111827; box-shadow: 0 16px 34px rgba(246,180,75,.22); }
.pc-btn--secondary { border-color: var(--pc-line); color: var(--pc-text); background: rgba(255,255,255,.06); }
.pc-btn--full { width: 100%; }
.pc-hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: radial-gradient(circle at 18% 18%, rgba(125,211,252,.16), transparent 28%), radial-gradient(circle at 80% 10%, rgba(246,180,75,.15), transparent 25%), linear-gradient(180deg, #07111f 0%, #0a1423 100%); }
.pc-hero::after { content: ""; position: absolute; inset: auto -20% -45% -20%; height: 520px; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 60%); pointer-events: none; }
.pc-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.pc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pc-accent); }
.pc-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 800px; font-size: clamp(44px, 6vw, 78px); line-height: .94; letter-spacing: -.07em; }
.pc-hero__lead { max-width: 650px; color: var(--pc-muted); font-size: 20px; line-height: 1.65; }
.pc-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 22px; }
.pc-proofline { display: flex; flex-wrap: wrap; gap: 10px; color: var(--pc-muted); font-size: 14px; }
.pc-proofline span { padding: 8px 12px; border: 1px solid var(--pc-line); border-radius: 999px; background: rgba(255,255,255,.04); }
.pc-hero__visual { position: relative; min-height: 545px; display: flex; align-items: center; padding: 64px 18px 56px 58px; }
.pc-product-card,.pc-floating-card,.pc-dashboard,.pc-price-card,.pc-card,.pc-module,.pc-audience-grid article,.pc-ba-card,.pc-compare-table,.pc-faq-list details { border: 1px solid var(--pc-line); background: rgba(255,255,255,.06); box-shadow: var(--pc-shadow); }
.pc-product-card--main { position: relative; width: 100%; border-radius: 32px; padding: 22px; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); backdrop-filter: blur(20px); }
.pc-card-topbar { display: flex; gap: 8px; margin-bottom: 26px; }
.pc-card-topbar span { width: 11px; height: 11px; border-radius: 999px; background: rgba(255,255,255,.28); }
.pc-product-card__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; }
.pc-product-card__header strong { min-width: 0; text-align: right; }
.pc-tag,.pc-price-label,.pc-popular-badge,.pc-thanks__badge { display: inline-flex; width: fit-content; padding: 7px 11px; border-radius: 999px; font-size: 12px; font-weight: 800; color: #111827; background: var(--pc-accent); }
.pc-file-stack { display: grid; gap: 12px; }
.pc-file-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); }
.pc-file-row span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(125,211,252,.16); color: var(--pc-accent-2); font-weight: 800; }
.pc-file-row em { color: var(--pc-muted); font-style: normal; font-size: 13px; }
.pc-floating-card { position: absolute; z-index: 2; padding: 18px 20px; border-radius: 20px; background: rgba(7,17,31,.82); backdrop-filter: blur(16px); }
.pc-floating-card span { display: block; color: var(--pc-muted); font-size: 13px; }
.pc-floating-card strong { font-size: 32px; letter-spacing: -.04em; }
.pc-floating-card--top { top: 0; right: 0; }
.pc-floating-card--bottom { bottom: 0; left: 0; }
.pc-strip { border-block: 1px solid var(--pc-line); background: var(--pc-bg-soft); }
.pc-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pc-strip__grid div { padding: 30px 24px; border-right: 1px solid var(--pc-line); }
.pc-strip__grid div:last-child { border-right: 0; }
.pc-strip strong { display: block; font-size: 34px; letter-spacing: -.05em; }
.pc-strip span { color: var(--pc-muted); }
.pc-section { padding: 104px 0; }
.pc-section--light { background: var(--pc-light); color: var(--pc-dark-text); }
.pc-section--light .pc-eyebrow { color: #b66f00; }
.pc-section-heading { max-width: 650px; }
.pc-section-heading--center { margin-inline: auto; text-align: center; }
.pc-section-heading--sticky { position: sticky; top: 112px; align-self: start; }
.pc-section-heading h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 54px); line-height: 1.02; letter-spacing: -.055em; }
.pc-section-heading p { color: var(--pc-muted); font-size: 18px; }
.pc-section--light .pc-section-heading p { color: var(--pc-dark-muted); }
.pc-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.pc-problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pc-card { padding: 28px; border-radius: var(--pc-radius); background: var(--pc-light-card); border-color: rgba(17,24,39,.08); box-shadow: 0 18px 46px rgba(17,24,39,.08); }
.pc-card h3,.pc-module h3,.pc-audience-grid h3 { margin-bottom: 10px; letter-spacing: -.03em; }
.pc-card p,.pc-module p,.pc-audience-grid p { margin-bottom: 0; color: var(--pc-dark-muted); }
.pc-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 14px; color: #111827; background: #ffe2a8; font-weight: 800; }
.pc-transformation { background: linear-gradient(180deg, #0a1423, #07111f); }
.pc-before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch; margin-top: 44px; }
.pc-ba-card { padding: 32px; border-radius: var(--pc-radius); }
.pc-ba-card h3 { font-size: 28px; letter-spacing: -.04em; }
.pc-ba-card ul,.pc-price-card ul,.pc-ba-card li,.pc-price-card li { margin: 0; padding: 0; }
.pc-ba-card ul,.pc-price-card ul { display: grid; gap: 12px; list-style: none; }
.pc-ba-card li,.pc-price-card li { position: relative; padding-left: 28px; color: var(--pc-muted); }
.pc-ba-card li::before,.pc-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pc-accent); font-weight: 900; }
.pc-ba-arrow { display: grid; place-items: center; width: 54px; height: 54px; align-self: center; border-radius: 999px; color: #111827; background: var(--pc-accent); font-size: 28px; font-weight: 800; }
.pc-modules { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 48px; }
.pc-module { grid-column: span 2; padding: 30px; border-radius: var(--pc-radius); background: #fff; border-color: rgba(17,24,39,.08); box-shadow: 0 18px 46px rgba(17,24,39,.08); }
.pc-module--featured { grid-column: span 4; background: #111827; color: #fff; }
.pc-module span { display: block; margin-bottom: 34px; color: #b66f00; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.pc-module--featured span { color: var(--pc-accent); }
.pc-module--featured p { color: var(--pc-muted); }
.pc-showcase { background: #07111f; }
.pc-showcase__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.pc-dashboard { padding: 28px; border-radius: 32px; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); }
.pc-dashboard__header,.pc-table-preview div,.pc-compare-row { display: grid; align-items: center; gap: 16px; }
.pc-dashboard__header { grid-template-columns: 1fr auto; margin-bottom: 22px; }
.pc-dashboard__header span { color: var(--pc-muted); font-size: 13px; }
.pc-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pc-kpi-grid div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.07); }
.pc-kpi-grid span { display: block; color: var(--pc-muted); font-size: 13px; }
.pc-kpi-grid strong { font-size: 26px; letter-spacing: -.04em; }
.pc-chart { height: 190px; display: flex; align-items: end; gap: 14px; margin: 28px 0; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.06); }
.pc-chart span { flex: 1; border-radius: 10px 10px 0 0; background: linear-gradient(180deg, var(--pc-accent), rgba(246,180,75,.24)); }
.pc-table-preview { display: grid; gap: 8px; font-size: 13px; }
.pc-table-preview div { grid-template-columns: 1fr .8fr 1fr; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.055); color: var(--pc-muted); }
.pc-table-preview strong { color: var(--pc-text); }
.pc-table-preview em { font-style: normal; color: var(--pc-accent-2); }
.pc-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.pc-audience-grid article { padding: 26px; border-radius: var(--pc-radius); background: var(--pc-light-card); border-color: rgba(17,24,39,.08); box-shadow: 0 18px 46px rgba(17,24,39,.08); }
.pc-comparison { background: #0a1423; }
.pc-comparison__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.pc-compare-table { overflow: hidden; border-radius: var(--pc-radius); }
.pc-compare-row { grid-template-columns: 1fr 1fr 1fr; padding: 20px 22px; border-bottom: 1px solid var(--pc-line); color: var(--pc-muted); }
.pc-compare-row:last-child { border-bottom: 0; }
.pc-compare-row--head { color: var(--pc-text); background: rgba(255,255,255,.08); font-weight: 800; }
.pc-compare-row strong { color: var(--pc-accent); }
.pc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.pc-price-card { position: relative; display: flex; flex-direction: column; gap: 26px; padding: 30px; border-radius: 30px; background: #fff; color: var(--pc-dark-text); border-color: rgba(17,24,39,.08); box-shadow: 0 18px 46px rgba(17,24,39,.08); }
.pc-price-card--popular { transform: translateY(-14px); background: #111827; color: #fff; }
.pc-price-card p { color: var(--pc-dark-muted); }
.pc-price-card--popular p,.pc-price-card--popular li { color: var(--pc-muted); }
.pc-price-card h3 { font-size: 25px; letter-spacing: -.04em; }
.pc-price { display: grid; gap: 3px; }
.pc-price strong { font-size: 40px; letter-spacing: -.06em; }
.pc-price span { color: var(--pc-dark-muted); }
.pc-price-card--popular .pc-price span { color: var(--pc-muted); }
.pc-popular-badge { position: absolute; top: 18px; right: 18px; }
.pc-guarantee { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 30px; padding: 18px 22px; border-radius: 18px; color: var(--pc-dark-muted); background: #fff; box-shadow: 0 14px 34px rgba(17,24,39,.06); }
.pc-guarantee strong { color: var(--pc-dark-text); }
.pc-faq { background: #07111f; }
.pc-faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; }
.pc-faq-list { display: grid; gap: 14px; }
.pc-faq-list details { border-radius: 18px; padding: 20px 22px; background: rgba(255,255,255,.055); }
.pc-faq-list summary { cursor: pointer; font-weight: 800; letter-spacing: -.02em; }
.pc-faq-list p { margin: 14px 0 0; color: var(--pc-muted); }
.pc-final-cta { padding: 90px 0; background: radial-gradient(circle at 50% 0%, rgba(246,180,75,.22), transparent 32%), linear-gradient(180deg, #0a1423, #07111f); }
.pc-final-cta__inner { max-width: 820px; text-align: center; }
.pc-final-cta h2 { margin-bottom: 18px; font-size: clamp(34px, 5vw, 62px); line-height: 1; letter-spacing: -.06em; }
.pc-final-cta p { max-width: 680px; margin: 0 auto 30px; color: var(--pc-muted); font-size: 18px; }
.pc-footer { border-top: 1px solid var(--pc-line); background: #050b14; color: var(--pc-muted); }
.pc-footer__inner { display: flex; justify-content: space-between; gap: 22px; padding: 28px 0; font-size: 14px; }
.pc-footer__inner p { margin: 0; }
.pc-footer__inner div { display: flex; gap: 18px; }
.pc-footer a:hover { color: var(--pc-text); }
.pc-sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: rgba(7,17,31,.92); backdrop-filter: blur(20px); border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; transform: translateY(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); box-shadow: 0 -8px 40px rgba(0,0,0,.4); }
.pc-sticky-bar.is-visible { transform: translateY(0); }
.pc-sticky-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pc-sticky-bar__label { font-size: 14px; font-weight: 700; color: var(--pc-text); white-space: nowrap; }
.pc-sticky-bar__label span { color: var(--pc-muted); font-weight: 400; margin-left: 6px; }
.pc-sticky-bar__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pc-thanks { position: relative; overflow: hidden; padding: 92px 0 88px; background: radial-gradient(circle at 18% 18%, rgba(125,211,252,.16), transparent 28%), radial-gradient(circle at 80% 10%, rgba(246,180,75,.15), transparent 25%), linear-gradient(180deg, #07111f 0%, #0a1423 100%); }
.pc-thanks__grid { display: grid; grid-template-columns: 1.02fr .78fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.pc-thanks__content p { max-width: 650px; color: var(--pc-muted); font-size: 20px; line-height: 1.65; }
.pc-thanks__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 22px; }
.pc-thanks-card { border: 1px solid var(--pc-line); border-radius: 32px; padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: var(--pc-shadow); backdrop-filter: blur(20px); }
.pc-thanks-card h2 { margin: 20px 0 14px; font-size: clamp(28px, 3vw, 42px); line-height: 1.04; letter-spacing: -.05em; }
.pc-thanks-card p { color: var(--pc-muted); }
.pc-thanks-card__summary { display: grid; gap: 10px; margin-top: 26px; }
.pc-thanks-card__summary div { display: grid; gap: 3px; padding: 15px 16px; border-radius: 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.pc-thanks-card__summary span { color: var(--pc-muted); font-size: 13px; }
.pc-thanks-card__summary strong { font-size: 15px; letter-spacing: -.02em; }
.pc-thanks-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 760px) {
  .pc-sticky-bar__label { display: none; }
  .pc-sticky-bar__actions { width: 100%; }
  .pc-sticky-bar__actions .pc-btn { flex: 1; font-size: 14px; min-height: 46px; }
}
@media (max-width: 1040px) {
  .pc-nav { display: none; }
  .pc-hero__grid,.pc-split,.pc-showcase__grid,.pc-comparison__grid,.pc-faq__grid { grid-template-columns: 1fr; }
  .pc-hero__visual { min-height: 500px; max-width: 660px; width: 100%; margin-inline: auto; }
  .pc-section-heading--sticky { position: static; }
  .pc-audience-grid,.pc-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .pc-thanks__grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pc-container { width: min(100% - 28px, var(--pc-container)); }
  .pc-header__inner { height: 68px; }
  .pc-header .pc-btn { display: none; }
  .pc-logo__text { font-size: 14px; }
  .pc-hero { padding: 58px 0 62px; }
  h1 { font-size: clamp(40px, 14vw, 58px); }
  .pc-hero__lead { font-size: 17px; }
  .pc-hero__visual { min-height: auto; display: grid; gap: 14px; padding: 0; }
  .pc-product-card--main,.pc-floating-card { position: relative; inset: auto; }
  .pc-product-card--main { order: 1; padding: 18px; border-radius: 24px; }
  .pc-product-card__header { align-items: flex-start; flex-direction: column; }
  .pc-product-card__header strong { text-align: left; }
  .pc-file-row { grid-template-columns: 38px 1fr auto; gap: 10px; padding: 14px; }
  .pc-floating-card { order: 2; display: block; }
  .pc-section { padding: 72px 0; }
  .pc-problem-grid,.pc-before-after,.pc-audience-grid,.pc-pricing-grid,.pc-strip__grid,.pc-kpi-grid { grid-template-columns: 1fr; }
  .pc-ba-arrow { transform: rotate(90deg); justify-self: center; }
  .pc-modules { grid-template-columns: 1fr; }
  .pc-module,.pc-module--featured { grid-column: auto; }
  .pc-compare-row { grid-template-columns: 1fr; gap: 6px; }
  .pc-price-card--popular { transform: none; }
  .pc-guarantee { flex-direction: column; text-align: center; }
  .pc-footer__inner { flex-direction: column; }
  .pc-footer__inner div { flex-wrap: wrap; }
  .pc-thanks { padding: 64px 0 72px; }
  .pc-thanks__content p { font-size: 17px; }
  .pc-thanks-steps { grid-template-columns: 1fr; }
}
