.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto auto 8% -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(248, 187, 214, 0.24),
    transparent 72%
  );
  pointer-events: none;
  filter: blur(10px);
}

.page-shell::after {
  inset: 6% -140px auto auto;
  background: radial-gradient(
    circle,
    rgba(204, 173, 232, 0.22),
    transparent 72%
  );
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(152, 120, 152, 0.12);
}

.brand {
  width: 158px;
  flex-shrink: 0;
}

.brand img {
  width: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-size: 0.96rem;
  color: var(--text-soft);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--accent), var(--heading));
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 46px;
  padding: 0.85rem 1.25rem;
  color: white;
  background: linear-gradient(135deg, #f29bc0 0%, #c86ab1 48%, #7f4ca5 100%);
  box-shadow: 0 12px 28px rgba(164, 88, 143, 0.24);
}

main {
  padding: 2.5rem 0 4rem;
}

section {
  margin-top: 2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.5rem;
  align-items: center;
  min-height: calc(100vh - 180px);
  padding: 2rem 0 3rem;
}

.eyebrow {
  margin-bottom: 0.8rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.intro {
  max-width: 62ch;
  margin-top: 1.35rem;
  font-size: 1.08rem;
  color: var(--text-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-highlights {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  position: relative;
  padding-left: 1.6rem;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--heading));
  box-shadow: 0 0 0 6px rgba(242, 143, 186, 0.12);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.note-title {
  display: block;
  margin-bottom: 0.32rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.note-text {
  color: var(--text-soft);
}

.hero-mobile-note {
  display: none;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.section-lead {
  margin-top: 0.85rem;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.story-grid,
.services-grid,
.contact-section {
  display: grid;
  gap: 1.35rem;
}

.story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-card,
.coverage-card {
  padding: 2rem;
}

.story-card p + p {
  margin-top: 1rem;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  padding: 1.8rem;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -60px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(247, 188, 216, 0.4),
    transparent 72%
  );
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  font-size: 0.94rem;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--heading));
  box-shadow: 0 14px 24px rgba(171, 102, 148, 0.24);
}

.service-card p {
  color: var(--text-soft);
}

.cesu-panel {
  padding: 2rem;
}

.cesu-panel p + p {
  margin-top: 1rem;
}

.small-note {
  margin-top: 1rem;
  font-weight: 800;
  color: var(--accent-strong);
}

.coverage-card {
  padding: 2.2rem;
  text-align: center;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 243, 249, 0.78)
    ),
    radial-gradient(
      circle at top right,
      rgba(244, 184, 218, 0.28),
      transparent 32%
    );
}

.contact-cta-panel {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.contact-cta-actions {
  justify-content: center;
}

.page-shell::before,
.page-shell::after {
  display: none;
}

.site-header {
  max-width: 1180px;
  padding: 1.1rem 0;
  margin-top: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  width: 248px;
}

.site-nav {
  gap: 2.1rem;
  color: #4c4054;
  font-size: 1rem;
}

.site-nav a::after {
  background: var(--accent);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a.is-active {
  color: white;
  background: var(--accent-strong);
  box-shadow: 0 10px 22px rgba(86, 61, 112, 0.18);
}

.site-nav a.is-active::after {
  display: none;
}

.header-cta {
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  background: var(--accent-strong);
  box-shadow: 0 12px 24px rgba(86, 61, 112, 0.18);
}

main {
  width: 100%;
  padding: 0 0 4rem;
}

section {
  margin-top: 0;
}

.hero,
.story-section,
.services-section,
.values-section,
.notice-section,
.flyer-share-section,
.contact-cta-section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.hero {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 2.5rem;
  min-height: calc(100vh - 120px);
  padding: 3rem 0 4rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #b47c93;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.hero .eyebrow {
  margin-bottom: 1.2rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-soft);
  font-size: 1.02rem;
  font-weight: 500;
}

.intro {
  max-width: 36rem;
  margin-top: 1.7rem;
  color: var(--text-soft);
  font-size: 1.08rem;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 2rem;
  color: var(--text-soft);
}

.hero-highlights li {
  padding-left: 1.35rem;
}

.hero-highlights li::before {
  content: "♡";
  top: 0;
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  color: var(--accent-strong);
}

.hero-area {
  margin-top: 0.9rem;
  color: var(--text-soft);
  font-weight: 700;
}

.hero-area a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-decoration-color: rgba(101, 74, 129, 0.32);
  text-underline-offset: 0.22rem;
}

