:root {
  --pme-green: #15803d;
  --pme-green-dark: #0f5f2d;
  --pme-green-soft: #f0fdf4;
  --pme-title: #0f172a;
  --pme-muted: #64748b;
  --pme-soft: #f8fafc;
  --pme-line: rgba(15, 23, 42, 0.08);
  --pme-header-bg: rgba(255, 255, 255, 0.92);
  --pme-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
  --pme-surface: #ffffff;
  --theme-color: #15803d;
  --bg-color: #f1f5f9;
}

/* ── Clean page background (no green lines / patterns) ── */
html,
body.analytics {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f8fafc !important;
  background-image: none !important;
}

/* Kill all Sasico decorative layer backgrounds on public pages */
.main-sec::before,
.main-sec2::before,
.analytics.active .main-sec::before,
.analytics.active .main-sec2::before,
.analytics.active .main-sec2::after,
.feature-img4::before,
.cta-img::before,
.funfact-block-one.v2::before,
.trial-info::before,
.trial-info::after,
.contact-block::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
}

.main-sec,
.main-sec2,
.feature-sec,
.feature-sec2,
.feature-sec3,
.feature-sec4,
.brand-sec,
.funfact-sec,
.cta-sec,
.space-top,
.space-bottom,
.pme-section {
  background: transparent !important;
  background-image: none !important;
}

.cta-sec {
  background: transparent !important;
}

.pme-hero-main::before {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 10px;
  left: 10px;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--pme-green);
  color: #fff;
  font-weight: 800;
  padding: 10px 16px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.mobile-menu:not(.active),
.menu-overlay:not(.active),
.search-popup:not(.active),
.search-overlay:not(.active) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.aos-init:not(.aos-animate) {
  opacity: 1 !important;
  transform: none !important;
}

/* Logo */
.brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: 100% !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.brand-logo.compact {
  gap: 10px !important;
}

.brand-logo-mark {
  flex: 0 0 auto;
  display: block;
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-logo-name {
  color: var(--pme-title);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-logo.compact .brand-logo-name {
  font-size: 17px;
}

.brand-logo-tagline {
  color: var(--pme-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

/* Header */
.pme-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1100 !important;
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pme-header .carousel-container {
  max-width: 1240px !important;
}

.pme-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 14px 0 !important;
  padding: 10px 18px !important;
  border: 1px solid var(--pme-line) !important;
  border-radius: 16px !important;
  background: var(--pme-header-bg) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05) !important;
}

.pme-header-logo {
  flex: 0 0 auto;
}

.pme-header-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.pme-header-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pme-header-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pme-title) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.pme-header-nav a:hover {
  background: #f1f5f9 !important;
  color: var(--pme-title) !important;
}

.pme-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.pme-header-login {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--pme-muted) !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.pme-header-login:hover {
  background: #f1f5f9;
  color: var(--pme-title) !important;
}

.pme-header-cta {
  min-height: 44px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  white-space: nowrap !important;
}

.pme-header .hamburger-btn {
  display: none;
  margin-left: 4px;
}

.pme-mobile-cta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--pme-line);
}

/* ═══ GLOBAL — tous les boutons btn-style1 (site + espace membre) ═══ */
.btn-style1,
a.btn-style1,
button.btn-style1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  height: auto !important;
  min-height: 50px !important;
  line-height: 1.25 !important;
  padding: 12px 24px !important;
  text-align: center !important;
  white-space: nowrap;
}

/* Boutons avec icône / flèche à droite */
.btn-style1:has(> span) {
  padding: 10px 10px 10px 20px !important;
  gap: 12px !important;
}

.btn-style1 > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  margin-left: 0 !important;
  flex-shrink: 0 !important;
}

.btn-style1 > span img {
  margin: 0 auto !important;
}

/* Sasico ajoute une marge sur le second bouton hero */
.hero-btn .btn-style1,
.hero-btn .btn-style1.v2,
.hero-btn2 .btn-style1.v2 {
  margin-left: 0 !important;
}

.hero-btn,
.hero-btn2,
.pme-final-cta-actions,
.pme-hero-main .hero-btn {
  align-items: center !important;
}

/* Boutons secondaires sans flèche */
.btn-style1.v2:not(:has(> span)),
.btn-style1.pme-btn-secondary {
  padding: 12px 24px !important;
}

/* Espace membre — dashboard */
.member-welcome .btn-style1 {
  justify-content: center !important;
  padding: 10px 12px 10px 20px !important;
  min-width: 200px;
}

