:root {
  --fsp-pink: #ec3f7a;
  --fsp-pink-dark: #c92f67;
  --fsp-pink-pale: #fdeaf1;
  --fsp-violet: #8e5bc7;
  --fsp-violet-dark: #673894;
  --fsp-lilac: #f3eafb;
  --fsp-plum: #351c4d;
  --fsp-text: #2b193d;
  --fsp-muted: #7a6a85;
  --fsp-cream: #fff8f5;
  --fsp-white: #fff;
  --fsp-border: #eedce6;
  --fsp-danger: #d9455f;
  --fsp-shadow: 0 12px 35px rgba(91, 48, 79, .08);
}

.fsp-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--fsp-cream);
  color: var(--fsp-text);
}

html:has(#faire-ses-prix-app),
body:has(#faire-ses-prix-app) {
  overflow-x: clip;
}

body:has(#faire-ses-prix-app) {
  background: var(--fsp-cream);
}

body:has(#faire-ses-prix-app) .wp-site-blocks > .site-header,
body:has(#faire-ses-prix-app) .wp-site-blocks > .site-footer {
  display: none !important;
}

body:has(#faire-ses-prix-app) .wp-site-blocks > main,
body:has(#faire-ses-prix-app) .entry-content:has(#faire-ses-prix-app) {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fsp-app,
.fsp-app * {
  box-sizing: border-box;
}

.fsp-app {
  position: relative;
  width: min(100%, 1280px);
  min-height: 760px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 4% 8%, rgba(247, 160, 189, .15), transparent 24%),
    radial-gradient(circle at 96% 18%, rgba(184, 137, 221, .13), transparent 22%),
    var(--fsp-cream);
  color: var(--fsp-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.fsp-app button,
.fsp-app input,
.fsp-app select,
.fsp-app textarea {
  font: inherit;
}

.fsp-app button,
.fsp-app a {
  -webkit-tap-highlight-color: transparent;
}

.fsp-app button:focus-visible,
.fsp-app a:focus-visible,
.fsp-app input:focus-visible,
.fsp-app select:focus-visible {
  outline: 3px solid rgba(142, 91, 199, .3);
  outline-offset: 2px;
}

.fsp-loading {
  display: grid;
  min-height: 620px;
  place-items: center;
  color: var(--fsp-violet-dark);
  font-weight: 800;
}

.fsp-app-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  padding: 17px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid var(--fsp-border);
  backdrop-filter: blur(18px);
}

.fsp-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fsp-plum) !important;
  text-decoration: none !important;
}

.fsp-app-brand > span:last-child {
  display: grid;
  gap: 1px;
}

.fsp-app-brand b {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.35px;
}

.fsp-app-brand small {
  color: var(--fsp-muted);
  font-size: 11px;
  font-weight: 700;
}

.fsp-brand-mark {
  position: relative;
  display: inline-grid;
  width: 45px;
  height: 51px;
  flex: 0 0 auto;
  place-items: center;
  overflow: visible;
  color: var(--fsp-pink);
  background: var(--fsp-white);
  border: 2px solid var(--fsp-violet);
  border-radius: 9px;
  transform: rotate(-2deg);
}

.fsp-brand-mark::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 19px;
  height: 12px;
  border: 2px solid var(--fsp-pink);
  border-radius: 999px;
  transform: rotate(25deg);
}

.fsp-brand-mark::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 1px;
  width: 10px;
  height: 5px;
  border: 2px solid var(--fsp-violet);
  border-radius: 8px 0 8px 0;
  transform: rotate(-25deg);
}

.fsp-brand-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 7px;
}

.fsp-tag-hole {
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  background: var(--fsp-cream);
  border: 1.5px solid var(--fsp-violet);
  border-radius: 50%;
}

.fsp-credit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 58px;
  padding: 10px 17px 10px 11px;
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
  border: 1px solid #e2c8d7;
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(103, 56, 148, .12);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.fsp-credit span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--fsp-white);
  background: var(--fsp-violet);
  border-radius: 50%;
  font-size: 16px;
}

.fsp-credit b {
  color: var(--fsp-violet-dark);
  font-weight: 900;
}

.fsp-content {
  width: min(100%, 1180px);
  min-height: 610px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px) clamp(18px, 4vw, 46px) 42px;
}

