/**
 * ImSexxy — Profile CSS v6.1.0 (Fatal Model clone — Página Única)
 *
 * Namespace: .fp (fatal profile)
 * TODAS as seções visíveis — nav são âncoras de scroll, não tabs.
 *
 * @package 55acompanhantes
 * @since   6.1.0
 */

:root {
	--fm-red: #e25352;
	--fm-red-dark: #c94443;
	--fm-red-light: #FFF0F1;
	--fm-red-bg: #FCEAEC;
	--fm-green: #25D366;
	--fm-green-dark: #1fba59;
	--fm-gold: #F59E0B;
	--fm-text: #1A1A1A;
	--fm-text-2: #6B7280;
	--fm-text-3: #9CA3AF;
	--fm-border: #E5E7EB;
	--fm-border-lt: #F3F4F6;
	--fm-bg: #FFFFFF;
	--fm-bg-alt: #F8F8FA;
	--fm-max: 1180px;
	--fm-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--fm-radius: 12px;
	--fm-radius-sm: 8px;
	--fm-shadow: 0 2px 8px rgba(0,0,0,.08);
	--fm-shadow-lg: 0 4px 16px rgba(0,0,0,.12);
}

/* ═══ SCOPE RESET ═══ */
.fp { font-family: var(--fm-font); color: var(--fm-text); line-height: 1.5; -webkit-font-smoothing: antialiased; background: var(--fm-bg); }
.fp *, .fp *::before, .fp *::after { box-sizing: border-box; }
.fp a { color: inherit; text-decoration: none !important; }
.fp img { display: block; max-width: 100%; }
.fp button { font-family: var(--fm-font); cursor: pointer; border: none; background: none; }
.fp h1,.fp h2,.fp h3,.fp p { margin: 0; }
.fp-w { max-width: var(--fm-max); margin: 0 auto; padding: 0 20px; }
.fp-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--fm-text-3); display: inline-block; margin: 0 8px; vertical-align: middle; font-style: normal; }

/* ═══════════════════════════════════════════════
   1 — HERO
   ═══════════════════════════════════════════════ */
.fp-hero { background: var(--fm-bg); }
.fp-hero__cover { position: relative; max-width: var(--fm-max); margin: 0 auto; height: 220px; overflow: hidden; border-radius: 0 0 var(--fm-radius) var(--fm-radius); }
.fp-hero__cover img { width: 100%; height: 100%; object-fit: cover; }
.fp-hero__cover-ph { width: 100%; height: 100%; background: linear-gradient(135deg, var(--fm-red-light) 0%, var(--fm-bg-alt) 100%); }
.fp-hero__top { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; z-index: 5; }

/* Pills */
.fp-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--fm-bg); border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--fm-text); box-shadow: var(--fm-shadow); transition: background .2s, transform .15s; }
.fp-pill:hover { background: var(--fm-bg-alt); }
.fp-pill:active { transform: scale(.97); }
.fp-pill--alert { color: var(--fm-red); }
.fp-pill span { display: none; }
.fp-pill-grp { display: flex; gap: 8px; }

/* Avatar row */
.fp-hero__avatar-row { max-width: var(--fm-max); margin: -50px auto 0; padding: 0 20px; display: flex; align-items: flex-end; gap: 14px; position: relative; z-index: 6; }
.fp-hero__avatar { width: 110px; height: 110px; border-radius: 50%; border: 4px solid var(--fm-bg); overflow: hidden; background: var(--fm-red-light); display: flex; align-items: center; justify-content: center; font-size: 40px; color: var(--fm-red-bg); box-shadow: 0 2px 12px rgba(0,0,0,.1); position: relative; flex-shrink: 0; }
.fp-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }
.fp-hero__dot { width: 16px; height: 16px; border-radius: 50%; background: var(--fm-green); border: 3px solid var(--fm-bg); position: absolute; bottom: 4px; right: 4px; z-index: 7; }
.fp-hero__ck { position: absolute; bottom: 0; left: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--fm-bg); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #3B82F6; z-index: 7; box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.fp-hero__phrase { font-size: 13px; font-weight: 500; color: var(--fm-text-2); font-style: italic; padding-bottom: 8px; }