.hero-visual {
  align-self: stretch;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border-radius: 120px 8px 8px 120px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.story-section {
  padding: 4rem 0 2.5rem;
}

.section-heading {
  max-width: 50rem;
  margin-inline: auto;
  margin-bottom: 1.8rem;
  text-align: center;
}

.section-heading h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.intro-panel,
.notice-panel {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem;
  color: var(--text-soft);
  background: rgba(255, 252, 248, 0.74);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.intro-panel p + p,
.notice-panel p + p {
  margin-top: 1rem;
}

.collective-text {
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(101, 74, 129, 0.12);
}

.collective-text p {
  color: var(--text);
}

.services-section {
  padding: 3.8rem 0 3rem;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: rgba(255, 252, 248, 0.72);
  border: 1px solid rgba(101, 74, 129, 0.08);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 310px;
  padding: 2.2rem 1.5rem;
  text-align: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(101, 74, 129, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.service-card:last-child {
  border-right: 0;
}

.service-card::before {
  display: none;
}

.service-icon {
  width: 4.6rem;
  height: 4.6rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  color: var(--accent-strong);
  background: #f1e9f2;
  box-shadow: none;
  font-size: 2.1rem;
  line-height: 1;
}

.service-card h3,
.value-item h3 {
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--heading);
  font-size: 1.1rem;
  line-height: 1.25;
}

.service-card p {
  margin-top: 1.2rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.values-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 2.5rem 0 4rem;
  background: rgba(255, 252, 248, 0.58);
  border: 1px solid rgba(101, 74, 129, 0.08);
}

.value-item {
  padding: 1.5rem 1.3rem;
  text-align: center;
  border-right: 1px solid rgba(101, 74, 129, 0.08);
}

.value-item:last-child {
  border-right: 0;
}

.value-item span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--accent-strong);
  font-size: 2.5rem;
  line-height: 1;
}

.value-item p {
  margin-top: 0.75rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.notice-section {
  padding: 0 0 4rem;
}

.notice-panel {
  text-align: center;
}

.notice-panel h2 {
  max-width: none;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.small-note {
  color: var(--accent-strong);
}

.flyer-share-section {
  padding-top: 1rem;
}

.coverage-card,
.flyer-preview-card,
.flyer-share-panel,
.soft-panel,
.form-panel,
.service-card {
  border-radius: 8px;
}

@media (max-width: 1040px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.5rem;
  }

  .hero-visual {
    order: -1;
    min-height: 420px;
    border-radius: 8px 8px 90px 8px;
  }

  .hero-visual img {
    min-height: 420px;
  }

  .services-grid,
  .values-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:nth-child(2),
  .value-item:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2),
  .value-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(101, 74, 129, 0.08);
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    padding: 0.9rem 0;
  }

  .brand {
    width: 210px;
  }

  .site-nav {
    gap: 0.8rem 1rem;
    font-size: 0.94rem;
  }

  .header-cta {
    width: 100%;
  }

  .hero,
  .story-section,
  .services-section,
  .values-section,
  .notice-section,
  .flyer-share-section,
  .contact-cta-section {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .hero {
    padding-bottom: 2.8rem;
  }

  .hero-visual {
    display: block;
    min-height: 330px;
  }

  .hero-visual img {
    min-height: 330px;
  }

  .hero-mobile-note {
    border-radius: 8px;
  }

  .services-grid,
  .values-section {
    grid-template-columns: 1fr;
  }

  .service-card,
  .value-item,
  .service-card:nth-child(2),
  .value-item:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(101, 74, 129, 0.08);
  }

  .service-card:last-child,
  .value-item:last-child {
    border-bottom: 0;
  }

  .intro-panel,
  .notice-panel {
    padding: 1.4rem;
  }

  .soignant-zone-card {
    grid-template-columns: 1fr;
  }

  .zone-map {
    width: 100%;
    max-width: 180px;
  }
}

.flyer-share-section {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 1.35rem;
  align-items: start;
}

.flyer-preview-card {
  padding: 1.2rem;
  border-radius: 38px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.85),
    rgba(255, 245, 249, 0.76)
  );
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.flyer-preview-card img {
  width: 100%;
  border-radius: 28px;
}