.member-card .btn-style1 {
  justify-content: center !important;
}

/* Formulaire contact */
.contact-form-lite .btn-style1 {
  justify-self: center !important;
  width: auto !important;
  max-width: 100%;
}

/* Boutons .button (dashboard, qualiopi, compte, admin) */
.button,
button.button,
a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.form-grid > .button.primary,
.account-layout .button.primary {
  justify-self: stretch;
  width: 100%;
}

.segmented button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.admin-actions button {
  justify-content: center !important;
}

.cookie-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.pme-mobile-cta .btn-style1 {
  width: 100%;
  justify-content: center !important;
}

/* Variantes primaires */
.btn-style1.pme-btn-primary,
.pme-header-cta {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
  border: 1px solid rgba(15, 95, 45, 0.2) !important;
  box-shadow: 0 8px 20px rgba(21, 128, 61, 0.18) !important;
}

.btn-style1.pme-btn-primary:hover,
.pme-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(21, 128, 61, 0.24) !important;
}

.btn-style1.pme-btn-secondary,
.hero-btn .btn-style1.v2.pme-btn-secondary {
  background: #fff !important;
  color: var(--pme-title) !important;
  border: 1px solid var(--pme-line) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
}

.btn-style1.pme-btn-secondary:hover {
  border-color: rgba(15, 23, 42, 0.16) !important;
  color: var(--pme-title) !important;
  background: #f8fafc !important;
}

/* Hero — grid layout, image jamais rognée */
.pme-hero-main {
  position: relative;
  overflow: visible !important;
}

.pme-hero-main .hero-sec,
.pme-hero-main .carousel-container,
.pme-hero-main .hero-sec .row {
  overflow: visible !important;
  max-width: 100%;
}

