/* servicios.css — estilos propios de esta página. Lo compartido vive en base.css */
/* =========================================================
   PULSO Barber Studios — Hoja de estilos (todo en un solo archivo)
   Fuente: Brandbook Pulso Rise 2026 · Azul Pulso #0d1228 · Cyan Eléctrico #8b9df5
   ========================================================= */
[data-lightbox]{ cursor: zoom-in; }
.lightbox-overlay{ position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; background: rgba(5, 8, 20, 0.92); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity 0.25s var(--ease-out); padding: 40px; }
.lightbox-overlay.is-open{ opacity: 1; pointer-events: auto; }
.lightbox-figure{ position: relative; max-width: min(90vw, 1000px); max-height: 86vh; margin: 0; }
.lightbox-figure img{ max-width: 100%; max-height: 86vh; width: auto; height: auto; border-radius: var(--radius-md); box-shadow: var(--shadow-md); display: block; margin-inline: auto; }
.lightbox-close, .lightbox-prev, .lightbox-next{ position: fixed; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: var(--radius-pill); border: 1px solid var(--line-strong); background: rgba(10, 14, 32, 0.82); color: var(--text-primary); cursor: pointer; font-size: 1.2rem; transition: border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out); }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover{ border-color: var(--accent); color: var(--accent); }
.lightbox-close{ top: 24px; right: 24px; }
.lightbox-prev{ left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next{ right: 24px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px){ .lightbox-prev, .lightbox-next{ width: 40px; height: 40px; font-size: 1rem; } .lightbox-close{ width: 40px; height: 40px; top: 16px; right: 16px; } }
@media (prefers-reduced-motion: reduce){ .lightbox-overlay{ transition: none; } }
.section-head{ max-width: 640px; margin-bottom: 48px; }
.section-head h2{ font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem); }
.section-head p{ margin-top: 14px; color: var(--text-secondary); font-size: 1.0625rem; max-width: 52ch; }
.btn:disabled{ opacity: 0.4; cursor: not-allowed; pointer-events: none; }
.btn-ghost{ background: transparent; color: var(--text-primary); border-color: var(--line-strong); }
.btn-ghost:hover{ border-color: var(--accent); background: var(--accent-soft); }
@keyframes pulse-draw{ 0%{ stroke-dashoffset: 340; opacity: 0.4; } 55%{ stroke-dashoffset: 0; opacity: 1; } 100%{ stroke-dashoffset: -340; opacity: 0.4; } }
@media (prefers-reduced-motion: reduce){ .hero-pulse path{ animation: none; stroke-dashoffset: 0; opacity: 0.9; } }
@media (max-width: 560px){ .hero{ padding-top: calc(var(--nav-height) + 12px); } .hero-actions{ flex-direction: column; width: 100%; } .hero-actions .btn{ width: 100%; } }
@media (max-width: 900px){ .value-grid{ grid-template-columns: 1fr; } .value-card.is-featured{ grid-row: span 1; } }
@media (max-width: 860px){ .split{ grid-template-columns: 1fr; gap: 36px; } }
.service-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-cat{ display: flex; align-items: baseline; gap: 14px; margin: 56px 0 22px; }
.service-cat:first-of-type{ margin-top: 0; }
.service-cat h2{ font-size: 1.4rem; }
.service-cat span{ color: var(--text-muted); font-size: 0.82rem; }
.service-cat::after{ content: ""; flex: 1; height: 1px; background: var(--line); }
.service-card{ border: 1px solid var(--line); background: var(--bg-raised); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.service-card:hover{ border-color: var(--line-strong); transform: translateY(-4px); }
.service-card-top{ display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-card i{ font-size: 1.6rem; color: var(--accent); }
.service-price{ font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--text-primary); white-space: nowrap; }
.service-price span{ font-size: 0.7rem; color: var(--text-muted); font-weight: 500; }
.service-card h3{ font-size: 1.15rem; }
.service-card p{ color: var(--text-secondary); font-size: 0.92rem; }
@media (max-width: 900px){ .service-grid{ grid-template-columns: 1fr; } }
.cta-banner{ position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line-strong); background: radial-gradient(circle at 20% 20%, rgba(139,157,245,0.14), transparent 55%), var(--bg-raised); padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-banner h2{ font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.25rem); max-width: 18ch; }
.cta-banner p{ margin-top: 10px; color: var(--text-secondary); max-width: 42ch; }
.cta-particles{ position: absolute; inset: 0; width: 100%; height: 100%; }
.cta-banner > *:not(.cta-particles){ position: relative; z-index: 1; }
@media (max-width: 700px){ .cta-banner{ padding: 32px; } }
.t-dot.is-active{ background: var(--accent); width: 22px; border-radius: var(--radius-pill); }
@media (max-width: 860px){ .testimonial-stage{ grid-template-columns: 1fr; gap: 40px; } .testimonial-photos{ margin-inline: auto; max-width: 300px; } }
@media (min-width: 720px){ .booking-card-body{ flex-direction: row; } .booking-card-calendar{ flex: 1; } .booking-card-slots{ width: 220px; flex-shrink: 0; border-top: none; border-left: 1px solid var(--line); max-height: none; } .booking-card-footer{ flex-direction: row; align-items: center; justify-content: space-between; } }
@media (max-width: 900px){ .booking-layout{ grid-template-columns: 1fr; } }
@media (max-width: 960px){ .work-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .work-grid{ grid-template-columns: 1fr; grid-auto-rows: 260px; } .work-grid figure:nth-child(3n+1){ grid-row: span 1; } }
.faq-list{ display: flex; flex-direction: column; }
.faq-item{ border-top: 1px solid var(--line); }
.faq-item:last-child{ border-bottom: 1px solid var(--line); }
.faq-question{ width: 100%; background: none; border: none; color: var(--text-primary); font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; text-align: left; }
.faq-question i{ color: var(--accent); transition: transform var(--dur-fast) var(--ease-out); flex-shrink: 0; }
.faq-item[data-open="true"] .faq-question i{ transform: rotate(45deg); }
.faq-answer{ max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease-out); }
.faq-answer p{ color: var(--text-secondary); padding: 0 4px 22px; max-width: 62ch; }
@media (max-width: 860px){ .contact-grid{ grid-template-columns: 1fr; } }
.page-header{ position: relative; padding: calc(var(--nav-height) + var(--ticker-height) + 56px) 0 64px; overflow: hidden; background: radial-gradient(ellipse 900px 500px at 88% -10%, rgba(139,157,245,0.16), transparent 60%), radial-gradient(ellipse 700px 500px at 5% 110%, rgba(139,157,245,0.08), transparent 60%), var(--bg); border-bottom: 1px solid var(--line); }
.pricing-note{ margin-top: 40px; display: flex; align-items: center; gap: 12px; color: var(--text-muted); font-size: 0.88rem; }
.pricing-note i{ color: var(--accent); font-size: 1.1rem; }
@media (max-width: 860px){ .process-list{ grid-template-columns: 1fr; } }
