/* Repositionnement — « On n'interdit pas, on accompagne » */
@import "density.css";

body.page-home .hp-hero-tagline {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--c-text-secondary);
  max-width: 680px;
  margin: 0 auto 0.75rem;
  line-height: 1.7;
  text-align: center;
}

body.page-home .hp-hero-tagline-line {
  display: block;
  margin-bottom: 0.35rem;
}

body.page-home .hp-hero-tagline-line:last-child {
  margin-bottom: 0;
}

body.page-home .hp-hero-tagline-line-lead {
  margin-top: 0.65rem;
}

body.page-home .hp-hero-tagline strong {
  color: var(--c-text-primary);
  font-weight: 600;
}

body.page-home .hp-problem-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 1.25rem 0 0.75rem;
  width: 100%;
}

body.page-home .hp-problem .hp-section-sub {
  max-width: none;
}

body.page-home .hp-problem-stat {
  padding: 1rem calc(1.125rem + var(--c-box-inset-extra-end)) 1rem 1.125rem;
  border: 0.5px solid var(--c-border);
  border-radius: 10px;
  background: var(--c-bg-subtle);
}

body.page-home .hp-problem-stat-num {
  font-size: 22px;
  font-weight: 600;
  color: var(--c-text-accent);
  letter-spacing: -0.5px;
  margin-bottom: 0.35rem;
}

body.page-home .hp-problem-stat-label {
  font-size: 13px;
  color: var(--c-text-secondary);
  line-height: 1.5;
}

body.page-home .hp-problem-source {
  font-size: 12px;
  color: var(--c-text-tertiary);
  margin-top: 0.5rem;
}

body.page-home .hp-beta-band {
  padding: 0 1.5rem;
  margin: 0 auto 2rem;
  max-width: 920px;
}

body.page-home .hp-beta-inner {
  text-align: center;
  padding: 1.75rem calc(1.5rem + var(--c-box-inset-extra-end)) 1.75rem 1.5rem;
  border: 0.5px solid var(--c-border);
  border-radius: 12px;
  background: var(--c-bg-subtle);
}

body.page-home .hp-beta-inner h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 600;
  color: var(--c-text-primary);
}

body.page-home .hp-beta-text {
  font-size: 18px;
  line-height: 1.65;
  color: var(--c-text-secondary);
  max-width: 560px;
  margin: 0 auto 1.25rem;
}

body.page-home .hp-beta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

body.page-home .hp-beta-actions .hp-btn-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.15rem;
}

body.page-home .hp-freedom-grid,
body.page-home .hp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 1.5rem;
}

body.page-home .hp-freedom-card,
body.page-home .hp-benefit-card {
  padding: 1.25rem calc(1.375rem + var(--c-box-inset-extra-end)) 1.25rem 1.375rem;
  border: 0.5px solid var(--c-border);
  border-radius: 12px;
  background: var(--c-bg-subtle);
}

body.page-home .hp-freedom-card h3,
body.page-home .hp-benefit-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text-primary);
  margin: 0 0 0.5rem;
}

body.page-home .hp-freedom-card p,
body.page-home .hp-benefit-card p {
  font-size: 14px;
  color: var(--c-text-secondary);
  line-height: 1.65;
  margin: 0;
}

body.page-home .hp-tools-band {
  text-align: center;
  padding: 1.75rem calc(1.5rem + var(--c-box-inset-extra-end)) 1.75rem 1.5rem;
  border: 0.5px solid var(--c-border);
  border-radius: 12px;
  background: var(--c-bg-subtle);
  margin-top: 0.5rem;
}

body.page-home .hp-tools-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.75rem;
}

body.page-home .hp-tools-logos span {
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text-primary);
  background: var(--c-bg);
  border: 0.5px solid var(--c-border-strong);
  border-radius: 20px;
  padding: 6px 14px;
}

body.page-home .hp-tools-band p,
body.page-home .hp-tools-tagline {
  font-size: 14px;
  color: var(--c-text-secondary);
  margin: 0 auto;
  max-width: 32rem;
  text-align: center;
  line-height: 1.55;
}

body.page-home .hp-role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 1.5rem;
}

