/* Fotomaton Photobooth Barcelona — layout base */
:root {
  --fp-bg: #0c0c14;
  --fp-bg-soft: #141422;
  --fp-surface: #1c1c2e;
  --fp-text: #f4f4f8;
  --fp-muted: #a8a8bc;
  --fp-accent: #e91e63;
  --fp-accent-2: #ff4081;
  --fp-gold: #ffc107;
  --fp-border: rgba(255, 255, 255, 0.1);
  --fp-radius: 16px;
  --fp-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --fp-font: "DM Sans", system-ui, sans-serif;
  --fp-serif: "Libre Baskerville", Georgia, serif;
  --fp-header-h: 72px;
  --fp-breadcrumb-h: 38px;
  --fp-journey-h: 34px;
  --fp-cta-bar-h: 58px;
  --fp-chrome-offset: calc(var(--fp-header-h) + var(--fp-breadcrumb-h));
}

body.fp-has-journey {
  --fp-chrome-offset: calc(var(--fp-header-h) + var(--fp-breadcrumb-h) + var(--fp-journey-h));
}
body.fp-cro-home {
  --fp-chrome-offset: var(--fp-header-h);
}
body.fp-cro-home .fp-breadcrumb-bar,
body.fp-cro-home .fp-journey { display: none !important; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fp-site {
  margin: 0;
  font-family: var(--fp-font);
  background: var(--fp-bg);
  color: var(--fp-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--fp-accent-2); text-decoration: none; }
a:hover { text-decoration: underline; }

.fp-container { width: min(1200px, 92vw); margin: 0 auto; }
.fp-container--narrow { max-width: 760px; }
.fp-section-foot { text-align: center; margin-top: 2rem; color: var(--fp-muted); }
.fp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.fp-skip { position: absolute; left: -9999px; top: 0; z-index: 99999; padding: 0.75rem 1rem; background: #fff; color: #000; }
.fp-skip:focus { left: 1rem; top: 1rem; }

.fp-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--fp-header-h);
  background: rgba(12, 12, 20, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--fp-border);
  transition: box-shadow 0.3s;
}
.fp-header.is-scrolled { box-shadow: var(--fp-shadow); }
.fp-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; gap: 1rem;
}
.fp-logo { display: flex; align-items: center; gap: 0.65rem; color: #fff; text-decoration: none; font-weight: 700; }
.fp-logo img { width: 44px; height: 44px; border-radius: 10px; }
.fp-logo span { font-size: 0.95rem; line-height: 1.2; }
.fp-logo strong { display: block; font-size: 1.05rem; color: var(--fp-accent-2); }

.fp-menu-toggle {
  display: none; background: none; border: 1px solid var(--fp-border);
  color: #fff; width: 44px; height: 44px; border-radius: 10px; cursor: pointer;
}
.fp-nav-wrap { display: flex; align-items: center; gap: 1.5rem; }
.fp-nav { display: flex; list-style: none; margin: 0; padding: 0; gap: 0.35rem; flex-wrap: wrap; }
.fp-nav a {
  color: var(--fp-muted); padding: 0.5rem 0.75rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 500; text-decoration: none;
}
.fp-nav a:hover, .fp-nav a.is-active { color: #fff; background: rgba(233, 30, 99, 0.15); }
.fp-nav a.is-active { box-shadow: inset 0 -2px 0 var(--fp-accent); }

/* Dropdown servicios */
.fp-nav__has-sub { position: relative; }
.fp-nav__trigger {
  background: none; border: none; cursor: pointer; font: inherit;
  color: var(--fp-muted); padding: 0.5rem 0.75rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 500; display: inline-flex; align-items: center; gap: 0.35rem;
}
.fp-nav__trigger:hover, .fp-nav__has-sub.is-open .fp-nav__trigger { color: #fff; background: rgba(233, 30, 99, 0.15); }
.fp-nav__trigger::after { content: "▾"; font-size: 0.65rem; opacity: 0.7; }
.fp-nav__sub {
  display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
  list-style: none; margin: 0.35rem 0 0; padding: 0.5rem;
  background: var(--fp-surface); border: 1px solid var(--fp-border);
  border-radius: 12px; box-shadow: var(--fp-shadow); z-index: 1100;
}
.fp-nav__has-sub.is-open .fp-nav__sub { display: block; }
.fp-nav__sub a { display: block; padding: 0.55rem 0.75rem; border-radius: 8px; white-space: nowrap; }

.fp-header__actions { display: flex; align-items: center; gap: 0.65rem; flex-shrink: 0; }
.fp-header__phone {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: var(--fp-muted); font-size: 0.85rem; font-weight: 600; text-decoration: none;
  padding: 0.45rem 0.65rem; border-radius: 8px; border: 1px solid var(--fp-border);
}
.fp-header__phone:hover { color: #fff; border-color: var(--fp-accent); text-decoration: none; }
.fp-header__phone span { display: none; }
@media (min-width: 1100px) { .fp-header__phone span { display: inline; } }

/* Migas de pan */
.fp-breadcrumb-bar {
  position: fixed; top: var(--fp-header-h); left: 0; right: 0; z-index: 999;
  height: var(--fp-breadcrumb-h);
  background: rgba(8, 8, 16, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--fp-border);
}
.fp-breadcrumb {
  display: flex; align-items: center; gap: 0.35rem; height: 100%;
  margin: 0; padding: 0; list-style: none; font-size: 0.8rem; color: var(--fp-muted);
  overflow-x: auto; white-space: nowrap; scrollbar-width: none;
}
.fp-breadcrumb::-webkit-scrollbar { display: none; }
.fp-breadcrumb li { display: flex; align-items: center; gap: 0.35rem; }
.fp-breadcrumb li:not(:last-child)::after { content: "›"; opacity: 0.45; margin-left: 0.35rem; }
.fp-breadcrumb a { color: var(--fp-muted); text-decoration: none; }
.fp-breadcrumb a:hover { color: #fff; }
.fp-breadcrumb [aria-current="page"] { color: #fff; font-weight: 600; }

.fp-breadcrumb-bar .fp-container { position: relative; height: 100%; }

.fp-scroll-progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: rgba(255, 255, 255, 0.06);
}
.fp-scroll-progress span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--fp-accent), var(--fp-accent-2));
  transition: width 0.12s ease-out;
}

/* Recorrido horizontal (solo home) */
.fp-journey {
  position: fixed; top: calc(var(--fp-header-h) + var(--fp-breadcrumb-h)); left: 0; right: 0; z-index: 998;
  height: var(--fp-journey-h);
  background: rgba(10, 10, 18, 0.94); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--fp-border);
}
.fp-journey__list {
  display: flex; align-items: center; gap: 0.25rem; height: 100%;
  margin: 0; padding: 0; list-style: none;
  overflow-x: auto; scrollbar-width: none; white-space: nowrap;
}
.fp-journey__list::-webkit-scrollbar { display: none; }
.fp-journey__list a {
  display: inline-flex; align-items: center;
  padding: 0.35rem 0.7rem; border-radius: 999px;
  font-size: 0.75rem; font-weight: 600; color: var(--fp-muted);
  text-decoration: none; border: 1px solid transparent;
}
.fp-journey__list a:hover { color: #fff; border-color: var(--fp-border); }
.fp-journey__list a.is-active {
  color: #fff; background: rgba(233, 30, 99, 0.18);
  border-color: rgba(233, 30, 99, 0.35);
}
.fp-journey__list li:not(:last-child)::after {
  content: "·"; opacity: 0.35; margin: 0 0.15rem; color: var(--fp-muted);
  pointer-events: none;
}

/* Subpáginas: artículo legible */
.fp-sub-chrome { padding-top: var(--fp-chrome-offset); padding-bottom: 2rem; max-width: 820px; }
.fp-sub-chrome article h1 { font-family: var(--fp-serif); font-size: clamp(1.65rem, 4vw, 2.15rem); line-height: 1.15; margin: 0 0 1rem; }
.fp-sub-chrome article h2 { font-size: 1.2rem; margin: 2rem 0 0.75rem; color: #fff; }
.fp-sub-chrome article p, .fp-sub-chrome article li { color: #d8d8e4; }
.fp-sub-chrome article .lead { font-size: 1.05rem; color: #e8e8f0; }

/* Barra CTA fija */
.fp-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1001;
  height: var(--fp-cta-bar-h);
  background: rgba(12, 12, 20, 0.97); backdrop-filter: blur(12px);
  border-top: 1px solid var(--fp-border);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
  transform: translateY(0);
  transition: transform 0.3s;
}
.fp-cta-bar.is-hidden { transform: translateY(100%); }
.fp-cta-bar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; height: 100%; max-width: 1200px; margin: 0 auto; padding: 0 min(4vw, 1rem);
}
.fp-cta-bar__text { font-size: 0.8rem; color: var(--fp-muted); line-height: 1.3; min-width: 0; }
.fp-cta-bar__text strong { display: block; color: #fff; font-size: 0.9rem; }
.fp-cta-bar__text span { display: block; font-size: 0.75rem; margin-top: 0.1rem; }
.fp-cta-bar__actions { display: flex; gap: 0.5rem; flex-shrink: 0; }
.fp-cta-bar .fp-btn { padding: 0.65rem 1rem; font-size: 0.85rem; }
.fp-cta-bar .fp-btn--wa { background: #25d366; color: #fff; box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35); }

/* Enlaces contextuales entre secciones */
.fp-section-next {
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--fp-border);
}
.fp-section-next .fp-container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
}
.fp-section-next__label {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--fp-muted);
}
.fp-section-next__links { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }
.fp-context-links {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
  margin-top: 1.25rem; padding: 0; list-style: none;
}
.fp-context-links a {
  font-size: 0.85rem; padding: 0.4rem 0.85rem; border-radius: 999px;
  border: 1px solid var(--fp-border); color: var(--fp-muted); text-decoration: none;
}
.fp-context-links a:hover { color: #fff; border-color: var(--fp-accent); background: rgba(233, 30, 99, 0.1); }

/* Subpáginas */
.fp-sub-chrome .fp-hero, .fp-sub-chrome .fp-section:first-of-type { padding-top: 2rem; }

.fp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  border: none; cursor: pointer; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s;
}
.fp-btn:hover { transform: translateY(-2px); text-decoration: none; }
.fp-btn--accent {
  background: linear-gradient(135deg, var(--fp-accent), var(--fp-accent-2));
  color: #fff; box-shadow: 0 8px 24px rgba(233, 30, 99, 0.35);
}
.fp-btn--outline {
  background: transparent; color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.fp-btn--gold {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #1a1a2e;
}
.fp-btn--sm { padding: 0.55rem 1.1rem; font-size: 0.85rem; }

.fp-section { padding: 5rem 0; position: relative; }
.fp-section-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.fp-eyebrow {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fp-accent-2); margin: 0 0 0.75rem;
}
.fp-section-head h2 {
  font-family: var(--fp-serif); font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 1rem; line-height: 1.15;
}
.fp-section-head p { color: var(--fp-muted); margin: 0; font-size: 1.05rem; }

.fp-hero {
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; padding-top: var(--fp-chrome-offset);
  position: relative; overflow: hidden;
}
.fp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.fp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.fp-hero__mesh {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(12,12,20,0.92) 0%, rgba(12,12,20,0.55) 50%, rgba(233,30,99,0.25) 100%);
}
.fp-hero__inner { position: relative; z-index: 2; padding: 3rem 0; }
.fp-hero h1,
.fp-hero-slide__title {
  font-family: var(--fp-serif); font-size: clamp(2rem, 5.5vw, 3.5rem);
  line-height: 1.08; margin: 0 0 1.25rem; max-width: 16ch;
  color: #fff;
}
.fp-hero__lead { font-size: clamp(1rem, 2.2vw, 1.2rem); color: #e0e0ea; max-width: 52ch; margin: 0 0 1.5rem; }
.fp-hero__pills { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin: 0 0 2rem; }
.fp-hero__pills li {
  padding: 0.4rem 0.85rem; border-radius: 999px; font-size: 0.85rem;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
}
.fp-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Hero slider de servicios */
.fp-hero--slider {
  padding-top: 0;
  align-items: stretch;
  display: block;
  min-height: 100vh;
  min-height: 100dvh;
}
.fp-hero-slider {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
.fp-hero-slider__viewport {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
.fp-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-top: var(--fp-chrome-offset);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  z-index: 1;
}
.fp-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.fp-hero-slide__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fp-hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.fp-hero-slide__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 55% at 82% 18%, rgba(214, 75, 115, 0.28) 0%, transparent 58%),
    linear-gradient(180deg, rgba(20, 16, 26, 0.62) 0%, rgba(20, 16, 26, 0.28) 42%, rgba(20, 16, 26, 0.78) 100%);
}
.fp-hero-slide__inner {
  position: relative;
  z-index: 2;
  padding: 3rem 0 5.5rem;
  width: 100%;
}
.fp-hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.fp-hero-slider__btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(12,12,20,0.45);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}
.fp-hero-slider__btn:hover {
  background: var(--fp-accent);
  border-color: transparent;
  transform: scale(1.06);
}
.fp-hero-slider__dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.fp-hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}
.fp-hero-slider__dot.is-active {
  width: 28px;
  background: #fff;
}
.fp-hero-slider__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 5;
  background: rgba(255,255,255,0.15);
}
.fp-hero-slider__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--fp-accent), #ff8fab);
  transition: width 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fp-hero-slide { transition: none; }
  .fp-hero-slider__progress { display: none; }
}