.flyer-share-panel {
  padding: 2rem;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.action-feedback {
  margin-top: 0.9rem;
  min-height: 1.4rem;
  font-size: 0.94rem;
  font-weight: 700;
}

.action-feedback[data-state="success"] {
  color: #6d3160;
}

.action-feedback[data-state="error"] {
  color: #a44a67;
}

.share-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.share-link,
.share-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(182, 127, 177, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--heading);
  box-shadow: 0 10px 24px rgba(152, 120, 152, 0.08);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.thank-you-main {
  padding: 2.5rem 0 4rem;
}

.thank-you-section {
  margin-top: 2rem;
}

.thank-you-panel {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.contact-section {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: start;
}

.contact-copy {
  padding-top: 1rem;
}

.contact-page-main {
  padding: 2.5rem 0 4rem;
}

.contact-hero {
  padding: 1.5rem 0 0.75rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.4rem 1.5rem;
}

.contact-details strong {
  color: var(--heading);
}

.form-panel {
  padding: 1.5rem;
  background: var(--panel-strong);
}

.form-alert {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  font-weight: 700;
}

.form-alert-success {
  color: #6d3160;
  background: rgba(244, 214, 231, 0.78);
  border: 1px solid rgba(209, 130, 172, 0.26);
}

.form-alert-error {
  color: #843d59;
  background: rgba(255, 229, 232, 0.9);
  border: 1px solid rgba(212, 137, 150, 0.32);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.5rem;
}

.form-row label {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--heading);
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  background: white;
  border: 1px solid rgba(188, 138, 185, 0.22);
  border-radius: 18px;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(144, 87, 167, 0.58);
  box-shadow: 0 0 0 5px rgba(242, 143, 186, 0.12);
  transform: translateY(-1px);
}

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

.field-error {
  font-size: 0.9rem;
  color: #a44a67;
}

.turnstile-wrap {
  margin-top: 0.25rem;
}

.form-note {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.form-note a,
.site-footer a,
.contact-details a,
.legal-card a {
  color: var(--heading);
  text-decoration: underline;
  text-decoration-color: rgba(125, 76, 160, 0.35);
  text-underline-offset: 0.2rem;
}

.form-row-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.donation-banner {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto 1.5rem;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(200, 141, 167, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 248, 0.96), rgba(255, 239, 247, 0.92)),
    #fff8fb;
  box-shadow: 0 16px 34px rgba(152, 120, 152, 0.12);
}

.donation-banner-copy {
  display: grid;
  gap: 0.12rem;
}

.donation-banner-kicker {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.donation-banner p {
  color: var(--heading);
  font-weight: 800;
  line-height: 1.35;
}

.donation-banner-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: none;
}

.donation-banner .button {
  min-height: 42px;
  padding: 0.65rem 1rem;
}

.donation-banner-phone {
  color: var(--accent-strong);
  font-weight: 900;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 2.5rem;
  font-size: 0.94rem;
  color: var(--text-soft);
}

.footer-social {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(101, 74, 129, 0.16);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.72);
  font-weight: 800;
  text-decoration: none;
}

.legal-main {
  padding: 2.5rem 0 4rem;
}

.legal-hero {
  padding: 1.5rem 0 0.75rem;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 1.5rem;
}

.legal-card {
  padding: 1.8rem;
}

.legal-card p + p {
  margin-top: 0.8rem;
}

.legal-card h2 + p {
  margin-top: 1rem;
}

.legal-card h2:not(:first-child) {
  margin-top: 1.5rem;
}

.legal-note {
  font-size: 0.94rem;
  color: var(--text-soft);
}

@media (max-width: 1040px) {
  .hero,
  .flyer-share-section,
  .contact-section,
  .story-grid,
  .services-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 1rem;
  }

  h1 {
    max-width: 100%;
  }

  .hero-visual {
    order: -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 28px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
  }

  main,
  .legal-main,
  .contact-page-main,
  .thank-you-main {
    padding-top: 1.2rem;
  }

  .hero-actions,
  .share-actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .share-links-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .hero-mobile-note {
    display: block;
    margin-top: 1.25rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(182, 127, 177, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(152, 120, 152, 0.08);
  }

  .hero-mobile-note-title {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-strong);
  }

  .hero-mobile-note p {
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .story-card,
  .coverage-card,
  .form-panel,
  .cesu-panel,
  .legal-card,
  .flyer-share-panel,
  .thank-you-panel {
    padding: 1.4rem;
  }
}

