/* Premium landing page: /fizioterapiya-i-rehabilitaciya-stara-zagora */
body.page-fizioterapiya-i-rehabilitaciya-stara-zagora {
  background: #f6fafc;
}

.fpr-page {
  --fpr-navy: #082f49;
  --fpr-navy-deep: #05263a;
  --fpr-blue: #0f5b78;
  --fpr-teal: #0b9ca7;
  --fpr-teal-dark: #087a85;
  --fpr-mint: #e4f7f5;
  --fpr-sky: #eef7fb;
  --fpr-text: #183247;
  --fpr-muted: #526b7d;
  --fpr-border: #d6e5ed;
  --fpr-white: #ffffff;
  --fpr-shadow: 0 24px 70px rgba(8, 47, 73, 0.11);
  --fpr-shadow-soft: 0 14px 38px rgba(8, 47, 73, 0.075);
  color: var(--fpr-text);
  font-size: 17px;
  line-height: 1.7;
  overflow: hidden;
}

.fpr-page *,
.fpr-page *::before,
.fpr-page *::after {
  box-sizing: border-box;
}

.fpr-page a:focus-visible,
.fpr-page button:focus-visible,
.fpr-page summary:focus-visible {
  outline: 3px solid rgba(11, 156, 167, 0.38);
  outline-offset: 4px;
}

.fpr-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.fpr-hero {
  position: relative;
  padding: 54px 0 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(11, 156, 167, 0.16), transparent 30%),
    radial-gradient(circle at 5% 70%, rgba(15, 91, 120, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4fafc 100%);
}

.fpr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(8, 47, 73, 0.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(8, 47, 73, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.fpr-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(38px, 6vw, 80px);
  align-items: center;
  min-height: 610px;
  padding-bottom: 56px;
}

.fpr-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #567184;
  font-size: 0.88rem;
  font-weight: 700;
}

.fpr-breadcrumbs a:hover {
  color: var(--fpr-teal-dark);
}

.fpr-kicker,
.fpr-eyebrow {
  margin: 0 0 14px;
  color: var(--fpr-teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fpr-kicker {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid #c7e9e8;
  border-radius: 999px;
  background: rgba(228, 247, 245, 0.86);
}

.fpr-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--fpr-navy);
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  line-height: 0.99;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.fpr-hero__lead {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--fpr-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.62;
}

.fpr-hero__actions,
.fpr-final-cta__actions,
.fpr-dark-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fpr-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.fpr-button:hover {
  transform: translateY(-2px);
}

.fpr-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--fpr-teal-dark), var(--fpr-teal));
  box-shadow: 0 16px 32px rgba(11, 156, 167, 0.24);
}

.fpr-button--primary:hover {
  box-shadow: 0 20px 38px rgba(11, 156, 167, 0.32);
}

.fpr-button--secondary {
  color: var(--fpr-navy);
  background: rgba(255, 255, 255, 0.88);
  border-color: #b9d2df;
}

.fpr-button--secondary:hover {
  border-color: var(--fpr-teal);
  background: #ffffff;
}

.fpr-button--light {
  color: var(--fpr-navy);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.fpr-button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

.fpr-button--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
}

.fpr-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #36576a;
  font-size: 0.95rem;
  font-weight: 700;
}

.fpr-hero__proof li {
  position: relative;
  padding-left: 24px;
}

.fpr-hero__proof li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--fpr-teal-dark);
  font-weight: 900;
}

.fpr-hero__visual {
  position: relative;
  max-width: 560px;
  justify-self: end;
}

.fpr-hero__image-wrap {
  position: relative;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.95);
  border-radius: 34px;
  background: #dcebf1;
  box-shadow: var(--fpr-shadow);
  aspect-ratio: 4 / 3;
}

.fpr-hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 38, 58, 0.19), transparent 45%);
}

.fpr-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fpr-hero__note {
  position: absolute;
  left: -38px;
  bottom: 34px;
  z-index: 2;
  max-width: 330px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid rgba(214, 229, 237, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(8, 47, 73, 0.16);
  backdrop-filter: blur(12px);
}

.fpr-hero__note-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--fpr-teal);
  font-weight: 900;
}

.fpr-hero__note strong,
.fpr-hero__note span {
  display: block;
}

.fpr-hero__note strong {
  margin-bottom: 2px;
  color: var(--fpr-navy);
  font-size: 0.98rem;
}