.fsp-view-grid {
  display: grid;
  grid-template-columns: minmax(460px, 1.06fr) minmax(420px, .94fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.fsp-column,
.fsp-single-view {
  display: grid;
  gap: 18px;
}

.fsp-result-column {
  position: sticky;
  top: 24px;
}

.fsp-title-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.fsp-title-row h1 {
  margin: 0;
  color: var(--fsp-violet-dark);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
}

.fsp-title-row p {
  margin: 6px 0 0;
  color: var(--fsp-violet);
  font-size: 17px;
  font-weight: 700;
}

.fsp-title-row small {
  display: block;
  margin-top: 2px;
  color: var(--fsp-muted);
  font-size: 13px;
  font-weight: 800;
}

.fsp-round-icon {
  display: inline-grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--fsp-pink);
  background: var(--fsp-pink-pale);
  border-radius: 50%;
}

.fsp-round-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fsp-intro,
.fsp-panel,
.fsp-info-card,
.fsp-history-card {
  padding: 17px;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 21px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .07);
}

.fsp-intro {
  color: var(--fsp-muted);
  background: var(--fsp-pink-pale);
  line-height: 1.55;
}

.fsp-intro strong {
  color: var(--fsp-pink-dark);
}

.fsp-money-grid,
.fsp-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fsp-money-grid .fsp-field:first-child:nth-last-child(3) {
  grid-column: 1 / -1;
}

.fsp-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.fsp-field > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--fsp-text);
  font-size: 14px;
  font-weight: 700;
}

.fsp-field > span small {
  color: var(--fsp-muted);
  font-size: 11px;
  font-weight: 600;
}

.fsp-input-wrap,
.fsp-select-wrap {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  overflow: hidden;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .06);
}

.fsp-input-wrap:focus-within,
.fsp-select-wrap:focus-within {
  border-color: var(--fsp-violet);
  box-shadow: 0 0 0 3px rgba(142, 91, 199, .12);
}

.fsp-input-wrap input,
.fsp-select-wrap select {
  width: 100%;
  min-width: 0;
  height: 56px;
  margin: 0;
  padding: 0 15px;
  color: var(--fsp-plum);
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 17px;
  font-weight: 700;
  outline: 0 !important;
}

.fsp-select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fsp-select-wrap select option {
  color: var(--fsp-plum);
  background: var(--fsp-white);
}

.fsp-select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  color: var(--fsp-violet);
  font-size: 20px;
  pointer-events: none;
}

.fsp-activity-control {
  position: relative;
  z-index: 18;
}

.fsp-activity-trigger {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 10px 15px;
  color: var(--fsp-plum);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .06);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.fsp-activity-trigger:hover,
.fsp-activity-trigger:focus-visible,
.fsp-activity-control.is-open .fsp-activity-trigger {
  border-color: var(--fsp-violet);
  box-shadow: 0 0 0 3px rgba(142, 91, 199, .12);
}

.fsp-activity-trigger > span {
  min-width: 0;
}

.fsp-activity-trigger > b {
  flex: 0 0 auto;
  color: var(--fsp-violet);
  font-size: 22px;
  transition: transform .16s ease;
}

.fsp-activity-control.is-open .fsp-activity-trigger > b {
  transform: rotate(180deg);
}

.fsp-activity-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  display: grid;
  max-height: 350px;
  overflow: auto;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  background: var(--fsp-white);
  border: 1px solid #dac3e6;
  border-radius: 17px;
  box-shadow: 0 18px 45px rgba(53, 28, 77, .18);
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity .14s ease, transform .14s ease, visibility .14s;
}

.fsp-activity-control.is-open .fsp-activity-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fsp-activity-menu button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  color: var(--fsp-text);
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.fsp-activity-menu button:hover,
.fsp-activity-menu button:focus-visible {
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
}

.fsp-activity-menu button.is-selected {
  color: var(--fsp-pink-dark);
  background: var(--fsp-pink-pale);
}

.fsp-activity-menu button b {
  color: var(--fsp-pink);
  font-size: 16px;
}