@media (max-width: 480px) {
  .hero-mobile-note {
    padding: 0.95rem 0.9rem;
  }

  .hero-mobile-note p {
    font-size: 0.94rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .share-actions,
  .share-links-grid,
  .contact-cta-section {
    display: none !important;
  }

  body {
    background: white;
  }

  .page-shell::before,
  .page-shell::after {
    display: none;
  }

  .flyer-share-section {
    display: block;
  }

  .flyer-preview-card,
  .flyer-share-panel {
    box-shadow: none;
    border: none;
    background: white;
    padding: 0;
  }

  .flyer-share-panel {
    display: none;
  }

  .flyer-preview-card img {
    max-height: 100vh;
    width: auto;
    margin: 0 auto;
  }
}

/* =====================================================================
   Page publique « Nos soignants »
   ===================================================================== */

.soignants-main {
  width: min(calc(100% - 2rem), 1180px);
  margin: 2rem auto 4rem;
  display: grid;
  gap: 2.5rem;
}

.soignants-hero {
  text-align: center;
  display: grid;
  gap: 0.6rem;
  padding: 1rem 0.5rem 0;
}

.soignants-hero h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  color: var(--heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0;
}

.soignants-hero .intro {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text-soft);
  line-height: 1.65;
}

.soignants-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.soignant-card {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(159, 90, 154, 0.12);
  box-shadow: 0 20px 52px rgba(152, 120, 152, 0.13);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.soignant-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(152, 120, 152, 0.18);
}

.soignant-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  min-height: 430px;
  background:
    linear-gradient(90deg, rgba(255, 252, 248, 0.97) 0%, rgba(255, 252, 248, 0.92) 46%, rgba(255, 252, 248, 0) 70%),
    linear-gradient(135deg, rgba(244, 238, 233, 0.92), rgba(239, 230, 239, 0.68));
}

.soignant-profile-intro {
  align-self: center;
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  justify-items: start;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
}

.soignant-profile-logo {
  width: min(190px, 56%);
  height: auto;
  margin-bottom: 0.1rem;
}

.soignant-profile-intro .eyebrow {
  margin: 0;
}

.soignant-profile-intro h2 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.soignant-hero-text {
  max-width: 440px;
  margin-top: 0.6rem;
  font-size: 1.05rem;
}

.soignant-photo {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(135deg, #fce4ee, #ead7f5);
}

.soignant-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.soignant-profile-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  padding: 1.5rem clamp(1rem, 2.4vw, 2.2rem) 1.3rem;
  background: linear-gradient(180deg, rgba(248, 244, 247, 0.95), rgba(255, 252, 248, 0.96));
}

.soignant-info-column,
.soignant-details-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.soignant-job {
  margin: 0;
  color: var(--accent-strong);
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.soignant-info-card,
.soignant-section-card,
.soignant-services-panel {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
  border: 1px solid rgba(101, 74, 129, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(101, 74, 129, 0.06);
}

.soignant-info-card {
  grid-template-columns: 66px 1fr;
  align-items: start;
}

.soignant-info-card h3,
.soignant-section-card h3,
.soignant-services-panel h3,
.soignant-profile-footer h3 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.soignant-info-card p {
  margin: 0.35rem 0 0;
  color: var(--text);
  line-height: 1.55;
}

.soignant-info-card .info-muted {
  color: var(--text-soft);
  font-size: 0.95rem;
}

.profile-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  flex: none;
  border-radius: 999px;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.profile-icon-filled {
  color: white;
  background: var(--accent);
  box-shadow: 0 10px 22px rgba(200, 96, 143, 0.22);
}

.profile-icon-outline {
  color: var(--heading);
  border: 2px solid rgba(101, 74, 129, 0.72);
  background: rgba(255, 255, 255, 0.64);
}

.section-card-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.soignant-services-panel {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.soignant-services-panel h3 {
  position: relative;
  padding-bottom: 0.7rem;
}

.soignant-services-panel h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent);
}

.service-list-content ul,
.service-list-content ol,
.service-list-content > p {
  display: grid;
  gap: 0.85rem;
  margin-left: 0;
  list-style: none;
}

.service-list-content > p {
  margin: 0 0 0.85rem;
}

.service-list-content li,
.service-list-content > p {
  position: relative;
  min-height: 48px;
  padding: 0.55rem 0 0.55rem 4.2rem;
  display: flex;
  align-items: center;
}

.service-list-content li::before,
.service-list-content > p::before {
  content: "♡";
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(101, 74, 129, 0.76);
  border-radius: 999px;
  color: var(--heading);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.service-list-content li:nth-child(2)::before,
.service-list-content > p:nth-child(2)::before {
  content: "⌁";
}

.service-list-content li:nth-child(3)::before,
.service-list-content > p:nth-child(3)::before {
  content: "◯";
}

.service-list-content li:nth-child(4)::before,
.service-list-content > p:nth-child(4)::before {
  content: "⌂";
}

.service-list-content li:nth-child(5)::before,
.service-list-content > p:nth-child(5)::before {
  content: "♥";
}

.soignant-profile-hero-no-photo {
  grid-template-columns: 1fr;
  min-height: auto;
}

.soignant-profile-hero-no-photo .soignant-profile-intro {
  max-width: 780px;
}

.soignant-zone-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(101, 74, 129, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.72);
}

.soignant-zone-card h3 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-strong);
}

