/* Booster mon entreprise — feuille isolee, chargee apres le portail. */
.cp-nav-new {
  margin-left: auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff0e8;
  color: #b93815;
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cp-nav button.active .cp-nav-new { background: #fff; }

.cp-boost-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 20px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #cbdcf9;
  border-radius: 22px;
  background: radial-gradient(circle at 88% 12%, rgba(249, 115, 22, .16), transparent 25%), linear-gradient(135deg, #eff6ff 0%, #fff 62%);
  box-shadow: 0 18px 50px rgba(31, 64, 122, .09);
}

.cp-boost-copy { min-width: 0; }

.cp-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #c9dafe;
  border-radius: 999px;
  background: #fff;
  color: #184eac;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cp-offer-badge svg { width: 16px; height: 16px; color: #f97316; }
.cp-product-name { margin: 26px 0 8px; color: #1468ff; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cp-boost-copy h2 { max-width: 680px; margin: 0; color: #0f2445; font-family: "Instrument Serif", serif; font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.cp-boost-copy > p:not(.cp-product-name) { max-width: 680px; margin: 20px 0 0; color: #475467; font-size: .88rem; line-height: 1.75; }

.cp-benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.cp-benefit-list li { display: flex; gap: 11px; padding: 15px; border: 1px solid #dbe6f6; border-radius: 13px; background: rgba(255, 255, 255, .82); }
.cp-benefit-list li > span { color: #1468ff; font-size: .65rem; font-weight: 850; }
.cp-benefit-list strong, .cp-benefit-list small { display: block; }
.cp-benefit-list strong { color: #243b5e; font-size: .75rem; }
.cp-benefit-list small { margin-top: 5px; color: #667085; font-size: .66rem; line-height: 1.5; }

.cp-trial-card { display: flex; min-width: 0; align-items: stretch; flex-direction: column; padding: 26px; border: 1px solid #dce5f2; border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(25, 58, 108, .11); }
.cp-trial-visual { position: relative; display: grid; height: 145px; overflow: hidden; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #183b77, #1468ff); color: #fff; }
.cp-trial-visual svg { position: relative; z-index: 2; width: 64px; height: 64px; }
.cp-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .27); border-radius: 50%; }
.cp-orbit-one { width: 125px; height: 125px; }
.cp-orbit-two { width: 205px; height: 205px; }
.cp-trial-label { margin-top: 22px; color: #667085; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cp-trial-duration { margin-top: 5px; color: #142b50; font-family: "Instrument Serif", serif; font-size: 2.35rem; font-weight: 400; }
.cp-trial-card > p { margin: 10px 0 20px; color: #526071; font-size: .75rem; line-height: 1.6; }
.cp-trial-card > small { margin-top: 13px; color: #7a8798; font-size: .62rem; line-height: 1.5; }
.cp-trial-card .cp-status { margin-top: 12px; }
.cp-button-boost { width: 100%; background: #f45d19; }
.cp-button-boost:hover { background: #d94d0d; }

.cp-mk-section { margin-top: 24px; padding: clamp(22px, 3.5vw, 36px); border: 1px solid var(--cp-line); border-radius: 20px; background: #fff; box-shadow: var(--cp-shadow); }
.cp-mk-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.cp-mk-heading h2 { margin: 4px 0 0; color: #142b50; font-family: "Instrument Serif", serif; font-size: 3.3rem; font-weight: 400; letter-spacing: -.04em; }
.cp-mk-heading p:not(.cp-kicker) { max-width: 680px; margin: 10px 0 0; color: #667085; font-size: .8rem; line-height: 1.65; }

.cp-pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cp-pack-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 19px; border: 1px solid #dce4ef; border-radius: 14px; background: #fbfcfe; transition: border-color .2s, box-shadow .2s, transform .2s; }
.cp-pack-card:hover { transform: translateY(-2px); border-color: #9ab8e8; box-shadow: 0 12px 28px rgba(20, 67, 130, .09); }
.cp-pack-card > span { display: block; color: #667085; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cp-pack-card > strong { display: block; margin-top: 15px; color: #142b50; font-family: "Instrument Serif", serif; font-size: 2.45rem; font-weight: 400; line-height: .9; }
.cp-pack-card > strong small { color: #53657e; font-family: Manrope, sans-serif; font-size: .66rem; font-weight: 750; letter-spacing: .02em; }
.cp-pack-card > p { margin: 12px 0 20px; color: #7a8798; font-size: .65rem; }
.cp-pack-card > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid #e5eaf1; }
.cp-pack-card b { color: #10284d; font-size: 1rem; }
.cp-pack-card a { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 0 13px; border-radius: 9px; background: #1468ff; color: #fff; font-size: .65rem; font-weight: 800; text-decoration: none; transition: background .2s; }
.cp-pack-card a:hover { background: #0d4fcb; }
.cp-pack-featured { border-color: #f5a06d; background: linear-gradient(155deg, #fff8f3, #fff); box-shadow: 0 12px 30px rgba(217, 77, 13, .08); }
.cp-pack-featured::after { position: absolute; top: 14px; right: 14px; width: 8px; height: 8px; border-radius: 50%; background: #f45d19; box-shadow: 0 0 0 5px rgba(244, 93, 25, .12); content: ""; }

.cp-pack-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; padding: 15px 17px; border-radius: 12px; background: #f3f7fd; }
.cp-pack-note svg { width: 22px; min-width: 22px; height: 22px; color: #1468ff; }
.cp-pack-note strong { display: block; color: #263e62; font-size: .72rem; }
.cp-pack-note p { margin: 4px 0 0; color: #69778b; font-size: .65rem; line-height: 1.55; }

.cp-choice-card { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(24px, 4vw, 54px); margin-top: 24px; padding: clamp(24px, 3.5vw, 36px); border: 1px solid #d8e4f4; border-radius: 20px; background: linear-gradient(135deg, #f7faff, #eef5ff); }
.cp-choice-card h2 { max-width: 430px; margin: 6px 0 0; color: #142b50; font-family: "Instrument Serif", serif; font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 400; line-height: 1; }
.cp-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cp-choice-grid article { padding: 20px; border: 1px solid #dce6f4; border-radius: 14px; background: #fff; }
.cp-choice-grid span { display: block; color: #1468ff; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cp-choice-grid strong { display: block; margin-top: 10px; color: #263e62; font-size: .78rem; }
.cp-choice-grid p { margin: 8px 0 0; color: #667085; font-size: .67rem; line-height: 1.6; }

.cp-mk-dialog {
  width: min(1060px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 30px 100px rgba(15, 23, 42, .28);
}

.cp-mk-dialog::backdrop { background: rgba(15, 23, 42, .64); backdrop-filter: blur(4px); }
.cp-mk-dialog form { position: relative; padding: clamp(22px, 4vw, 42px); }
.cp-mk-dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid #dbe3ee; border-radius: 50%; background: #fff; color: #334155; font-size: 1.4rem; cursor: pointer; transition: border-color .2s, background .2s; }
.cp-mk-dialog-close:hover { border-color: #94a3b8; background: #f1f5f9; }
.cp-mk-dialog-head { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 28px; align-items: end; padding: 0 48px 25px 0; border-bottom: 1px solid #dce4ef; }
.cp-mk-dialog-head h2 { margin: 5px 0 0; color: #10284d; font-family: "Instrument Serif", serif; font-size: clamp(2.35rem, 4vw, 3.7rem); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.cp-mk-dialog-head > div > p:not(.cp-kicker) { max-width: 640px; margin: 12px 0 0; color: #526071; font-size: .76rem; line-height: 1.65; }
.cp-mk-order-summary { padding: 16px; border: 1px solid #cbdcf9; border-radius: 14px; background: #fff; }
.cp-mk-order-summary > span { display: block; color: #64748b; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cp-mk-order-summary strong { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 8px; }
.cp-mk-order-summary b { color: #10284d; font-size: .92rem; }
.cp-mk-order-summary small { color: #f45d19; font-size: .9rem; }
.cp-mk-order-summary em { display: block; margin-top: 6px; color: #667085; font-size: .56rem; font-style: normal; }
.cp-mk-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.cp-mk-fieldset { min-width: 0; margin: 0; padding: 20px; border: 1px solid #dbe3ee; border-radius: 15px; background: #fff; }
.cp-mk-fieldset-wide { grid-column: 1 / -1; }
.cp-mk-fieldset legend { display: flex; align-items: center; gap: 9px; padding: 0 8px 0 0; color: #1e3a61; font-size: .72rem; font-weight: 850; }
.cp-mk-fieldset legend span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #eaf2ff; color: #1468ff; font-size: .58rem; }
.cp-mk-fieldset > label, .cp-mk-fields-two > label { display: flex; flex-direction: column; gap: 7px; color: #334155; font-size: .67rem; font-weight: 750; }
.cp-mk-fieldset > label + label { margin-top: 14px; }
.cp-mk-fieldset input:not([type="checkbox"]), .cp-mk-fieldset select, .cp-mk-fieldset textarea { width: 100%; min-height: 45px; padding: 11px 12px; border: 1px solid #cbd5e1; border-radius: 10px; outline: 0; background: #fff; color: #0f172a; font: 600 .72rem/1.45 Manrope, sans-serif; transition: border-color .2s, box-shadow .2s; }
.cp-mk-fieldset textarea { min-height: 86px; resize: vertical; }
.cp-mk-fieldset input:focus, .cp-mk-fieldset select:focus, .cp-mk-fieldset textarea:focus { border-color: #1468ff; box-shadow: 0 0 0 3px rgba(20, 104, 255, .13); }
.cp-mk-fieldset label > small { color: #718096; font-size: .57rem; font-weight: 500; line-height: 1.45; }
.cp-mk-fields-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px; }
.cp-mk-checks-label { margin: 16px 0 8px; color: #334155; font-size: .67rem; font-weight: 750; }
.cp-mk-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cp-mk-checks label { display: flex; min-height: 40px; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #dbe3ee; border-radius: 9px; background: #f8fafc; color: #475569; font-size: .62rem; font-weight: 700; cursor: pointer; }
.cp-mk-checks input { width: 16px; height: 16px; accent-color: #1468ff; }
.cp-mk-dialog-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #dce4ef; }
.cp-mk-dialog-foot > div:last-child { display: flex; gap: 9px; }
.cp-mk-reassurance { display: flex; align-items: flex-start; gap: 10px; max-width: 430px; }
.cp-mk-reassurance svg { width: 22px; min-width: 22px; height: 22px; color: #1468ff; }
.cp-mk-reassurance strong, .cp-mk-reassurance small { display: block; }
.cp-mk-reassurance strong { color: #334155; font-size: .67rem; }
.cp-mk-reassurance small { margin-top: 3px; color: #64748b; font-size: .57rem; line-height: 1.45; }
.cp-mk-dialog .cp-status { margin-top: 14px; }

@media (max-width: 1050px) {
  .cp-boost-hero { grid-template-columns: 1fr; }
  .cp-trial-card { display: grid; grid-template-columns: 180px 1fr; column-gap: 24px; align-items: center; }
  .cp-trial-visual { grid-row: 1 / 7; height: 100%; min-height: 250px; }
  .cp-trial-label, .cp-trial-duration, .cp-trial-card > p, .cp-trial-card > .cp-button, .cp-trial-card > .cp-status, .cp-trial-card > small { grid-column: 2; }
  .cp-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-choice-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .cp-nav-new { display: none; }
  .cp-benefit-list { grid-template-columns: 1fr; }
  .cp-trial-card { display: flex; }
  .cp-trial-visual { min-height: 145px; }
  .cp-mk-heading { align-items: flex-start; flex-direction: column; }
  .cp-mk-heading .cp-button { width: 100%; }
  .cp-choice-grid { grid-template-columns: 1fr; }
  .cp-mk-dialog { width: min(100% - 14px, 1060px); max-height: calc(100dvh - 14px); border-radius: 16px; }
  .cp-mk-dialog form { padding: 22px 15px; }
  .cp-mk-dialog-head { grid-template-columns: 1fr; gap: 16px; padding-right: 34px; }
  .cp-mk-order-summary { margin-right: -34px; }
  .cp-mk-form-grid, .cp-mk-fields-two { grid-template-columns: 1fr; }
  .cp-mk-fieldset-wide { grid-column: auto; }
  .cp-mk-dialog-foot { align-items: stretch; flex-direction: column; }
  .cp-mk-dialog-foot > div:last-child { flex-direction: column-reverse; }
  .cp-mk-dialog-foot .cp-button { width: 100%; }
}

@media (max-width: 520px) {
  .cp-boost-hero, .cp-mk-section, .cp-choice-card { padding: 20px 16px; }
  .cp-pack-grid { grid-template-columns: 1fr; }
  .cp-boost-copy h2 { font-size: 3rem; }
  .cp-mk-fieldset { padding: 17px 13px; }
  .cp-mk-checks { grid-template-columns: 1fr; }
}