body.page-home .hp-role-card {
  display: block;
  padding: 1.125rem calc(1.25rem + var(--c-box-inset-extra-end)) 1.125rem 1.25rem;
  border: 0.5px solid var(--c-border);
  border-radius: 12px;
  background: var(--c-bg-subtle);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

body.page-home .hp-role-card:hover {
  border-color: var(--c-border-accent);
  background: var(--c-hover-flow-bg);
}

body.page-home .hp-role-card strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text-primary);
  margin-bottom: 0.35rem;
}

body.page-home .hp-role-card span {
  font-size: 13px;
  color: var(--c-text-secondary);
  line-height: 1.5;
}

body.page-home .hp-layer-block {
  padding: 1.5rem calc(1.75rem + var(--c-box-inset-extra-end)) 1.5rem 1.75rem;
  border: 0.5px solid var(--c-border-accent);
  border-radius: 12px;
  background: var(--c-bg-subtle);
  margin-top: 1rem;
}

body.page-home .hp-layer-block p {
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.7;
  margin: 0;
}

body.page-home .hp-layer-block strong {
  color: var(--c-text-primary);
}

/* Landing pages (securite, contact, rssi, dpo, pourquoi) */
body.page-home .landing-page {
  padding: 0 0 clamp(3rem, 5vw, 4rem);
}

body.page-home .landing-hero {
  text-align: left;
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 2rem;
  border-bottom: 0.5px solid var(--c-border);
}

body.page-home .landing-hero h1 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--c-text-primary);
  margin: 0 0 0.75rem;
}

body.page-home .landing-hero p {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--c-text-secondary);
  max-width: 640px;
  margin: 0;
  line-height: 1.65;
}

body.page-home .landing-hero p.landing-hero-lead-wide {
  max-width: min(58rem, 100%);
}

/* Landing hero with right-side image (métier pages) */
body.page-home .landing-hero .hp-split {
  align-items: center;
}

body.page-home .landing-hero .hp-split-media {
  max-width: 420px;
  justify-self: end;
}

@media (max-width: 900px) {
  body.page-home .landing-hero .hp-split-media {
    max-width: 520px;
    justify-self: start;
  }
}

body.page-home .landing-hero .hp-split-media figcaption {
  display: none;
}

body.page-home .landing-section {
  padding: clamp(2rem, 3.5vw, 2.75rem) 0;
  border-bottom: 0.5px solid var(--c-border);
}

body.page-home .landing-section h2 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  color: var(--c-text-primary);
  margin: 0 0 0.75rem;
  letter-spacing: -0.3px;
}

body.page-home .landing-section p,
body.page-home .landing-section li {
  font-size: 14px;
  color: var(--c-text-secondary);
  line-height: 1.7;
}

body.page-home .landing-section ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

body.page-home .landing-section li {
  margin-bottom: 0.35rem;
}

body.page-home .landing-flow {
  width: 100%;
  max-width: none;
  margin: 1.5rem 0 0;
}

body.page-home .landing-flow svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
}

@media (max-width: 768px) {
  body.page-home .landing-flow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  body.page-home .landing-flow svg {
    min-width: 720px;
  }
}

body.page-home .landing-placeholder {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--c-text-accent);
  background: var(--c-hover-flow-bg);
  border: 0.5px dashed var(--c-border-accent);
  border-radius: 4px;
  padding: 2px 8px;
}

body.page-home .landing-compare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 14px;
}

body.page-home .landing-compare th,
body.page-home .landing-compare td {
  border: 0.5px solid var(--c-border);
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

body.page-home .landing-compare th {
  background: var(--c-bg-subtle);
  font-weight: 600;
  color: var(--c-text-primary);
}

body.page-home .landing-section h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: var(--c-text-primary);
}

body.page-home .landing-section-featured {
  padding-top: 0.5rem;
}

body.page-home .landing-code {
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  background: var(--c-bg-subtle);
  border: 0.5px solid var(--c-border);
  border-radius: 8px;
  padding: 1rem calc(1.125rem + var(--c-box-inset-extra-end)) 1rem 1.125rem;
  overflow-x: auto;
  margin: 0.75rem 0 1rem;
  color: var(--c-text-primary);
  white-space: pre-wrap;
  word-break: break-word;
}

body.page-home .landing-code code {
  font-family: inherit;
  font-size: inherit;
  background: none;
  padding: 0;
}