.soignant-zone-card p {
  margin: 0;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.45;
}

.zone-map {
  position: relative;
  width: 92px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(101, 74, 129, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(101, 74, 129, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(101, 74, 129, 0.07) 1px, transparent 1px),
    #f3edf1;
  background-size: 23px 23px;
}

.zone-map-radius {
  position: absolute;
  inset: 17px;
  border: 2px solid rgba(101, 74, 129, 0.48);
  border-radius: 999px;
  background: rgba(200, 141, 167, 0.18);
}

.zone-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 4px 12px rgba(86, 61, 112, 0.28);
  transform: translate(-50%, -50%);
}

.soignant-section h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-strong);
}

.soignant-section p,
.rich-text-content {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.rich-text-content p {
  margin: 0 0 0.75rem;
}

.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4 {
  margin: 1rem 0 0.45rem;
  color: var(--heading);
  line-height: 1.15;
}

.rich-text-content h2 {
  font-size: 1.35rem;
}

.rich-text-content h3 {
  font-size: 1.15rem;
}

.rich-text-content h4 {
  font-size: 1rem;
}

.rich-text-content blockquote {
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  color: var(--heading);
  background: rgba(255, 240, 247, 0.68);
}

.rich-text-content p:last-child,
.rich-text-content ul:last-child,
.rich-text-content ol:last-child {
  margin-bottom: 0;
}

.rich-text-content ul,
.rich-text-content ol {
  margin: 0 0 0.75rem 1.2rem;
  padding: 0;
}

.rich-text-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.rich-text-content th,
.rich-text-content td {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(101, 74, 129, 0.18);
  text-align: left;
  vertical-align: top;
}

.rich-text-content th {
  color: var(--heading);
  background: rgba(101, 74, 129, 0.08);
}

.rich-text-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 10px;
}

.rich-text-content a,
.soignant-quote a {
  color: var(--color-purple);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.soignant-quote {
  margin: 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--accent);
  background: rgba(255, 240, 247, 0.6);
  border-radius: 10px;
  color: var(--heading);
  font-style: italic;
}

.soignant-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.2rem;
}

.soignant-contact-card .soignant-contact {
  margin-top: 0.7rem;
}

.soignant-profile-footer {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: center;
  margin: 0 clamp(1rem, 2.4vw, 2.2rem) 1.5rem;
  padding: 1.1rem 1.4rem;
  color: white;
  background: linear-gradient(135deg, var(--heading), #4a2f62);
  border-radius: 8px;
}

.soignant-profile-footer p {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.soignant-profile-footer h3 {
  color: white;
}

.status-panel {
  padding: 1.5rem;
}

.contact-cta-panel {
  text-align: center;
  padding: 2rem 1.6rem;
}

.contact-cta-actions {
  justify-content: center;
}

/* =====================================================================
   Page collecte solidaire
   ===================================================================*/

.donation-main {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

.donation-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 2.8vw, 2rem);
  border: 1px solid rgba(101, 74, 129, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 248, 0.96), rgba(247, 235, 244, 0.92)),
    #fff8fb;
  box-shadow: var(--shadow);
}

.donation-copy {
  display: grid;
  gap: 1rem;
}

.donation-copy h1 {
  max-width: 11ch;
}

