/**
 * Présentation utile — profil particulier pro.
 * Scope strict pour ne pas affecter les autres vues du monolithe.
 */

.profile-pro-presentation-page-column {
  min-width: 0;
  padding-bottom: 52px;
  width: 100%;
}

#profile-pro-presentation {
  --fl-pro-presentation-accent: var(--fl-pro-presentation-entity, #00a2b7);
  --fl-pro-presentation-accent-dark: var(--fl-pro-presentation-entity-dark, #008b9b);
  --fl-pro-presentation-soft: color-mix(in srgb, var(--fl-pro-presentation-accent) 11%, #fff);
  --fl-pro-presentation-softer: color-mix(in srgb, var(--fl-pro-presentation-accent) 5%, #fff);
  --fl-pro-presentation-ink: #172033;
  --fl-pro-presentation-muted: #667789;
  --fl-pro-presentation-border: #dbe5eb;
  --fl-pro-presentation-canvas: #f5f8fa;
  color: var(--fl-pro-presentation-ink);
  display: flex;
  flex-direction: column;
  font-family: var(--fl-font-family-body, Poppins, Helvetica, sans-serif);
  gap: 20px;
  margin: 0 auto;
  max-width: 1480px;
  min-width: 0;
  width: 100%;
}

#profile-pro-presentation *,
#profile-pro-presentation *::before,
#profile-pro-presentation *::after,
.fl-pro-presentation-modal *,
.fl-pro-presentation-modal *::before,
.fl-pro-presentation-modal *::after {
  box-sizing: border-box;
}

.fl-pro-presentation-ownerbar {
  align-items: center;
  background: linear-gradient(135deg, var(--fl-pro-presentation-soft), #fff 70%);
  border: 1px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 28%, #dbe5eb);
  border-radius: 18px;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--fl-pro-presentation-accent) 10%, transparent);
  color: var(--fl-pro-presentation-ink);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 22px;
}

.fl-pro-presentation-ownerbar > div:first-child {
  min-width: 0;
}

.fl-pro-presentation-ownerbar > div:first-child > span,
.fl-pro-presentation-section__header > div > span,
.fl-pro-presentation-hero__main > span,
.fl-pro-presentation-trust > span,
.fl-pro-presentation-cta > div > span {
  color: var(--fl-pro-presentation-accent);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.fl-pro-presentation-ownerbar > div:first-child > span {
  color: var(--fl-pro-presentation-accent-dark);
}

.fl-pro-presentation-ownerbar strong {
  display: inline-block;
  font-size: 20px;
  margin-top: 3px;
}

.fl-pro-presentation-ownerbar p {
  color: var(--fl-pro-presentation-muted);
  font-size: 12px;
  margin: 2px 0 0;
}

.fl-pro-presentation-ownerbar__actions,
.fl-pro-presentation-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#profile-pro-presentation .fl-profile-button,
.fl-pro-presentation-modal .fl-profile-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 2px 15px 2px 2px;
  text-decoration: none;
  width: max-content;
}

#profile-pro-presentation .fl-profile-button__icon,
.fl-pro-presentation-modal .fl-profile-button__icon {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: var(--fl-pro-presentation-accent);
  display: inline-flex;
  flex-basis: 36px;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  width: 36px;
}

#profile-pro-presentation .fl-profile-button--entity,
.fl-pro-presentation-modal .fl-profile-button--entity {
  --fl-profile-entity-action: var(--fl-pro-presentation-accent);
  --fl-profile-entity-action-hover: var(--fl-pro-presentation-accent-dark);
  background: var(--fl-pro-presentation-accent);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--fl-pro-presentation-accent) 22%, transparent);
  color: #fff !important;
}

#profile-pro-presentation .fl-profile-button--entity:hover,
#profile-pro-presentation .fl-profile-button--entity:focus-visible,
.fl-pro-presentation-modal .fl-profile-button--entity:hover,
.fl-pro-presentation-modal .fl-profile-button--entity:focus-visible {
  background: var(--fl-pro-presentation-accent-dark);
  color: #fff !important;
}

.fl-pro-presentation-button--secondary,
.fl-pro-presentation-button--light {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-accent) !important;
  color: var(--fl-pro-presentation-accent) !important;
}

.fl-pro-presentation-button--secondary:hover,
.fl-pro-presentation-button--secondary:focus-visible,
.fl-pro-presentation-button--light:hover,
.fl-pro-presentation-button--light:focus-visible {
  background: var(--fl-pro-presentation-soft);
  color: var(--fl-pro-presentation-accent) !important;
}

.fl-pro-presentation-button--light .fl-profile-button__icon,
.fl-pro-presentation-button--secondary .fl-profile-button__icon {
  background: var(--fl-pro-presentation-soft) !important;
  color: var(--fl-pro-presentation-accent) !important;
}

.fl-pro-presentation-preview-banner {
  align-items: center;
  background: #eaf9fb;
  border: 1px solid #b9e6ec;
  border-radius: 14px;
  color: #245b63;
  display: none;
  font-size: 13px;
  justify-content: space-between;
  padding: 11px 16px;
}

