/* ===== PAGES STUB / EN CONSTRUCTION ===== */
.stub-page {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: linear-gradient(160deg, #fff5fb 0%, #fff9e6 50%, #f0fffe 100%);
}

.stub-page__inner {
  text-align: center;
  max-width: 480px;
}

.stub-page__icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}

.stub-page__inner h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.stub-page__inner p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 28px;
}

.stub-page__step-label {
  display: inline-block;
  background: #fff0f7;
  color: #E8264A;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 16px !important;
}

.stub-page__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
}

.stub-page__step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #9ca3af;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
}

.stub-page__step--active {
  background: #E8264A;
  color: #fff;
  box-shadow: 0 4px 12px rgba(240,41,122,.35);
}

.stub-page__step-line {
  width: 48px;
  height: 2px;
  background: #e5e7eb;
}

/* ===== PAGES LÉGALES ===== */
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.legal-page h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.legal-page__date {
  font-size: 0.8rem;
  color: #aaa;
  margin-bottom: 40px;
  display: block;
}

.legal-page h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #222;
  margin: 32px 0 10px;
}

.legal-page h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #333;
  margin: 20px 0 8px;
}

.legal-page p,
.legal-page li {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
}

.legal-page ul {
  padding-left: 20px;
  margin: 8px 0;
}

.legal-page a {
  color: #E8264A;
  text-decoration: underline;
}

.legal-highlight {
  border-radius: 12px;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 0.88rem;
  line-height: 1.7;
  border-left: 4px solid;
}