.fpr-hero__note div > span {
  color: var(--fpr-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.fpr-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: -42px;
  border: 1px solid var(--fpr-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-facts article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 22px;
}

.fpr-facts article + article {
  border-left: 1px solid #e1ebf0;
}

.fpr-fact__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--fpr-teal-dark);
  background: var(--fpr-mint);
  font-size: 0.78rem;
  font-weight: 900;
}

.fpr-facts strong,
.fpr-facts span {
  display: block;
}

.fpr-facts strong {
  color: var(--fpr-navy);
  font-size: 0.95rem;
  line-height: 1.35;
}

.fpr-facts article div > span {
  margin-top: 3px;
  color: var(--fpr-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.fpr-section-nav {
  padding: 74px 0 14px;
  background: #ffffff;
}

.fpr-section-nav__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.fpr-section-nav__inner span,
.fpr-section-nav__inner a {
  white-space: nowrap;
}

.fpr-section-nav__inner > span {
  margin-right: 4px;
  color: var(--fpr-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.fpr-section-nav a {
  padding: 9px 13px;
  border: 1px solid var(--fpr-border);
  border-radius: 999px;
  color: var(--fpr-blue);
  background: #ffffff;
  font-size: 0.86rem;
  font-weight: 750;
}

.fpr-section-nav a:hover {
  border-color: #a8d8d8;
  background: var(--fpr-mint);
}

.fpr-section {
  scroll-margin-top: 120px;
  padding: 86px 0;
  background: #ffffff;
}

.fpr-section--soft {
  background: linear-gradient(180deg, #f5fafc 0%, #eef7fa 100%);
}

.fpr-section--dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 15%, rgba(20, 202, 196, 0.18), transparent 34%),
    linear-gradient(135deg, var(--fpr-navy-deep), #074a65 68%, #087984);
}

.fpr-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.fpr-heading--center {
  margin-inline: auto;
  text-align: center;
}

.fpr-heading h2,
.fpr-split h2,
.fpr-dark-grid h2,
.fpr-important h2,
.fpr-location h2,
.fpr-final-cta h2 {
  margin: 0 0 16px;
  color: var(--fpr-navy);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.fpr-heading > p:last-child,
.fpr-split__content > p,
.fpr-location__content > p,
.fpr-faq-layout .fpr-heading > p {
  color: var(--fpr-muted);
  font-size: 1.05rem;
}

.fpr-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fpr-service-card {
  min-height: 270px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--fpr-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(8, 47, 73, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.fpr-service-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(11, 156, 167, 0.07);
  transition: transform 0.25s ease;
}

.fpr-service-card:hover {
  transform: translateY(-5px);
  border-color: #a9d7dd;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-service-card:hover::after {
  transform: scale(1.2);
}

.fpr-service-card__number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 13px;
  color: var(--fpr-teal-dark);
  background: var(--fpr-mint);
  font-size: 0.78rem;
  font-weight: 900;
}

.fpr-service-card h3 {
  margin: 0 0 10px;
  color: var(--fpr-navy);
  font-size: 1.25rem;
  line-height: 1.26;
}

.fpr-service-card p {
  margin: 0 0 22px;
  color: var(--fpr-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.fpr-card-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--fpr-teal-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.fpr-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.fpr-lead {
  font-size: 1.08rem !important;
}

.fpr-check-list,
.fpr-important ul {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.fpr-check-list {
  display: grid;
  gap: 13px;
}

.fpr-check-list li,
.fpr-important li {
  position: relative;
  padding-left: 31px;
  color: #29475b;
}

.fpr-check-list li::before,
.fpr-important li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--fpr-teal);
  font-size: 0.68rem;
  font-weight: 900;
}

.fpr-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fpr-teal-dark);
  font-weight: 850;
}

.fpr-text-link:hover {
  color: var(--fpr-navy);
}

.fpr-assessment-card {
  padding: 30px;
  border: 1px solid #cde1e9;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-assessment-card__label {
  margin: 0 0 8px;
  color: var(--fpr-teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fpr-assessment-card h3 {
  margin: 0 0 24px;
  color: var(--fpr-navy);
  font-size: 1.55rem;
}

.fpr-assessment-card__items {
  display: grid;
  gap: 12px;
}

.fpr-assessment-card__items > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px;
  border: 1px solid #e0ebf0;
  border-radius: 15px;
  background: #f9fcfd;
}

.fpr-assessment-card__items > div > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--fpr-teal-dark);
  background: var(--fpr-mint);
  font-size: 0.82rem;
  font-weight: 900;
}

.fpr-assessment-card__items p,
.fpr-assessment-card__items strong {
  display: block;
}

.fpr-assessment-card__items p {
  margin: 0;
  color: var(--fpr-muted);
  font-size: 0.91rem;
}

.fpr-assessment-card__items strong {
  margin-bottom: 2px;
  color: var(--fpr-navy);
}

.fpr-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fpr-process::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #c7e4e7, #90d3d3, #c7e4e7);
}

.fpr-process li {
  position: relative;
  padding: 0 14px 18px;
  text-align: center;
}

.fpr-process__number {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  color: var(--fpr-navy);
  background: var(--fpr-mint);
  box-shadow: 0 0 0 1px #b9dbdf;
  font-weight: 900;
}

.fpr-process h3 {
  margin: 0 0 8px;
  color: var(--fpr-navy);
  font-size: 1.1rem;
}

.fpr-process p {
  margin: 0;
  color: var(--fpr-muted);
  font-size: 0.91rem;
}

.fpr-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.fpr-dark-grid h2,
.fpr-final-cta h2 {
  color: #ffffff;
}

.fpr-dark-grid > div:first-child > p:not(.fpr-eyebrow),
.fpr-final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.fpr-eyebrow--light {
  color: #85e1dd;
}

.fpr-dark-actions {
  margin-top: 28px;
}

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

.fpr-value-grid article {
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(8px);
}

.fpr-value-grid article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  color: var(--fpr-navy-deep);
  background: #8be0dc;
  font-weight: 900;
}

.fpr-value-grid h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 1.02rem;
}