.pme-hero-main .hero-sec .row.align-items-center {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pme-hero-main .hero-sec .row > .col-lg-6 {
  display: flex !important;
  align-items: center !important;
  max-width: 100% !important;
  flex: 0 0 100%;
  width: 100% !important;
}

@media (min-width: 992px) {
  .pme-hero-main .hero-sec .row > .col-lg-6 {
    flex: 0 0 50%;
    width: 50% !important;
  }
}

.pme-hero-main .hero-content {
  width: 100%;
  padding: 24px 0 32px !important;
  z-index: 2 !important;
}

@media (min-width: 992px) {
  .pme-hero-main .hero-content {
    padding: 32px 0 48px !important;
  }
}

.pme-hero-main .hero-content .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px !important;
  padding: 7px 14px !important;
  border: 1px solid var(--pme-line) !important;
  border-radius: 999px !important;
  background: var(--pme-surface) !important;
  color: var(--pme-muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.pme-hero-main .hero-content .title {
  max-width: 14ch;
  margin-bottom: 18px !important;
  color: var(--pme-title) !important;
  font-size: clamp(36px, 4.8vw, 54px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.04em !important;
}

.pme-hero-main .hero-content > p {
  max-width: 52ch;
  margin-bottom: 28px !important;
  color: var(--pme-muted) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.pme-hero-main .hero-btn {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.pme-hero-main .hero-btn .btn-style1 {
  min-height: 52px !important;
  margin-left: 0 !important;
}

.pme-hero-microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pme-hero-microcopy li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pme-muted);
  font-size: 14px;
  font-weight: 600;
}

.pme-hero-microcopy img {
  width: 18px;
  height: 18px;
}

.pme-hero-main .hero-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 24px 0 32px !important;
  transform: none !important;
  z-index: 1 !important;
}

@media (min-width: 992px) {
  .pme-hero-main .hero-img {
    padding: 32px 0 48px 12px !important;
  }
}

.pme-hero-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.pme-hero-main .hero-img img,
.pme-product-screenshot,
.pme-card-screenshot {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid var(--pme-line) !important;
  border-radius: 16px !important;
  background: var(--pme-surface) !important;
  box-shadow: var(--pme-shadow) !important;
}

.hero-img .pme-product-screenshot,
.pme-hero-shot .pme-product-screenshot,
.pme-hero-main .hero-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Neutralise les vieilles règles Sasico/globals sur le hero */
@media (max-width: 1500px) {
  .pme-hero-main .hero-img,
  .pme-hero-main .hero-img img,
  .pme-hero-main .hero-img .pme-product-screenshot {
    position: relative !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* Trust strip */
.pme-trust-strip {
  padding: 0 0 24px;
}

.pme-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0;
  padding: 16px 22px;
  list-style: none;
  border: 1px solid var(--pme-line);
  border-radius: 14px;
  background: var(--pme-surface);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.pme-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pme-title);
  font-size: 14px;
  font-weight: 600;
}

.pme-trust-list img {
  width: 18px;
  height: 18px;
}

/* Steps */
.pme-sec-title-center {
  text-align: center !important;
  max-width: 720px;
  margin-inline: auto !important;
}

.pme-steps-sec {
  padding-top: 48px;
}

.pme-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.pme-step-card {
  padding: 26px 22px;
  border: 1px solid var(--pme-line);
  border-radius: 16px;
  background: var(--pme-surface);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.pme-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #f1f5f9;
  color: var(--pme-title);
  font-size: 14px;
  font-weight: 800;
}

.pme-step-card h3 {
  margin: 0 0 10px;
  color: var(--pme-title);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pme-step-card p {
  margin: 0;
  color: var(--pme-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Module cards */
.pme-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pme-module-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--pme-line);
  border-radius: 18px;
  background: var(--pme-surface);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pme-module-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}

.pme-module-card h3 {
  margin: 0;
  color: var(--pme-title);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pme-module-card p {
  margin: 0;
  color: var(--pme-muted);
  font-size: 15px;
  line-height: 1.65;
}

.pme-module-card .pme-module-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.feature-btn,
.feature-btn2,
.pme-module-card .feature-btn2,
.pme-module-card .pme-link-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.25 !important;
  height: auto !important;
  min-height: 42px !important;
}

.pme-module-card .feature-btn2,
.pme-module-card .pme-link-cta {
  padding: 0 16px;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--pme-title) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.pme-module-card .pme-link-cta {
  background: var(--pme-green-soft);
  color: var(--pme-green) !important;
}

/* Feature blocks & images */
.feature-block,
.feature-block2,
.feature-block3,
.feature-block4 {
  border: 1px solid var(--pme-line) !important;
  background: var(--pme-surface) !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03) !important;
}

.feature-img4 {
  position: relative !important;
  padding: 0 !important;
  z-index: 1 !important;
}

.feature-img4 img.pme-product-screenshot {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
}

.pme-final-cta .cat-img,
.cta-sec .cat-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pme-final-cta .cat-img img,
.cta-sec .cat-img img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: left top !important;
}

/* Final CTA */
.pme-final-cta .cat-content,
.pme-final-cta-inner {
  align-items: center !important;
  gap: 28px !important;
  padding: 32px !important;
  border: 1px solid var(--pme-line) !important;
  border-radius: 20px !important;
  background: var(--pme-surface) !important;
  box-shadow: var(--pme-shadow) !important;
}

.pme-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}

.pme-final-cta .car-title {
  text-align: center;
}

.pme-signup-nudge {
  position: fixed;
  z-index: 1050;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--pme-line);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
}

.pme-signup-nudge-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: min(920px, calc(100vw - 40px));
  margin: 0 auto;
  text-align: center;
}

.pme-signup-nudge p {
  margin: 0;
  color: var(--pme-muted);
  font-size: 14px;
  flex: 0 1 auto;
  text-align: center;
}

.pme-signup-nudge .btn-style1 {
  display: inline-flex !important;
  justify-content: center !important;
  flex: 0 0 auto;
  min-width: 220px;
}

.pme-signup-nudge strong {
  color: var(--pme-title);
}

/* Cartes résultats — boutons centrés, hauteur égale */
.pme-section .row > [class*="col-"] {
  display: flex;
  margin-bottom: 16px;
}

.pme-section .feature-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.pme-section .feature-block .feature-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.pme-section .feature-block .feature-content .title {
  margin-bottom: 12px !important;
  text-align: center;
}

.pme-section .feature-block .feature-content p {
  margin-bottom: 22px;
  flex: 1 1 auto;
  text-align: center;
}

.pme-section .feature-block .feature-content .feature-btn {
  align-self: center;
  margin-top: auto;
  text-align: center;
}

.pme-section .feature-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
}

/* Espace pour la barre fixe d'inscription */
body.analytics:has(.pme-signup-nudge) {
  padding-bottom: 92px;
}

/* Breadcrumb */
.pme-breadcrumb {
  width: min(1240px, calc(100vw - 32px)) !important;
  margin: 0 auto !important;
  padding: 96px 16px 8px !important;
}

.pme-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  max-width: none;
  margin-inline: auto;
}