body.page-home .landing-section code:not(.landing-code code) {
  font-family: ui-monospace, monospace;
  font-size: 0.9em;
  background: var(--c-bg-subtle);
  border: 0.5px solid var(--c-border);
  border-radius: 4px;
  padding: 0.1em 0.35em;
}

/* Trust strip (homepage) */
body.page-home .hp-trust-strip {
  margin: 0 auto 2rem;
  max-width: 920px;
  padding: 0 1.5rem;
}

body.page-home .hp-trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  padding: 0.875rem calc(1.25rem + var(--c-box-inset-extra-end)) 0.875rem 1.25rem;
  border: 0.5px solid var(--c-border);
  border-radius: 10px;
  background: var(--c-bg-subtle);
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-secondary);
  text-align: center;
}

body.page-home .hp-trust-strip-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.page-home .hp-trust-strip-logos img {
  width: 90px;
  height: 36px;
  max-width: none;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

body.page-home .hp-trust-strip-text strong {
  color: var(--c-text-primary);
  font-weight: 500;
}

body.page-home .hp-trust-strip-link {
  color: var(--c-text-accent);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

body.page-home .hp-trust-strip-link:hover {
  text-decoration: underline;
}

/* Certification cards (security page) */
body.page-home .cert-attribution {
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-text-secondary);
  margin: 0.75rem 0 1.25rem;
  padding: 0.875rem 1rem;
  border-left: 3px solid var(--c-border-accent, #185FA5);
  background: var(--c-bg-subtle);
  border-radius: 0 8px 8px 0;
}

body.page-home .cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 1rem;
}

body.page-home .cert-card {
  padding: 1rem calc(1.125rem + var(--c-box-inset-extra-end)) 1rem 1.125rem;
  border: 0.5px solid var(--c-border);
  border-radius: 10px;
  background: var(--c-bg-subtle);
}

body.page-home .cert-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.65rem;
}

body.page-home .cert-card-header img {
  flex-shrink: 0;
  height: 48px;
  width: 120px;
  display: block;
  object-fit: contain;
}

body.page-home .cert-card-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text-primary);
  line-height: 1.45;
  margin: 0;
}

body.page-home .cert-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-text-secondary);
  margin: 0 0 0.5rem;
}

body.page-home .cert-card-verify {
  font-size: 12px;
}

body.page-home .cert-card-verify a {
  color: var(--c-text-accent);
}

body.page-home .landing-subsection {
  margin-top: 1.75rem;
}

body.page-home .landing-subsection:first-of-type {
  margin-top: 0.5rem;
}

body.page-home .landing-compare td {
  color: var(--c-text-secondary);
}

body.page-home .landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 3rem;
  margin-top: 1.25rem;
}

body.page-home .landing-cta-row-boxed {
  gap: 50px;
  justify-content: center;
}

body.page-home .landing-cta-row .hp-btn-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.15rem;
}