.fsp-input-wrap b {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 10px;
  place-items: center;
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.fsp-panel {
  display: grid;
  gap: 12px;
}

.fsp-panel-hint {
  margin: 0;
  color: var(--fsp-muted);
  font-size: 13px;
}

.fsp-acre-rate {
  display: grid;
  gap: 10px;
  padding: 15px;
  background: var(--fsp-pink-pale);
  border: 1px solid #f1c6d6;
  border-radius: 16px;
}

.fsp-acre-rate > strong {
  color: var(--fsp-pink-dark);
  font-size: 15px;
}

.fsp-acre-rate > small {
  color: var(--fsp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.fsp-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: var(--fsp-text);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.fsp-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fsp-toggle i {
  position: relative;
  width: 48px;
  height: 28px;
  flex: 0 0 48px;
  background: #e7dce5;
  border-radius: 999px;
  transition: background .2s ease;
}

.fsp-toggle i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: var(--fsp-white);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(53, 28, 77, .22);
  transition: transform .2s ease;
}

.fsp-toggle input:checked + i {
  background: var(--fsp-pink);
}

.fsp-toggle input:checked + i::after {
  transform: translateX(20px);
}

.fsp-toggle input:focus-visible + i {
  outline: 3px solid rgba(142, 91, 199, .28);
  outline-offset: 2px;
}

.fsp-tax-field.is-hidden,
.fsp-warning.is-hidden {
  display: none;
}

.fsp-warning,
.fsp-error,
.fsp-notice {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.55;
}

.fsp-warning {
  color: #75551e;
  background: #fff3d9;
  border: 1px solid #f0dca7;
}

.fsp-warning p {
  margin: 8px 0 0;
}

.fsp-error {
  color: #9c2741;
  background: #fde7eb;
  border: 1px solid #f4bdc8;
  font-weight: 700;
}

.fsp-notice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
  border: 1px solid #dfc9ef;
  font-weight: 700;
}

.fsp-notice button {
  padding: 0 4px;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.fsp-button,
a.fsp-button,
.fsp-link-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 13px 20px;
  color: var(--fsp-white) !important;
  background: var(--fsp-pink);
  border: 1px solid var(--fsp-pink);
  border-radius: 16px;
  box-shadow: 0 7px 16px rgba(201, 47, 103, .18);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease;
}

.fsp-button:hover,
.fsp-link-button:hover {
  color: var(--fsp-white) !important;
  background: var(--fsp-pink-dark);
  transform: translateY(-1px);
}

.fsp-button > span {
  font-size: 23px;
  line-height: 1;
}

.fsp-button-secondary {
  color: var(--fsp-violet-dark) !important;
  background: var(--fsp-white);
  border-color: #d9c1e7;
  box-shadow: none;
}

.fsp-button-secondary:hover {
  color: var(--fsp-violet-dark) !important;
  background: var(--fsp-lilac);
}

.fsp-result-card,
.fsp-recommended-card,
.fsp-empty-result {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 28px;
  box-shadow: var(--fsp-shadow);
}

.fsp-result-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--fsp-pink);
}