.donation-copy .intro {
  max-width: 640px;
  color: var(--text-soft);
  font-size: 1.08rem;
}

.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.3rem;
}

.donation-flyer-card {
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(101, 74, 129, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(101, 74, 129, 0.12);
}

.donation-flyer-card img {
  width: 100%;
  border-radius: 8px;
}

.donation-details {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.donation-panel {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(101, 74, 129, 0.1);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.82);
  box-shadow: 0 14px 32px rgba(152, 120, 152, 0.08);
}

.donation-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.donation-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.donation-list li {
  position: relative;
  padding-left: 2.1rem;
  color: var(--text);
  line-height: 1.5;
}

.donation-list li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 0.08rem;
  color: var(--accent);
  font-weight: 900;
}

.donation-contact-panel {
  display: grid;
  align-content: center;
  gap: 0.8rem;
}

.donation-phone-large {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  color: white;
  background: var(--accent-strong);
  box-shadow: 0 16px 30px rgba(86, 61, 112, 0.2);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 1040px) {
  .donation-hero,
  .donation-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .donation-banner {
    width: min(calc(100% - 1rem), var(--max-width));
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0.85rem;
  }

  .donation-banner-actions {
    width: 100%;
    justify-content: space-between;
  }

  .donation-banner-actions .button {
    flex: 1;
  }

  .donation-main {
    gap: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .donation-hero {
    padding: 1rem;
  }

  .donation-copy {
    text-align: center;
    justify-items: center;
  }

  .donation-copy h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 12vw, 3.3rem);
  }

  .donation-flyer-card {
    order: -1;
    max-width: 360px;
    margin-inline: auto;
  }

  .donation-phone-large {
    width: 100%;
  }
}

section[id] {
  scroll-margin-top: 10.5rem;
}

#top {
  scroll-margin-top: 10.5rem;
}

