:root {
  --bs-primary: #d2a52b;
  --bs-primary-rgb: 210, 165, 43;
  --bs-secondary: #123629;
  --bs-secondary-rgb: 18, 54, 41;
  --bs-dark: #0a1511;
  --bs-dark-rgb: 10, 21, 17;
  --bs-light: #f8f5ec;
  --bs-light-rgb: 248, 245, 236;
  --bs-body-bg: #ffffff;
  --bs-body-color: #44515b;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Josefin Sans", sans-serif;
}

.top-bar {
  min-height: 90px;
  height: auto;
  padding: 0 3rem;
}

.nav-bar {
  padding: 0 3rem;
}

.fpd-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.fpd-brand-lockup img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  padding: 0.35rem;
}

.fpd-brand-lockup__text {
  display: flex;
  flex-direction: column;
}

.fpd-brand-lockup__text strong {
  color: var(--bs-primary);
  font-size: 1.75rem;
  line-height: 1;
}

.fpd-brand-lockup__text span {
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.fpd-cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 600;
}

.navbar .navbar-nav .nav-link {
  font-weight: 700;
  letter-spacing: 0.02rem;
}

.page-header {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 21, 17, 0.88), rgba(18, 54, 41, 0.65));
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.header-carousel {
  position: relative;
  background-position: center center;
}

.header-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 21, 17, 0.62), rgba(18, 54, 41, 0.34));
}

.header-carousel .owl-stage-outer,
.header-carousel .owl-nav,
.header-carousel .owl-dots {
  position: relative;
  z-index: 1;
}

.header-carousel .container {
  min-height: 640px;
  display: flex;
  align-items: center;
}

.header-carousel .carousel-text {
  max-width: 40rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(10, 21, 17, 0.16);
  backdrop-filter: blur(12px);
}

.header-carousel .carousel-text h1 {
  color: var(--bs-dark);
}

.header-carousel .carousel-text p {
  color: #34434d;
  font-size: 1.06rem;
  line-height: 1.82;
}

.fpd-hero-title {
  font-size: clamp(2.45rem, 4.2vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.04rem;
}

.carousel-img {
  display: flex;
  justify-content: center;
}

.fpd-hero-frame {
  width: min(100%, 34rem);
  padding: 0.9rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 54px rgba(10, 21, 17, 0.18);
}

.fpd-hero-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 26px;
}

.fpd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--bs-primary);
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.fpd-kicker::before {
  content: "";
  width: 48px;
  height: 2px;
  background: currentColor;
}

.fpd-surface,
.event-item,
.team-item,
.donation-item {
  border-radius: 0;
  overflow: hidden;
}

.fpd-surface {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.fpd-post-card__image,
.fpd-province-card__image,
.fpd-article-hero__image {
  width: 100%;
  min-height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fpd-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  background: rgba(var(--bs-primary-rgb), 0.12);
  color: var(--bs-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.fpd-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #6d767d;
}

.fpd-meta-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.fpd-filter-shell,
.fpd-form-shell,
.fpd-sidebar-shell,
.fpd-content-shell {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.fpd-filter-shell,
.fpd-form-shell,
.fpd-sidebar-shell,
.fpd-content-shell,
.fpd-highlight-panel {
  padding: 2rem;
}

.fpd-highlight-panel {
  position: relative;
  background: linear-gradient(140deg, rgba(210, 165, 43, 0.12), rgba(18, 54, 41, 0.08));
  overflow: hidden;
}

.fpd-highlight-panel::before,
.fpd-highlight-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(var(--bs-primary-rgb), 0.12);
}

.fpd-highlight-panel::before {
  width: 220px;
  height: 220px;
  right: -120px;
  top: -120px;
}

.fpd-highlight-panel::after {
  width: 140px;
  height: 140px;
  left: -70px;
  bottom: -70px;
}

.fpd-highlight-panel > * {
  position: relative;
  z-index: 1;
}

.fpd-program-grid .service-item,
.fpd-values-grid .service-item {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.fpd-article-content p,
.fpd-article-content li {
  font-size: 1rem;
  line-height: 1.9;
}

.fpd-article-content h2,
.fpd-article-content h3 {
  margin-top: 2rem;
}

.fpd-gallery-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.fpd-home-photo-frame {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 48px rgba(10, 21, 17, 0.12);
}

.fpd-home-photo-frame img,
.fpd-team-photo,
.fpd-testimonial-photo {
  display: block;
  width: 100%;
  object-fit: cover;
}

.fpd-home-photo-frame img {
  aspect-ratio: 4 / 3;
}

.fpd-team-photo,
.fpd-testimonial-photo {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: #eef2ef;
}

.fpd-testimonial-photo {
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(10, 21, 17, 0.12);
}

.fpd-contact-info .btn-square,
.fpd-topbar-item .btn-square {
  width: 52px;
  height: 52px;
}

.fpd-modal-card {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.fpd-modal-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.14);
  color: var(--bs-secondary);
  font-size: 2rem;
}

.fpd-adhesion-callout {
  display: grid;
  align-items: start;
  gap: 1.25rem;
  border-radius: 28px;
}

.fpd-adhesion-callout__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.fpd-adhesion-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fpd-adhesion-seal {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--bs-dark);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(18, 54, 41, 0.08);
}

.fpd-adhesion-inline-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  color: #6d767d;
  font-size: 1rem;
}