.fsp-result-badge {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 6px;
  padding: 7px 12px;
  color: var(--fsp-pink-dark);
  background: var(--fsp-pink-pale);
  border-radius: 18px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.fsp-result-badge svg {
  width: 14px;
  height: 14px;
  fill: var(--fsp-pink);
  stroke: var(--fsp-pink);
  stroke-width: 1.8;
}

.fsp-result-label,
.fsp-result-sub,
.fsp-result-note {
  margin: 0;
  text-align: center;
}

.fsp-result-label {
  margin-top: 15px;
  color: var(--fsp-violet-dark);
  font-size: 15px;
  font-weight: 700;
}

.fsp-result-amount {
  color: var(--fsp-pink);
  font-size: clamp(42px, 6vw, 58px);
  font-weight: 900;
  letter-spacing: -1.8px;
  line-height: 1.15;
  text-align: center;
}

.fsp-result-sub,
.fsp-result-note {
  color: var(--fsp-muted);
  font-size: 13px;
}

.fsp-result-note {
  margin-top: 14px;
  line-height: 1.5;
}

.fsp-divider {
  height: 1px;
  margin: 14px 0;
  background: var(--fsp-border);
}

.fsp-breakdown {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  color: var(--fsp-muted);
  font-size: 13px;
}

.fsp-breakdown b {
  color: var(--fsp-text);
  text-align: right;
  white-space: nowrap;
}

.fsp-breakdown.is-strong,
.fsp-breakdown.is-strong b {
  color: var(--fsp-plum);
  font-weight: 900;
}

.fsp-result-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fsp-result-stats > div {
  display: grid;
  gap: 4px;
  padding: 13px;
  background: var(--fsp-pink-pale);
  border-radius: 16px;
}

.fsp-result-stats small {
  color: var(--fsp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
}

.fsp-result-stats strong {
  color: var(--fsp-plum);
  font-size: 17px;
}

.fsp-recommended-card,
.fsp-empty-result {
  min-height: 350px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.fsp-recommended-card > small {
  color: var(--fsp-violet);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.fsp-recommended-card > strong {
  color: var(--fsp-pink);
  font-size: clamp(43px, 6vw, 58px);
  font-weight: 900;
  letter-spacing: -1.5px;
}

.fsp-recommended-card > p,
.fsp-empty-result p {
  max-width: 420px;
  margin: 0 0 10px;
  color: var(--fsp-muted);
}

.fsp-empty-result h2 {
  margin: 10px 0 0;
  color: var(--fsp-plum);
  font-size: 21px;
}

.fsp-nav {
  position: sticky;
  bottom: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 820px);
  min-height: 88px;
  margin: 0 auto;
  padding: 10px 10px max(12px, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--fsp-border);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -6px 20px rgba(91, 48, 79, .09);
  backdrop-filter: blur(18px);
}

.fsp-nav button {
  display: grid;
  min-width: 0;
  place-items: center;
  gap: 3px;
  margin: 0;
  padding: 5px 3px;
  color: #9a879b;
  background: transparent;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
}

.fsp-nav button > span {
  display: grid;
  width: 42px;
  height: 36px;
  place-items: center;
  border-radius: 18px;
}

.fsp-nav button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fsp-nav button b {
  max-width: 100%;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fsp-nav button.is-active {
  color: var(--fsp-pink);
}

.fsp-nav button.is-active > span {
  background: var(--fsp-pink-pale);
}

.fsp-history-grid,
.fsp-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fsp-history-card,
.fsp-info-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fsp-history-card small,
.fsp-info-card small {
  color: var(--fsp-muted);
}

.fsp-history-card h2,
.fsp-info-card h2 {
  margin: 0;
  color: var(--fsp-plum);
  font-size: 18px;
}

.fsp-history-card p,
.fsp-info-card p {
  margin: 0;
  color: var(--fsp-muted);
}

.fsp-history-card > strong {
  color: var(--fsp-pink);
  font-size: 28px;
}

.fsp-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.fsp-card-actions button {
  flex: 1;
  padding: 9px 12px;
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
  border: 0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.fsp-card-actions button:last-child {
  color: var(--fsp-danger);
  background: #fde7eb;
}

.fsp-meter {
  height: 9px;
  overflow: hidden;
  background: var(--fsp-border);
  border-radius: 999px;
}

.fsp-meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--fsp-pink), var(--fsp-violet));
  border-radius: inherit;
}

.fsp-link-button {
  min-height: 46px;
  justify-self: start;
  padding: 10px 16px;
  font-size: 14px;
}

.fsp-source-list {
  display: grid;
  gap: 8px;
}

.fsp-source-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1px 12px;
  padding: 13px 15px;
  color: var(--fsp-text) !important;
  background: var(--fsp-cream);
  border: 1px solid var(--fsp-border);
  border-radius: 14px;
  text-decoration: none !important;
}

.fsp-source-list span {
  font-size: 14px;
  font-weight: 800;
}

.fsp-source-list small {
  overflow: hidden;
  color: var(--fsp-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fsp-source-list b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--fsp-pink);
}

.fsp-step-card,
.fsp-advice-card,
.fsp-soft-info,
.fsp-reperes {
  display: grid;
  gap: 12px;
  padding: 17px;
  border-radius: 21px;
}

.fsp-step-card {
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  box-shadow: 0 6px 16px rgba(91, 48, 79, .07);
}

.fsp-step-card h2,
.fsp-idea-section h2,
.fsp-advice-card h2 {
  margin: 0;
  color: var(--fsp-plum);
  font-size: 17px;
}

.fsp-advice-card {
  background: #fff4f7;
  border: 1px solid var(--fsp-border);
}

.fsp-advice-card small {
  color: var(--fsp-violet);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.fsp-advice-card p,
.fsp-reperes p {
  margin: 0;
  color: var(--fsp-muted);
  font-size: 14px;
}

.fsp-idea-section {
  display: grid;
  gap: 12px;
}

.fsp-time-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fsp-time-chips button {
  padding: 8px 13px;
  color: var(--fsp-muted);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.fsp-time-chips button.is-active {
  color: var(--fsp-pink-dark);
  background: var(--fsp-pink-pale);
  border-color: var(--fsp-pink);
}

.fsp-level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fsp-level-card {
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 14px;
  color: var(--fsp-text);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .06);
  text-align: left;
  cursor: pointer;
}

.fsp-level-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--fsp-pink);
  background: var(--fsp-pink-pale);
  border-radius: 50%;
}

.fsp-level-card svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fsp-level-card strong {
  color: var(--fsp-plum);
  font-size: 16px;
}