.legal-highlight--info  { background: #eff6ff; border-color: #3b82f6; color: #1e40af; }
.legal-highlight--green { background: #f0fdf4; border-color: #22c55e; color: #166534; }
.legal-highlight--blue  { background: #f0f9ff; border-color: #0ea5e9; color: #0c4a6e; }

.legal-highlight strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

/* ===== PAGE INSCRIPTION PET-SITTER ===== */
.sitter-hero {
  background: linear-gradient(150deg, #fff5fb 0%, #fffbea 60%, #f0fffe 100%);
  padding: 64px 24px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sitter-hero__badge {
  display: inline-block;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(34,197,94,.3);
}

.sitter-hero__title {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.sitter-hero__sub {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.sitter-hero__checklist {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 0 auto 32px;
  padding: 0;
  max-width: 560px;
}

.sitter-hero__checklist li {
  font-size: 0.88rem;
  font-weight: 700;
  color: #166534;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 50px;
  padding: 6px 14px;
}

.sitter-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sitter-hero__cta-note {
  font-size: 0.82rem;
  color: #888;
  font-weight: 600;
}

.plans {
  background: #f8fafc;
  padding: 72px 24px;
}

.plans__header {
  text-align: center;
  margin-bottom: 48px;
}

.plans__title {
  font-size: 1.9rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.plans__sub {
  font-size: 0.95rem;
  color: #777;
}

.plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto 40px;
}

.plan {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border: 2px solid #f0e8f5;
  transition: transform .2s ease, box-shadow .2s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }

.plan--premium {
  border-color: #E8264A;
  box-shadow: 0 8px 32px rgba(240,41,122,.15);
}

.plan__popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(240,41,122,.35);
}

.plan__top { margin-bottom: 28px; }

.plan__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-bottom: 6px;
}
.plan--premium .plan__label { color: #E8264A; }

.plan__name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.plan__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.plan__amount { font-size: 2rem; font-weight: 900; color: #1a1a1a; }
.plan--free .plan__amount    { color: #22c55e; }
.plan--premium .plan__amount { font-size: 1.3rem; color: #E8264A; }

.plan__period  { font-size: 0.8rem; color: #999; font-weight: 600; }
.plan__desc    { font-size: 0.85rem; color: #777; line-height: 1.5; }

.plan__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-bottom: 28px;
}

.plan__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #444;
  line-height: 1.4;
}

.plan__check {
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
}
.plan__check--gold { background: #fff9e6; }

.plan__btn {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.plan__btn--free {
  background: #f0fdf4;
  color: #16a34a;
  border: 2px solid #bbf7d0;
}
.plan__btn--free:hover { background: #dcfce7; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(34,197,94,.2); color: #16a34a; }

.plan__btn--premium {
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(240,41,122,.3);
}
.plan__btn--premium:hover { background: linear-gradient(135deg, #d4206b, #a0005c); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(240,41,122,.45); color: #fff; }

.plan__disclaimer { text-align: center; font-size: 0.72rem; color: #bbb; margin-top: 10px; }

.plans__reassurance {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 2px solid #bbf7d0;
  border-radius: 16px;
  padding: 18px 24px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
}
.plans__reassurance strong { color: #16a34a; }

.sitter-form-section {
  background: linear-gradient(160deg, #fff5fb, #f0fffe);
  padding: 72px 24px 80px;
}

.sitter-form-section__inner {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

/* ================================================================
   PARCOURS PROPRIÉTAIRE — BARRE D'ÉTAPES + FORMULAIRES
   ================================================================ */
.parcours-page {
  min-height: calc(100vh - 140px);
  background: linear-gradient(160deg, #fff5fb 0%, #fff9e6 50%, #f0fffe 100%);
  padding: 48px 24px 80px;
}

.parcours-inner {
  max-width: 700px;
  margin: 0 auto;
}

/* Barre de progression */
.pbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 44px;
  overflow: hidden;
}

.pbar__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.pbar__dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #9ca3af;
  font-size: 0.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  position: relative;
  z-index: 1;
}

.pbar__dot--done   { background: #bbf7d0; color: #16a34a; }
.pbar__dot--active { background: #E8264A; color: #fff; box-shadow: 0 4px 14px rgba(240,41,122,.4); }

.pbar__label {
  font-size: 0.62rem;
  font-weight: 700;
  color: #bbb;
  white-space: nowrap;
  max-width: 60px;
  text-align: center;
  line-height: 1.2;
}
.pbar__label--active { color: #E8264A; }
.pbar__label--done   { color: #16a34a; }

.pbar__line {
  height: 2px;
  width: 32px;
  background: #e5e7eb;
  flex-shrink: 0;
  margin-bottom: 22px;
}
.pbar__line--done { background: #bbf7d0; }

/* En-tête page parcours */
.parcours-head {
  text-align: center;
  margin-bottom: 36px;
}

.parcours-head__step-lbl {
  display: inline-block;
  background: #fff0f7;
  color: #E8264A;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: .04em;
}

.parcours-head__title {
  font-size: 1.9rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.parcours-head__sub {
  font-size: 0.95rem;
  color: #888;
  line-height: 1.6;
}

/* Grille de choix */
.choice-grid { display: grid; gap: 16px; margin-top: 8px; }
.choice-grid--2x2 { grid-template-columns: 1fr 1fr; }
.choice-grid--4x2 { grid-template-columns: repeat(4, 1fr); }

.choice-card {
  background: #fff;
  border: 2.5px solid #f0e8f5;
  border-radius: 20px;
  padding: 28px 16px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1a1a1a;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.choice-card:hover { border-color: #E8264A; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(240,41,122,.12); color: #1a1a1a; }

.choice-card__icon  { font-size: 2.6rem; line-height: 1; }
.choice-card__label { font-size: 0.95rem; font-weight: 800; }
.choice-card__desc  { font-size: 0.78rem; color: #888; line-height: 1.4; }

/* Formulaire parcours */
.parcours-form { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }

.form-group { display: flex; flex-direction: column; gap: 8px; }

.form-label { font-size: 0.85rem; font-weight: 800; color: #333; }

.form-hint { font-size: 0.75rem; color: #aaa; margin-top: -4px; }

.form-input,
.form-select,
.form-textarea {
  padding: 14px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  width: 100%;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #E8264A;
  box-shadow: 0 0 0 3px rgba(240,41,122,.1);
}

.form-textarea { resize: vertical; min-height: 100px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.parcours-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  gap: 12px;
}

.btn--back {
  background: #f8fafc;
  color: #666;
  border: 2px solid #e5e7eb;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.btn--back:hover { background: #f1f5f9; border-color: #d1d5db; color: #444; }

.btn--next {
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(240,41,122,.3);
  transition: transform .2s, box-shadow .2s, background .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn--next:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(240,41,122,.45); background: linear-gradient(135deg, #d4206b, #a0005c); color: #fff; }

/* ================================================================
   RÉSULTATS PET-SITTERS
   ================================================================ */
.results-page {
  background: #f8fafc;
  padding: 40px 24px 80px;
  min-height: calc(100vh - 140px);
}

.results-inner { max-width: 1100px; margin: 0 auto; }

.results-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.results-title { font-size: 1.6rem; font-weight: 900; color: #1a1a1a; margin-bottom: 4px; }
.results-subtitle { font-size: 0.9rem; color: #888; }

.results-filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

.filter-pill {
  padding: 8px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 50px;
  background: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .2s, background .2s, color .2s;
}
.filter-pill:hover, .filter-pill--active { border-color: #E8264A; background: #fff0f7; color: #E8264A; }

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

/* Carte pet-sitter résultats */
.sitter-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 2px solid #f0e8f5;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.sitter-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }

.sitter-card__head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }

.sitter-card__photo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  flex-shrink: 0;
}

.sitter-card__meta { flex: 1; min-width: 0; }
.sitter-card__name { font-size: 1rem; font-weight: 900; color: #1a1a1a; margin-bottom: 2px; }
.sitter-card__city { font-size: 0.78rem; color: #888; margin-bottom: 6px; }
.sitter-card__rating { display: flex; align-items: center; gap: 5px; }

.stars { color: #fbbf24; font-size: 0.82rem; letter-spacing: 1px; }
.rating-score { font-size: 0.82rem; font-weight: 800; color: #333; }
.rating-count { font-size: 0.73rem; color: #aaa; }

.sitter-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }

.tag { background: #f3f4f6; color: #555; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 50px; }

/* Coordonnées masquées */
.coords-block {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1.5px solid #f0e8f5;
  margin-bottom: 14px;
}

.coords-row { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; font-size: 0.82rem; }
.coords-row:last-child { margin-bottom: 0; }

.coords-row__ico { font-size: 0.9rem; width: 18px; text-align: center; flex-shrink: 0; }

.coords-row__masked {
  background: #e9eaec;
  color: #aaa;
  border-radius: 6px;
  padding: 2px 10px;
  letter-spacing: 3px;
  font-size: 0.75rem;
  user-select: none;
  font-style: italic;
}

.coords-lock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: #E8264A;
  font-weight: 700;
  margin-top: 8px;
}

.sitter-card__footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

.price-tag { background: #f0fdf4; color: #16a34a; font-size: 0.85rem; font-weight: 800; padding: 5px 12px; border-radius: 50px; border: 1.5px solid #bbf7d0; }

.btn--card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(240,41,122,.25);
  transition: transform .2s, box-shadow .2s;
  cursor: pointer;
  border: none;
}
.btn--card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(240,41,122,.4); color: #fff; }

.vbadge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  white-space: nowrap;
}

/* Bandeau incitation abonnement */
.unlock-cta-band {
  background: linear-gradient(135deg, #fff0f7, #fff9e6);
  border: 2.5px solid #E8264A;
  border-radius: 22px;
  padding: 32px 40px;
  text-align: center;
  margin-top: 8px;
}

.unlock-cta-band__icon { font-size: 2.8rem; margin-bottom: 12px; }
.unlock-cta-band__title { font-size: 1.5rem; font-weight: 900; color: #1a1a1a; margin-bottom: 10px; }

.unlock-cta-band__text {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.unlock-cta-band__price { font-size: 2rem; font-weight: 900; color: #E8264A; margin-bottom: 20px; }
.unlock-cta-band__note { font-size: 0.78rem; color: #aaa; margin-top: 10px; }

/* ================================================================
   PROFIL COMPLET PET-SITTER
   ================================================================ */
.profile-page { background: #f8fafc; padding: 40px 24px 80px; min-height: calc(100vh - 140px); }

.profile-layout {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

.profile-sidebar {
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px;
  border: 2px solid #f0e8f5;
  position: sticky;
  top: 90px;
  text-align: center;
}

.profile-photo-wrap { position: relative; display: inline-block; margin-bottom: 16px; }

.profile-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  display: block;
}

.profile-online-dot {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: #22c55e;
  border-radius: 50%;
  border: 2.5px solid #fff;
}

.profile-name { font-size: 1.3rem; font-weight: 900; color: #1a1a1a; margin-bottom: 4px; }
.profile-city { font-size: 0.85rem; color: #888; margin-bottom: 14px; }

.profile-rating { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 18px; }

.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-bottom: 22px; }

.tbadge { font-size: 0.7rem; font-weight: 800; padding: 4px 10px; border-radius: 50px; }
.tbadge--green { background: #f0fdf4; color: #16a34a; border: 1.5px solid #bbf7d0; }
.tbadge--blue  { background: #eff6ff; color: #1d4ed8; border: 1.5px solid #bfdbfe; }
.tbadge--pink  { background: #fff0f7; color: #E8264A; border: 1.5px solid #fecdd3; }
.tbadge--gold  { background: #fffbeb; color: #92400e; border: 1.5px solid #fde68a; }

.coords-section {
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px;
  border: 1.5px solid #f0e8f5;
  margin-bottom: 20px;
  text-align: left;
}

.coords-section__title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.crd-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f0e8f5; }
.crd-row:last-child { border-bottom: none; }
.crd-row__ico { font-size: 1rem; width: 22px; text-align: center; flex-shrink: 0; }
.crd-row__inner { flex: 1; }
.crd-row__lbl { font-size: 0.68rem; color: #aaa; font-weight: 700; display: block; margin-bottom: 1px; }
.crd-row__val { font-size: 0.82rem; font-weight: 800; color: #ccc; background: #ececec; border-radius: 6px; padding: 2px 8px; letter-spacing: 3px; display: inline-block; user-select: none; }
.crd-row__val--visible { color: #1a1a1a; background: none; letter-spacing: normal; padding: 2px 0; }

.coords-lock-cta {
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  margin-top: 4px;
}

.coords-lock-cta__title { font-size: 0.82rem; font-weight: 900; margin-bottom: 4px; }
.coords-lock-cta__sub { font-size: 0.72rem; opacity: .85; margin-bottom: 12px; line-height: 1.4; }

.btn--unlock {
  display: block;
  background: #fff;
  color: #E8264A;
  border-radius: 50px;
  padding: 9px 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform .2s, box-shadow .2s;
}
.btn--unlock:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.1); color: #E8264A; }

.profile-main { display: flex; flex-direction: column; gap: 20px; }

.profile-section {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 2px solid #f0e8f5;
}

.profile-section__hd { font-size: 1rem; font-weight: 900; color: #1a1a1a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }

.profile-bio { font-size: 0.9rem; color: #555; line-height: 1.75; }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.service-item { background: #f8fafc; border-radius: 12px; padding: 14px; border: 1.5px solid #f0e8f5; display: flex; align-items: center; gap: 10px; }

.service-item__ico  { font-size: 1.3rem; }
.service-item__name { font-size: 0.85rem; font-weight: 800; color: #1a1a1a; }
.service-item__price { font-size: 0.78rem; color: #22c55e; font-weight: 700; }

.animals-accepted { display: flex; flex-wrap: wrap; gap: 10px; }

.animal-pill { background: #f3f4f6; border-radius: 50px; padding: 7px 14px; font-size: 0.82rem; font-weight: 700; color: #444; display: flex; align-items: center; gap: 6px; }

.review-list { display: flex; flex-direction: column; gap: 16px; }

.review-item { border-bottom: 1px solid #f0e8f5; padding-bottom: 16px; }
.review-item:last-child { border-bottom: none; padding-bottom: 0; }

.review-item__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }

.review-item__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff; font-size: 0.85rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.review-item__name { font-size: 0.85rem; font-weight: 800; color: #1a1a1a; }
.review-item__date { font-size: 0.72rem; color: #aaa; }
.review-item__text { font-size: 0.85rem; color: #555; line-height: 1.65; }

.report-btn { background: none; border: none; font-size: 0.73rem; color: #ccc; cursor: pointer; font-family: 'Nunito', sans-serif; padding: 0; transition: color .2s; }
.report-btn:hover { color: #E8264A; }

/* ================================================================
   PAGE ABONNEMENT
   ================================================================ */
.abo-hero {
  background: linear-gradient(150deg, #fff5fb 0%, #fffbea 60%, #f0fffe 100%);
  padding: 60px 24px 52px;
  text-align: center;
}

.abo-hero__badge { display: inline-block; background: linear-gradient(90deg, #22c55e, #16a34a); color: #fff; font-size: 0.8rem; font-weight: 800; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; box-shadow: 0 4px 12px rgba(34,197,94,.3); }

.abo-hero__title { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 900; color: #1a1a1a; line-height: 1.2; margin-bottom: 12px; }

.abo-hero__sub { font-size: 0.98rem; color: #666; max-width: 540px; margin: 0 auto 32px; line-height: 1.7; }

.abo-price-display {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff;
  border-radius: 20px;
  padding: 16px 40px;
  box-shadow: 0 8px 28px rgba(240,41,122,.35);
  margin-bottom: 12px;
}

.abo-price-display__amount { font-size: 3rem; font-weight: 900; line-height: 1; }
.abo-price-display__period { font-size: 1rem; font-weight: 700; opacity: .85; }

.abo-price-note { font-size: 0.82rem; color: #aaa; margin-bottom: 32px; }

.abo-body { max-width: 900px; margin: 0 auto; padding: 56px 24px; }

.abo-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 48px; }

.abo-feat { background: #fff; border-radius: 18px; padding: 22px; border: 2px solid #f0e8f5; display: flex; gap: 14px; align-items: flex-start; }

.abo-feat__ico { font-size: 1.8rem; flex-shrink: 0; }
.abo-feat__title { font-size: 0.93rem; font-weight: 800; color: #1a1a1a; margin-bottom: 5px; }
.abo-feat__desc  { font-size: 0.8rem; color: #777; line-height: 1.55; }

.payment-wrap {
  background: #fff;
  border-radius: 26px;
  padding: 36px;
  border: 2px solid #f0e8f5;
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(240,41,122,.07);
}

.payment-wrap__title { font-size: 1.3rem; font-weight: 900; color: #1a1a1a; text-align: center; margin-bottom: 6px; }
.payment-wrap__sub { font-size: 0.85rem; color: #888; text-align: center; margin-bottom: 28px; }

.payment-form { display: flex; flex-direction: column; gap: 16px; }

.payment-total-bar {
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 4px;
}

.payment-total-bar__label  { font-size: 0.88rem; font-weight: 700; }
.payment-total-bar__amount { font-size: 1.5rem; font-weight: 900; }

.payment-secure-logos { display: flex; justify-content: center; gap: 20px; margin-top: 18px; flex-wrap: wrap; }

.secure-item { display: flex; align-items: center; gap: 6px; font-size: 0.73rem; color: #888; font-weight: 700; }

/* ================================================================
   PAGE ACCÈS DÉBLOQUÉ
   ================================================================ */
.unlock-page {
  min-height: calc(100vh - 140px);
  background: linear-gradient(160deg, #f0fdf4 0%, #fff9e6 50%, #fff5fb 100%);
  padding: 60px 24px 80px;
  text-align: center;
}

.unlock-inner { max-width: 720px; margin: 0 auto; }

.unlock-confetti { font-size: 4rem; margin-bottom: 16px; }

.unlock-title { font-size: 2.2rem; font-weight: 900; color: #1a1a1a; margin-bottom: 12px; line-height: 1.2; }

.unlock-sub { font-size: 1rem; color: #666; line-height: 1.7; margin-bottom: 12px; }

.unlock-email-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  color: #16a34a;
  border: 1.5px solid #bbf7d0;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.unlocked-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; text-align: left; margin-bottom: 40px; }

.unlocked-card { background: #fff; border-radius: 20px; padding: 22px; border: 2.5px solid #bbf7d0; box-shadow: 0 6px 24px rgba(34,197,94,.1); }

.unlocked-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }

.unlocked-card__photo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 3px 10px rgba(0,0,0,.1); }

.unlocked-card__name { font-size: 0.95rem; font-weight: 900; color: #1a1a1a; }
.unlocked-card__city { font-size: 0.78rem; color: #888; }

.unlocked-contact-row { display: flex; align-items: center; gap: 10px; font-size: 0.84rem; margin-bottom: 8px; }
.unlocked-contact-row:last-child { margin-bottom: 0; }
.unlocked-contact-row__ico { font-size: 1rem; width: 22px; text-align: center; flex-shrink: 0; }
.unlocked-contact-row__val { font-weight: 700; color: #1a1a1a; }

.unlock-next-steps { background: #fff; border-radius: 20px; padding: 28px 32px; border: 2px solid #f0e8f5; text-align: left; margin-bottom: 32px; }

.unlock-next-steps__title { font-size: 1rem; font-weight: 900; color: #1a1a1a; margin-bottom: 18px; text-align: center; }

.next-step-list { display: flex; flex-direction: column; gap: 12px; }

.next-step-item { display: flex; align-items: flex-start; gap: 12px; }

.next-step-item__num {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff; font-size: 0.8rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.next-step-item__text { font-size: 0.88rem; color: #555; line-height: 1.55; padding-top: 3px; }
.next-step-item__text strong { color: #1a1a1a; }

/* ================================================================
   PAGE CONNEXION / INSCRIPTION
   ================================================================ */
.auth-page {
  min-height: calc(100vh - 140px);
  background: linear-gradient(160deg, #fff5fb 0%, #fff9e6 50%, #f0fffe 100%);
  padding: 56px 24px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.auth-card {
  background: #fff;
  border-radius: 28px;
  padding: 40px 36px;
  border: 2px solid #f0e8f5;
  box-shadow: 0 16px 48px rgba(240,41,122,.08);
  max-width: 480px;
  width: 100%;
}

.auth-tabs { display: flex; background: #f8fafc; border-radius: 14px; padding: 4px; gap: 4px; margin-bottom: 28px; }

.auth-tab { flex: 1; padding: 11px; border-radius: 10px; font-family: 'Nunito', sans-serif; font-size: 0.88rem; font-weight: 800; cursor: pointer; border: none; background: none; color: #888; transition: background .2s, color .2s; text-align: center; }
.auth-tab--active { background: #fff; color: #E8264A; box-shadow: 0 2px 8px rgba(0,0,0,.08); }

.auth-title { font-size: 1.5rem; font-weight: 900; color: #1a1a1a; margin-bottom: 8px; }
.auth-sub { font-size: 0.88rem; color: #888; margin-bottom: 24px; line-height: 1.6; }

.auth-form { display: flex; flex-direction: column; gap: 14px; }

.auth-divider { display: flex; align-items: center; gap: 12px; margin: 4px 0; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: #e5e7eb; }
.auth-divider span { font-size: 0.78rem; color: #aaa; font-weight: 700; white-space: nowrap; }

.social-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.social-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 14px; border: 2px solid #e5e7eb; border-radius: 12px; background: #fff; font-family: 'Nunito', sans-serif; font-size: 0.84rem; font-weight: 700; color: #333; cursor: pointer; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.social-btn:hover { border-color: #d1d5db; box-shadow: 0 4px 14px rgba(0,0,0,.08); color: #333; }

.auth-secure-notice { background: #f0fdf4; border: 1.5px solid #bbf7d0; border-radius: 12px; padding: 12px 16px; font-size: 0.78rem; color: #166534; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; }

.auth-link { color: #E8264A; font-weight: 700; text-decoration: underline; cursor: pointer; }

.form-input--icon-wrap { position: relative; }
.form-input--icon-wrap .form-input { padding-right: 46px; }
.form-eye-btn { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 1rem; color: #aaa; }

.phone-input-wrap { display: flex; gap: 10px; }
.phone-prefix { background: #f8fafc; border: 2px solid #e5e7eb; border-radius: 14px; padding: 14px; font-family: 'Nunito', sans-serif; font-size: 0.95rem; color: #333; width: 90px; flex-shrink: 0; }

.verify-badge { display: flex; align-items: center; gap: 6px; font-size: 0.75rem; color: #22c55e; font-weight: 700; margin-top: -8px; }

/* ================================================================
   COMMENT ÇA MARCHE
   ================================================================ */
.how-hero {
  background: linear-gradient(150deg, #fff5fb 0%, #fffbea 50%, #f0fffe 100%);
  padding: 64px 24px 56px;
  text-align: center;
}

.how-hero__badge { display: inline-block; background: linear-gradient(90deg, #ffd700, #ffb347); color: #7a4400; font-size: 0.8rem; font-weight: 800; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; box-shadow: 0 3px 10px rgba(255,179,71,.35); }

.how-hero__title { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; color: #1a1a1a; line-height: 1.2; margin-bottom: 14px; }

.how-hero__sub { font-size: 1rem; color: #666; max-width: 580px; margin: 0 auto; line-height: 1.7; }

.journey-section { background: #fff; padding: 72px 24px; }
.journey-inner   { max-width: 900px; margin: 0 auto; }

.section-title { font-size: 1.8rem; font-weight: 900; color: #1a1a1a; text-align: center; margin-bottom: 10px; }
.section-sub   { font-size: 0.95rem; color: #888; text-align: center; margin-bottom: 52px; line-height: 1.6; }

.journey-timeline { display: flex; flex-direction: column; position: relative; }
.journey-timeline::before { content: ''; position: absolute; left: 30px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #E8264A, #bbf7d0); }

.journey-step { display: flex; gap: 24px; align-items: flex-start; padding-bottom: 28px; position: relative; }

.journey-step__num {
  width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff; font-size: 1.1rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
  box-shadow: 0 4px 16px rgba(240,41,122,.35);
}
.journey-step__num--green   { background: linear-gradient(135deg, #22c55e, #16a34a); box-shadow: 0 4px 16px rgba(34,197,94,.35); }
.journey-step__num--purple  { background: linear-gradient(135deg, #7c3aed, #5b21b6); box-shadow: 0 4px 16px rgba(124,58,237,.35); }

.journey-step__body { flex: 1; background: #fff; border-radius: 18px; padding: 20px 22px; border: 2px solid #f0e8f5; margin-top: 8px; }
.journey-step__body--highlight { border-color: #E8264A; background: #fff5fb; }
.journey-step__body--green     { border-color: #bbf7d0; background: #f0fdf4; }
.journey-step__body--purple    { border-color: #ddd6fe; background: #f5f3ff; }

.journey-step__emoji { font-size: 1.5rem; margin-bottom: 8px; }
.journey-step__title { font-size: 1rem; font-weight: 900; color: #1a1a1a; margin-bottom: 6px; }
.journey-step__desc  { font-size: 0.85rem; color: #666; line-height: 1.6; }

.journey-step__badge { display: inline-block; background: #E8264A; color: #fff; font-size: 0.65rem; font-weight: 800; padding: 2px 10px; border-radius: 50px; margin-top: 8px; }
.journey-step__badge--green  { background: #22c55e; }
.journey-step__badge--purple { background: #7c3aed; }

.two-paths { background: #f8fafc; padding: 72px 24px; }

.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1000px; margin: 0 auto; }

.path-card { background: #fff; border-radius: 24px; padding: 36px; border: 2px solid #f0e8f5; }
.path-card--owner  { border-color: #fecdd3; }
.path-card--sitter { border-color: #bbf7d0; }

.path-card__hd { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.path-card__ico { font-size: 2.4rem; }
.path-card__title { font-size: 1.3rem; font-weight: 900; color: #1a1a1a; }

.path-card__badge { display: inline-block; font-size: 0.72rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; margin-top: 4px; }
.path-card__badge--owner  { background: #fff0f7; color: #E8264A; }
.path-card__badge--sitter { background: #f0fdf4; color: #16a34a; }

.path-steps { display: flex; flex-direction: column; gap: 16px; }

.path-step { display: flex; gap: 12px; align-items: flex-start; }

.path-step__dot { width: 28px; height: 28px; border-radius: 50%; background: #E8264A; color: #fff; font-size: 0.78rem; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.path-step__dot--green { background: #22c55e; }

.path-step__title { font-size: 0.88rem; font-weight: 800; color: #1a1a1a; margin-bottom: 3px; }
.path-step__desc  { font-size: 0.78rem; color: #888; line-height: 1.5; }

.security-section { background: #0f172a; color: #e2e8f0; padding: 72px 24px; }
.security-inner   { max-width: 1100px; margin: 0 auto; }
.security-section .section-title { color: #fff; }
.security-section .section-sub   { color: #94a3b8; }

.security-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.sec-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 28px; }
.sec-card__ico   { font-size: 2rem; margin-bottom: 14px; }
.sec-card__title { font-size: 0.95rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.sec-card__desc  { font-size: 0.82rem; color: #94a3b8; line-height: 1.65; }

.mask-demo-section { background: #fff; padding: 72px 24px; }
.mask-demo-inner   { max-width: 800px; margin: 0 auto; }

.mask-demo-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }

.mask-demo-card { border-radius: 22px; padding: 28px; border: 2px solid #f0e8f5; }
.mask-demo-card--locked   { border-color: #fecdd3; background: #fff5fb; }
.mask-demo-card--unlocked { border-color: #bbf7d0; background: #f0fdf4; }

.mask-demo-card__title { font-size: 0.9rem; font-weight: 900; text-align: center; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.mask-demo-card--locked   .mask-demo-card__title { color: #E8264A; }
.mask-demo-card--unlocked .mask-demo-card__title { color: #16a34a; }

.emails-section { background: #f8fafc; padding: 72px 24px; }
.emails-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1000px; margin: 0 auto; }

.emails-col__title { font-size: 1rem; font-weight: 900; color: #1a1a1a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }

.email-item { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #f0e8f5; font-size: 0.85rem; color: #555; }
.email-item:last-child { border-bottom: none; }
.email-item__ico { font-size: 1.1rem; flex-shrink: 0; }

/* ================================================================
   PARCOURS — GRID 4 COLONNES
   ================================================================ */
.choice-grid--4cols { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
  .choice-grid--4cols { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .choice-grid--4cols { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================================
   PARCOURS — BARRE ÉTAPES (ligne complétée)
   ================================================================ */
.pbar__line--done { background: #bbf7d0; }
.pbar__label--done { color: #16a34a; font-weight: 700; }

/* ================================================================
   PARCOURS — FORMULAIRE (étape 3)
   ================================================================ */
.parcours-form { width: 100%; }

.pform__group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }

.pform__label {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pform__label-icon { font-size: 1rem; }
.pform__optional { font-weight: 600; color: #aaa; font-size: 0.8rem; margin-left: 4px; }

.pform__input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  font-family: 'Nunito', 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.pform__input:focus {
  border-color: #E8264A;
  box-shadow: 0 0 0 3px rgba(240,41,122,.12);
}

.pform__input::placeholder { color: #bbb; font-weight: 600; }

.pform__textarea { resize: vertical; min-height: 90px; }

.pform__hint { font-size: 0.78rem; color: #aaa; font-weight: 600; margin-top: 2px; }

.pform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Counter +/− */
.pform__counter {
  display: flex;
  align-items: center;
  gap: 0;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  width: fit-content;
  background: #fff;
}

.pform__counter-btn {
  background: #f8fafc;
  border: none;
  width: 44px;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #E8264A;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  transition: background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pform__counter-btn:hover { background: #f0e8f5; }

.pform__counter-val {
  width: 60px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #1a1a1a;
  border: none;
  border-left: 2px solid #e5e7eb;
  border-right: 2px solid #e5e7eb;
  outline: none;
  padding: 12px 0;
  background: #fff;
  -moz-appearance: textfield;
}
.pform__counter-val::-webkit-inner-spin-button,
.pform__counter-val::-webkit-outer-spin-button { -webkit-appearance: none; }

@media (max-width: 600px) {
  .pform__row { grid-template-columns: 1fr; }
}

/* ================================================================
   PARCOURS V2 — TUNNEL PROPRIÉTAIRE (design teal)
   ================================================================ */
.pv2-page {
  min-height: calc(100vh - 60px);
  background: linear-gradient(180deg, #42c6bf 0%, #38b9b2 100%);
  padding: 28px 24px 72px;
}
.pv2-inner { max-width: 780px; margin: 0 auto; }

.pv2-back {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.75); font-size: 0.84rem; font-weight: 700;
  text-decoration: none; margin-bottom: 18px; transition: color .2s;
}
.pv2-back:hover { color: #fff; }

.pv2-step-tag { text-align: center; margin-bottom: 10px; }
.pv2-step-tag span {
  display: inline-block; background: rgba(255,255,255,.18);
  color: rgba(255,255,255,.9); font-size: 0.7rem; font-weight: 700;
  padding: 4px 16px; border-radius: 50px; text-transform: uppercase;
  letter-spacing: .07em; border: 1px solid rgba(255,255,255,.25);
}

.pv2-intro { text-align: center; margin-bottom: 24px; }
.pv2-intro__title { font-size: clamp(1.2rem, 3.2vw, 1.65rem); font-weight: 900; color: #fff; line-height: 1.35; margin-bottom: 0; }

.pv2-step-lbl {
  font-size: clamp(1.05rem, 2.5vw, 1.3rem); font-weight: 900; color: #fff;
  margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.pv2-step-lbl__num {
  background: rgba(255,255,255,.22); border-radius: 10px;
  padding: 3px 12px; font-size: 1.1em;
}

/* --- 2-col type cards (étape 1) --- */
.pv2-cards-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }

.pv2-type-card {
  background: #fff; border-radius: 22px; overflow: hidden; cursor: pointer;
  border: 3px solid transparent; box-shadow: 0 8px 26px rgba(0,0,0,.12);
  transition: all .25s cubic-bezier(.34,1.4,.64,1); user-select: none; position: relative;
}
.pv2-type-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0,0,0,.16); }
.pv2-type-card--active { border-color: #E8264A; box-shadow: 0 16px 36px rgba(240,41,122,.28); }

.pv2-type-card__title { font-size: 0.95rem; font-weight: 900; color: #1a1a1a; text-align: center; padding: 14px 16px 8px; }

.pv2-type-card__photo {
  width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  font-size: 5.5rem; position: relative; overflow: hidden; letter-spacing: -8px;
}
.pv2-type-card__photo--sitter { background: linear-gradient(150deg, #fef9c3 0%, #fde68a 60%, #fbbf24 100%); }
.pv2-type-card__photo--owner  { background: linear-gradient(150deg, #e0f2fe 0%, #bae6fd 60%, #7dd3fc 100%); }
.pv2-type-card__photo::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 35%; background: linear-gradient(to top, rgba(255,255,255,.45), transparent);
}

.pv2-type-card__footer {
  padding: 12px 14px 16px; display: flex; align-items: flex-start; gap: 8px;
  background: #f9f9f9; font-size: 0.78rem; color: #666; line-height: 1.5;
}
.pv2-type-card--active .pv2-type-card__footer { background: #fff0f7; color: #E8264A; }
.pv2-type-card__footer-ico { font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }

.pv2-type-card__check {
  position: absolute; top: 10px; right: 10px; width: 28px; height: 28px;
  background: #E8264A; color: #fff; border-radius: 50%; font-size: 0.82rem;
  font-weight: 900; display: none; align-items: center; justify-content: center;
  z-index: 3; box-shadow: 0 3px 10px rgba(240,41,122,.4);
}
.pv2-type-card--active .pv2-type-card__check { display: flex; }

/* --- Animal cards (étape 2) --- */
.pv2-animals-flex {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 32px;
}

.pv2-animal-card {
  background: #fff; border-radius: 18px; overflow: visible; cursor: pointer;
  border: 3px solid transparent; box-shadow: 0 6px 18px rgba(0,0,0,.1);
  transition: all .25s cubic-bezier(.34,1.4,.64,1); width: 118px;
  text-align: center; user-select: none; position: relative; flex-shrink: 0;
}
.pv2-animal-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(0,0,0,.15); }
.pv2-animal-card--active { border-color: #E8264A; box-shadow: 0 12px 28px rgba(240,41,122,.3); }

.pv2-animal-card__img {
  width: 100%; aspect-ratio: 3/4; border-radius: 15px 15px 0 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.8rem; position: relative; overflow: hidden;
}
.pv2-animal-card[data-animal="chien-grand"] .pv2-animal-card__img { background: linear-gradient(160deg, #fef9c3, #fde68a, #f59e0b); }
.pv2-animal-card[data-animal="chien-petit"] .pv2-animal-card__img { background: linear-gradient(160deg, #fff7ed, #fed7aa, #fb923c); }
.pv2-animal-card[data-animal="chat"]        .pv2-animal-card__img { background: linear-gradient(160deg, #fdf4ff, #e9d5ff, #c084fc); }
.pv2-animal-card[data-animal="rongeur"]     .pv2-animal-card__img { background: linear-gradient(160deg, #f0fdf4, #bbf7d0, #4ade80); }
.pv2-animal-card[data-animal="oiseau"]      .pv2-animal-card__img { background: linear-gradient(160deg, #eff6ff, #bfdbfe, #60a5fa); }
.pv2-animal-card[data-animal="poisson"]     .pv2-animal-card__img { background: linear-gradient(160deg, #ecfeff, #a5f3fc, #22d3ee); }

.pv2-animal-card__badge {
  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
  width: 30px; height: 30px; border-radius: 50%; background: #fff;
  border: 2.5px solid #f0e8f5; display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); z-index: 2;
}
.pv2-animal-card--active .pv2-animal-card__badge { border-color: #E8264A; }

.pv2-animal-card__name { font-size: 0.75rem; font-weight: 800; color: #1a1a1a; padding: 20px 6px 10px; line-height: 1.3; }
.pv2-animal-card--active .pv2-animal-card__name { color: #E8264A; }

.pv2-animal-card__check {
  position: absolute; top: 8px; right: 8px; width: 22px; height: 22px;
  background: #E8264A; color: #fff; border-radius: 50%; font-size: 0.68rem;
  font-weight: 900; display: none; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(240,41,122,.4); line-height: 1;
}
.pv2-animal-card--active .pv2-animal-card__check { display: flex; }

/* --- CTA button --- */
.pv2-cta-wrap { text-align: center; }

.pv2-btn-continue {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff; border: none; border-radius: 50px; padding: 16px 52px;
  font-family: 'Nunito', 'Trebuchet MS', sans-serif; font-size: 1.05rem; font-weight: 900;
  cursor: pointer; text-decoration: none;
  transition: all .25s cubic-bezier(.34,1.4,.64,1);
  box-shadow: 0 6px 28px rgba(240,41,122,.45);
}
.pv2-btn-continue:hover:not(:disabled):not(.disabled) {
  transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 36px rgba(240,41,122,.55); color: #fff;
}
.pv2-btn-continue:disabled,
.pv2-btn-continue.disabled {
  background: linear-gradient(135deg, #ccc, #ddd); color: #999;
  cursor: not-allowed; box-shadow: none; transform: none;
}

/* --- Step 3 form --- */
.pv2-recap-bar {
  background: rgba(255,255,255,.18); border: 2px solid rgba(255,255,255,.28);
  border-radius: 16px; padding: 14px 20px; display: flex; align-items: center;
  gap: 14px; margin-bottom: 16px;
}
.pv2-recap-bar__icon { font-size: 2.2rem; flex-shrink: 0; }
.pv2-recap-bar__info { flex: 1; }
.pv2-recap-bar__label { font-size: 0.7rem; color: rgba(255,255,255,.7); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.pv2-recap-bar__val { font-size: 0.95rem; font-weight: 900; color: #fff; }
.pv2-recap-bar__edit {
  background: rgba(255,255,255,.22); color: #fff; border: none; border-radius: 50px;
  padding: 5px 14px; font-family: 'Nunito', sans-serif; font-size: 0.78rem; font-weight: 800;
  cursor: pointer; text-decoration: none; transition: background .2s; display: flex; align-items: center; gap: 5px;
}
.pv2-recap-bar__edit:hover { background: rgba(255,255,255,.38); color: #fff; }

.pv2-form-note { text-align: center; font-size: 0.76rem; color: rgba(255,255,255,.6); font-style: italic; margin-bottom: 18px; }

.pv2-form-card {
  background: rgba(255,255,255,.14); border: 2px solid rgba(255,255,255,.22);
  border-radius: 22px; padding: 24px 26px; margin-bottom: 24px;
}

.pv2-form-row { display: grid; gap: 14px; margin-bottom: 14px; }
.pv2-form-row:last-child { margin-bottom: 0; }
.pv2-form-row--3col { grid-template-columns: 1fr 1fr 1fr; }
.pv2-form-row--2col { grid-template-columns: 1fr 1fr; }
.pv2-form-row--1col { grid-template-columns: 1fr; }

.pv2-fld { display: flex; flex-direction: column; gap: 5px; }
.pv2-fld__label { font-size: 0.8rem; font-weight: 800; color: #fff; }

.pv2-fld__input,
.pv2-fld__select {
  background: rgba(255,255,255,.92); border: 2px solid rgba(255,255,255,.5);
  border-radius: 12px; padding: 11px 14px;
  font-family: 'Nunito', 'Trebuchet MS', sans-serif; font-size: 0.9rem; font-weight: 700;
  color: #1a1a1a; outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  width: 100%; box-sizing: border-box; -webkit-appearance: none; appearance: none;
}
.pv2-fld__input:focus, .pv2-fld__select:focus {
  border-color: rgba(255,255,255,.9); box-shadow: 0 0 0 3px rgba(255,255,255,.22); background: #fff;
}
.pv2-fld__input::placeholder { color: #bbb; font-weight: 600; }

.pv2-sel-wrap { position: relative; }
.pv2-sel-wrap::after { content: '▾'; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #888; pointer-events: none; }

.pv2-form-required-note { text-align: center; font-size: 0.76rem; color: rgba(255,255,255,.62); font-style: italic; margin-top: 12px; }

/* ================================================================
   RÉSULTATS PET-SITTERS (étape 4)
   ================================================================ */
.results-page {
  min-height: calc(100vh - 60px);
  background: linear-gradient(160deg, #f0fffe 0%, #f8fafc 100%);
  padding: 32px 24px 80px;
}
.results-inner { max-width: 1080px; margin: 0 auto; }

.results-page-title { font-size: clamp(1.35rem, 3vw, 1.75rem); font-weight: 900; color: #1a1a1a; text-align: center; margin-bottom: 6px; }
.results-page-sub { font-size: 0.88rem; color: #777; text-align: center; margin-bottom: 22px; }

.results-recap-bar {
  background: #fff; border-radius: 18px; padding: 14px 20px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  border: 2px solid #f0e8f5; margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.results-recap-item { display: flex; align-items: center; gap: 8px; }
.results-recap-item__ico { font-size: 1.1rem; }
.results-recap-item__info { line-height: 1.3; }
.results-recap-item__label { font-size: 0.64rem; color: #aaa; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; display: block; }
.results-recap-item__val { font-size: 0.82rem; font-weight: 800; color: #1a1a1a; }
.results-recap-item--edit { margin-left: auto; flex-shrink: 0; }
.btn--edit {
  background: #f0e8f5; color: #E8264A; border: none; border-radius: 50px;
  padding: 7px 14px; font-family: 'Nunito', sans-serif; font-size: 0.76rem; font-weight: 800;
  cursor: pointer; display: flex; align-items: center; gap: 5px; transition: background .2s;
}
.btn--edit:hover { background: #fce4ef; }

.results-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; gap: 12px; flex-wrap: wrap; }
.btn--filter {
  display: flex; align-items: center; gap: 8px; background: #fff;
  border: 2px solid #e5e7eb; border-radius: 12px; padding: 9px 18px;
  font-family: 'Nunito', sans-serif; font-size: 0.82rem; font-weight: 800; color: #333;
  cursor: pointer; transition: border-color .2s, color .2s;
}
.btn--filter:hover { border-color: #E8264A; color: #E8264A; }

.sort-wrap { display: flex; align-items: center; gap: 8px; }
.sort-wrap label { font-size: 0.82rem; color: #666; font-weight: 700; white-space: nowrap; }
.sort-select {
  background: #fff; border: 2px solid #e5e7eb; border-radius: 10px;
  padding: 8px 28px 8px 12px; font-family: 'Nunito', sans-serif; font-size: 0.82rem;
  font-weight: 700; color: #333; cursor: pointer; outline: none;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}

.sitters-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 26px; }

.sitter-card {
  background: #fff; border-radius: 20px; border: 2px solid #f0e8f5;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  transition: all .22s cubic-bezier(.34,1.4,.64,1); overflow: hidden; display: flex; flex-direction: column;
}
.sitter-card:hover { border-color: #E8264A; box-shadow: 0 10px 28px rgba(240,41,122,.13); transform: translateY(-3px); }

.sitter-card__top { padding: 16px 16px 0; text-align: center; display: flex; flex-direction: column; align-items: center; }
.sitter-card__photo-wrap { position: relative; display: inline-block; margin-bottom: 6px; }
.sitter-card__photo {
  width: 76px; height: 76px; border-radius: 50%; border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; font-weight: 900; color: #fff; overflow: hidden;
}
.sitter-card__dist {
  position: absolute; top: -2px; right: -8px; background: #fff;
  border: 1.5px solid #f0e8f5; border-radius: 50px; padding: 2px 7px;
  font-size: 0.63rem; font-weight: 800; color: #555;
  box-shadow: 0 2px 6px rgba(0,0,0,.08); white-space: nowrap;
}
.sitter-card__rating { font-size: 0.78rem; font-weight: 800; color: #f59e0b; margin-bottom: 2px; }
.sitter-card__rating-ct { color: #aaa; font-weight: 600; font-size: 0.7rem; }
.sitter-card__name { font-size: 0.95rem; font-weight: 900; color: #1a1a1a; margin-bottom: 1px; }
.sitter-card__city { font-size: 0.73rem; color: #aaa; margin-bottom: 8px; }
.sitter-card__price {
  display: inline-block; background: linear-gradient(135deg, #42c5be, #35b0a9);
  color: #fff; border-radius: 50px; padding: 3px 14px; font-size: 0.76rem; font-weight: 900; margin-bottom: 10px;
}
.sitter-card__feats { padding: 0 14px; display: flex; flex-direction: column; gap: 5px; flex: 1; margin-bottom: 8px; }
.sitter-card__feat { display: flex; align-items: flex-start; gap: 6px; font-size: 0.76rem; color: #555; font-weight: 600; }
.sitter-card__feat-ico { font-size: 0.8rem; flex-shrink: 0; margin-top: 1px; }

.sitter-card__actions { padding: 10px 14px 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.btn--view-sitter {
  display: block; background: #f8fafc; color: #555; border: 2px solid #e5e7eb;
  border-radius: 10px; padding: 8px 6px; font-family: 'Nunito', sans-serif;
  font-size: 0.74rem; font-weight: 800; cursor: pointer; text-decoration: none;
  text-align: center; transition: all .17s;
}
.btn--view-sitter:hover { border-color: #c4b5d0; color: #333; }
.btn--select-sitter {
  display: block; background: linear-gradient(135deg, #E8264A, #C91E3C);
  color: #fff; border: none; border-radius: 10px; padding: 8px 6px;
  font-family: 'Nunito', sans-serif; font-size: 0.74rem; font-weight: 800;
  cursor: pointer; text-align: center; text-decoration: none; transition: all .17s;
}
.btn--select-sitter:hover { opacity: .9; transform: translateY(-1px); }
.btn--select-sitter.selected { background: linear-gradient(135deg, #22c55e, #16a34a); }

.results-info-panel { background: #fff; border: 2px solid #e5e7eb; border-radius: 18px; padding: 18px 22px; margin-top: 22px; }
.results-info-panel__note { background: #eff6ff; border-radius: 10px; padding: 9px 14px; font-size: 0.77rem; color: #1d4ed8; font-weight: 700; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.results-info-panel__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.results-info-panel__title { font-size: 0.76rem; font-weight: 900; color: #1a1a1a; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.results-info-panel__item { display: flex; align-items: flex-start; gap: 8px; font-size: 0.78rem; color: #666; line-height: 1.5; margin-bottom: 6px; }
.results-info-panel__item-ico { font-size: 0.88rem; flex-shrink: 0; }
.results-info-panel__bottom { text-align: center; margin-top: 10px; padding-top: 10px; border-top: 1px solid #f0e8f5; font-size: 0.75rem; color: #aaa; display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .results-grid          { grid-template-columns: 1fr 1fr; }
  .profile-layout        { grid-template-columns: 1fr; }
  .profile-sidebar       { position: static; }
  .paths-grid            { grid-template-columns: 1fr; }
  .security-cards-grid   { grid-template-columns: 1fr 1fr; }
  .abo-features-grid     { grid-template-columns: 1fr 1fr; }
  .emails-grid           { grid-template-columns: 1fr; }
  .sitters-grid          { grid-template-columns: 1fr 1fr; }
  .pv2-form-row--3col    { grid-template-columns: 1fr 1fr; }
  .results-info-panel__cols { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .plans__grid           { grid-template-columns: 1fr; gap: 40px; }
  .plan                  { padding: 28px 20px; }
  .sitter-hero           { padding: 48px 20px 40px; }
  .mask-demo-cards       { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .results-grid          { grid-template-columns: 1fr; }
  .choice-grid--2x2      { grid-template-columns: 1fr 1fr; }
  .choice-grid--4x2      { grid-template-columns: 1fr 1fr; }
  .services-grid         { grid-template-columns: 1fr; }
  .security-cards-grid   { grid-template-columns: 1fr; }
  .abo-features-grid     { grid-template-columns: 1fr; }
  .social-btns           { grid-template-columns: 1fr; }
  .form-row              { grid-template-columns: 1fr; }
  .payment-wrap          { padding: 24px 20px; }
  .auth-card             { padding: 28px 20px; }
  .pbar__label           { display: none; }
  .pbar__line            { width: 20px; }
  .journey-timeline::before { left: 22px; }
  .journey-step__num     { width: 46px; height: 46px; font-size: 0.9rem; }
  .unlocked-cards-grid   { grid-template-columns: 1fr; }
  .unlock-cta-band       { padding: 24px 20px; }
  /* Parcours V2 */
  .pv2-cards-2col        { grid-template-columns: 1fr; gap: 14px; }
  .pv2-animals-flex      { gap: 10px; }
  .pv2-animal-card       { width: 100px; }
  .pv2-form-row--3col    { grid-template-columns: 1fr; }
  .pv2-form-row--2col    { grid-template-columns: 1fr; }
  .pv2-recap-bar         { flex-wrap: wrap; gap: 10px; }
  .results-recap-bar     { gap: 10px; }
}

@media (max-width: 440px) {
  .sitters-grid          { grid-template-columns: 1fr; }
  .pv2-animal-card       { width: 90px; }
  .pv2-animal-card__img  { font-size: 3rem; }
}