.fp-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-top: -3rem; position: relative; z-index: 5;
}
.fp-stat {
  background: var(--fp-surface); border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius); padding: 1.25rem; text-align: center;
  box-shadow: var(--fp-shadow);
}
.fp-stat strong { display: block; font-size: 2rem; color: var(--fp-accent-2); font-variant-numeric: tabular-nums; }
.fp-stat span { font-size: 0.85rem; color: var(--fp-muted); }

.fp-footer {
  background: #080810; border-top: 1px solid var(--fp-border);
  padding: 3rem 0 1.5rem; margin-top: 2rem;
}
.fp-footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem;
}
.fp-footer h3 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fp-muted); margin: 0 0 1rem; }
.fp-footer ul { list-style: none; padding: 0; margin: 0; }
.fp-footer li { margin-bottom: 0.5rem; }
.fp-footer a { color: var(--fp-muted); font-size: 0.9rem; }
.fp-footer a:hover { color: #fff; }
.fp-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--fp-border);
  font-size: 0.85rem; color: var(--fp-muted);
}

.fp-back-top {
  position: fixed; right: 1.25rem; bottom: calc(var(--fp-cta-bar-h) + 4.5rem); z-index: 900;
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background: var(--fp-surface); color: #fff; cursor: pointer;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
  box-shadow: var(--fp-shadow);
}
.fp-back-top.is-visible { opacity: 1; pointer-events: auto; }