.fpd-adhesion-inline-metrics strong {
  color: var(--bs-dark);
}

.fpd-adhesion-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fpd-adhesion-metric {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(18, 54, 41, 0.08);
}

.fpd-adhesion-metric strong,
.fpd-adhesion-metric span {
  display: block;
}

.fpd-adhesion-metric strong {
  margin-bottom: 0.3rem;
  color: var(--bs-dark);
  font-size: 1.05rem;
}

.fpd-adhesion-metric span,
.fpd-adhesion-note {
  color: #6d767d;
}

.fpd-adhesion-note {
  display: block;
  font-size: 0.92rem;
}

.fpd-adhesion-progress .progress-bar {
  background: linear-gradient(90deg, var(--bs-secondary), var(--bs-primary));
}

.fpd-adhesion-dialog {
  width: min(940px, calc(100vw - 1rem));
  max-width: min(940px, calc(100vw - 1rem)) !important;
}

.fpd-adhesion-modal {
  background:
    radial-gradient(circle at top right, rgba(255, 214, 76, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
}

.fpd-adhesion-modal__header {
  align-items: flex-start;
  padding: 1.15rem 1.3rem;
  border-bottom: 1px solid rgba(18, 54, 41, 0.08);
  background: linear-gradient(135deg, rgba(18, 54, 41, 0.05), rgba(210, 165, 43, 0.1));
}

.fpd-adhesion-modal__header .modal-title {
  font-size: 1.28rem;
  color: var(--bs-dark);
}

.fpd-adhesion-modal__header p {
  color: #6d767d;
}

.fpd-adhesion-modal__body {
  overflow-x: hidden;
}

.fpd-adhesion-aside {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  padding: 1.75rem;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(160deg, var(--bs-secondary) 0%, #173728 70%, #0d2419 100%);
}

.fpd-adhesion-aside .fpd-adhesion-seal {
  justify-self: start;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
}

.fpd-adhesion-aside h3 {
  margin: 0;
  color: #fff;
  font-size: 1.55rem;
}

.fpd-adhesion-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.fpd-adhesion-stage-list {
  display: grid;
  gap: 0.95rem;
}

.fpd-adhesion-stage {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.fpd-adhesion-stage strong,
.fpd-adhesion-stage span {
  display: block;
}

.fpd-adhesion-stage strong {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 0.95rem;
}

.fpd-adhesion-stage span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.55;
}

.fpd-adhesion-form-wrap {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 242, 0.92));
}

.fpd-adhesion-form-head {
  padding: 1.15rem 1.15rem 0;
}

.fpd-adhesion-form {
  padding: 1.15rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.fpd-adhesion-step {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.fpd-form-section {
  padding: 1.15rem;
  border-radius: 22px;
  overflow: hidden;
  background: #fcfdfb;
  border: 1px solid rgba(18, 54, 41, 0.08);
  box-shadow: 0 22px 38px rgba(18, 54, 41, 0.06);
}

.fpd-form-section__head {
  margin-bottom: 1.1rem;
}

.fpd-form-section__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin-bottom: 0.7rem;
  padding: 0;
  border-radius: 14px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fpd-form-section__head h4 {
  margin-bottom: 0;
  color: var(--bs-dark);
}

.fpd-form-section__head p,
.fpd-section-label {
  color: #6d767d;
}

.fpd-section-label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.fpd-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.fpd-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fpd-choice-card {
  min-width: 94px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(18, 54, 41, 0.12);
  background: #f8fbf8;
  color: var(--bs-dark);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fpd-choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--bs-primary-rgb), 0.42);
}

.fpd-choice-input:checked + .fpd-choice-card {
  border-color: transparent;
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  color: #fff;
  box-shadow: 0 18px 28px rgba(18, 54, 41, 0.18);
}

.fpd-floating .form-control,
.fpd-floating .form-select {
  width: 100%;
  max-width: 100%;
  min-height: 62px;
  border: 1px solid rgba(18, 54, 41, 0.1) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none;
}

.fpd-floating .form-control,
.fpd-floating .form-select,
.fpd-floating textarea.form-control {
  padding-right: 1rem;
}

.fpd-floating .form-control:focus,
.fpd-floating .form-select:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.46);
  background: #fff;
  box-shadow: 0 0 0 0.3rem rgba(var(--bs-primary-rgb), 0.12);
}