.pme-breadcrumb a,
.pme-breadcrumb span {
  color: var(--pme-muted);
  font-size: 13px;
  font-weight: 600;
}

.pme-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(15, 23, 42, 0.25);
}

/* Footer */
.footer-style1 {
  margin-top: 48px;
  border-top: 1px solid var(--pme-line);
  background: var(--pme-surface) !important;
}

.footer-style1 .footer-widget .title,
.footer-style1 .widget-title {
  color: var(--pme-title) !important;
}

.footer-style1 .footer-widget p,
.footer-style1 .footer-link a {
  color: var(--pme-muted) !important;
}

.pme-footer-cta-card,
.footer-widget.form-widget.pme-footer-cta-card {
  padding: 28px 24px;
  border: 1px solid var(--pme-line) !important;
  border-radius: 16px;
  background: #f8fafc !important;
  text-align: center;
  margin-left: 0 !important;
}

.pme-footer-cta-card .title,
.pme-footer-cta-card p {
  text-align: center;
}

.pme-footer-cta-card .btn-style1 {
  display: inline-flex !important;
  justify-content: center !important;
  width: auto !important;
  min-width: min(100%, 280px);
  margin: 0 auto;
}

.pme-section .sec-title .title {
  letter-spacing: -0.03em !important;
}

.feature-block:hover,
.feature-block2:hover {
  background: var(--pme-surface) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

.feature-block:hover .feature-content .title,
.feature-block:hover .feature-content p,
.feature-block:hover h3,
.feature-block:hover p {
  color: var(--pme-title) !important;
}

.cta-sec .cat-content {
  border-radius: 20px !important;
}

.pme-source-note {
  margin-top: 14px !important;
  color: var(--pme-muted) !important;
  font-size: 13px !important;
  text-align: center;
}

.pme-source-note a {
  color: var(--pme-green) !important;
  font-weight: 600;
}

/* Spacing cleanup */
.feature-sec,
.feature-sec2,
.feature-sec4,
.pme-steps-sec {
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (max-width: 1199px) {
  .pme-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .pme-header-nav,
  .pme-header-login,
  .pme-header-cta {
    display: none !important;
  }

  .pme-header .hamburger-btn {
    display: inline-flex !important;
  }

  .pme-hero-main .hero-content,
  .pme-hero-main .hero-img {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    text-align: center;
  }

  .pme-hero-main .hero-content .title {
    max-width: none;
    margin-inline: auto;
  }

  .pme-hero-main .hero-content > p {
    margin-inline: auto;
  }

  .pme-hero-main .hero-btn,
  .pme-hero-microcopy {
    justify-content: center;
  }

  .pme-module-grid {
    grid-template-columns: 1fr;
  }

  .pme-breadcrumb {
    padding-top: 72px !important;
  }

  .pme-signup-nudge-inner {
    flex-direction: column;
    align-items: center;
    width: min(100%, calc(100vw - 32px));
    text-align: center;
  }

  .pme-signup-nudge .btn-style1 {
    width: 100%;
    max-width: 320px;
    justify-content: center !important;
  }

  body.analytics:has(.pme-signup-nudge) {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .pme-header-inner {
    margin: 10px 0 !important;
    padding: 8px 12px !important;
  }

  .brand-logo-name {
    font-size: 17px !important;
  }

  .brand-logo-tagline {
    display: none;
  }

  .pme-trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* Hero — neutralise le template Sasico (dernier mot sur le cascade) */
.pme-hero-main.main-sec {
  overflow: visible !important;
}

.pme-hero-main .carousel-container {
  max-width: 1240px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pme-hero-main .hero-content {
  position: relative !important;
  padding: 24px 0 32px !important;
}

@media (min-width: 992px) {
  .pme-hero-main .hero-content {
    padding: 32px 0 48px !important;
  }
}

.pme-hero-main .hero-img,
.pme-hero-main .hero-sec .hero-img {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.pme-hero-main .hero-img img,
.pme-hero-main .hero-sec .hero-img img,
.pme-hero-main .hero-img .pme-product-screenshot {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 16px !important;
}

@media (max-width: 1500px) {
  .pme-hero-main .hero-img,
  .pme-hero-main .hero-sec .hero-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 1399px) {
  .pme-hero-main .hero-img,
  .pme-hero-main .hero-sec .hero-img {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .pme-hero-main .hero-img,
  .pme-hero-main .hero-sec .hero-img {
    width: 100% !important;
  }
}