/* Nav + section NEW badge (Cowork) — retirable en supprimant .nav-badge-new */
.nav-badge-new {
  display: inline-block;
  margin-left: 0.35em;
  padding: 0.12em 0.45em;
  font-size: 0.62em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  vertical-align: middle;
  color: var(--c-btn-text, #fff);
  background: var(--c-btn-bg, #185FA5);
  border-radius: 4px;
}

.nav-row-secondary a[href*="integrations"] .nav-badge-new {
  vertical-align: super;
  margin-left: 0.25em;
}

.landing-section-cowork {
  margin-top: 0.5rem;
}

.cowork-section-label {
  margin: 0 0 0.5rem;
  text-align: center;
}

.cowork-section-label .nav-badge-new {
  margin-left: 0;
  font-size: 0.72em;
  padding: 0.2em 0.55em;
}

.cowork-hero-lead {
  font-size: 17px;
  line-height: 1.65;
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.cowork-steps {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  padding-left: 1.25rem;
  line-height: 1.65;
}

.cowork-steps li + li {
  margin-top: 0.5rem;
}

.cowork-note {
  font-size: 14px;
  color: var(--c-text-secondary, var(--text-muted));
  max-width: 42rem;
  margin: 1rem auto 0;
}

.cowork-cta-row {
  margin-top: 1.5rem;
}

.cowork-cta-note {
  margin: 1rem auto 0;
  font-size: 14px;
  color: var(--c-text-secondary, var(--text-muted));
  text-align: center;
  max-width: 36rem;
}

.cowork-back-link {
  margin: 0.75rem 0 0;
  font-size: 14px;
}

.cowork-back-link a {
  color: var(--c-text-accent, var(--accent));
  text-decoration: none;
}

.cowork-back-link a:hover {
  text-decoration: underline;
}

.cowork-steps-page {
  max-width: none;
  margin: 0 0 1.5rem;
  text-align: left;
}

.landing-section-highlight .landing-box-inner .cowork-steps-page {
  margin: 0 0 1.5rem;
}

.cowork-guide-section h3 {
  margin-top: 1.5rem;
}

.cowork-guide-section ul,
.cowork-guide-section ol {
  padding-left: 1.25rem;
  line-height: 1.65;
}

.cowork-guide-section li + li {
  margin-top: 0.35rem;
}

.cowork-cta-note a {
  color: var(--c-text-accent, var(--accent));
  font-weight: 500;
}

body.page-home .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
}

body.page-home .contact-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.page-home .contact-form-status {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.5;
}

body.page-home .contact-form-status--success {
  color: var(--c-accent, #185fa5);
}

body.page-home .contact-form-status--error {
  color: #c0392b;
}

body.page-home .contact-form-status--pending {
  color: var(--c-text-secondary);
}

body.page-home .contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

body.page-home .contact-form input,
body.page-home .contact-form select,
body.page-home .contact-form textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  border: 0.5px solid var(--c-border-strong);
  border-radius: 8px;
  background: var(--c-bg);
  color: var(--c-text-primary);
  margin-bottom: 0.875rem;
}

body.page-home .contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

body.page-home .contact-side {
  padding: 1.25rem calc(1.5rem + var(--c-box-inset-extra-end)) 1.25rem 1.5rem;
  border: 0.5px solid var(--c-border);
  border-radius: 12px;
  background: var(--c-bg-subtle);
}

body.page-home .contact-side h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text-primary);
  margin: 0 0 0.75rem;
}