.fpd-floating > label {
  color: #6d767d;
}

.fpd-floating__textarea {
  min-height: 160px;
}

.fpd-adhesion-progress {
  margin: 0 1.15rem 0;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(var(--bs-primary-rgb), 0.08);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.08);
}

.fpd-adhesion-progress .progress {
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(var(--bs-primary-rgb), 0.14);
}

.fpd-adhesion-progress .progress-bar {
  font-size: 0.78rem;
  font-weight: 700;
}

.fpd-adhesion-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 240px;
  min-height: 62px;
  padding: 0.95rem 1.6rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  box-shadow: 0 20px 38px rgba(18, 54, 41, 0.22);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, color 0.2s ease;
}

button.fpd-adhesion-action {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%) !important;
  border: 0 !important;
  color: #fff !important;
}

.fpd-adhesion-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.fpd-adhesion-action:hover,
.fpd-adhesion-action:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(18, 54, 41, 0.24);
  filter: saturate(1.08);
}

.fpd-adhesion-action:hover::before,
.fpd-adhesion-action:focus::before {
  opacity: 1;
}

.fpd-adhesion-action.is-loading {
  pointer-events: none;
}

.fpd-adhesion-action__icon,
.fpd-adhesion-action__label {
  position: relative;
  z-index: 1;
}

.fpd-adhesion-action__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1rem;
}

.fpd-adhesion-action__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-align: center;
  transition: opacity 0.2s ease;
}

.fpd-adhesion-action__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  margin-left: -0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-top-color: #fff;
  border-radius: 50%;
  animation: fpd-spin 0.75s linear infinite;
}

.fpd-adhesion-action.is-loading .fpd-adhesion-action__icon,
.fpd-adhesion-action.is-loading .fpd-adhesion-action__label {
  opacity: 0;
}

.fpd-adhesion-action.is-loading .fpd-adhesion-action__spinner {
  display: inline-block;
}

.fpd-adhesion-action--launch {
  justify-content: flex-start;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  padding-right: 1.6rem;
}

.fpd-adhesion-secondary {
  min-height: 56px;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
}

.fpd-adhesion-preview-shell,
.fpd-consent-card {
  margin: 0 1.15rem;
  padding: 1.15rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(18, 54, 41, 0.08);
  box-shadow: 0 22px 38px rgba(18, 54, 41, 0.06);
}

.fpd-consent-card {
  margin-top: 0;
}

.fpd-consent-card .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.fpd-consent-card .form-check-input {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
}

.fpd-consent-card .form-check-label {
  color: #4c5760;
  line-height: 1.65;
}

#adhesionForm .alert {
  border-radius: 20px;
}

#adhesionPreviewContent dt,
#adhesionPreviewContent dd {
  margin-bottom: 0;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(18, 54, 41, 0.08);
}

#adhesionPreviewContent dt {
  color: #6d767d;
  font-weight: 700;
}

#adhesionPreviewContent dd {
  color: var(--bs-dark);
}

#adhesionPreviewContent .col-sm-5:last-of-type,
#adhesionPreviewContent .col-sm-7:last-of-type {
  border-bottom: 0;
}

#adhesionForm .row {
  --bs-gutter-x: 1rem;
}

#adhesionForm .row > * {
  min-width: 0;
}

@keyframes fpd-spin {
  to {
    transform: rotate(360deg);
  }
}

.fpd-section-space {
  padding: 5rem 0;
}

.fpd-mini-card {
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.fpd-mini-card h3 {
  margin-bottom: 1rem;
}

.fpd-stat-card {
  height: 100%;
  padding: 1.75rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.fpd-stat-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--bs-secondary);
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.fpd-stat-card span {
  color: #6d767d;
}

.fpd-filter-shell .form-control,
.fpd-filter-shell .form-select {
  min-height: 58px;
  border-color: rgba(18, 54, 41, 0.12);
}

.fpd-filter-shell .btn {
  min-height: 58px;
}

.fpd-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.fpd-story-card__media {
  min-height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fpd-story-card__body {
  padding: 2.5rem;
}

.fpd-story-card__body h2,
.fpd-post-card h3,
.fpd-related-item strong {
  color: var(--bs-dark);
}

.fpd-story-card__body a,
.fpd-post-card a,
.fpd-related-item {
  text-decoration: none;
}

.fpd-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  padding: 2.2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(210, 165, 43, 0.18), transparent 28%),
    linear-gradient(140deg, rgba(18, 54, 41, 0.96), rgba(24, 70, 51, 0.94));
  box-shadow: 0 28px 60px rgba(18, 54, 41, 0.2);
}