.fp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fp-reveal.is-visible { opacity: 1; transform: none; }

.fp-reviews-stack { display: grid; gap: 1.5rem; }
a.fp-video-card { text-decoration: none; color: inherit; display: block; }

body.fp-site { padding-bottom: var(--fp-cta-bar-h); }

@media (max-width: 991px) {
  .fp-journey { display: none; }
  body.fp-has-journey { --fp-chrome-offset: calc(var(--fp-header-h) + var(--fp-breadcrumb-h)); }
  .fp-menu-toggle { display: flex; align-items: center; justify-content: center; }
  .fp-nav-wrap {
    position: fixed; inset: var(--fp-chrome-offset) 0 var(--fp-cta-bar-h) 0;
    background: rgba(12,12,20,0.98); flex-direction: column; padding: 1.5rem;
    transform: translateX(100%); transition: transform 0.35s;
    border-left: 1px solid var(--fp-border); overflow-y: auto;
    align-items: stretch;
  }
  .fp-nav-wrap.is-open { transform: translateX(0); }
  .fp-nav { flex-direction: column; width: 100%; }
  .fp-nav__sub {
    position: static; display: none; margin: 0.25rem 0 0.5rem 0.75rem;
    box-shadow: none; border: none; background: rgba(0,0,0,0.25); padding: 0.35rem;
  }
  .fp-nav__has-sub.is-open .fp-nav__sub { display: block; }
  .fp-header__actions { flex-direction: column; width: 100%; margin-top: 1rem; }
  .fp-header__actions .fp-btn { width: 100%; }
  .fp-header__phone { width: 100%; justify-content: center; }
  .fp-header__phone span { display: inline; }
  .fp-cta-bar__text { display: block; min-width: 0; flex: 1; }
  .fp-cta-bar__text span { display: block; font-size: 0.7rem; line-height: 1.25; }
  .fp-cta-bar__text strong { font-size: 0.8rem; }
  .fp-stats { grid-template-columns: repeat(2, 1fr); }
  .fp-footer__grid { grid-template-columns: 1fr 1fr; }
  .fp-footer { padding-bottom: calc(1.5rem + var(--fp-cta-bar-h)); }
}
@media (max-width: 575px) {
  .fp-stats { grid-template-columns: 1fr; }
  .fp-footer__grid { grid-template-columns: 1fr; }
}

