/* ============================================================
   Angel Massage - Aniołki | frontend styles v1.7.0
   Wszystkie kolory są nadpisywalne przez panel ustawień
   (Aniołki → Ustawienia wyglądu)
   ============================================================ */

.angel-dostepne-dzis,
.angel-grafik,
.angel-lista,
.angel-pojedynczy {
  --am-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --am-body: 'DM Sans', -apple-system, system-ui, sans-serif;
  --am-bg-card: #4A1238;
  --am-line: rgba(255, 255, 255, 0.08);
  --am-text-muted: rgba(255, 255, 255, 0.55);
  --am-radius: 12px;
  --am-radius-lg: 20px;
  --am-whatsapp: #25D366;

  /* Fallbacks - nadpisywalne przez :root z class-settings.php */
  --am-tile-name-color: #ffffff;
  --am-tile-schedule-color: rgba(255,255,255,0.85);
  --am-tile-pill-bg: #25D366;
  --am-tile-pill-color: #042B12;
  --am-grafik-card-bg: #ffffff;
  --am-grafik-card-today-bg: #F4E4C1;
  --am-grafik-day-name-color: #2D0A23;
  --am-grafik-badge-bg: #C9A66B;
  --am-grafik-badge-color: #2D0A23;
  --am-chip-bg: rgba(255,255,255,0.85);
  --am-chip-name-color: #2D0A23;
  --am-chip-time-color: rgba(45,10,35,0.65);
  --am-section-title-color: #ffffff;
  --am-accent-color: #C9A66B;
}

.angel-sekcja-tytul {
  font-family: var(--am-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  color: var(--am-section-title-color);
}
.angel-brak, .angel-brak-dostepnych {
  text-align: center; color: var(--am-text-muted);
  font-style: italic; padding: 20px;
}

/* ============================================================
   [aniolki_dostepne_dzis] - karty 3:4 jak w mockupie
   ============================================================ */
.angel-available-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.angel-tile {
  position: relative;
  flex: 0 1 270px;
  max-width: 270px;
  border-radius: var(--am-radius);
  overflow: hidden;
  background: var(--am-bg-card);
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--am-line);
  display: block;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.angel-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  border-color: var(--am-accent-color);
}
.angel-tile-photo {
  aspect-ratio: 3 / 4;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #6B2050 0%, #2D0A23 100%);
}
.angel-tile-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.angel-tile-photo::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1; pointer-events: none;
}
.angel-tile-placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--am-display);
  font-size: 96px; font-weight: 500;
  color: rgba(255, 255, 255, 0.15);
  z-index: 0;
}
.angel-tile-pill {
  position: absolute; top: 14px; left: 14px;
  background: var(--am-tile-pill-bg);
  color: var(--am-tile-pill-color);
  padding: 6px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  z-index: 3; font-family: var(--am-body);
}
.angel-tile-pill .dot {
  width: 6px; height: 6px;
  background: currentColor; border-radius: 50%;
}
.angel-tile-age {
  position: absolute; top: 14px; right: 14px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  padding: 5px 10px; border-radius: 100px;
  font-size: 11px; color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3; font-family: var(--am-body);
  letter-spacing: 0.05em;
}
.angel-tile-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px 20px; z-index: 2;
}
.angel-tile-name {
  font-family: var(--am-display);
  font-size: 26px; font-weight: 500;
  color: var(--am-tile-name-color);
  margin-bottom: 4px; line-height: 1.1;
}
.angel-tile-schedule {
  font-size: 13px;
  color: var(--am-tile-schedule-color);
  font-family: var(--am-body);
}

@media (max-width: 968px) {
  .angel-available-grid { gap: 16px; }
  .angel-tile { flex: 0 1 calc(33.333% - 16px); max-width: calc(33.333% - 16px); }
  .angel-tile-name { font-size: 22px; }
}
@media (max-width: 640px) {
  .angel-available-grid { gap: 14px; }
  .angel-tile { flex: 0 1 calc(50% - 14px); max-width: calc(50% - 14px); }
  .angel-tile-info { padding: 14px 16px; }
  .angel-tile-name { font-size: 20px; }
}