.fpd-report-hero h1,
.fpd-report-hero p {
  color: #fff;
}

.fpd-report-stamp {
  display: grid;
  gap: 0.3rem;
  min-width: 190px;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: right;
}

.fpd-report-stamp span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fpd-report-stamp strong {
  color: #fff;
  font-size: 1.2rem;
}

.fpd-report-copy p + p {
  margin-top: 1rem;
}

.fpd-report-list {
  display: grid;
  gap: 1rem;
}

.fpd-report-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(var(--bs-primary-rgb), 0.06);
  border: 1px solid rgba(18, 54, 41, 0.08);
}

.fpd-report-item p {
  margin: 0;
}

.fpd-report-item__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-primary) 100%);
  color: #fff;
  font-size: 1rem;
}

.fpd-report-timeline {
  display: grid;
  gap: 1rem;
}

.fpd-report-step {
  position: relative;
  padding: 1.2rem 1.25rem 1.2rem 1.5rem;
  border-radius: 24px;
  background: #fcfdfb;
  border: 1px solid rgba(18, 54, 41, 0.08);
  box-shadow: 0 18px 34px rgba(18, 54, 41, 0.06);
}

.fpd-report-step::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--bs-primary), var(--bs-secondary));
}

.fpd-report-step strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--bs-dark);
}

.fpd-report-step p {
  margin: 0;
}

.fpd-report-compact-list {
  display: grid;
  gap: 1rem;
}

.fpd-report-compact-item {
  display: flex;
  gap: 0.75rem;
  align-items: start;
}

.fpd-report-compact-item span {
  color: #44515b;
}

.fpd-story-card__body h2 a:hover,
.fpd-post-card h3 a:hover,
.fpd-related-item:hover strong {
  color: var(--bs-primary);
}

.fpd-post-card img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  background: #eef2ef;
}

.fpd-post-card h3 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.fpd-post-card .bg-light {
  background: rgba(var(--bs-primary-rgb), 0.08) !important;
}

.fpd-article-cover img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.fpd-sidebar-stack > * + * {
  margin-top: 1.5rem;
}

.fpd-related-list {
  display: grid;
  gap: 1rem;
}

.fpd-related-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.fpd-related-item img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  flex-shrink: 0;
}

.fpd-related-item small,
.fpd-related-item strong {
  display: block;
}

.fpd-related-item small {
  margin-bottom: 0.35rem;
  color: #6d767d;
}

.fpd-related-item strong {
  transition: color 0.3s ease;
}

.fpd-event-card .bg-light {
  background: rgba(var(--bs-primary-rgb), 0.08) !important;
}

.fpd-empty-state {
  padding: 2rem;
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-dark);
}

.fpd-empty-state i {
  color: var(--bs-primary);
}

.fpd-mobile-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

img,
iframe,
video {
  max-width: 100%;
}

.fpd-map-embed {
  display: block;
  width: 100%;
  height: 425px;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(10, 21, 17, 0.12);
}

.fpd-contact-message {
  min-height: 250px;
}

.fpd-footer-cta__title,
.fpd-highlight-panel h1,
.fpd-story-card__body h2,
.fpd-post-card h3,
.service-item h3 {
  text-wrap: balance;
}