.site-header {
  position: fixed;
  top: 0.75rem;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(244, 238, 233, 0.9);
  border: 1px solid rgba(101, 74, 129, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(78, 60, 86, 0.11);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-nav a.is-active,
.site-nav a[aria-current="page"] {
  color: white;
  background: var(--accent-strong);
  box-shadow: 0 10px 22px rgba(86, 61, 112, 0.2);
}

.site-nav a.is-active::after,
.site-nav a[aria-current="page"]::after {
  display: none;
}

.menu-toggle {
  display: none;
}

@media (max-width: 760px) {
  .page-shell {
    padding-top: 6.2rem;
  }

  section[id] {
    scroll-margin-top: 7rem;
  }

  #top {
    scroll-margin-top: 7rem;
  }

  .site-header {
    top: 0.5rem;
    width: min(calc(100% - 1rem), var(--max-width));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.55rem;
    align-items: center;
    justify-content: stretch;
    padding: 0.5rem;
    border-radius: 16px;
  }

  .brand {
    width: 118px;
    justify-self: start;
  }

  .brand img {
    max-height: 50px;
    object-fit: contain;
  }

  .header-cta {
    width: auto;
    min-height: 40px;
    padding: 0.6rem 0.85rem;
    justify-self: end;
    font-size: 0.9rem;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 40px;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(101, 74, 129, 0.14);
    border-radius: 999px;
    color: var(--heading);
    background: rgba(255, 252, 248, 0.86);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .menu-toggle-icon {
    position: relative;
  }

  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-toggle-icon::before {
    transform: translateY(-5px);
  }

  .menu-toggle-icon::after {
    transform: translateY(5px);
  }

  .site-header.menu-open .menu-toggle-icon {
    background: transparent;
  }

  .site-header.menu-open .menu-toggle-icon::before {
    transform: rotate(45deg);
  }

  .site-header.menu-open .menu-toggle-icon::after {
    transform: rotate(-45deg);
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(101, 74, 129, 0.1);
  }

  .site-nav a {
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
  }

  .site-header.menu-open .site-nav {
    display: grid;
  }
}

.site-header {
  width: min(calc(100% - 2rem), 1140px);
  min-height: 88px;
  padding: 0.75rem 1rem;
  background: rgba(247, 242, 238, 0.92);
  border-radius: 999px;
}

.brand {
  width: 218px;
}

.brand img {
  max-height: 76px;
  object-fit: contain;
}

.site-nav {
  gap: 1.65rem;
  font-size: 0.98rem;
}

@media (max-width: 1040px) {
  .soignant-profile-hero,
  .soignant-profile-content {
    grid-template-columns: 1fr;
  }

  .soignant-profile-hero {
    min-height: auto;
  }

  .soignant-profile-intro {
    order: 2;
    padding: 2rem;
  }

  .soignant-photo {
    order: 1;
    min-height: 360px;
  }

  .soignant-profile-content {
    gap: 1rem;
  }
}

@media (max-width: 760px) {
  .soignants-main {
    width: min(calc(100% - 1rem), 1180px);
    gap: 1.6rem;
  }

  .soignants-hero {
    padding-inline: 0.4rem;
  }

  .soignant-card {
    border-radius: 14px;
  }

  .soignant-profile-intro {
    justify-items: center;
    padding: 1.35rem 1rem 1.5rem;
    text-align: center;
  }

  .soignant-profile-logo {
    width: 128px;
  }

  .soignant-profile-intro h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .soignant-job {
    font-size: 1.08rem;
  }

  .soignant-hero-text {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .soignant-photo {
    min-height: 280px;
  }

  .soignant-profile-content {
    padding: 1rem;
  }

  .soignant-info-card {
    grid-template-columns: 54px 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }

  .profile-icon {
    width: 46px;
    height: 46px;
    font-size: 1.45rem;
  }

  .soignant-info-card h3,
  .soignant-section-card h3,
  .soignant-services-panel h3,
  .soignant-profile-footer h3 {
    font-size: 1.12rem;
  }

  .service-list-content li,
  .service-list-content > p {
    min-height: 42px;
    padding-left: 3.5rem;
  }

  .service-list-content li::before,
  .service-list-content > p::before {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .soignant-zone-card {
    grid-template-columns: 82px 1fr;
    gap: 0.75rem;
  }

  .zone-map {
    width: 76px;
  }

  .soignant-profile-footer {
    grid-template-columns: 48px 1fr;
    margin: 0 1rem 1rem;
    padding: 1rem;
  }

  .soignant-contact {
    flex-direction: column;
    align-items: stretch;
  }
}

.site-nav a {
  min-height: 38px;
  padding: 0.48rem 0.78rem;
}

.header-cta {
  min-height: 44px;
  padding: 0.75rem 1.25rem;
}

@media (max-width: 760px) {
  .page-shell {
    padding-top: 5.8rem;
  }

  section[id],
  #top {
    scroll-margin-top: 6.4rem;
  }

  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    min-height: 60px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.45rem;
    padding: 0.42rem;
    border-radius: 14px;
    overflow: visible;
  }

  .brand {
    width: 94px;
  }

  .brand img {
    max-height: 44px;
  }

  .menu-toggle,
  .header-cta {
    min-height: 38px;
    padding: 0.55rem 0.72rem;
    font-size: 0.86rem;
  }

  .menu-toggle-label {
    display: none;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    width: 18px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.55rem;
    border: 1px solid rgba(101, 74, 129, 0.12);
    border-radius: 14px;
    background: rgba(247, 242, 238, 0.98);
    box-shadow: 0 18px 34px rgba(78, 60, 86, 0.16);
    backdrop-filter: blur(18px);
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 40px;
    padding: 0.62rem 0.8rem;
    font-size: 0.94rem;
  }

  .site-header.menu-open .site-nav {
    display: grid;
  }

  .hero {
    gap: 1.2rem;
    padding: 1.35rem 0 2.2rem;
  }

  .hero .eyebrow {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(101, 74, 129, 0.12);
    border-radius: 999px;
    background: rgba(255, 252, 248, 0.78);
    color: var(--accent-strong);
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 3.55rem);
    line-height: 1.04;
    text-align: center;
  }

  .intro {
    margin-top: 1.25rem;
    padding-left: 0.9rem;
    border-left: 3px solid rgba(101, 74, 129, 0.22);
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-mobile-note {
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: 14px;
    background: rgba(255, 252, 248, 0.9);
  }

  .hero-actions {
    gap: 0.75rem;
    margin-top: 1.55rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-highlights {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .hero-highlights li {
    min-height: auto;
    padding: 0 0 0 1.05rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.9rem;
    color: var(--text-soft);
  }

  .hero-highlights li::before {
    display: block;
    content: "♡";
    top: 0;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    color: var(--accent-strong);
  }

  .hero-area {
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(101, 74, 129, 0.08);
    line-height: 1.45;
  }
}