/* ============================================================
   [aniolki_grafik] - tygodniowy
   ============================================================ */
.angel-grafik-dni {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.angel-grafik-dzien {
  background: var(--am-grafik-card-bg);
  border-radius: var(--am-radius);
  padding: 20px 16px;
  color: var(--am-grafik-day-name-color);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex; flex-direction: column;
  min-height: 280px;
}
.angel-grafik-dzien.angel-dzien-dzisiaj {
  background: var(--am-grafik-card-today-bg);
  border-color: var(--am-accent-color);
  box-shadow: 0 8px 24px rgba(201, 166, 107, 0.25);
}
.angel-grafik-naglowek {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.angel-grafik-naglowek h3 {
  font-family: var(--am-display);
  font-size: 18px; font-weight: 500;
  margin: 0; color: var(--am-grafik-day-name-color);
  letter-spacing: 0.01em;
}
.angel-badge-dzis {
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--am-grafik-badge-color);
  background: var(--am-grafik-badge-bg);
  padding: 3px 8px; border-radius: 100px;
  font-family: var(--am-body);
}
.angel-grafik-aniolki {
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.angel-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 8px;
  background: var(--am-chip-bg);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--am-chip-name-color);
  transition: all .2s ease;
}
.angel-grafik-dzien.angel-dzien-dzisiaj .angel-chip {
  background: rgba(255, 255, 255, 0.95);
}
.angel-chip:hover {
  background: white;
  border-color: var(--am-accent-color);
  transform: translateX(2px);
}
.angel-chip img {
  width: 38px; height: 38px;
  border-radius: 50%; object-fit: cover;
  flex-shrink: 0;
}
.angel-chip-placeholder {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6B2050, #2D0A23);
  color: white;
  display: grid; place-items: center;
  font-family: var(--am-display);
  font-size: 18px; font-weight: 500;
  flex-shrink: 0;
}
.angel-chip-text {
  display: flex; flex-direction: column;
  min-width: 0; flex: 1;
}
.angel-chip-imie {
  font-family: var(--am-display);
  font-weight: 500; font-size: 15px;
  line-height: 1.2;
  color: var(--am-chip-name-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.angel-chip-godziny {
  font-size: 11px;
  color: var(--am-chip-time-color);
  font-family: var(--am-body);
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
/* Wiele zakresów godzin (przerwy w ciągu dnia) */
.angel-chip-zakresy {
  display: flex; flex-direction: column; gap: 1px;
  font-size: 11px;
  color: var(--am-chip-time-color);
  font-family: var(--am-body);
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1200px) {
  .angel-grafik-dni { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 968px) {
  .angel-grafik-dni { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .angel-grafik-dni { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .angel-grafik-dzien { min-height: auto; padding: 16px 14px; }
  .angel-grafik-naglowek h3 { font-size: 16px; }
}

/* ============================================================
   [aniolki_grafik] - NOWY layout per dzień (karty kompaktowe)
   Dni dynamiczne (od dziś naprzód), karty 7/2, sort wg godziny
   ============================================================ */
.angel-grafik {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.angel-grafik-sekcja {
  margin-bottom: 48px;
}
.angel-grafik-sekcja:last-child {
  margin-bottom: 0;
}
.angel-grafik-data-tytul {
  font-family: var(--am-body);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 24px;
  color: var(--am-accent-color);
  text-transform: uppercase;
}
.angel-grafik-data-num {
  margin-left: 8px;
  color: var(--am-accent-color);
}
.angel-grafik-sekcja-dzis .angel-grafik-data-tytul {
  position: relative;
}
.angel-grafik-brak {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  margin: 16px 0;
  font-size: 14px;
}
.angel-grafik-karty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1974px; /* 7 × 270px + 6 × 14px gap, ale w praktyce max-width strony i tak ogranicza */
  margin: 0 auto;
}
.angel-grafik-karta {
  width: 270px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  text-decoration: none !important;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.angel-grafik-karta:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(201, 166, 107, 0.25);
}
.angel-grafik-karta-foto {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #2D0A23, #1F0717);
}
.angel-grafik-karta-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.angel-grafik-karta:hover .angel-grafik-karta-foto img {
  transform: scale(1.06);
}
.angel-grafik-karta-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--am-display);
  font-size: 48px;
  font-weight: 500;
}
.angel-grafik-karta-imie {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: var(--am-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.angel-grafik-karta-godziny {
  display: block;
  text-align: center;
  background: var(--am-accent-color);
  color: #2D0A23;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: normal;
  word-spacing: -1px;
  min-height: 1.4em;
}

/* Responsywność: stała szerokość kart, mniejsza na węższych ekranach */
@media (max-width: 1320px) {
  .angel-grafik-karta { width: 240px; }
  .angel-grafik-karty { max-width: calc(4 * 240px + 3 * 14px); }
}
@media (max-width: 1024px) {
  .angel-grafik-karta { width: 230px; }
  .angel-grafik-karty { max-width: calc(3 * 230px + 2 * 14px); }
}
@media (max-width: 768px) {
  .angel-grafik-karta { width: calc(50% - 8px); max-width: 270px; }
  .angel-grafik-karty { max-width: 100%; gap: 14px; }
  .angel-grafik-karta-imie { font-size: 20px; }
  .angel-grafik-karta-godziny { font-size: 14px; padding: 8px 12px; }
}
@media (max-width: 480px) {
  .angel-grafik-karty { gap: 12px; }
  .angel-grafik-karta-imie { font-size: 18px; bottom: 12px; }
  .angel-grafik-karta-godziny { font-size: 13px; padding: 7px 10px; }
}
@media (max-width: 440px) {
  .angel-grafik-karta { width: calc(50% - 5px); }
  .angel-grafik-karty { max-width: 100%; gap: 10px; }
}

/* ============================================================
   [aniolki_lista]
   ============================================================ */
.angel-lista-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.angel-lista-karta {
  background: var(--am-bg-card);
  border-radius: var(--am-radius-lg);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--am-line);
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.angel-lista-karta:hover {
  transform: translateY(-4px);
  border-color: var(--am-accent-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.angel-lista-photo {
  aspect-ratio: 4 / 5;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #6B2050, #2D0A23);
}
.angel-lista-photo img { width: 100%; height: 100%; object-fit: cover; }
.angel-lista-body { padding: 24px; }
.angel-lista-imie {
  font-family: var(--am-display);
  font-size: 28px; font-weight: 500; margin-bottom: 8px;
}
.angel-lista-stats {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 16px; font-size: 13px;
  color: var(--am-text-muted);
}
.angel-lista-opis {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px; line-height: 1.65;
  margin-bottom: 20px;
}
.angel-lista-cta-row { display: flex; gap: 8px; margin-top: auto; }
.angel-lista-btn {
  flex: 1; text-align: center;
  padding: 12px 16px; border-radius: 6px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none !important;
}
.angel-lista-btn-primary { background: white; color: var(--am-bg-card); }
.angel-lista-btn-wa { background: var(--am-whatsapp); color: white; }

@media (max-width: 968px) {
  .angel-lista-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
  .angel-lista-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   [aniolki_cennik] - pakiety + dodatki
   ============================================================ */
.angel-cennik {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}
.angel-cennik-pakiety {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}
.angel-cennik-pakiet {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 166, 107, 0.2);
  border-radius: 12px;
  padding: 32px 28px;
}
.angel-cennik-pakiet-naglowek {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(201, 166, 107, 0.15);
}
.angel-cennik-pakiet-nazwa {
  font-family: var(--am-display);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--am-accent-color);
  letter-spacing: 0.01em;
}
.angel-cennik-pakiet-opis {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}
.angel-cennik-tabela {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.angel-cennik-wiersz {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  color: #fff;
}
.angel-cennik-czas {
  font-weight: 600;
  font-family: var(--am-body);
  font-variant-numeric: tabular-nums;
  min-width: 70px;
}
.angel-cennik-nazwa {
  flex-shrink: 0;
  font-family: var(--am-body);
}
.angel-cennik-kropki {
  flex: 1;
  border-bottom: 1px dotted rgba(201, 166, 107, 0.3);
  margin-bottom: 4px;
  min-width: 20px;
}
.angel-cennik-cena {
  font-weight: 700;
  font-family: var(--am-body);
  font-variant-numeric: tabular-nums;
  color: var(--am-accent-color);
  flex-shrink: 0;
}

.angel-cennik-dodatki {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 166, 107, 0.2);
  border-radius: 12px;
  padding: 32px 28px;
}
.angel-cennik-dodatki-tytul {
  font-family: var(--am-display);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--am-accent-color);
  text-align: center;
}
.angel-cennik-dodatki-opis {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 24px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .angel-cennik-pakiety { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .angel-cennik-pakiet, .angel-cennik-dodatki { padding: 24px 20px; }
  .angel-cennik-pakiet-nazwa, .angel-cennik-dodatki-tytul { font-size: 24px; }
  .angel-cennik-wiersz { font-size: 14px; }
}

/* ============================================================
   Floating buttons - telefon + WhatsApp
   ============================================================ */
.angel-floating-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 14px;
  pointer-events: none;
}
.angel-fab {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}
.angel-fab::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.4;
  animation: angelFabPulse 2s ease-out infinite;
}
@keyframes angelFabPulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 0; }
}
.angel-fab-phone {
  background: var(--phone-color, #C9A66B);
  color: #2D0A23 !important;
}
.angel-fab-whatsapp {
  background: var(--wa-color, #25D366);
  color: #fff !important;
}
.angel-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .angel-floating-buttons { right: 16px; bottom: 16px; gap: 12px; }
  .angel-fab { width: 52px; height: 52px; }
  .angel-fab svg { width: 22px; height: 22px; }
}

/* ============================================================
   [aniolek_profil] - pełna karta pojedynczego Aniołka
   Layout: lewa (zdjęcie sticky) + prawa (dane) + pełna galeria + cross-sell
   ============================================================ */
.angel-profil {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
  color: #fff;
}
.angel-profil-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: start;
}

/* Lewa kolumna - zdjęcie sticky */
.angel-profil-foto-col {
  position: sticky;
  top: 80px;
}
.angel-profil-foto-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #2D0A23, #1F0717);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.angel-profil-foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.angel-profil-foto-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--am-display);
  font-size: 120px;
  color: rgba(255, 255, 255, 0.3);
}
.angel-profil-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--am-tile-pill-bg, #25D366);
  color: var(--am-tile-pill-color, #042B12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  z-index: 2;
}

/* Prawa kolumna - dane */
.angel-profil-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--am-accent-color);
  margin: 0 0 12px;
  font-weight: 600;
}
.angel-profil-imie {
  font-family: var(--am-display);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: 0.005em;
  color: #fff;
}
.angel-profil-tagline {
  font-size: 18px;
  font-style: italic;
  color: var(--am-accent-color);
  margin: 0 0 28px;
  line-height: 1.4;
}
.angel-profil-opis {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}
.angel-profil-opis p { margin: 0 0 14px; min-height: 1em; }
.angel-profil-opis p:last-child { margin-bottom: 0; }
.angel-profil-opis p:empty,
.angel-profil-opis p:has(br:only-child) {
  min-height: 1.5em;
  margin-bottom: 14px;
}