.fl-pro-presentation-preview-banner button {
  background: transparent;
  border: 0;
  color: var(--fl-pro-presentation-accent-dark);
  font: inherit;
  font-weight: 700;
}

.fl-pro-presentation-insights {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fl-pro-presentation-insights > div {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 16px;
  padding: 15px 17px;
}

.fl-pro-presentation-insights span,
.fl-pro-presentation-insights small,
.fl-pro-presentation-insights strong {
  display: block;
}

.fl-pro-presentation-insights span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fl-pro-presentation-insights strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 25px;
  margin: 3px 0;
}

.fl-pro-presentation-insights small {
  color: var(--fl-pro-presentation-muted);
  font-size: 10px;
}

#profile-pro-presentation.is-public-preview [data-owner-only] {
  display: none !important;
}

#profile-pro-presentation.is-public-preview .is-owner-empty {
  display: none !important;
}

#profile-pro-presentation.is-public-preview [data-preview-only] {
  display: flex;
}

.fl-pro-presentation-hero,
.fl-pro-presentation-section,
.fl-pro-presentation-trust {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 22px;
  box-shadow: 0 10px 32px rgba(32, 65, 76, .055);
}

.fl-pro-presentation-hero {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  padding: 28px;
}

.fl-pro-presentation-hero__main {
  align-self: center;
  min-width: 0;
}

.fl-pro-presentation-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.fl-pro-presentation-chips span,
.fl-pro-presentation-interest-list span {
  background: var(--fl-pro-presentation-soft);
  border-radius: 999px;
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
}

.fl-pro-presentation-chips .is-status i {
  color: #26a269;
  font-size: 8px;
  margin-right: 5px;
}

.fl-pro-presentation-workstyle {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin: -8px 0 20px;
}

.fl-pro-presentation-workstyle span {
  color: #405064;
  font-size: 11px;
  font-weight: 600;
}

.fl-pro-presentation-workstyle i {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 15px;
  margin-right: 5px;
}

.fl-pro-presentation-hero h1 {
  color: var(--fl-pro-presentation-ink);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.12;
  margin: 0;
  max-width: 880px;
}

