:root{
  --fa-blue:#0072ff;
  --fa-blue-dark:#0a4772;
  --fa-yellow:#ffca28;
  --fa-orange:#ff7043;
  --fa-line:#dfe8ef;
  --fa-text:#172033;
  --fa-muted:#6b7785;
}

.fa-admin-profile-preview-slot{
  width:100%;
  max-width:920px;
  margin:0 auto 30px;
  background:transparent;
  padding:0;
  box-shadow:none;
  border-radius:0;
}
.fa-admin-preview-title{
  display:flex;
  align-items:center;
  gap:.5rem;
  color:var(--fa-blue-dark);
  font-size:1.25rem;
  font-weight:900;
  margin:0 0 12px;
}
.fa-admin-preview-note{
  color:var(--fa-muted);
  font-size:.92rem;
  font-weight:700;
  margin:-4px 0 16px;
}

.fa-profile-empty,
.fa-profile-loading{
  width:100%;
  padding:24px;
  text-align:center;
  border:1px solid var(--fa-line);
  border-radius:18px;
  background:#fff;
  color:var(--fa-muted);
  font-weight:800;
}

.fa-pro-preview-card{
  width:100%;
  max-width:880px;
  margin:0 auto;
  color:var(--fa-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.fa-pro-preview-card *{box-sizing:border-box}
.fa-pro-main{
  display:grid;
  grid-template-columns:minmax(260px,38%) 1fr;
  align-items:stretch;
  gap:14px;
}
.fa-pro-photo-card{
  position:relative;
  min-height:260px;
  border-radius:18px;
  overflow:hidden;
  background:#eef4fb;
  box-shadow:0 4px 9px rgba(0,0,0,.18);
}
.fa-pro-photo-card img{
  width:100%;
  height:100%;
  min-height:260px;
  display:block;
  object-fit:cover;
}
.fa-pro-verified{
  position:absolute;
  top:14px;
  left:14px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 11px;
  border-radius:11px;
  background:#fff;
  color:var(--fa-blue);
  font-size:.76rem;
  font-weight:900;
  box-shadow:0 3px 9px rgba(0,0,0,.16);
}
.fa-pro-rating{
  position:absolute;
  left:18px;
  bottom:16px;
  min-width:84px;
  padding:8px 10px;
  border-radius:12px;
  text-align:center;
  background:#fff;
  color:#111827;
  font-weight:900;
  line-height:1.1;
  box-shadow:0 5px 12px rgba(0,0,0,.18);
}
.fa-pro-rating strong{font-size:.96rem}
.fa-pro-rating i{color:var(--fa-yellow);margin-right:4px}
.fa-pro-rating small{display:block;color:#111827;font-size:.58rem;font-weight:800;margin-top:3px}
.fa-pro-info-card{
  display:flex;
  flex-direction:column;
  gap:9px;
  background:#fff;
  border-radius:18px;
  padding:4px 4px 0;
}
.fa-pro-name{
  margin:0;
  color:var(--fa-blue);
  font-size:clamp(2rem,4.4vw,2.75rem);
  line-height:.95;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
}
.fa-pro-specialty{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  max-width:100%;
  padding:8px 16px;
  border-radius:999px;
  background:var(--fa-blue);
  color:#fff;
  font-size:.76rem;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
}
.fa-pro-location{
  margin:0;
  color:#1f2937;
  font-size:.86rem;
  line-height:1.35;
  font-weight:900;
}
.fa-pro-location i{color:var(--fa-blue);margin-right:6px}
.fa-pro-description{
  margin:0;
  color:#677383;
  font-size:.82rem;
  line-height:1.42;
  max-width:520px;
}
.fa-pro-actions{
  display:grid;
  grid-template-columns:minmax(140px,1fr) minmax(170px,1.35fr);
  gap:10px;
  margin:10px 0 4px;
}
.fa-pro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:34px;
  padding:8px 13px;
  border:3px solid var(--fa-blue);
  border-radius:999px;
  color:var(--fa-blue);
  background:#fff;
  text-decoration:none;
  font-size:.78rem;
  line-height:1;
  font-weight:900;
  box-shadow:0 2px 5px rgba(0,0,0,.12);
  white-space:nowrap;
}
.fa-pro-btn--quote{
  background:var(--fa-orange);
  border-color:var(--fa-orange);
  color:#fff;
}
.fa-pro-btn .fa-arrow-up-right-from-square,
.fa-pro-btn .fa-arrow-right{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#fff;
  color:var(--fa-orange);
}
.fa-pro-social-card{
  margin-top:2px;
  padding:14px 15px 12px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 5px 11px rgba(0,0,0,.16);
}
.fa-pro-section-label{
  margin:0 0 9px;
  color:var(--fa-blue);
  font-size:.82rem;
  font-weight:900;
}
.fa-pro-socials{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.fa-pro-social{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:52px;
  gap:5px;
  text-decoration:none;
  color:#667085;
  font-size:.66rem;
  font-weight:700;
}
.fa-pro-social i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  font-size:1.7rem;
  color:var(--fa-blue);
}
.fa-pro-social--facebook i{color:#1877f2}
.fa-pro-social--instagram i{color:#e1306c}
.fa-pro-social--linkedin i{color:#0a66c2}
.fa-pro-social--whatsapp i{color:#25d366}
.fa-pro-social--website i{color:var(--fa-blue)}
.fa-pro-social.is-disabled{opacity:.36;pointer-events:none}

.fa-pro-mid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.fa-pro-panel{
  min-height:122px;
  background:#fff;
  border-radius:0 0 18px 18px;
  padding:16px 20px;
  box-shadow:0 5px 9px rgba(0,0,0,.18);
}
.fa-pro-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px 12px;
}
.fa-pro-service-pill{
  position:relative;
  min-height:35px;
  display:flex;
  align-items:center;
  padding:7px 10px 7px 20px;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:.68rem;
  line-height:1.05;
  font-weight:900;
  box-shadow:0 3px 7px rgba(0,0,0,.16);
}
.fa-pro-service-pill::before{
  content:'';
  position:absolute;
  left:9px;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--fa-blue);
  transform:translateY(-50%);
}
.fa-pro-about-text{
  margin:0;
  color:#111827;
  font-size:.74rem;
  line-height:1.33;
  font-weight:800;
}
.fa-pro-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:38px;
  margin:21px auto 25px;
}
.fa-pro-trust-badge{
  min-width:150px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:10px 20px;
  border-radius:999px;
  background:var(--fa-blue);
  color:#fff;
  font-size:.78rem;
  line-height:1;
  font-weight:900;
  box-shadow:0 4px 8px rgba(0,0,0,.15);
}
.fa-pro-gallery-panel{
  background:#fff;
  border-radius:0 0 18px 18px;
  padding:16px 22px 20px;
  box-shadow:0 5px 9px rgba(0,0,0,.18);
}
.fa-pro-gallery-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.fa-pro-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:center;
}
.fa-pro-gallery-item{
  position:relative;
  min-height:96px;
  overflow:hidden;
  border-radius:15px;
  background:#eaf2fb;
}
.fa-pro-gallery-item img{
  width:100%;
  height:100%;
  min-height:96px;
  object-fit:cover;
  display:block;
}
.fa-pro-gallery-more{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px;
  background:rgba(0,114,255,.78);
  color:#fff;
  font-size:1.05rem;
  line-height:1.15;
  font-weight:900;
}
.fa-pro-gallery-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  border:2px solid var(--fa-blue);
  color:var(--fa-blue);
  background:#fff;
  font-weight:900;
}
.fa-pro-gallery-shell{
  display:grid;
  grid-template-columns:28px 1fr 28px;
  align-items:center;
  gap:10px;
}

@media(max-width:820px){
  .fa-pro-main,.fa-pro-mid{grid-template-columns:1fr}
  .fa-pro-info-card{padding:2px 0 0}
  .fa-pro-actions{grid-template-columns:1fr}
  .fa-pro-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fa-pro-trust-row{gap:12px;justify-content:flex-start}
  .fa-pro-trust-badge{min-width:auto}
  .fa-pro-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:460px){
  .fa-admin-profile-preview-slot{max-width:100%}
  .fa-pro-preview-card{max-width:100%}
  .fa-pro-photo-card,.fa-pro-photo-card img{min-height:230px}
  .fa-pro-name{font-size:2rem}
  .fa-pro-socials{display:grid;grid-template-columns:repeat(3,1fr)}
  .fa-pro-services-grid{grid-template-columns:1fr}
  .fa-pro-gallery-shell{grid-template-columns:1fr}
  .fa-pro-gallery-arrow{display:none}
}

/* ===== Patch 20260702: subcategorías separadas + carrusel/zoom uniforme ===== */
.fa-pro-specialty-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:1px 0 2px;
}
.fa-pro-specialty-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  min-height:28px;
  padding:7px 14px;
  border-radius:999px;
  background:var(--fa-blue);
  color:#fff;
  font-size:.72rem;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 3px 8px rgba(0,114,255,.22);
}
.fa-pro-empty-text{
  grid-column:1/-1;
  margin:0;
  padding:10px 12px;
  border-radius:12px;
  background:#f6f8fb;
  color:#6b7785;
  font-size:.74rem;
  line-height:1.3;
  font-weight:800;
}
.fa-pro-gallery-shell{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 30px;
  align-items:center;
  gap:10px;
}
.fa-pro-gallery{
  display:flex !important;
  grid-template-columns:none !important;
  gap:14px;
  align-items:stretch;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:2px 2px 9px;
  scrollbar-width:thin;
}
.fa-pro-gallery-item{
  flex:0 0 154px;
  width:154px;
  height:104px;
  min-height:104px;
  padding:0;
  border:0;
  border-radius:15px;
  overflow:hidden;
  background:#eaf2fb;
  cursor:zoom-in;
  scroll-snap-align:start;
  box-shadow:0 2px 6px rgba(0,0,0,.10);
}
.fa-pro-gallery-item img{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .18s ease;
}
.fa-pro-gallery-item:hover img{transform:scale(1.04)}
.fa-pro-gallery-arrow{
  border:2px solid var(--fa-blue);
  cursor:pointer;
  line-height:1;
  font-size:1.35rem;
  box-shadow:0 2px 6px rgba(0,0,0,.10);
}
.fa-pro-gallery-arrow:hover{background:var(--fa-blue);color:#fff}
.fa-pro-lightbox[hidden]{display:none!important}
.fa-pro-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.fa-pro-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,15,30,.78);
  backdrop-filter:blur(3px);
}
.fa-pro-lightbox-dialog{
  position:relative;
  width:min(980px,94vw);
  height:min(720px,86vh);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  background:#0b1220;
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  overflow:hidden;
}
.fa-pro-lightbox-img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#0b1220;
}
.fa-pro-lightbox-close,
.fa-pro-lightbox-nav{
  position:absolute;
  z-index:2;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#0b1220;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.fa-pro-lightbox-close{
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  font-size:2rem;
  line-height:1;
}
.fa-pro-lightbox-nav{
  top:50%;
  width:46px;
  height:46px;
  transform:translateY(-50%);
  font-size:2.1rem;
  line-height:1;
}
.fa-pro-lightbox-prev{left:14px}
.fa-pro-lightbox-next{right:14px}
.fa-pro-lightbox-count{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0b1220;
  font-size:.82rem;
  font-weight:900;
}
html.fa-pro-lightbox-open{overflow:hidden}
@media(max-width:820px){
  .fa-pro-specialty-list{gap:7px}
  .fa-pro-specialty-pill{font-size:.68rem;min-height:26px;padding:7px 12px}
  .fa-pro-gallery-item{flex-basis:148px;width:148px;height:100px;min-height:100px}
}
@media(max-width:460px){
  .fa-pro-gallery-shell{grid-template-columns:1fr}
  .fa-pro-gallery-arrow{display:none}
  .fa-pro-gallery{padding-bottom:12px}
  .fa-pro-gallery-item{flex-basis:78%;width:78%;height:150px;min-height:150px}
  .fa-pro-lightbox{padding:12px}
  .fa-pro-lightbox-dialog{width:96vw;height:76vh;border-radius:18px}
  .fa-pro-lightbox-nav{width:40px;height:40px;font-size:1.8rem}
}
/* Tamaño uniforme también en la previsualización de subida del paso Fotos */
.fa-upload-card--fixed{
  aspect-ratio:16/10;
  min-height:118px;
  overflow:hidden;
}
.fa-upload-card--fixed img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