/* Box godzin dzisiaj */
.angel-profil-godziny-dzis {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(201, 166, 107, 0.1);
  border-left: 3px solid var(--am-accent-color);
  border-radius: 4px;
  margin-bottom: 32px;
}
.angel-profil-godziny-niedostepna {
  background: rgba(255, 255, 255, 0.04);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.angel-profil-godziny-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.angel-profil-godziny-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--am-accent-color);
  font-variant-numeric: tabular-nums;
}

/* Statystyki - grid 2 kolumny */
.angel-profil-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(201, 166, 107, 0.15);
  border-bottom: 1px solid rgba(201, 166, 107, 0.15);
  margin-bottom: 32px;
}
.angel-profil-stat {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.angel-profil-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.angel-profil-stat-value {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: var(--am-body);
}

/* Sekcje (Specjalizacje, Dodatki) */
.angel-profil-sekcja {
  margin-bottom: 28px;
}
.angel-profil-sekcja-tytul {
  font-family: var(--am-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--am-accent-color);
  margin: 0 0 14px;
}
.angel-profil-sekcja-tytul-duza {
  font-family: var(--am-display);
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: 0.01em;
}

/* Specjalizacje - chipsy */
.angel-profil-chipsy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.angel-profil-chip {
  display: inline-block;
  padding: 7px 14px;
  background: rgba(201, 166, 107, 0.12);
  border: 1px solid rgba(201, 166, 107, 0.3);
  border-radius: 100px;
  font-size: 13px;
  color: #fff;
  font-family: var(--am-body);
}

/* Dodatki - lista nazw (bez cen) */
.angel-profil-dodatki {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
.angel-profil-dodatki li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.angel-profil-dodatki li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--am-accent-color);
}