.fpd-site-footer .btn.btn-link {
  white-space: normal;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  body,
  .modal-open {
    overflow-x: hidden;
    background: linear-gradient(180deg, #f7f2e6 0%, #ffffff 38%, #f7faf6 100%);
  }

  .top-bar {
    display: none;
  }

  .nav-bar {
    position: sticky;
    top: 0;
    z-index: 1035;
    padding: 0.55rem 0.75rem 0;
    background: linear-gradient(180deg, rgba(247, 242, 230, 0.94), rgba(247, 242, 230, 0.18));
    backdrop-filter: blur(18px);
  }

  .nav-bar .navbar {
    padding: 0.7rem 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(18, 54, 41, 0.12);
  }

  .nav-bar .navbar-toggler {
    border: 0;
    padding: 0.45rem 0.65rem;
    border-radius: 12px;
    background: rgba(18, 54, 41, 0.08);
  }

  .nav-bar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.18);
  }

  .nav-bar .navbar-toggler[aria-expanded="true"] {
    background: rgba(18, 54, 41, 0.18);
  }

  .fpd-mobile-logo {
    width: 40px;
    height: 40px;
    padding: 0.3rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16);
  }

  .nav-bar .d-lg-none h4 {
    font-size: 1.35rem;
    letter-spacing: 0.01em;
  }

  #navbarCollapse {
    margin-top: 0.65rem;
    padding: 0.35rem;
    border: 1px solid rgba(18, 54, 41, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 24px rgba(18, 54, 41, 0.08);
  }

  .nav-bar .navbar-nav {
    gap: 0.25rem;
  }

  .nav-bar .navbar-nav .nav-link {
    margin: 0;
    padding: 0.72rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--bs-dark) !important;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .nav-bar .navbar-nav .nav-link.active,
  .nav-bar .navbar-nav .nav-link:hover,
  .nav-bar .navbar-nav .show > .nav-link {
    background: rgba(var(--bs-primary-rgb), 0.14);
    border-color: rgba(var(--bs-primary-rgb), 0.26);
    color: var(--bs-dark) !important;
    box-shadow: none;
  }

  .nav-bar .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .nav-bar .dropdown-toggle::after {
    margin-left: auto;
    font-size: 0.78rem;
  }

  .nav-bar .dropdown-menu {
    margin-top: 0.2rem;
    padding: 0.35rem;
    border: 1px solid rgba(18, 54, 41, 0.08);
    border-radius: 12px;
    background: #f7faf8;
    box-shadow: none;
  }

  .nav-bar .dropdown-item {
    padding: 0.68rem 0.8rem;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.35;
    white-space: normal;
  }

  .page-header {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }

  .page-header .container {
    padding-top: 1.8rem;
    padding-bottom: 1rem;
  }

  .page-header .display-3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .header-carousel .container {
    min-height: auto;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .header-carousel .carousel-text {
    padding: 1.35rem;
  }

  .header-carousel .carousel-text .fpd-hero-title {
    font-size: clamp(2.05rem, 9vw, 2.8rem);
  }

  .header-carousel .carousel-img {
    margin-top: 0.35rem;
  }

  .fpd-hero-frame {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem;
  }

  .fpd-hero-frame img {
    aspect-ratio: 4 / 3;
  }

  .fpd-report-hero {
    grid-template-columns: 1fr;
    padding: 1.4rem;
    border-radius: 28px;
  }

  .fpd-report-stamp {
    min-width: 0;
    text-align: left;
  }

  .fpd-report-item {
    grid-template-columns: 1fr;
  }

  .carousel-text .d-flex,
  .banner-inner .d-flex,
  .fpd-highlight-panel .d-flex,
  .fpd-content-shell .d-flex,
  .fpd-form-shell .d-flex {
    display: grid !important;
    gap: 0.85rem;
  }

  .carousel-text .btn,
  .banner-inner .btn,
  .fpd-highlight-panel .btn,
  .fpd-content-shell .btn,
  .fpd-form-shell .btn {
    width: 100%;
    margin: 0 !important;
    justify-content: center;
  }

  .fpd-filter-shell,
  .fpd-form-shell,
  .fpd-sidebar-shell,
  .fpd-content-shell,
  .fpd-highlight-panel,
  .service-item,
  .team-item,
  .event-item,
  .fpd-post-card,
  .fpd-story-card,
  .banner-inner,
  .testimonial-item {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(18, 54, 41, 0.1);
  }

  .fpd-filter-shell,
  .fpd-form-shell,
  .fpd-sidebar-shell,
  .fpd-content-shell,
  .fpd-highlight-panel {
    padding: 1.35rem;
  }

  .fpd-story-card {
    grid-template-columns: 1fr;
  }

  .fpd-story-card__media {
    min-height: 250px;
  }

  .fpd-story-card__body {
    padding: 1.35rem;
  }

  .team-item,
  .event-item {
    padding: 1.25rem !important;
  }

  .team-item {
    flex-direction: column;
  }

  .team-detail {
    padding-right: 0 !important;
  }

  .team-social {
    width: 100%;
    margin-top: 1rem;
    padding: 0 !important;
    background: transparent !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 0.75rem;
  }

  .team-social .btn-square {
    width: 52px;
    height: 52px;
  }

  .fpd-stat-card,
  .fpd-mini-card {
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 54, 41, 0.09);
  }

  .fpd-adhesion-dialog {
    width: min(100vw - 0.65rem, 100%);
    max-width: min(100vw - 0.65rem, 100%) !important;
    margin: 0.35rem auto;
  }

  .fpd-adhesion-modal {
    border-radius: 28px;
  }

  .fpd-adhesion-modal__header,
  .fpd-adhesion-form-head,
  .fpd-adhesion-form {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .fpd-adhesion-progress,
  .fpd-adhesion-preview-shell,
  .fpd-consent-card {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .fpd-adhesion-form {
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }

  .fpd-form-section {
    padding: 1rem;
    border-radius: 24px;
  }

  .fpd-choice-card {
    flex: 1 1 calc(33.333% - 0.55rem);
    min-width: 0;
  }

  .fpd-adhesion-action,
  .fpd-adhesion-action--launch {
    width: 100%;
    min-width: 0;
  }

  .section-title {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  .section-title::before {
    width: calc(100% + 56px);
    left: -28px;
  }

  .section-title::after {
    width: calc(100% + 84px);
    left: -42px;
  }

  .section-title.text-start::before {
    width: calc(100% + 30px);
  }

  .section-title.text-start::after {
    width: calc(100% + 44px);
  }

  .banner .banner-inner {
    padding: 2rem 1.5rem !important;
    border-radius: 30px;
    overflow: hidden;
  }

  .banner .banner-inner::before {
    border-top-width: 110px;
    border-right-width: 110px;
  }

  .banner .banner-inner::after {
    border-bottom-width: 110px;
    border-left-width: 110px;
  }

  .btn-play + h3 {
    line-height: 1.55;
    margin-left: 3.25rem !important;
  }

  .testimonial-img {
    padding: 1.5rem 1.5rem 0.75rem;
  }

  .testimonial-img::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    border-radius: 28px;
  }

  .testimonial-carousel .owl-nav {
    left: 1.1rem;
    top: auto;
    bottom: 1rem;
    flex-direction: row;
    gap: 0.65rem;
  }

  .testimonial-carousel .owl-prev,
  .testimonial-carousel .owl-next {
    margin: 0;
  }

  .fpd-footer-cta .btn,
  .fpd-site-footer .btn.btn-link {
    font-size: 0.95rem;
  }

  .fpd-site-footer .copyright {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 15px;
  }

  .container,
  .container-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-fluid.py-5,
  .banner.py-5,
  .footer.py-5,
  .bg-light.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .display-6 {
    font-size: clamp(1.5rem, 7vw, 1.95rem);
    line-height: 1.14;
  }

  .display-5 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  .display-3 {
    font-size: clamp(1.7rem, 8.4vw, 2.25rem);
  }

  .fpd-kicker {
    gap: 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.12rem;
  }

  .fpd-kicker::before {
    width: 34px;
  }

  .btn {
    font-size: 0.94rem;
  }

  .btn-play {
    width: 12px;
    height: 20px;
    padding: 15px 17px 17px 23px;
  }

  .btn-play::before,
  .btn-play::after {
    width: 50px;
    height: 50px;
  }

  .btn-play span {
    border-left-width: 13px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .btn-play + h3 {
    margin-left: 2.85rem !important;
    font-size: clamp(1.05rem, 5vw, 1.3rem);
  }

  .modal-dialog {
    margin: 0.65rem auto;
  }

  #videoModal .modal-dialog {
    margin-top: 1rem;
  }

  .fpd-modal-card {
    border-radius: 24px;
  }

  .header-carousel .container {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .header-carousel .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .header-carousel .carousel-text {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .header-carousel .carousel-text .fpd-hero-title {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .header-carousel .carousel-text p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1.25rem !important;
    font-size: 0.95rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .header-carousel .carousel-img {
    margin-top: 0;
  }

  .fpd-hero-frame {
    padding: 0.55rem;
    border-radius: 24px;
  }

  .fpd-hero-frame img {
    aspect-ratio: 6 / 5;
    border-radius: 18px;
  }

  .page-header {
    border-radius: 0 0 24px 24px;
  }

  .page-header .container {
    padding-top: 1.35rem;
    padding-bottom: 0.55rem;
  }

  .breadcrumb {
    row-gap: 0.35rem;
    font-size: 0.82rem;
  }

  .fpd-filter-shell,
  .fpd-form-shell,
  .fpd-sidebar-shell,
  .fpd-content-shell,
  .fpd-highlight-panel,
  .service-item,
  .team-item,
  .event-item,
  .fpd-post-card,
  .fpd-story-card,
  .banner-inner,
  .testimonial-item,
  .fpd-stat-card,
  .fpd-mini-card {
    border-radius: 22px;
  }

  .fpd-filter-shell,
  .fpd-form-shell,
  .fpd-sidebar-shell,
  .fpd-content-shell,
  .fpd-highlight-panel,
  .service-item,
  .fpd-stat-card,
  .fpd-mini-card {
    padding: 1.05rem;
  }

  .fpd-pill {
    padding: 0.3rem 0.68rem;
    font-size: 0.71rem;
    letter-spacing: 0.04rem;
  }

  .fpd-meta-list {
    gap: 0.45rem 0.8rem;
    font-size: 0.85rem;
  }

  .fpd-meta-list li {
    gap: 0.35rem;
  }

  .fpd-story-card__media {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .fpd-story-card__body {
    padding: 1.15rem;
  }

  .fpd-story-card__body h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    line-height: 1.18;
  }

  .fpd-story-card__body > p:first-of-type {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.95rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .fpd-post-card {
    padding: 1rem !important;
  }

  .fpd-post-card img {
    border-radius: 18px;
    aspect-ratio: 5 / 4;
  }

  .fpd-post-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.18rem;
    line-height: 1.25;
  }

  .fpd-post-card > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .fpd-post-card .bg-light {
    padding: 1rem !important;
    border-radius: 18px;
  }

  .fpd-program-grid .service-item,
  .fpd-values-grid .service-item {
    padding: 1.15rem;
  }

  .service-title {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .service-title p,
  .service-item p,
  .banner-inner p.fs-5 {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .service-item p,
  .banner-inner p.fs-5 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .service-item .btn-square {
    width: 56px;
    height: 56px;
  }

  .rounded.overflow-hidden .text-center[class*="bg-"] {
    padding-top: 1.65rem !important;
    padding-bottom: 1.65rem !important;
  }

  .rounded.overflow-hidden span,
  .fpd-stat-card span {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .fpd-stat-card strong {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .about-img::before,
  .about-img::after {
    width: 28%;
    height: 54px;
  }

  .fpd-home-photo-frame {
    border-radius: 24px;
  }

  .fpd-home-photo-frame img,
  .fpd-team-photo,
  .fpd-testimonial-photo {
    border-radius: 18px;
  }

  .team-item {
    gap: 1rem;
    padding: 1rem !important;
  }

  .team-item img {
    width: 100%;
  }

  .team-social {
    gap: 0.5rem;
  }

  .team-social .btn-square {
    width: 46px;
    height: 46px;
  }

  .testimonial-img {
    padding: 1rem 1rem 0.5rem;
  }

  .testimonial-img::before {
    width: 100%;
    height: calc(100% - 0.5rem);
    border-radius: 24px;
  }

  .testimonial-carousel .owl-nav {
    left: 1rem;
    bottom: 0.85rem;
    gap: 0.55rem;
  }

  .testimonial-carousel .owl-prev,
  .testimonial-carousel .owl-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .fpd-article-cover img {
    max-height: 300px;
    border-radius: 20px;
  }

  .fpd-article-content p,
  .fpd-article-content li {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .fpd-related-item {
    align-items: flex-start;
  }

  .fpd-related-item img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .fpd-related-item strong {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .fpd-filter-shell .form-control,
  .fpd-filter-shell .form-select,
  .fpd-floating .form-control,
  .fpd-floating .form-select {
    min-height: 54px;
    font-size: 0.96rem;
  }

  .form-floating > label,
  .fpd-floating > label {
    font-size: 0.86rem;
  }

  .fpd-contact-message,
  .fpd-floating__textarea {
    min-height: 180px;
  }

  .fpd-map-embed {
    height: 300px;
    border-radius: 22px;
  }

  .fpd-choice-group {
    gap: 0.6rem;
  }

  .fpd-choice-card {
    flex: 1 1 calc(50% - 0.3rem);
    min-width: calc(50% - 0.3rem);
    min-height: 44px;
    padding: 0.7rem 0.8rem;
  }

  .fpd-adhesion-modal__header .modal-title {
    font-size: 1.1rem;
  }

  .fpd-adhesion-inline-metrics {
    gap: 0.5rem 1rem;
    font-size: 0.92rem;
  }

  .fpd-adhesion-metrics {
    grid-template-columns: 1fr;
  }

  .fpd-adhesion-action__label {
    font-size: 0.92rem;
  }

  .fpd-footer-cta {
    margin-top: 3rem !important;
  }

  .fpd-footer-cta__title {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
    line-height: 1.18;
  }

  .fpd-footer-cta__actions {
    gap: 0.75rem;
  }

  .fpd-footer-cta__actions .btn {
    margin: 0 !important;
  }

  .fpd-site-footer .row.g-5 {
    --bs-gutter-y: 1.75rem;
  }

  .fpd-site-footer .copyright {
    padding-top: 1.5rem !important;
  }

  .fpd-site-footer .btn.btn-link {
    margin-bottom: 0.35rem;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }

  .nav-bar {
    padding: 0.4rem 0.5rem 0;
  }

  .nav-bar .navbar {
    padding: 0.62rem 0.72rem !important;
    border-radius: 16px;
  }

  .fpd-mobile-logo {
    width: 36px;
    height: 36px;
  }

  .nav-bar .navbar-nav .nav-link {
    padding: 0.64rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  #navbarCollapse {
    margin-top: 0.55rem;
    padding: 0.3rem;
    border-radius: 14px;
  }

  .nav-bar .dropdown-menu {
    padding: 0.3rem;
    border-radius: 10px;
  }

  .nav-bar .dropdown-item {
    padding: 0.62rem 0.72rem;
    border-radius: 8px;
    font-size: 0.86rem;
  }

  .section-title {
    font-size: 0.74rem;
  }

  .section-title::before {
    width: calc(100% + 34px);
    left: -17px;
  }

  .section-title::after {
    width: calc(100% + 48px);
    left: -24px;
  }

  .section-title.text-start::before {
    width: calc(100% + 24px);
  }

  .section-title.text-start::after {
    width: calc(100% + 34px);
  }

  .page-header {
    border-radius: 0 0 20px 20px;
  }

  .page-header .display-3,
  .display-6 {
    line-height: 1.12;
  }

  .header-carousel .container {
    padding-top: 1.1rem;
    padding-bottom: 1.5rem;
  }

  .header-carousel .carousel-text {
    padding: 0.95rem;
  }

  .header-carousel .carousel-text .fpd-hero-title {
    font-size: clamp(1.55rem, 8.4vw, 1.9rem);
  }

  .header-carousel .carousel-text p {
    -webkit-line-clamp: 3;
  }

  .fpd-hero-frame img {
    aspect-ratio: 1 / 1;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .btn-square,
  .btn-sm-square,
  .btn-lg-square {
    width: 44px;
    height: 44px;
  }

  .fpd-footer-cta__actions .btn,
  .fpd-post-card .btn,
  .fpd-story-card .btn,
  .fpd-content-shell .btn,
  .fpd-highlight-panel .btn {
    width: 100%;
  }

  .fpd-pill {
    font-size: 0.68rem;
  }

  .fpd-meta-list {
    font-size: 0.82rem;
  }

  .fpd-story-card__media {
    min-height: 200px;
  }

  .fpd-story-card__body,
  .fpd-filter-shell,
  .fpd-form-shell,
  .fpd-sidebar-shell,
  .fpd-content-shell,
  .fpd-highlight-panel,
  .service-item,
  .fpd-stat-card,
  .fpd-mini-card {
    padding: 0.95rem;
  }

  .fpd-post-card {
    padding: 0.9rem !important;
  }

  .fpd-post-card > p,
  .fpd-story-card__body > p:first-of-type,
  .service-item p,
  .banner-inner p.fs-5 {
    -webkit-line-clamp: 3;
  }

  .btn-play {
    width: 10px;
    height: 18px;
    padding: 13px 15px 15px 20px;
  }

  .btn-play::before,
  .btn-play::after {
    width: 44px;
    height: 44px;
  }

  .btn-play span {
    border-left-width: 12px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .btn-play + h3 {
    margin-left: 2.25rem !important;
    font-size: 1rem;
  }

  .banner .banner-inner {
    padding: 1rem !important;
    border-radius: 22px;
  }

  .banner .banner-inner::before {
    border-top-width: 70px;
    border-right-width: 70px;
  }

  .banner .banner-inner::after {
    border-bottom-width: 70px;
    border-left-width: 70px;
  }

  .about-img::before,
  .about-img::after {
    display: none;
  }

  .team-item {
    padding: 0.95rem !important;
  }

  .team-social .btn-square {
    width: 42px;
    height: 42px;
  }

  .fpd-article-cover img {
    max-height: 240px;
  }

  .fpd-related-item {
    gap: 0.75rem;
  }

  .fpd-related-item img {
    width: 64px;
    height: 64px;
  }

  .fpd-choice-card {
    flex-basis: 100%;
    min-width: 100%;
  }

  .fpd-map-embed {
    height: 250px;
    border-radius: 20px;
  }

  .fpd-contact-message,
  .fpd-floating__textarea {
    min-height: 150px;
  }

  .testimonial-img {
    padding: 0.8rem 0.8rem 0.4rem;
  }

  .testimonial-carousel .owl-nav {
    left: 0.8rem;
    bottom: 0.7rem;
  }

  .testimonial-carousel .owl-prev,
  .testimonial-carousel .owl-next {
    width: 36px;
    height: 36px;
  }

  .fpd-site-footer .container,
  .fpd-footer-cta .container {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}