.fl-pro-presentation-hero__intro {
  color: var(--fl-pro-presentation-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 14px 0 20px;
  max-width: 850px;
}

.fl-pro-presentation-glance {
  align-self: stretch;
  background: var(--fl-pro-presentation-soft);
  border-radius: 18px;
  padding: 22px;
}

.fl-pro-presentation-glance > span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.fl-pro-presentation-glance > strong {
  color: var(--fl-pro-presentation-ink);
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-top: 12px;
}

.fl-pro-presentation-glance > p {
  color: var(--fl-pro-presentation-muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 7px 0 18px;
}

.fl-pro-presentation-glance ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-pro-presentation-glance li {
  color: var(--fl-pro-presentation-ink);
  font-size: 12px;
  font-weight: 600;
}

.fl-pro-presentation-glance li i {
  color: var(--fl-pro-presentation-accent-dark);
  margin-right: 6px;
}

.fl-pro-presentation-relation-status {
  align-items: center;
  background: #edf8f3;
  border: 1px solid #cce8dc;
  border-radius: 999px;
  color: #176b4f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  min-height: 42px;
  padding: 8px 14px;
}

.fl-pro-presentation-section {
  padding: 28px;
}

.fl-pro-presentation-section__header {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fl-pro-presentation-section__header h2,
.fl-pro-presentation-trust h2,
.fl-pro-presentation-cta h2 {
  color: var(--fl-pro-presentation-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
  margin: 4px 0 0;
}

.fl-pro-presentation-section__header p {
  color: var(--fl-pro-presentation-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.fl-pro-presentation-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fl-pro-presentation-service-grid article {
  background: var(--fl-pro-presentation-canvas);
  border: 1px solid transparent;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 20px;
}

.fl-pro-presentation-service-grid article:nth-child(2) {
  background: var(--fl-pro-presentation-soft);
}

.fl-pro-presentation-service-grid article.is-private {
  border-color: #d8a3a3;
  opacity: .62;
}

.fl-pro-presentation-service__number {
  align-items: center;
  background: var(--fl-pro-presentation-accent);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-bottom: 20px;
  width: 36px;
}

.fl-pro-presentation-service-grid article > span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.fl-pro-presentation-service-grid h3 {
  color: var(--fl-pro-presentation-ink);
  font-size: 18px;
  line-height: 1.3;
  margin: 7px 0 9px;
}

.fl-pro-presentation-service-grid p {
  color: var(--fl-pro-presentation-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.fl-pro-presentation-service-grid small {
  color: #405064;
  font-size: 10px;
  margin-top: auto;
}

.fl-pro-presentation-service-grid small i {
  color: var(--fl-pro-presentation-accent-dark);
  margin-right: 5px;
}

.fl-pro-presentation-service-grid article > a,
.fl-pro-presentation-card-link {
  color: var(--fl-pro-presentation-accent-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  margin-top: 14px;
  text-decoration: none;
}

.fl-pro-presentation-card-link {
  align-items: center;
}

.fl-pro-presentation-expertise-grid,
.fl-pro-presentation-project-grid {
  display: grid;
  gap: 14px;
}

.fl-pro-presentation-expertise-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fl-pro-presentation-expertise-grid article {
  background: var(--fl-pro-presentation-canvas);
  border-radius: 16px;
  min-height: 145px;
  padding: 18px;
}

.fl-pro-presentation-expertise-grid article:nth-child(2) {
  background: var(--fl-pro-presentation-soft);
}

.fl-pro-presentation-expertise-grid article > span,
.fl-pro-presentation-project-grid article > span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fl-pro-presentation-expertise-grid h3,
.fl-pro-presentation-project-grid h3,
.fl-pro-presentation-journey h3 {
  color: var(--fl-pro-presentation-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 10px 0 4px;
}

.fl-pro-presentation-expertise-grid p,
.fl-pro-presentation-project-grid p,
.fl-pro-presentation-journey p {
  color: var(--fl-pro-presentation-muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.fl-pro-presentation-expertise-grid small,
.fl-pro-presentation-project-grid small {
  color: var(--fl-pro-presentation-accent-dark);
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 10px;
}

.fl-pro-presentation-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fl-pro-presentation-project-grid article {
  background: var(--fl-pro-presentation-canvas);
  border-radius: 18px;
  min-width: 0;
  padding: 18px;
}

.fl-pro-presentation-project-grid article.is-featured {
  background: var(--fl-pro-presentation-soft);
}

.fl-pro-presentation-project__visual {
  align-items: center;
  background: color-mix(in srgb, var(--fl-pro-presentation-accent) 20%, #dbeff3);
  border-radius: 13px;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  font-size: 30px;
  height: 100px;
  justify-content: center;
  margin-bottom: 15px;
}

.fl-pro-presentation-split {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .85fr);
}

.fl-pro-presentation-split--lower {
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
}

.fl-pro-presentation-section--journey {
  height: 100%;
}

.fl-pro-presentation-journey {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.fl-pro-presentation-journey li {
  background: var(--fl-pro-presentation-canvas);
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: 105px minmax(0, 1fr);
  padding: 14px 16px;
}

.fl-pro-presentation-journey li > span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 10px;
  font-weight: 700;
  padding-top: 3px;
  text-transform: uppercase;
}

.fl-pro-presentation-journey h3 {
  margin-top: 0;
}

.fl-pro-presentation-journey strong {
  color: #405064;
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.fl-pro-presentation-text-link {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.fl-pro-presentation-trust {
  background: linear-gradient(145deg, var(--fl-pro-presentation-soft), #fff 72%);
  border-color: color-mix(in srgb, var(--fl-pro-presentation-accent) 28%, var(--fl-pro-presentation-border));
  color: var(--fl-pro-presentation-ink);
  padding: 28px;
}

.fl-pro-presentation-trust > span {
  color: var(--fl-pro-presentation-accent-dark);
}

.fl-pro-presentation-trust h2 {
  color: var(--fl-pro-presentation-ink);
  margin-bottom: 18px;
}

.fl-pro-presentation-trust blockquote {
  background: rgba(255, 255, 255, .82);
  border: 1px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 18%, var(--fl-pro-presentation-border));
  border-radius: 14px;
  margin: 0 0 16px;
  padding: 15px 16px;
}

.fl-pro-presentation-trust blockquote.is-private {
  opacity: .58;
}

.fl-pro-presentation-trust blockquote p {
  color: var(--fl-pro-presentation-ink);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.fl-pro-presentation-trust blockquote footer {
  color: var(--fl-pro-presentation-muted);
  font-size: 10px;
  margin-top: 8px;
}

.fl-pro-presentation-discovery {
  display: grid;
  gap: 10px;
}

.fl-pro-presentation-discovery a {
  align-items: center;
  background: var(--fl-pro-presentation-canvas);
  border-radius: 14px;
  color: var(--fl-pro-presentation-ink);
  display: grid;
  gap: 13px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 12px;
  text-decoration: none;
}

.fl-pro-presentation-discovery a > i {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 12px;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
}

.fl-pro-presentation-discovery strong,
.fl-pro-presentation-discovery small {
  display: block;
}

.fl-pro-presentation-discovery strong {
  font-size: 13px;
}

.fl-pro-presentation-discovery small {
  color: var(--fl-pro-presentation-muted);
  font-size: 11px;
  margin-top: 2px;
}

.fl-pro-presentation-about {
  color: var(--fl-pro-presentation-muted);
  font-size: 13px;
  line-height: 1.7;
}

.fl-pro-presentation-about.is-empty {
  font-style: italic;
}

.fl-pro-presentation-about p:last-child {
  margin-bottom: 0;
}

.fl-pro-presentation-interest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.fl-pro-presentation-empty {
  align-items: center;
  background: var(--fl-pro-presentation-canvas);
  border-radius: 15px;
  display: flex;
  gap: 13px;
  padding: 16px;
}

.fl-pro-presentation-empty > i {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 50%;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.fl-pro-presentation-empty strong,
.fl-pro-presentation-empty p {
  display: block;
  margin: 0;
}

.fl-pro-presentation-empty strong {
  font-size: 13px;
}

.fl-pro-presentation-empty p {
  color: var(--fl-pro-presentation-muted);
  font-size: 11px;
  margin-top: 2px;
}

.fl-pro-presentation-empty--dark {
  background: rgba(255, 255, 255, .78);
  border: 1px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 18%, var(--fl-pro-presentation-border));
  margin-bottom: 18px;
}

.fl-pro-presentation-empty--dark strong,
.fl-pro-presentation-empty--dark p {
  color: var(--fl-pro-presentation-ink);
}

.fl-pro-presentation-cta {
  align-items: center;
  background: var(--fl-pro-presentation-accent);
  border-radius: 22px;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px;
}

.fl-pro-presentation-cta > div > span {
  color: #dffbff;
}

.fl-pro-presentation-cta h2 {
  color: #fff;
}

.fl-pro-presentation-cta p {
  color: #e7fbfd;
  font-size: 12px;
  margin: 6px 0 0;
}

.fl-pro-presentation-modal {
  --fl-pro-presentation-accent: var(--fl-color-entity-particulierpro-clair, #00a2b7);
  --fl-pro-presentation-accent-dark: var(--fl-color-entity-particulierpro-fonce, #008b9b);
  --fl-pro-presentation-soft: color-mix(in srgb, var(--fl-pro-presentation-accent) 11%, #fff);
  color: #172033;
  font-family: var(--fl-font-family-body, Poppins, Helvetica, sans-serif);
}

.fl-pro-presentation-modal .modal-content {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(18, 34, 46, .22);
  overflow: hidden;
}

.fl-pro-presentation-modal .modal-header,
.fl-pro-presentation-modal .modal-footer {
  border: 0;
  padding: 22px 26px;
}

.fl-pro-presentation-modal .modal-header {
  align-items: flex-start;
}

.fl-pro-presentation-modal .modal-header span {
  color: var(--fl-pro-presentation-accent-dark);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fl-pro-presentation-modal .modal-title {
  color: #172033;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.025em;
  margin-top: 3px;
}

.fl-pro-presentation-modal .modal-header p {
  color: #667789;
  font-size: 12px;
  margin: 4px 0 0;
}

.fl-pro-presentation-modal__close {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border: 0;
  border-radius: 50%;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fl-pro-presentation-modal .modal-body {
  display: grid;
  gap: 20px;
  padding: 8px 26px 26px;
}

.fl-pro-presentation-modal__tip {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 15px;
  display: flex;
  gap: 12px;
  padding: 15px;
}

.fl-pro-presentation-modal__tip > i {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 24px;
}

.fl-pro-presentation-modal__tip strong,
.fl-pro-presentation-modal__tip p {
  display: block;
  margin: 0;
}

.fl-pro-presentation-modal__tip strong {
  font-size: 12px;
}

.fl-pro-presentation-modal__tip p {
  color: #667789;
  font-size: 11px;
  margin-top: 2px;
}

.fl-pro-presentation-form-section {
  display: grid;
  gap: 9px;
}

.fl-pro-presentation-form-section label,
.fl-pro-presentation-form-grid label {
  color: #344054;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fl-pro-presentation-form-section small {
  color: #667789;
  display: block;
  font-size: 10px;
  margin-top: 2px;
}

.fl-pro-presentation-form-section .form-control,
.fl-pro-presentation-form-grid .form-control {
  background: #f8fafb;
  border: 1px solid #cbd7de;
  border-radius: 12px;
  color: #172033;
  font-family: inherit;
  min-height: 48px;
}

.fl-pro-presentation-form-section .form-control:focus,
.fl-pro-presentation-form-grid .form-control:focus {
  border-color: var(--fl-pro-presentation-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fl-pro-presentation-accent) 18%, transparent);
}

.fl-pro-presentation-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-pro-presentation-form-status {
  border-radius: 10px;
  display: none;
  font-size: 11px;
  padding: 10px 12px;
}

.fl-pro-presentation-form-status.is-loading,
.fl-pro-presentation-form-status.is-success,
.fl-pro-presentation-form-status.is-error {
  display: block;
}

.fl-pro-presentation-form-status.is-loading {
  background: #edf6f8;
  color: #35636a;
}

.fl-pro-presentation-form-status.is-success {
  background: #e9f7ef;
  color: #176b4f;
}

.fl-pro-presentation-form-status.is-error {
  background: #fff0f0;
  color: #a62929;
}

.fl-pro-presentation-service-editors {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fl-pro-presentation-service-editor {
  background: #f8fafb;
  border: 1px solid #dbe5eb;
  border-radius: 16px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.fl-pro-presentation-service-editor header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fl-pro-presentation-service-editor header span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 12px;
  font-weight: 700;
}

.fl-pro-presentation-service-editor header small {
  color: #667789;
  font-size: 9px;
}

.fl-pro-presentation-service-editor label {
  color: #344054;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fl-pro-presentation-service-editor .form-control {
  background: #fff;
  border: 1px solid #cbd7de;
  border-radius: 10px;
  font-family: inherit;
  font-size: 11px;
  min-height: 42px;
}

.fl-pro-presentation-service-editor__visibility {
  align-items: center;
  display: flex !important;
  gap: 8px;
  margin: 0 !important;
}

.fl-pro-presentation-featured-picker {
  display: grid;
  gap: 9px;
}

.fl-pro-presentation-featured-picker > div {
  align-items: center;
  background: #f8fafb;
  border: 1px solid #dbe5eb;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 11px 13px;
}

.fl-pro-presentation-featured-picker > div.is-selected {
  background: var(--fl-pro-presentation-soft);
  border-color: var(--fl-pro-presentation-accent);
}

.fl-pro-presentation-featured-picker > div > label {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 42px minmax(0, 1fr);
  margin: 0;
}

.fl-pro-presentation-featured-picker__icon {
  align-items: center;
  background: #fff;
  border-radius: 11px;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
}

.fl-pro-presentation-featured-picker strong,
.fl-pro-presentation-featured-picker small {
  display: block;
}

.fl-pro-presentation-featured-picker strong {
  color: #172033;
  font-size: 12px;
}

.fl-pro-presentation-featured-picker small {
  color: #667789;
  font-size: 9px;
  margin-top: 2px;
}

.fl-pro-presentation-selection-count {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.fl-pro-presentation-selection-count.is-error {
  color: #a62929;
}

.fl-pro-presentation-modal #presentation {
  min-height: 190px;
}

.fl-pro-presentation-modal .ql-toolbar.ql-snow {
  border-color: #cbd7de;
  border-radius: 12px 12px 0 0;
}

.fl-pro-presentation-modal .ql-container.ql-snow {
  border-color: #cbd7de;
  border-radius: 0 0 12px 12px;
}

.fl-pro-presentation-modal .tagify {
  background: #f8fafb;
  border-color: #cbd7de;
  border-radius: 12px;
  min-height: 48px;
  width: 100%;
}

.fl-pro-presentation-modal .modal-footer {
  align-items: center;
  background: #f6f9fa;
  display: flex;
  gap: 10px;
}

.fl-pro-presentation-save-note {
  color: #667789;
  font-size: 10px;
  margin-right: auto;
}

.fl-pro-presentation-url-preview {
  color: #667789;
  font-size: 11px;
  margin: 2px 0 0;
  overflow-wrap: anywhere;
}

.fl-pro-presentation-insights-disclosure {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 16px;
  overflow: hidden;
}

.fl-pro-presentation-insights-disclosure > summary {
  align-items: center;
  color: var(--fl-pro-presentation-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  min-height: 58px;
  padding: 10px 16px;
}

.fl-pro-presentation-insights-disclosure > summary::-webkit-details-marker {
  display: none;
}

.fl-pro-presentation-insights-disclosure > summary > span {
  align-items: center;
  display: grid;
  gap: 1px 10px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.fl-pro-presentation-insights-disclosure > summary > span > i {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 50%;
  color: var(--fl-pro-presentation-accent);
  display: flex;
  font-size: 17px;
  grid-row: 1 / 3;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.fl-pro-presentation-insights-disclosure > summary strong,
.fl-pro-presentation-insights-disclosure > summary small {
  display: block;
}

.fl-pro-presentation-insights-disclosure > summary strong {
  font-size: 12px;
}

.fl-pro-presentation-insights-disclosure > summary small {
  color: var(--fl-pro-presentation-muted);
  font-size: 9px;
}

.fl-pro-presentation-insights-disclosure > summary > i {
  color: var(--fl-pro-presentation-accent);
  transition: transform .2s ease;
}

.fl-pro-presentation-insights-disclosure[open] > summary > i {
  transform: rotate(180deg);
}

.fl-pro-presentation-insights-disclosure > .fl-pro-presentation-insights {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--fl-pro-presentation-border);
}

/* Présentation complète : analytics, services enrichis et preuves publiques. */
.fl-pro-presentation-insights {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 20px;
  display: block;
  padding: 20px;
}

.fl-pro-presentation-insights > div {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.fl-pro-presentation-insights__header {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.fl-pro-presentation-insights__header h2 {
  color: var(--fl-pro-presentation-ink);
  font-size: 20px;
  margin: 3px 0 0;
}

.fl-pro-presentation-insights__header p,
.fl-pro-presentation-insights__subjects p,
.fl-pro-presentation-insights__chart > p {
  color: var(--fl-pro-presentation-muted);
  font-size: 10px;
  margin: 0;
}

.fl-pro-presentation-insights__periods {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fl-pro-presentation-insights__periods > div {
  background: var(--fl-pro-presentation-canvas);
  border-radius: 14px;
  padding: 13px 15px;
}

.fl-pro-presentation-insights__detail {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, .7fr);
  margin-top: 16px;
}

.fl-pro-presentation-insights__chart,
.fl-pro-presentation-insights__subjects {
  background: var(--fl-pro-presentation-canvas);
  border-radius: 14px;
  min-height: 150px;
  padding: 14px;
}

.fl-pro-presentation-insights__bars {
  align-items: end;
  display: flex;
  gap: 3px;
  height: 100px;
}

.fl-pro-presentation-insights__bars > span {
  align-items: end;
  display: flex;
  flex: 1 1 0;
  gap: 1px;
  height: 100%;
}

.fl-pro-presentation-insights__bars i,
.fl-pro-presentation-insights__bars b {
  border-radius: 3px 3px 0 0;
  display: block;
  flex: 1 1 50%;
  min-width: 2px;
}

.fl-pro-presentation-insights__bars i {
  background: var(--fl-pro-presentation-accent);
}

.fl-pro-presentation-insights__bars b {
  background: #172033;
}

.fl-pro-presentation-insights__legend {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.fl-pro-presentation-insights__legend span {
  align-items: center;
  color: var(--fl-pro-presentation-muted);
  display: inline-flex;
  font-size: 9px;
  gap: 5px;
  letter-spacing: 0;
  text-transform: none;
}

.fl-pro-presentation-insights__legend i,
.fl-pro-presentation-insights__legend b {
  background: var(--fl-pro-presentation-accent);
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.fl-pro-presentation-insights__legend b {
  background: #172033;
}

.fl-pro-presentation-insights__subjects > strong {
  font-size: 12px;
  margin-bottom: 8px;
}

.fl-pro-presentation-insights__subjects ol {
  display: grid;
  gap: 7px;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.fl-pro-presentation-insights__subjects li {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 10px;
}

.fl-pro-presentation-insights__subjects li span,
.fl-pro-presentation-insights__subjects li small {
  display: inline;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.fl-pro-presentation-insights__subjects li span {
  color: var(--fl-pro-presentation-ink);
  font-weight: 600;
}

.fl-pro-presentation-insights__subjects li small {
  color: var(--fl-pro-presentation-muted);
  margin-left: 4px;
}

.fl-pro-presentation-service-grid article {
  overflow: hidden;
  padding: 0;
}

.fl-pro-presentation-service__image {
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.fl-pro-presentation-service__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.fl-pro-presentation-service__body > span {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.fl-pro-presentation-service__facts {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.fl-pro-presentation-service__facts li {
  color: #405064;
  font-size: 10px;
}

.fl-pro-presentation-service__facts i {
  color: var(--fl-pro-presentation-accent-dark);
  margin-right: 5px;
  width: 13px;
}

.fl-pro-presentation-card-link,
.fl-pro-presentation-proof-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--fl-pro-presentation-accent-dark);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  margin-top: 14px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.fl-pro-presentation-proof-link {
  border-top: 1px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 18%, #dbe5eb);
  padding-top: 10px;
}

.fl-pro-presentation-project__visual {
  overflow: hidden;
}

.fl-pro-presentation-project__visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fl-pro-presentation-project__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fl-pro-presentation-service-editor__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fl-pro-presentation-service-editor__grid small {
  color: #667789;
  display: block;
  font-size: 9px;
  font-weight: 400;
  margin-top: 4px;
}

.fl-pro-presentation-advanced-options {
  background: #f8fafb;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 13px;
  overflow: hidden;
}

.fl-pro-presentation-advanced-options > summary {
  align-items: center;
  color: var(--fl-pro-presentation-ink);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  justify-content: space-between;
  list-style: none;
  min-height: 44px;
  padding: 9px 12px;
}

.fl-pro-presentation-advanced-options > summary::-webkit-details-marker {
  display: none;
}

.fl-pro-presentation-advanced-options > summary span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.fl-pro-presentation-advanced-options > summary i {
  color: var(--fl-pro-presentation-accent);
  font-size: 16px;
}

.fl-pro-presentation-advanced-options > summary small {
  color: var(--fl-pro-presentation-muted);
  font-size: 9px;
  font-weight: 500;
}

.fl-pro-presentation-advanced-options[open] > summary {
  border-bottom: 1px solid var(--fl-pro-presentation-border);
}

.fl-pro-presentation-advanced-options > div {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.fl-pro-presentation-service-editor__advanced {
  background: #fff;
}

.fl-pro-presentation-service-editor__advanced > div {
  padding: 12px;
}

.fl-pro-presentation-picker-tools label {
  color: #344054;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fl-pro-presentation-picker-tools > div {
  position: relative;
}

.fl-pro-presentation-picker-tools i {
  color: #667789;
  left: 14px;
  position: absolute;
  top: 15px;
}

.fl-pro-presentation-picker-tools .form-control {
  padding-left: 38px;
}

.fl-pro-presentation-featured-order {
  background: var(--fl-pro-presentation-soft);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  padding: 10px;
}

.fl-pro-presentation-featured-order > p {
  color: #667789;
  font-size: 10px;
  margin: 0;
}

.fl-pro-presentation-featured-order > div {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  justify-content: space-between;
  padding: 7px 9px;
}

.fl-pro-presentation-featured-order button,
.fl-pro-presentation-featured-picker > div > button {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5eb;
  border-radius: 50%;
  color: var(--fl-pro-presentation-accent-dark);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-left: 5px;
  width: 30px;
}

.fl-pro-presentation-featured-order button:disabled {
  opacity: .35;
}

.fl-pro-presentation-featured-picker__icon {
  overflow: hidden;
}

.fl-pro-presentation-featured-picker__icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fl-pro-presentation-proof-preview {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, .75fr) minmax(0, 1.25fr);
}

.fl-pro-presentation-proof-preview__visual {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 16px;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  font-size: 54px;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
}

.fl-pro-presentation-proof-preview__visual img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.fl-pro-presentation-proof-preview > p {
  color: #526273;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.fl-pro-presentation-form-status a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

#profile-pro-presentation :focus-visible,
.fl-pro-presentation-modal :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 45%, #fff);
  outline-offset: 2px;
}

.fl-pro-presentation-proof-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-pro-presentation-proof-steps li {
  align-items: center;
  background: #f7fafb;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 14px;
  display: flex;
  gap: 10px;
  padding: 11px 12px;
}

.fl-pro-presentation-proof-steps li > span {
  align-items: center;
  background: var(--fl-pro-presentation-accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 11px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
}

.fl-pro-presentation-proof-steps strong,
.fl-pro-presentation-proof-steps small {
  display: block;
}

.fl-pro-presentation-proof-steps strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 11px;
}

.fl-pro-presentation-proof-steps small {
  color: var(--fl-pro-presentation-muted);
  font-size: 9px;
  margin-top: 1px;
}

.fl-pro-presentation-proof-workspace {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}

.fl-pro-presentation-proof-catalog,
.fl-pro-presentation-proof-selection {
  background: #f8fafb;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 17px;
  min-width: 0;
  padding: 16px;
}

.fl-pro-presentation-proof-selection {
  background: var(--fl-pro-presentation-soft);
  border-color: color-mix(in srgb, var(--fl-pro-presentation-accent) 28%, var(--fl-pro-presentation-border));
}

.fl-pro-presentation-proof-workspace__header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.fl-pro-presentation-proof-workspace__header strong,
.fl-pro-presentation-proof-workspace__header small {
  display: block;
}

.fl-pro-presentation-proof-workspace__header strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 13px;
}

.fl-pro-presentation-proof-workspace__header small {
  color: var(--fl-pro-presentation-muted);
  font-size: 9px;
  margin-top: 2px;
}

.fl-pro-presentation-proof-workspace__header .fl-pro-presentation-selection-count {
  align-items: center;
  background: var(--fl-pro-presentation-accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 4px 10px;
}

.fl-pro-presentation-proof-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0;
}

.fl-pro-presentation-proof-filters button {
  background: #fff;
  border: 1px solid var(--fl-pro-presentation-border);
  border-radius: 999px;
  color: var(--fl-pro-presentation-muted);
  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  padding: 6px 10px;
}

.fl-pro-presentation-proof-filters button.is-active {
  background: var(--fl-pro-presentation-accent);
  border-color: var(--fl-pro-presentation-accent);
  color: #fff;
}

.fl-pro-presentation-proof-catalog .fl-pro-presentation-featured-picker {
  max-height: 470px;
  overflow: auto;
  padding-right: 4px;
}

.fl-pro-presentation-featured-picker > div {
  background: #fff;
  padding: 9px 10px;
}

.fl-pro-presentation-featured-picker > div > label {
  grid-template-columns: 24px 42px minmax(0, 1fr);
}

.fl-pro-presentation-featured-picker input[type="checkbox"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.fl-pro-presentation-featured-picker__check {
  align-items: center;
  border: 2px solid #cbd7de;
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.fl-pro-presentation-featured-picker > div.is-selected .fl-pro-presentation-featured-picker__check {
  background: var(--fl-pro-presentation-accent);
  border-color: var(--fl-pro-presentation-accent);
  color: #fff;
}

.fl-pro-presentation-featured-picker > div > button {
  border-radius: 999px;
  font-size: 9px;
  gap: 4px;
  height: 32px;
  margin: 0;
  padding: 0 9px;
  width: auto;
}

.fl-pro-presentation-featured-picker > div > button span {
  display: inline;
}

.fl-pro-presentation-featured-order {
  background: transparent;
  gap: 9px;
  padding: 0;
}

.fl-pro-presentation-featured-order > div.fl-pro-presentation-featured-order__item {
  align-items: start;
  border: 1px solid color-mix(in srgb, var(--fl-pro-presentation-accent) 20%, var(--fl-pro-presentation-border));
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) 32px;
  padding: 10px;
}

.fl-pro-presentation-featured-order__visual {
  align-items: center;
  background: var(--fl-pro-presentation-soft);
  border-radius: 11px;
  color: var(--fl-pro-presentation-accent-dark);
  display: flex;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  width: 58px;
}

.fl-pro-presentation-featured-order__visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fl-pro-presentation-featured-order__content > strong,
.fl-pro-presentation-featured-order__content > small {
  display: block;
}

.fl-pro-presentation-featured-order__content > strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 11px;
}

.fl-pro-presentation-featured-order__content > small {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 8px;
  margin: 2px 0 7px;
  text-transform: uppercase;
}

.fl-pro-presentation-featured-order__image-field label {
  color: var(--fl-pro-presentation-muted);
  display: block;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 3px;
}

.fl-pro-presentation-featured-order__image-field .form-control {
  background: #f8fafb;
  border: 1px solid #cbd7de;
  border-radius: 9px;
  font-family: inherit;
  font-size: 9px;
  min-height: 34px;
  padding: 5px 28px 5px 8px;
}

.fl-pro-presentation-featured-order__actions {
  display: grid;
  gap: 5px;
}

.fl-pro-presentation-featured-order__actions button {
  height: 28px;
  margin: 0;
  width: 28px;
}

.fl-pro-presentation-featured-order__actions button.is-remove {
  border-color: #efcaca;
  color: #b42318;
}

.fl-pro-presentation-featured-order__empty {
  align-items: center;
  background: rgba(255, 255, 255, .78) !important;
  border: 1px dashed color-mix(in srgb, var(--fl-pro-presentation-accent) 35%, #cbd7de);
  border-radius: 14px !important;
  color: var(--fl-pro-presentation-muted);
  display: flex !important;
  flex-direction: column;
  min-height: 180px;
  padding: 24px !important;
  text-align: center;
}

.fl-pro-presentation-featured-order__empty > i {
  color: var(--fl-pro-presentation-accent);
  font-size: 28px;
}

.fl-pro-presentation-featured-order__empty strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 12px;
  margin-top: 8px;
}

.fl-pro-presentation-featured-order__empty p {
  font-size: 9px;
  margin: 3px 0 0;
}

.fl-pro-presentation-proof-image-help {
  align-items: flex-start;
  background: rgba(255, 255, 255, .72);
  border-radius: 12px;
  display: flex;
  gap: 9px;
  margin-top: 10px;
  padding: 10px;
}

.fl-pro-presentation-proof-image-help > i {
  color: var(--fl-pro-presentation-accent-dark);
  font-size: 18px;
}

.fl-pro-presentation-proof-image-help p,
.fl-pro-presentation-proof-image-help strong,
.fl-pro-presentation-proof-image-help span {
  display: block;
  margin: 0;
}

.fl-pro-presentation-proof-image-help strong {
  color: var(--fl-pro-presentation-ink);
  font-size: 9px;
}

.fl-pro-presentation-proof-image-help span {
  color: var(--fl-pro-presentation-muted);
  font-size: 8px;
  margin-top: 2px;
}

@media (max-width: 1199.98px) {
  .fl-pro-presentation-service-editors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fl-pro-presentation-insights__detail {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-proof-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fl-pro-presentation-split,
  .fl-pro-presentation-split--lower {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  #profile-pro-presentation {
    gap: 14px;
  }

  .fl-pro-presentation-ownerbar,
  .fl-pro-presentation-cta,
  .fl-pro-presentation-section__header {
    align-items: stretch;
    flex-direction: column;
  }

  .fl-pro-presentation-ownerbar__actions,
  .fl-pro-presentation-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  #profile-pro-presentation .fl-profile-button,
  .fl-pro-presentation-modal .fl-profile-button,
  .fl-pro-presentation-actions > span {
    justify-content: flex-start;
    width: 100%;
  }

  .fl-pro-presentation-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .fl-pro-presentation-hero h1 {
    font-size: 28px;
  }

  .fl-pro-presentation-section,
  .fl-pro-presentation-trust,
  .fl-pro-presentation-cta {
    border-radius: 18px;
    padding: 20px;
  }

  .fl-pro-presentation-expertise-grid,
  .fl-pro-presentation-project-grid,
  .fl-pro-presentation-service-grid,
  .fl-pro-presentation-service-editors,
  .fl-pro-presentation-insights__periods {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-insights__header,
  .fl-pro-presentation-proof-preview {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-service-editor__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-proof-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-featured-order > div.fl-pro-presentation-featured-order__item {
    grid-template-columns: 52px minmax(0, 1fr) 30px;
  }

  .fl-pro-presentation-featured-order__visual {
    height: 52px;
    width: 52px;
  }

  .fl-pro-presentation-journey li {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fl-pro-presentation-modal .modal-dialog {
    margin: 10px;
  }

  .fl-pro-presentation-modal .modal-header,
  .fl-pro-presentation-modal .modal-footer {
    padding: 18px;
  }

  .fl-pro-presentation-modal .modal-body {
    padding: 6px 18px 20px;
  }

  .fl-pro-presentation-modal .modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .fl-pro-presentation-save-note {
    margin: 0 0 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #profile-pro-presentation *,
  .fl-pro-presentation-modal * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