/* CTA - przyciski */
.angel-profil-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(201, 166, 107, 0.15);
}
.angel-profil-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
  letter-spacing: 0.02em;
}
.angel-profil-btn-phone {
  background: var(--am-accent-color);
  color: #2D0A23 !important;
  box-shadow: 0 4px 16px rgba(201, 166, 107, 0.3);
}
.angel-profil-btn-wa {
  background: #25D366;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}
.angel-profil-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Galeria - pod kolumnami */
.angel-profil-galeria-sekcja {
  margin-top: 80px;
}
.angel-profil-galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.angel-profil-galeria-item {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.04);
}
.angel-profil-galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.angel-profil-galeria-item:hover img {
  transform: scale(1.05);
}

/* Cross-sell - inne aniołki */
.angel-profil-crosssell {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid rgba(201, 166, 107, 0.15);
}
.angel-profil-crosssell-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.angel-profil-crosssell-karta {
  text-decoration: none !important;
  display: block;
  transition: transform .25s ease;
}
.angel-profil-crosssell-karta:hover {
  transform: translateY(-4px);
}
.angel-profil-crosssell-foto {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #2D0A23, #1F0717);
}
.angel-profil-crosssell-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.angel-profil-crosssell-karta:hover img {
  transform: scale(1.06);
}
.angel-profil-crosssell-imie {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: var(--am-body);
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.02em;
}

/* Responsywność */
@media (max-width: 900px) {
  .angel-profil-grid { grid-template-columns: 1fr; gap: 32px; }
  .angel-profil-foto-col { position: static; max-width: 380px; margin: 0 auto; }
  .angel-profil-imie { font-size: 44px; }
  .angel-profil-galeria-grid { grid-template-columns: repeat(3, 1fr); }
  .angel-profil-crosssell-grid { grid-template-columns: repeat(2, 1fr); }
  .angel-profil-sekcja-tytul-duza { font-size: 30px; }
}
@media (max-width: 560px) {
  .angel-profil { padding: 24px 12px; }
  .angel-profil-imie { font-size: 36px; }
  .angel-profil-tagline { font-size: 16px; }
  .angel-profil-stats { grid-template-columns: 1fr; gap: 8px; }
  .angel-profil-dodatki { grid-template-columns: 1fr; }
  .angel-profil-galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .angel-profil-cta { flex-direction: column; }
  .angel-profil-btn { justify-content: center; }
  .angel-profil-sekcja-tytul-duza { font-size: 26px; }
  .angel-profil-galeria-sekcja, .angel-profil-crosssell { margin-top: 50px; }
}