.fsp-level-card small {
  color: var(--fsp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.fsp-level-card.is-active {
  background: #fff4f7;
  border-color: var(--fsp-pink);
}

.fsp-level-card.is-active > span {
  color: var(--fsp-white);
  background: var(--fsp-pink);
}

.fsp-soft-info {
  color: var(--fsp-violet-dark);
  background: var(--fsp-lilac);
  font-size: 14px;
}

.fsp-reperes {
  color: #635438;
  background: #fff4d6;
}

.fsp-more-view {
  width: min(100%, 760px);
  margin: 0 auto;
}

.fsp-logo-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 21px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .07);
}

.fsp-logo-card > div {
  display: grid;
  gap: 2px;
}

.fsp-logo-card strong {
  color: var(--fsp-plum);
  font-size: 20px;
}

.fsp-logo-card span {
  color: var(--fsp-muted);
  font-size: 13px;
  font-weight: 700;
}

.fsp-more-view > h1 {
  margin: 0;
  color: var(--fsp-violet-dark);
  font-size: 38px;
}

.fsp-more-intro {
  margin: -8px 0 0;
  color: var(--fsp-muted);
  font-size: 17px;
}

.fsp-more-hero {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  color: var(--fsp-pink-dark);
  background: #fff1f5;
  border-radius: 16px;
}

.fsp-more-hero svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--fsp-pink);
  stroke-width: 1.8;
}

.fsp-more-menu {
  display: grid;
  gap: 12px;
}

.fsp-more-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: var(--fsp-text);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 21px;
  box-shadow: 0 6px 16px rgba(91, 48, 79, .07);
  text-align: left;
  cursor: pointer;
}

.fsp-more-card > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.fsp-more-card strong {
  color: var(--fsp-plum);
  font-size: 18px;
}

.fsp-more-card small {
  color: var(--fsp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.fsp-more-card > b {
  color: #b49cbb;
  font-size: 24px;
}

.fsp-more-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--fsp-violet);
  background: var(--fsp-lilac);
  border-radius: 18px;
}

.fsp-more-card.is-pink .fsp-more-card-icon {
  color: var(--fsp-pink);
  background: var(--fsp-pink-pale);
}

.fsp-more-card.is-peach .fsp-more-card-icon {
  color: #d66b4f;
  background: #ffede5;
}

.fsp-more-card svg,
.fsp-subview-header svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fsp-copyright {
  margin: 0;
  padding: 10px 0;
  color: var(--fsp-muted);
  font-size: 12px;
  text-align: center;
}

.fsp-subview-header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.fsp-subview-header button {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--fsp-violet-dark);
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 50%;
  cursor: pointer;
}

.fsp-subview-header h1,
.fsp-subview-header p {
  margin: 0;
}

.fsp-subview-header h1 {
  color: var(--fsp-violet-dark);
  font-size: 32px;
}

.fsp-subview-header p {
  color: var(--fsp-muted);
}

.fsp-guide-grid,
.fsp-rates-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fsp-premium-card {
  display: grid;
  width: min(100%, 560px);
  justify-self: center;
  justify-items: center;
  gap: 13px;
  padding: 28px;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 28px;
  box-shadow: var(--fsp-shadow);
  text-align: center;
}

.fsp-premium-card > small {
  color: var(--fsp-violet);
  font-weight: 900;
  letter-spacing: 1px;
}

.fsp-premium-card > strong {
  color: var(--fsp-pink);
  font-size: 44px;
}

.fsp-premium-card > p {
  margin: 0;
  color: var(--fsp-muted);
}

.fsp-premium-card .fsp-meter {
  width: 100%;
}

.fsp-rates-list dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.fsp-rates-list dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--fsp-muted);
  font-size: 13px;
}

.fsp-rates-list dd {
  margin: 0;
  color: var(--fsp-plum);
  font-weight: 800;
}

.fsp-legal-links {
  display: grid;
  gap: 8px;
}

.fsp-legal-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  color: var(--fsp-text) !important;
  background: #fff4f7;
  border-radius: 13px;
  text-decoration: none !important;
}

.fsp-modal-backdrop {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  padding: 22px;
  place-items: center;
  background: rgba(43, 25, 61, .58);
  backdrop-filter: blur(6px);
}

.fsp-modal {
  display: grid;
  width: min(100%, 480px);
  max-height: calc(100vh - 44px);
  overflow: auto;
  gap: 14px;
  padding: clamp(24px, 5vw, 38px);
  color: var(--fsp-text);
  background: var(--fsp-cream);
  border: 1px solid var(--fsp-border);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(35, 16, 50, .28);
  text-align: center;
}