.fpr-value-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.fpr-important {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(30px, 5vw, 70px);
  padding: 36px;
  border: 1px solid #cfe2e9;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(228, 247, 245, 0.82), rgba(255, 255, 255, 0.98)),
    #ffffff;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-important h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
}

.fpr-important ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 24px;
  margin: 0;
  align-content: center;
}

.fpr-important li {
  font-size: 0.95rem;
}

.fpr-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fpr-review-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--fpr-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(8, 47, 73, 0.055);
}

.fpr-stars {
  margin-bottom: 16px;
  color: #e5a100;
  letter-spacing: 0.1em;
  font-size: 0.93rem;
}

.fpr-review-card blockquote {
  margin: 0 0 22px;
  color: #314e61;
  font-size: 0.98rem;
  line-height: 1.7;
}

.fpr-review-card footer {
  margin-top: auto;
  color: var(--fpr-navy);
  font-weight: 850;
}

.fpr-location {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: 38px;
  align-items: stretch;
}

.fpr-location__content {
  padding: 34px;
  border: 1px solid var(--fpr-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-contact-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
}

.fpr-contact-list div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #e4edf1;
}

.fpr-contact-list dt {
  color: var(--fpr-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.fpr-contact-list dd {
  margin: 0;
  color: var(--fpr-navy);
  font-weight: 750;
}

.fpr-contact-list a {
  color: var(--fpr-teal-dark);
}

.fpr-map {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--fpr-border);
  border-radius: 22px;
  background: #dbeaf0;
  box-shadow: var(--fpr-shadow-soft);
}

.fpr-map iframe {
  min-height: 100%;
  display: block;
}

.fpr-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: start;
}

.fpr-faq-list {
  display: grid;
  gap: 12px;
}

.fpr-faq-item {
  border: 1px solid var(--fpr-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(8, 47, 73, 0.045);
}

.fpr-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 56px 18px 20px;
  color: var(--fpr-navy);
  font-size: 0.98rem;
  font-weight: 800;
}

.fpr-faq-item summary::-webkit-details-marker {
  display: none;
}

.fpr-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--fpr-teal-dark);
  background: var(--fpr-mint);
  font-size: 1.2rem;
  line-height: 1;
}

.fpr-faq-item[open] summary::after {
  content: "−";
}

.fpr-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--fpr-muted);
  font-size: 0.95rem;
}

.fpr-final-cta {
  padding: 72px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(32, 223, 211, 0.18), transparent 30%),
    linear-gradient(135deg, #06344d, #075b72 65%, #07878e);
}

.fpr-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.fpr-final-cta h2 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.fpr-final-cta p {
  margin: 0;
}