@media (max-width: 900px) {
  body.page-home .hp-problem-stats,
  body.page-home .hp-freedom-grid,
  body.page-home .hp-benefits-grid,
  body.page-home .hp-role-grid {
    grid-template-columns: 1fr;
  }
  body.page-home .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Essai 14 jours — CTA & badges (corps de page) ─────────────── */

body.page-home .cta-trial {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.5rem 1rem;
  min-height: 0;
  min-width: 9.5rem;
  background: var(--c-btn-bg);
  border: 2px solid var(--c-btn-bg);
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.page-home .cta-trial:hover {
  background: var(--c-btn-bg-hover);
  border-color: var(--c-btn-bg-hover);
  transform: translateY(-1px);
}

body.page-home .cta-trial .demo-btn-primary,
body.page-home .cta-trial .hp-plan-btn,
body.page-home .cta-trial .hp-btn-ghost,
body.page-home .cta-trial .btn.btn-primary,
body.page-home .cta-trial .btn.btn-lg {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  color: var(--c-btn-text) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  display: block;
  width: 100%;
  box-shadow: none;
  transform: none !important;
  cursor: pointer;
  text-align: center;
}

body.page-home .cta-trial .demo-btn-primary > span:first-child {
  display: block;
}

/* Force 2-line layout for trial button (incl. Shadow AI) */
body.page-home .cta-trial .demo-btn-primary {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 0 !important;
}

body.page-home .cta-trial .demo-btn-primary:hover,
body.page-home .cta-trial .hp-plan-btn:hover,
body.page-home .cta-trial .hp-btn-ghost:hover,
body.page-home .cta-trial .btn.btn-primary:hover,
body.page-home .cta-trial .btn.btn-lg:hover {
  background: transparent !important;
  color: var(--c-btn-text) !important;
  transform: none !important;
}

body.page-home .cta-trial-inline,
.cta-trial-inline {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

body.page-home .cta-trial-badge {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
}

/* When badge is inside the CTA link, keep it on its own line */
body.page-home .cta-trial .demo-btn-primary .cta-trial-badge {
  display: block;
  margin-top: 0;
  line-height: 1.2;
}

/* Global: same 2-line trial CTA layout on all pages (not only page-home) */
.cta-trial {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.5rem 1rem;
  min-height: 0;
  min-width: 9.5rem;
  background: var(--c-btn-bg);
  border: 2px solid var(--c-btn-bg);
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.cta-trial:hover {
  background: var(--c-btn-bg-hover);
  border-color: var(--c-btn-bg-hover);
  transform: translateY(-1px);
}

.cta-trial .demo-btn-primary,
.cta-trial .hp-plan-btn,
.cta-trial .hp-btn-ghost,
.cta-trial .btn.btn-primary,
.cta-trial .btn.btn-lg {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  color: var(--c-btn-text) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  display: block;
  width: 100%;
  box-shadow: none;
  transform: none !important;
  cursor: pointer;
  text-align: center;
}

.cta-trial .demo-btn-primary {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  white-space: normal !important;
  min-height: 0 !important;
}

.cta-trial .demo-btn-primary > span:first-child {
  display: block;
}

.cta-trial-badge {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
}

.cta-trial .demo-btn-primary .cta-trial-badge {
  display: block;
  margin-top: 0;
  line-height: 1.2;
}

/* Neutralise les styles de ligne CTA qui étirent le bouton essai */
.landing-cta-row .cta-trial a,
body.page-home .landing-cta-row .cta-trial .hp-btn-ghost {
  min-height: 0 !important;
}

body.page-home .cta-trial-compact {
  width: 100%;
  align-items: center;
}

body.page-home .cta-trial-compact .cta-trial-badge {
  text-align: center;
  margin-top: 0;
}

.hp-hero-reassurance {
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-secondary, var(--text-muted));
  max-width: 36rem;
  margin: 1rem auto 0;
  text-align: center;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 3rem;
  margin-top: 1.25rem;
}

body.page-home .landing-hero-actions .hp-hero-cta-box,
body.page-home .landing-cta-row .hp-hero-cta-box,
body.page-home .hp-beta-actions .hp-hero-cta-box {
  align-self: flex-start;
}

.hp-trial-banner {
  background: var(--c-bg-subtle, var(--bg-card));
  border: 0.5px solid var(--c-border-accent, var(--accent));
  border-radius: 10px;
  padding: 0.875rem calc(1.25rem + var(--c-box-inset-extra-end)) 0.875rem 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.hp-trial-banner p {
  margin: 0;
  font-size: 15px;
  color: var(--c-text-primary, var(--text));
}

.hp-plan-seat-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text-accent, var(--accent));
  margin: -0.25rem 0 0.75rem;
}

body.page-home .hp-hero-actions {
  align-items: flex-start;
}

/* Boîtes encadrées — cadre sur la section, padding garanti sur .landing-box-inner */
body.page-home .landing-section.landing-section-highlight {
  padding: 0;
  background: var(--c-bg-subtle, var(--bg-card));
  border: 0.5px solid var(--c-border-accent, var(--accent));
  border-radius: 12px;
}

body.page-home .landing-section.landing-section-highlight .landing-box-inner {
  padding: 2rem 3rem;
}

.landing-section-highlight .landing-box-inner > :where(h2, h3, p, ul, ol) {
  max-width: 100%;
  box-sizing: border-box;
}

.landing-section-highlight .landing-box-inner > .cowork-section-label,
.landing-section-highlight .landing-box-inner > .landing-cta-row,
.landing-section-highlight .landing-box-inner > .cowork-hero-lead,
.landing-section-highlight .landing-box-inner .cert-grid,
.landing-section-highlight .landing-box-inner .security-table-wrap,
.landing-section-highlight .landing-box-inner .landing-flow {
  max-width: none;
}

.landing-section-highlight .landing-box-inner .cowork-hero-lead {
  max-width: 42rem;
}

.landing-section-highlight .landing-box-inner .cowork-steps {
  max-width: none;
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.landing-section-highlight .landing-box-inner h2 {
  margin-top: 0;
}

.security-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.security-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.security-table th,
.security-table td {
  padding: 0.625rem 0.875rem;
  text-align: left;
  border: 0.5px solid var(--c-border, var(--border));
  vertical-align: top;
}

.security-table th {
  font-weight: 600;
  background: var(--c-bg-subtle, var(--bg-card));
}

@media (max-width: 640px) {
  .landing-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-trial-inline {
    width: 100%;
  }
}