/* Info */
.fp-hero__info { max-width: var(--fm-max); margin: 0 auto; padding: 16px 20px 12px; }
.fp-hero__name-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.fp-hero__name-row h1 { font-size: 22px; font-weight: 700; line-height: 1.2; }
.fp-hero__meta { display: flex; align-items: center; gap: 2px; font-size: 13px; color: var(--fm-text-2); flex-wrap: wrap; }
.fp-hero__fav { color: var(--fm-red); }
.fp-hero__fav i { font-size: 11px; margin-right: 2px; }
.fp-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 6px; }
.fp-badge--green { background: #E8F5E9; color: #258130; }

/* ═══════════════════════════════════════════════
   2 — CARDS
   ═══════════════════════════════════════════════ */
.fp-cards { padding: 8px 0 4px; }
.fp-cards__g { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fp-card { border: 1px solid var(--fm-border); border-radius: var(--fm-radius); padding: 16px; background: var(--fm-bg); min-height: 120px; transition: box-shadow .2s; }
.fp-card:hover { box-shadow: var(--fm-shadow); }
.fp-card__h { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.fp-card__ic { width: 20px; height: 20px; border-radius: 50%; background: var(--fm-red); display: flex; align-items: center; justify-content: center; font-size: 10px; color: #fff; flex-shrink: 0; }
.fp-card__t { font-size: 13px; font-weight: 600; color: var(--fm-red); }
.fp-card__chev { margin-left: auto; font-size: 10px; color: var(--fm-red); }
.fp-card__b { margin-bottom: 8px; }
.fp-card__hint { font-size: 11px; color: var(--fm-text-2); display: block; margin-bottom: 2px; }
.fp-card__price { display: flex; align-items: baseline; gap: 6px; }
.fp-card__price strong { font-size: 20px; font-weight: 700; }
.fp-card__price span { font-size: 12px; color: var(--fm-text-2); }
.fp-card__loc { font-size: 18px; font-weight: 700; display: block; margin-bottom: 2px; }
.fp-card__sub { font-size: 12px; color: var(--fm-text-2); display: block; }
.fp-card__f { font-size: 12px; color: var(--fm-text-2); margin-top: 4px; }

/* ═══════════════════════════════════════════════
   3 — WHATSAPP CTA DESKTOP
   ═══════════════════════════════════════════════ */
.fp-cta-desk { padding: 12px 0; display: none; }
.fp-wa { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 520px; margin: 0 auto; padding: 15px 24px; border-radius: 10px; background: var(--fm-green); color: #fff; font-size: 16px; font-weight: 700; transition: background .2s, transform .15s; box-shadow: 0 2px 8px rgba(37,211,102,.25); }
.fp-wa:hover { background: var(--fm-green-dark); transform: translateY(-1px); color: #fff; }
.fp-wa i { font-size: 22px; }

/* ═══════════════════════════════════════════════
   4 — NAV ÂNCORAS (NÃO tabs — apenas scroll)
   ═══════════════════════════════════════════════ */
.fp-nav { background: var(--fm-bg); border-bottom: 1px solid var(--fm-border); z-index: 20; transition: box-shadow .3s; }
.fp-nav--sticky { position: sticky; top: 56px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.fp-nav__row { display: flex; gap: 0; height: 48px; }
.fp-nav__btn { display: flex; align-items: center; padding: 0 20px; font-size: 14px; font-weight: 500; color: var(--fm-text-2); border-bottom: 2px solid transparent; transition: all .2s; white-space: nowrap; cursor: pointer; }
.fp-nav__btn span { font-size: 12px; color: var(--fm-text-3); margin-left: 4px; }
.fp-nav__btn:hover { color: var(--fm-text); }
.fp-nav__btn--on { color: var(--fm-text); font-weight: 600; border-bottom-color: var(--fm-red); }

/* ═══════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════ */
.fp-sec { padding: 24px 0; background: var(--fm-bg); }
.fp-sec + .fp-sec { border-top: 1px solid var(--fm-border-lt); }
.fp-sec__h { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.fp-sec__h i { font-size: 18px; color: var(--fm-text); }
.fp-sec__h h2 { font-size: 16px; font-weight: 700; }
.fp-sec__h h3 { font-size: 14px; font-weight: 700; }
.fp-sec__h--sub { margin-top: 24px; }
.fp-empty { font-size: 14px; color: var(--fm-text-3); text-align: center; padding: 24px 0; }

/* ═══════════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════════ */
.fp-gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.fp-gal--vid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 4px; margin-bottom: 8px; }
.fp-gal__i { aspect-ratio: 1; overflow: hidden; border-radius: 4px; cursor: pointer; position: relative; background: var(--fm-bg-alt); }
.fp-gal__i img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fp-gal__i:hover img { transform: scale(1.05); }
.fp-gal__i--hide { display: none; }
.fp-gal__i--vid { aspect-ratio: 9/16; }
.fp-gal__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(0,0,0,.55); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; transition: background .2s; }
.fp-gal__i--vid:hover .fp-gal__play { background: rgba(0,0,0,.75); }
.fp-gal__vic { position: absolute; top: 8px; right: 8px; background: rgba(0,0,0,.5); color: #fff; padding: 3px 6px; border-radius: 4px; font-size: 10px; }
.fp-gal__vph { width: 100%; height: 100%; background: linear-gradient(135deg, #1a1a1a, #333); }
.fp-gal__more { display: flex; justify-content: center; padding: 20px 0 4px; }

/* ═══════════════════════════════════════════════
   MDC
   ═══════════════════════════════════════════════ */
.fp-mdc__media { max-width: 380px; border-radius: var(--fm-radius); overflow: hidden; background: #000; }
.fp-mdc__media video, .fp-mdc__media img { width: 100%; display: block; }
.fp-mdc__date { font-size: 12px; color: var(--fm-text-2); margin-top: 10px; }

/* ═══════════════════════════════════════════════
   DESCRIPTION
   ═══════════════════════════════════════════════ */
.fp-desc { position: relative; }
.fp-desc__txt { font-size: 14px; line-height: 1.75; color: var(--fm-text); }
.fp-desc__txt p { margin: 0 0 12px; }
.fp-desc--col .fp-desc__txt { max-height: 200px; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent 100%); mask-image: linear-gradient(180deg, #000 60%, transparent 100%); }
.fp-desc__tog { display: block; width: 100%; text-align: center; padding: 10px 0; font-size: 13px; font-weight: 600; color: var(--fm-red); background: none; border: none; cursor: pointer; }
.fp-desc__tog:hover { color: var(--fm-red-dark); }
.fp-desc__tog i { margin-right: 4px; font-size: 11px; }

/* ═══════════════════════════════════════════════
   CHARACTERISTICS
   ═══════════════════════════════════════════════ */
.fp-chars { display: flex; gap: 0; }
.fp-chars__col { flex: 1; }
.fp-chars__col:first-child { border-right: 1px solid var(--fm-border-lt); padding-right: 20px; }
.fp-chars__col:last-child { padding-left: 20px; }
.fp-chars__row { padding: 10px 0; border-bottom: 1px solid var(--fm-border-lt); }
.fp-chars__l { display: block; font-size: 11px; font-weight: 600; color: var(--fm-text-3); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 2px; }
.fp-chars__v { font-size: 14px; font-weight: 500; }

/* ═══════════════════════════════════════════════
   PURPOSES
   ═══════════════════════════════════════════════ */
.fp-purp__hint { font-size: 13px; color: var(--fm-text-2); margin-bottom: 14px; }
.fp-purp { display: flex; flex-wrap: wrap; gap: 8px; }
.fp-purp__tag { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 999px; background: var(--fm-bg-alt); font-size: 13px; font-weight: 500; color: var(--fm-text); border: 1px solid var(--fm-border); }

/* ═══════════════════════════════════════════════
   VERIFY CTA
   ═══════════════════════════════════════════════ */
.fp-sec--cta { background: var(--fm-bg-alt); }
.fp-verify-cta { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-radius: var(--fm-radius); background: var(--fm-bg); border: 1px dashed var(--fm-border); }
.fp-verify-cta__t { font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.fp-verify-cta__ill { font-size: 48px; color: var(--fm-red); opacity: .3; flex-shrink: 0; margin-left: 16px; }

/* ═══════════════════════════════════════════════
   ATTENDANCE + SERVICES
   ═══════════════════════════════════════════════ */
.fp-attend { border-left: 3px solid var(--fm-border); padding-left: 14px; margin-bottom: 20px; }
.fp-attend p { font-size: 14px; margin: 0 0 4px; }
.fp-svc__title { font-size: 14px; font-weight: 700; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--fm-border-lt); }
.fp-svc__title--no { margin-top: 24px; color: var(--fm-text-2); }
.fp-svc { display: flex; flex-direction: column; }
.fp-svc__item { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--fm-border-lt); }
.fp-svc__item--no { opacity: .4; }
.fp-svc__item--no .fp-svc__name { text-decoration: line-through; }
.fp-svc__name { font-size: 14px; }
.fp-svc__tag { font-size: 11px; font-weight: 700; padding: 3px 14px; border-radius: 16px; border: 1.5px solid; white-space: nowrap; }
.fp-svc__tag--faco { color: var(--fm-red); border-color: var(--fm-red); }
.fp-svc__tag--recebo { color: var(--fm-text); border-color: var(--fm-text); }

/* ═══════════════════════════════════════════════
   RATES
   ═══════════════════════════════════════════════ */
.fp-rates { margin-bottom: 8px; }
.fp-rates__row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--fm-border-lt); }
.fp-rates__l { font-size: 14px; font-style: italic; }
.fp-rates__v { font-size: 14px; font-weight: 600; }
.fp-pay { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; padding: 8px 0; }
.fp-pay__i { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 64px; }
.fp-pay__i i { font-size: 22px; color: var(--fm-text); }
.fp-pay__i span { font-size: 10px; font-weight: 600; text-transform: uppercase; text-align: center; }

/* ═══════════════════════════════════════════════
   LOCATION
   ═══════════════════════════════════════════════ */
.fp-loc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fp-loc__i--full { grid-column: 1 / -1; }
.fp-loc__l { display: block; font-size: 11px; font-weight: 600; color: var(--fm-text-3); text-transform: uppercase; letter-spacing: .3px; margin-bottom: 4px; }
.fp-loc__v { font-size: 14px; }
.fp-loc__v a { color: var(--fm-red); font-weight: 500; }

/* ═══════════════════════════════════════════════
   SCHEDULE
   ═══════════════════════════════════════════════ */
.fp-sched__row { display: grid; grid-template-columns: 1fr 1.5fr; border-bottom: 1px solid var(--fm-border-lt); padding: 8px 12px; }
.fp-sched__row--now { font-weight: 700; background: var(--fm-bg-alt); border-radius: 4px; }
.fp-sched__d { font-size: 14px; font-style: italic; }
.fp-sched__h { font-size: 13px; text-align: right; }
.fp-sched__note { font-size: 12px; font-style: italic; color: var(--fm-text-2); margin-top: 14px; }
.fp-created { text-align: center; font-size: 13px; color: var(--fm-text-2); padding: 24px 20px; }
.fp-created i { margin-right: 6px; }

/* ═══════════════════════════════════════════════
   REVIEWS
   ═══════════════════════════════════════════════ */
.fp-rev-sum { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.fp-rev-sum__badge { display: flex; align-items: center; gap: 6px; font-size: 22px; }
.fp-rev-sum__badge i { color: var(--fm-gold); }
.fp-rev-sum__badge strong { font-weight: 800; }
.fp-rev-sum span { font-size: 13px; color: var(--fm-text-2); }
.fp-no-rev { text-align: center; padding: 32px 0; }
.fp-no-rev i { font-size: 40px; color: var(--fm-border); margin-bottom: 12px; display: block; }
.fp-no-rev p { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.fp-no-rev small { font-size: 13px; color: var(--fm-text-3); }

/* ═══════════════════════════════════════════════
   SIMILAR PROFILES
   ═══════════════════════════════════════════════ */
.fp-similar { padding: 24px 0 8px; background: var(--fm-bg-alt); }
.fp-similar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fp-similar__card { background: var(--fm-bg); border-radius: var(--fm-radius-sm); overflow: hidden; transition: box-shadow .2s, transform .15s; border: 1px solid var(--fm-border-lt); }
.fp-similar__card:hover { box-shadow: var(--fm-shadow-lg); transform: translateY(-2px); }
.fp-similar__img { aspect-ratio: 4/5; overflow: hidden; }
.fp-similar__img img { width: 100%; height: 100%; object-fit: cover; }
.fp-similar__ph { width: 100%; height: 100%; background: var(--fm-red-light); display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--fm-red-bg); }
.fp-similar__info { padding: 10px 12px; }
.fp-similar__info strong { display: block; font-size: 14px; margin-bottom: 2px; }
.fp-similar__info span { display: block; font-size: 12px; color: var(--fm-text-2); }
.fp-similar__price { color: var(--fm-red) !important; font-weight: 600; margin-top: 4px; }

/* ═══════════════════════════════════════════════
   BREADCRUMBS
   ═══════════════════════════════════════════════ */
.fp-bc { padding: 16px 0 32px; background: var(--fm-bg); }
.fp-bc .fp-w { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 12px; color: var(--fm-text-3); }
.fp-bc a { color: var(--fm-text-2); transition: color .2s; }
.fp-bc a:hover { color: var(--fm-red); }
.fp-bc .fa-chevron-right { font-size: 8px; }
.fp-bc span { color: var(--fm-text); font-weight: 500; }

/* ═══════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════ */
.fp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: var(--fm-radius-sm); font-size: 14px; font-weight: 600; transition: all .2s; cursor: pointer; border: none; }
.fp-btn--pri { background: var(--fm-red); color: #fff; }
.fp-btn--pri:hover { background: var(--fm-red-dark); color: #fff; }
.fp-btn--out { background: var(--fm-bg); color: var(--fm-text); border: 1.5px solid var(--fm-border); }
.fp-btn--out:hover { border-color: var(--fm-red); color: var(--fm-red); }
.fp-btn--sm { padding: 10px 18px; font-size: 13px; }
.fp-btn--full { width: 100%; margin-top: 16px; }

/* ═══════════════════════════════════════════════
   MOBILE STICKY WHATSAPP
   ═══════════════════════════════════════════════ */
.fp-sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: var(--fm-bg); padding: 12px 16px; box-shadow: 0 -2px 12px rgba(0,0,0,.1); display: flex; align-items: center; gap: 12px; border-radius: 16px 16px 0 0; }
.fp-sticky__price { display: flex; flex-direction: column; min-width: 85px; }
.fp-sticky__price small { font-size: 10px; color: var(--fm-text-3); }
.fp-sticky__price strong { font-size: 20px; font-weight: 700; line-height: 1.2; }
.fp-sticky__price span { font-size: 12px; color: var(--fm-text-2); }
.fp-sticky__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-radius: var(--fm-radius-sm); background: var(--fm-green); color: #fff; font-size: 14px; font-weight: 700; transition: background .2s; }
.fp-sticky__btn:hover { background: var(--fm-green-dark); color: #fff; }
.fp-sticky__btn i { font-size: 20px; }

/* ═══════════════════════════════════════════════
   LIGHTBOX
   ═══════════════════════════════════════════════ */
.fp-lb { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.fp-lb__ov { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.92); }
.fp-lb__close { position: absolute; top: 16px; right: 16px; z-index: 10; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; transition: background .2s; }
.fp-lb__close:hover { background: rgba(255,255,255,.3); }
.fp-lb__prev, .fp-lb__next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; transition: background .2s; }
.fp-lb__prev { left: 16px; }
.fp-lb__next { right: 16px; }
.fp-lb__prev:hover, .fp-lb__next:hover { background: rgba(255,255,255,.3); }
.fp-lb__body { position: relative; z-index: 5; max-width: 90vw; max-height: 85vh; }
.fp-lb__body img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 4px; }
.fp-lb__body video { max-width: 90vw; max-height: 85vh; border-radius: 4px; }
.fp-lb__counter { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 10; background: rgba(0,0,0,.6); color: #fff; padding: 4px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; }

/* ═══════════════════════════════════════════════
   RESPONSIVE — DESKTOP
   ═══════════════════════════════════════════════ */
@media (min-width: 769px) {
	.fp-pill span { display: inline; }
	.fp-hero__cover { height: 280px; border-radius: 0 0 16px 16px; }
	.fp-hero__avatar { width: 140px; height: 140px; }
	.fp-hero__avatar-row { margin-top: -60px; }
	.fp-cta-desk { display: block; }
	.fp-sticky { display: none; }
	.fp-nav__btn { padding: 0 24px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — MOBILE
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
	.fp-hero__cover { height: 160px; border-radius: 0; }
	.fp-hero__avatar { width: 100px; height: 100px; }
	.fp-hero__avatar-row { margin-top: -44px; }
	.fp-hero__name-row h1 { font-size: 19px; }
	.fp-cards__g { gap: 8px; }
	.fp-card { padding: 14px; }
	.fp-card__price strong { font-size: 18px; }
	.fp-card__loc { font-size: 16px; }
	.fp-gal { grid-template-columns: repeat(3, 1fr); }
	.fp-gal--vid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
	.fp-chars { flex-direction: column; }
	.fp-chars__col:first-child { border-right: none; padding-right: 0; border-bottom: 1px solid var(--fm-border-lt); }
	.fp-chars__col:last-child { padding-left: 0; }
	.fp-loc { grid-template-columns: 1fr; gap: 12px; }
	.fp-similar__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.fp-nav__btn { padding: 0 14px; font-size: 13px; }
	.fp-bc .fp-w { font-size: 11px; }
	.fp { padding-bottom: 0; }
	/* Oculta menu bottom na página de perfil */
	.fm-bb { display: none !important; }
}

@media (max-width: 480px) {
	.fp-cards__g { grid-template-columns: 1fr; }
	.fp-gal { grid-template-columns: repeat(3, 1fr); gap: 2px; }
	.fp-similar__grid { grid-template-columns: 1fr 1fr; }
	.fp-verify-cta { flex-direction: column; text-align: center; }
	.fp-verify-cta__ill { margin-left: 0; margin-top: 12px; }
}

@media print {
	.fp-sticky, .fp-lb, .fp-cta-desk, .fp-pill-grp { display: none !important; }
}

/* ═══════════════════════════════════════════════
   MODAIS (Valores / Localização / Horário)
   ═══════════════════════════════════════════════ */
.fp-modal { display: none; position: fixed; inset: 0; z-index: 10000; align-items: flex-end; justify-content: center; }
.fp-modal--open { display: flex; }
@media (min-width: 600px) { .fp-modal { align-items: center; } }
.fp-modal__ov { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.fp-modal__box { position: relative; z-index: 1; background: #fff; width: 100%; max-width: 560px; border-radius: 20px 20px 0 0; max-height: 90vh; display: flex; flex-direction: column; overflow: hidden; animation: fpModalUp .25s ease; }
@media (min-width: 600px) { .fp-modal__box { border-radius: 20px; max-height: 85vh; } }
@keyframes fpModalUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.fp-modal__offline-bar { background: #6B7280; color: #fff; text-align: center; font-size: 13px; font-weight: 600; padding: 8px 16px; }
.fp-modal__hd { display: flex; align-items: center; padding: 18px 20px 14px; border-bottom: 1px solid var(--fm-border); flex-shrink: 0; }
.fp-modal__title { font-size: 17px; font-weight: 700; flex: 1; }
.fp-modal__close { width: 32px; height: 32px; border-radius: 50%; background: var(--fm-bg-alt); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--fm-text-2); flex-shrink: 0; }
.fp-modal__close:hover { background: var(--fm-border); }
.fp-modal__body { flex: 1; overflow-y: auto; padding: 20px; }

/* Rates */
.fp-modal__rates { background: var(--fm-red-light); border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.fp-modal__rate-row { display: flex; justify-content: space-between; padding: 12px 16px; font-size: 14px; }
.fp-modal__rate-row + .fp-modal__rate-row { border-top: 1px solid rgba(226,83,82,.12); }
.fp-modal__rate-row--no span:first-child { text-decoration: line-through; color: var(--fm-text-2); }
.fp-modal__rate-row--no span:last-child { color: var(--fm-text-2); font-size: 13px; }
.fp-modal__rate-row--ok span:last-child { font-weight: 700; color: var(--fm-red); }

/* Pagamento */
.fp-modal__pay-title { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.fp-modal__pay { display: flex; gap: 10px; flex-wrap: wrap; background: var(--fm-bg-alt); border-radius: 12px; padding: 16px; margin-bottom: 20px; }
.fp-modal__pay-item { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 64px; font-size: 11px; font-weight: 600; text-align: center; }
.fp-modal__pay-item i { font-size: 22px; color: var(--fm-red); background: var(--fm-red-light); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Footer btns */
.fp-modal__footer-btns { display: flex; gap: 10px; margin-top: 8px; }
.fp-modal__foot-btn { flex: 1; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: 700; cursor: pointer; border: 1.5px solid var(--fm-border); background: #fff; color: var(--fm-text); transition: all .2s; }
.fp-modal__foot-btn--gray { background: #4B5563; color: #fff; border-color: #4B5563; }
.fp-modal__foot-btn:hover { border-color: var(--fm-red); color: var(--fm-red); }
.fp-modal__foot-btn--gray:hover { background: #374151; color: #fff; border-color: #374151; }

/* WA bar */
.fp-modal__wa { padding: 14px 16px; border-top: 1px solid var(--fm-border); display: flex; gap: 10px; flex-shrink: 0; }
.fp-modal__wa-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; background: var(--fm-green); color: #fff; border: none; text-decoration: none !important; transition: background .2s; }
.fp-modal__wa-btn:hover { background: var(--fm-green-dark); color: #fff; }
.fp-modal__wa-btn--out { background: #fff; color: var(--fm-text); border: 1.5px solid var(--fm-border); }
.fp-modal__wa-btn--out:hover { border-color: var(--fm-red); color: var(--fm-red); background: #fff; }

/* Localidade */
.fp-modal__loc-block { margin-bottom: 14px; }
.fp-modal__loc-label { font-size: 12px; font-weight: 700; color: var(--fm-text-2); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 6px; }
.fp-modal__loc-val { background: var(--fm-bg-alt); border-radius: 10px; padding: 12px 14px; font-size: 14px; }
.fp-modal__loc-val--muted { color: var(--fm-text-3); }

/* Horário */
.fp-modal__offline-msg { background: #F3F4F6; border-radius: 10px; padding: 14px; font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
.fp-modal__sched-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.fp-modal__sched-row { display: flex; justify-content: space-between; padding: 10px 12px; font-size: 14px; border-bottom: 1px solid var(--fm-border-lt); }
.fp-modal__sched-row:nth-child(odd) { border-right: 1px solid var(--fm-border-lt); }
.fp-modal__sched-row--today { font-weight: 700; }
@media (max-width: 480px) { .fp-modal__sched-grid { grid-template-columns: 1fr; } .fp-modal__sched-row:nth-child(odd) { border-right: none; } }

/* Serviços */
.fp-modal__svc-list { display: flex; flex-direction: column; }
.fp-modal__svc-item { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--fm-border-lt); font-size: 14px; }

/* Card clicável */
.fp-card--click { cursor: pointer; user-select: none; }
.fp-card--click:hover { box-shadow: var(--fm-shadow-lg); border-color: var(--fm-red); }
.fp-card--click .fp-card__chev { transition: transform .2s; }
.fp-card--click:hover .fp-card__chev { transform: rotate(-90deg); }

/* CTA desktop com botão horário */
.fp-cta-desk__row { display: flex; gap: 12px; max-width: 600px; margin: 0 auto; }
.fp-cta-desk__row .fp-wa { flex: 1; }
.fp-btn-sched { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 20px; border-radius: 10px; background: #fff; color: var(--fm-text); font-size: 14px; font-weight: 700; border: 1.5px solid var(--fm-border); cursor: pointer; white-space: nowrap; transition: all .2s; }
.fp-btn-sched:hover { border-color: var(--fm-text); }

/* Sticky mobile botão horário */
.fp-sticky__sched { width: 46px; height: 46px; border-radius: 10px; background: var(--fm-bg-alt); border: 1.5px solid var(--fm-border); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--fm-text); cursor: pointer; flex-shrink: 0; }

/* max-width alinhado com header */
:root { --fm-max: 1180px; }