.fsp-modal .fsp-round-icon {
  justify-self: center;
}

.fsp-modal h2 {
  margin: 0;
  color: var(--fsp-violet-dark);
  font-size: 25px;
}

.fsp-modal p {
  margin: 0;
  color: var(--fsp-muted);
}

.fsp-promo-box {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 18px;
  text-align: left;
}

.fsp-promo-box > strong {
  color: var(--fsp-violet-dark);
  text-align: center;
}

.fsp-promo-box .fsp-button {
  min-height: 48px;
}

.fsp-modal .fsp-promo-error {
  color: #9c2741;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.fsp-price-box {
  display: grid;
  gap: 3px;
  padding: 18px;
  background: var(--fsp-white);
  border: 1px solid var(--fsp-border);
  border-radius: 18px;
}

.fsp-price-box small {
  color: var(--fsp-violet);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.fsp-price-box strong {
  color: var(--fsp-pink);
  font-size: 36px;
}

.fsp-price-box span {
  color: var(--fsp-muted);
  font-size: 12px;
}

.fsp-modal-close {
  justify-self: center;
  padding: 7px 10px;
  color: var(--fsp-violet-dark);
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .fsp-app-header {
    min-height: 78px;
    padding: 13px 17px;
  }

  .fsp-app-brand small {
    display: none;
  }

  .fsp-credit {
    min-height: 52px;
    padding: 8px 13px 8px 9px;
    font-size: 13px;
  }

  .fsp-content {
    padding: 28px 17px 32px;
  }

  .fsp-view-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .fsp-result-column {
    position: static;
  }

  .fsp-nav {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .fsp-app-header {
    gap: 8px;
  }

  .fsp-brand-mark {
    width: 38px;
    height: 43px;
  }

  .fsp-app-brand b {
    font-size: 15px;
  }

  .fsp-credit {
    max-width: 190px;
  }

  .fsp-title-row {
    align-items: flex-start;
  }

  .fsp-title-row h1 {
    font-size: 30px;
  }

  .fsp-title-row p {
    font-size: 15px;
  }

  .fsp-money-grid,
  .fsp-rate-grid,
  .fsp-history-grid,
  .fsp-settings-grid,
  .fsp-result-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .fsp-level-grid,
  .fsp-guide-grid,
  .fsp-rates-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .fsp-more-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 15px;
  }

  .fsp-more-card-icon {
    width: 46px;
    height: 46px;
  }

  .fsp-money-grid .fsp-field:first-child:nth-last-child(3) {
    grid-column: auto;
  }

  .fsp-result-card,
  .fsp-recommended-card,
  .fsp-empty-result {
    padding: 22px 18px;
  }

  .fsp-result-amount,
  .fsp-recommended-card > strong {
    font-size: 41px;
  }

  .fsp-breakdown {
    gap: 8px;
    font-size: 12px;
  }

  .fsp-nav {
    min-height: 82px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .fsp-nav button b {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsp-app *,
  .fsp-app *::before,
  .fsp-app *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Accès Premium sécurisé */
.fsp-access-box{margin-top:18px;padding:18px;border:1px solid #ead8e8;border-radius:18px;background:#fff;text-align:left;box-shadow:0 8px 22px rgba(79,42,83,.06)}
.fsp-access-box>strong{display:block;margin-bottom:5px;color:#3b1f52;font-size:1.05rem}
.fsp-access-box>p{margin:4px 0 12px;color:#725f78}
.fsp-access-box>small{display:block;margin-top:10px;color:#88758d;line-height:1.45}
.fsp-access-box .fsp-field{margin:12px 0}
.fsp-access-box .fsp-button{width:100%;justify-content:center}
.fsp-access-box.is-connected{border-color:#bfe4d3;background:#f4fbf7}
.fsp-access-success{padding:10px 12px!important;border-radius:12px;background:#edf9f2;color:#236547!important;font-weight:700}
.fsp-link-button{margin-top:12px;padding:0;border:0;background:transparent;color:#6e3ac8;text-decoration:underline;cursor:pointer;font:inherit;font-weight:700}
.fsp-credit.is-premium{background:#f1fbf6;border-color:#b8e4cc;color:#266346}
.fsp-credit.is-premium span{background:#38a169;color:#fff}
@media (max-width:640px){.fsp-access-box{padding:15px}.fsp-credit.is-premium b{font-size:.78rem}}