/* Modal flotante de servicios (misma página) */
.fp-service-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.fp-service-modal[hidden] { display: none !important; }
.fp-service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 26, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.fp-service-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: var(--fp-surface, #fff);
  color: var(--fp-text, #241f2b);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  animation: fp-service-modal-in 0.28s ease;
}
.fp-service-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-service-modal__close:hover { background: var(--fp-accent, #e91e63); }
.fp-service-modal__media { min-height: 280px; background: #111; }
.fp-service-modal__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.fp-service-modal__body {
  padding: 1.75rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.fp-service-modal__body h2 {
  margin: 0 0 0.75rem;
  font-family: var(--fp-serif, Georgia, serif);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}
.fp-service-modal__lead {
  margin: 0 0 1rem;
  color: var(--fp-muted, #6c6575);
  line-height: 1.65;
  font-size: 0.98rem;
}
.fp-service-modal__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}
.fp-service-modal__list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.35rem;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(36, 31, 43, 0.08);
}
.fp-service-modal__list li:last-child { border-bottom: none; }
.fp-service-modal__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fp-accent-2, #0e9a72);
  font-weight: 700;
}
.fp-service-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}
@keyframes fp-service-modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 768px) {
  .fp-service-modal__panel { grid-template-columns: 1fr; max-height: 94vh; }
  .fp-service-modal__media { max-height: 220px; }
  .fp-service-modal__media img { min-height: 200px; max-height: 220px; }
  .fp-service-modal__actions .fp-btn { width: 100%; }
}