@media (max-width: 1040px) {
  .fpr-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 42px;
  }

  .fpr-hero h1 {
    font-size: clamp(2.55rem, 5.5vw, 4rem);
  }

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

  .fpr-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .fpr-process::before {
    display: none;
  }

  .fpr-location {
    grid-template-columns: 1fr;
  }

  .fpr-map iframe {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .fpr-page {
    font-size: 18px;
    line-height: 1.72;
  }

  .fpr-shell {
    width: min(100% - 28px, 720px);
  }

  .fpr-hero {
    padding-top: 34px;
  }

  .fpr-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-bottom: 38px;
  }

  .fpr-hero__content {
    order: 1;
  }

  .fpr-hero__visual {
    order: 2;
    width: 100%;
    max-width: 640px;
    justify-self: center;
  }

  .fpr-hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.65rem);
    line-height: 1.03;
  }

  .fpr-hero__lead {
    font-size: 1.08rem;
  }

  .fpr-hero__image-wrap {
    aspect-ratio: 4 / 3.3;
    border-width: 7px;
    border-radius: 26px;
  }

  .fpr-hero__image {
    object-position: center 36%;
  }

  .fpr-hero__note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .fpr-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: -30px;
  }

  .fpr-facts article + article {
    border-left: 0;
  }

  .fpr-facts article:nth-child(even) {
    border-left: 1px solid #e1ebf0;
  }

  .fpr-facts article:nth-child(n + 3) {
    border-top: 1px solid #e1ebf0;
  }

  .fpr-section-nav {
    padding-top: 58px;
  }

  .fpr-section {
    padding: 64px 0;
  }

  .fpr-split,
  .fpr-dark-grid,
  .fpr-important,
  .fpr-faq-layout,
  .fpr-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .fpr-review-grid {
    grid-template-columns: 1fr;
  }

  .fpr-value-grid,
  .fpr-important ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fpr-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .fpr-shell {
    width: min(100% - 24px, 520px);
  }

  .fpr-breadcrumbs {
    font-size: 0.82rem;
  }

  .fpr-kicker,
  .fpr-eyebrow {
    font-size: 0.76rem;
  }

  .fpr-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
    letter-spacing: -0.038em;
  }

  .fpr-hero__actions,
  .fpr-final-cta__actions,
  .fpr-dark-actions {
    flex-direction: column;
  }

  .fpr-button {
    width: 100%;
    min-height: 56px;
    padding-inline: 18px;
    font-size: 1rem;
  }

  .fpr-hero__proof {
    display: grid;
    gap: 10px;
  }

  .fpr-facts article {
    align-items: flex-start;
    padding: 16px 13px;
    gap: 10px;
  }

  .fpr-fact__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .fpr-facts strong {
    font-size: 0.85rem;
  }

  .fpr-facts article div > span {
    font-size: 0.76rem;
  }

  .fpr-heading h2,
  .fpr-split h2,
  .fpr-dark-grid h2,
  .fpr-important h2,
  .fpr-location h2,
  .fpr-final-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .fpr-service-grid,
  .fpr-process,
  .fpr-value-grid,
  .fpr-important ul {
    grid-template-columns: 1fr;
  }

  .fpr-service-card {
    min-height: 0;
    padding: 22px;
  }

  .fpr-process li {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    padding: 0;
    text-align: left;
  }

  .fpr-process__number {
    width: 46px;
    height: 46px;
    grid-row: 1 / span 2;
    margin: 0;
    border-width: 5px;
  }

  .fpr-process h3 {
    margin-top: 4px;
  }

  .fpr-process p {
    font-size: 0.95rem;
  }

  .fpr-assessment-card,
  .fpr-important,
  .fpr-location__content {
    padding: 22px;
    border-radius: 18px;
  }

  .fpr-contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .fpr-map iframe {
    min-height: 340px;
  }

  .fpr-faq-item summary {
    padding: 17px 54px 17px 17px;
    font-size: 1rem;
  }

  .fpr-faq-item p {
    padding: 0 17px 18px;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fpr-page *,
  .fpr-page *::before,
  .fpr-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Mobile paint optimization: these panels are already nearly opaque, so live
   backdrop sampling adds GPU work without a visible benefit on small screens. */
@media (max-width: 768px) {
  .fpr-hero__note,
  .fpr-value-grid article {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}
