/* Walker Listing — SEO listing pages & profile drawer */
/* Brand: --brand-primary #2AD2BC  --brand-btn #5B6EF5 */

/* ==========================================================================
   Desktop Layout Improvements for Professional Pages
   ========================================================================== */

#profile-main.profile-main-standalone {
  padding-top: 118px;
}

@media (max-width: 768px) {
  #profile-main.profile-main-standalone {
    padding-top: 108px;
  }
}

/* ── Animations ──────────────────────────────────────────────────────── */
@keyframes wl-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position:  400px 0; }
}
@keyframes wl-fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wl-spin {
  to { transform: rotate(360deg); }
}
.wl-fade-in { animation: wl-fade-in 0.25s ease; }
.wl-spin    { animation: wl-spin 0.8s linear infinite; transform-origin: center; }

/* ── Sticky footer ───────────────────────────────────────────────────── */
#wl-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid var(--border-100, #e8eaed);
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
}
.wl-sticky-inner {
  max-width: 560px;
  margin: 0 auto;
}

/* ── Flow container ──────────────────────────────────────────────────── */
#walker-flow-container {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 16px 100px; /* bottom pad for sticky footer */
}

/* ── Step body ───────────────────────────────────────────────────────── */
.wl-step-body {
  background: #fff;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
@media (max-width: 580px) {
  .wl-step-body { padding: 28px 20px; border-radius: 12px; }
}

/* ── Main title / subtitle (steps) ──────────────────────────────────── */
.wl-main-title {
  font-family: var(--font-headings, sans-serif);
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 4px;
  line-height: 1.2;
}
.wl-main-subtitle {
  font-size: 14px;
  color: var(--text-500, #6b7280);
  margin: 0 0 28px;
}

/* ── Step 1: Advantage cards (horizontal flex) ───────────────────────── */
.wl-advantages-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.wl-adv-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 12px;
  background: #fff;
}
.wl-adv-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(42, 210, 188, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2AD2BC;
}
.wl-adv-icon-wrap svg { width: 22px; height: 22px; }
.wl-adv-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 2px;
  line-height: 1.3;
}
.wl-adv-desc {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 0;
  line-height: 1.4;
}

/* ── Step 1: Como funciona box ───────────────────────────────────────── */
.wl-howto-box {
  padding: 16px;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 12px;
  background: var(--surface-1, #f7f8fa);
  margin-bottom: 4px;
}
.wl-howto-heading {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 12px;
}
.wl-howto-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-howto-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-700, #374151);
  line-height: 1.4;
}
.wl-howto-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-primary, #2AD2BC);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── Step 2: Form sections ───────────────────────────────────────────── */
.wl-form-section {
  margin-bottom: 20px;
}
.wl-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: var(--text-500, #6b7280);
  text-transform: uppercase;
  margin: 0 0 10px;
}
.wl-field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-700, #374151);
  margin: 0 0 8px;
}
.wl-req { color: #E53E3E; margin-left: 2px; }

/* ── Select (porte) ──────────────────────────────────────────────────── */
.wl-select-wrap {
  position: relative;
}
.wl-select {
  width: 100%;
  padding: 11px 40px 11px 14px;
  border: 1.5px solid var(--border-200, #dde1e7);
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font-body, sans-serif);
  color: var(--text-900, #0f1114);
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color 0.15s;
}
.wl-select:focus {
  outline: none;
  border-color: #5B6EF5;
}

/* ── Radio list + cards ──────────────────────────────────────────────── */
.wl-radio-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.wl-radio-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 2px solid var(--border-200, #dde1e7);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  user-select: none;
}
.wl-radio-card:hover {
  border-color: var(--brand-primary, #2AD2BC);
  background: rgba(42, 210, 188, 0.04);
}
.wl-radio-card.wl-radio-selected {
  border-color: #5B6EF5;
  background: rgba(91, 110, 245, 0.06);
}
.wl-radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.wl-radio-card-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-900, #0f1114);
  line-height: 1.3;
}
.wl-radio-card-sub {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.wl-radio-card-sub-label {
  font-size: 11px;
  color: var(--text-500, #6b7280);
}

/* ── Frequência section ──────────────────────────────────────────────── */
.wl-freq-section {
  margin-top: 16px;
}

/* ── Collapsibles ────────────────────────────────────────────────────── */
.wl-collapsible {
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.wl-collapsible-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-700, #374151);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body, sans-serif);
}
.wl-collapsible-trigger:hover { background: var(--surface-1, #f7f8fa); }
.wl-collapsible-trigger svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--text-500, #6b7280); }
.wl-collapsible-content {
  padding: 0 16px 16px;
  border-top: 1px solid var(--border-100, #edf0f3);
}

/* ── Chips ───────────────────────────────────────────────────────────── */
.wl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.wl-chip {
  padding: 6px 14px;
  border: 1.5px solid var(--border-200, #dde1e7);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-body, sans-serif);
  color: var(--text-700, #374151);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.wl-chip:hover { border-color: var(--brand-primary, #2AD2BC); }
.wl-chip.wl-chip-selected {
  border-color: #5B6EF5;
  background: rgba(91, 110, 245, 0.08);
  color: #5B6EF5;
}

/* ── Textarea ────────────────────────────────────────────────────────── */
.wl-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-200, #dde1e7);
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font-body, sans-serif);
  color: var(--text-900, #0f1114);
  background: #fff;
  box-sizing: border-box;
  resize: vertical;
  transition: border-color 0.15s;
  margin-top: 4px;
}
.wl-textarea:focus { outline: none; border-color: #5B6EF5; }

/* ── Primary button ──────────────────────────────────────────────────── */
.wl-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-body, sans-serif);
  color: #fff;
  background: #2AD2BC;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
  text-align: center;
}
.wl-btn-primary:hover:not(:disabled) { background: #22B8A5; }
.wl-btn-primary:disabled { background: var(--border-200, #dde1e7); cursor: not-allowed; }

/* ── Outline button ──────────────────────────────────────────────────── */
.wl-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body, sans-serif);
  color: var(--text-700, #374151);
  background: #fff;
  border: 1.5px solid var(--border-200, #dde1e7);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.wl-btn-outline:hover:not(:disabled) { background: var(--surface-1, #f7f8fa); border-color: var(--text-500, #6b7280); }
.wl-btn-outline:disabled { color: var(--text-500, #6b7280); cursor: default; }

/* ── Step 3 wrapper ──────────────────────────────────────────────────── */
.wl-step3-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 16px 48px;
}

/* ── Distance badge ─────────────────────────────────────────────────── */
.wl-card-distance {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-500, #6b7280);
  background: var(--surface-1, #f7f8fa);
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 20px;
  padding: 2px 8px;
  margin-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
}
.wl-card-distance svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* ── Step 2 form helpers ─────────────────────────────────────────────── */
.wl-field-hint {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 2px 0 10px;
  line-height: 1.4;
}

/* Checkbox group (tipo_pet) */
.wl-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wl-checkbox-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1.5px solid var(--border-200, #dde1e7);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  user-select: none;
}
.wl-checkbox-card:has(.wl-checkbox-input:checked) {
  border-color: #2AD2BC;
  background: #f0fdfb;
}
.wl-checkbox-input {
  width: 18px;
  height: 18px;
  accent-color: #2AD2BC;
  flex-shrink: 0;
  cursor: pointer;
}
.wl-checkbox-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-800, #1a202c);
  cursor: pointer;
}

/* Switch row (cuidados extras toggles) */
.wl-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-100, #f0f2f5);
}
.wl-switch-row:last-child { border-bottom: none; }
.wl-switch-row-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-800, #1a202c);
}
.wl-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.wl-switch-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.wl-switch-track {
  position: absolute;
  inset: 0;
  background: var(--border-200, #dde1e7);
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s;
}
.wl-switch-track::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.wl-switch-input:checked + .wl-switch-track {
  background: #2AD2BC;
}
.wl-switch-input:checked + .wl-switch-track::after {
  transform: translateX(20px);
}

/* ── Listing header ──────────────────────────────────────────────────── */
.wl-listing-header { margin: 24px 0 20px; }
.wl-listing-title {
  font-family: var(--font-headings, sans-serif);
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 4px;
}
.wl-listing-subtitle {
  font-size: 14px;
  color: var(--text-500, #6b7280);
  margin: 0;
}

/* ── Resumo accordion ────────────────────────────────────────────────── */
.wl-resumo {
  border-radius: 16px;
  border: 1px solid rgba(42, 210, 188, 0.2);
  background: linear-gradient(135deg, #EFFFFD 0%, #fff 50%, #F7FFFE 100%);
  box-shadow: 0 2px 12px rgba(42, 210, 188, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}
.wl-resumo-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  user-select: none;
}
.wl-resumo-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.wl-resumo-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(42, 210, 188, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2AD2BC;
}
.wl-resumo-icon svg { width: 18px; height: 18px; }
.wl-resumo-service {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wl-resumo-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.wl-resumo-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
}
.wl-resumo-price-label {
  font-size: 11px;
  color: var(--text-500, #6b7280);
}
.wl-resumo-chevron { color: var(--text-500, #6b7280); display: flex; }
.wl-resumo-chevron svg { width: 16px; height: 16px; }
.wl-resumo-body {
  border-top: 1px solid rgba(42, 210, 188, 0.15);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wl-resumo-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.wl-resumo-row-label { color: var(--text-500, #6b7280); }
.wl-resumo-row-val { font-weight: 600; color: var(--text-900, #0f1114); }

/* ── Walker card grid ────────────────────────────────────────────────── */
#walker-listing-grid { display: none; }

/* ── Walker card ─────────────────────────────────────────────────────── */
.wl-card {
  background: #fff;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  transition: box-shadow 0.2s;
}
.wl-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.wl-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wl-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(42, 210, 188, 0.15);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.wl-card-avatar.wl-card-avatar-initials {
  background: var(--brand-primary, #2AD2BC);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font-body, sans-serif);
  letter-spacing: 0.5px;
}
.wl-card-name-block { flex: 1; min-width: 0; }
.wl-card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 4px;
  line-height: 1.2;
}

/* ── Verified badge ──────────────────────────────────────────────────── */
.wl-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wl-verified-icon { display: flex; color: #2AD2BC; }
.wl-verified-icon svg { width: 14px; height: 14px; }
.wl-verified-text {
  font-size: 12px;
  color: var(--text-500, #6b7280);
}
.wl-verified-badge-lg .wl-verified-text { font-size: 13px; }
.wl-verified-badge-lg .wl-verified-icon svg { width: 16px; height: 16px; }

/* ── Card skills/badges ──────────────────────────────────────────────── */
.wl-card-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wl-card-badge-outline {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-700, #374151);
  white-space: nowrap;
}

/* ── Card bio + regions ──────────────────────────────────────────────── */
.wl-card-bio {
  font-size: 13px;
  color: var(--text-500, #6b7280);
  line-height: 1.5;
  margin: 0;
}
.wl-card-regions {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 0;
}

/* ── Card actions ────────────────────────────────────────────────────── */
.wl-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.wl-card-btn {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

/* ── Skeleton cards ──────────────────────────────────────────────────── */
.wl-skeleton {
  pointer-events: none;
}
.wl-skel {
  background: linear-gradient(90deg, var(--surface-1, #f7f8fa) 25%, var(--surface-2, #edf0f3) 50%, var(--surface-1, #f7f8fa) 75%);
  background-size: 800px 100%;
  animation: wl-shimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
}
.wl-skel-avatar { width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0; }
.wl-skel-meta { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.wl-skel-name  { height: 16px; width: 65%; }
.wl-skel-badge { height: 12px; width: 45%; }
.wl-skel-line  { height: 14px; }
.wl-skel-short { width: 70%; }
.wl-skel-actions { height: 40px; }

/* ── Empty message ───────────────────────────────────────────────────── */
.wl-empty-msg {
  text-align: center;
  padding: 40px 24px;
  color: var(--text-500, #6b7280);
  font-size: 15px;
}

/* ── Load more button ────────────────────────────────────────────────── */
.wl-load-more-btn {
  margin-top: 8px;
}

/* ── Spin loading ────────────────────────────────────────────────────── */
.wl-spin-wrap {
  display: flex;
  justify-content: center;
  padding: 48px 0;
  color: var(--brand-primary, #2AD2BC);
}
.wl-spin-wrap svg { width: 32px; height: 32px; }

/* ── Profile Drawer ──────────────────────────────────────────────────── */
#wl-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.wl-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.wl-drawer-panel {
  position: relative;
  background: #fff;
  border-radius: 16px 16px 0 0;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
}
.wl-drawer-handle {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: var(--border-200, #dde1e7);
  margin: 10px auto 0;
  flex-shrink: 0;
}
.wl-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-100, #edf0f3);
  flex-shrink: 0;
}
.wl-drawer-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0;
  text-align: center;
  flex: 1;
}
.wl-drawer-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-500, #6b7280);
  flex-shrink: 0;
}
.wl-drawer-close:hover { background: var(--surface-1, #f7f8fa); }
.wl-drawer-close svg { width: 18px; height: 18px; }
.wl-drawer-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wl-drawer-footer {
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--border-100, #edf0f3);
  flex-shrink: 0;
}
.wl-drawer-cta {
  height: 48px;
  font-size: 15px;
}
.wl-drawer-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  color: var(--brand-primary, #2AD2BC);
}
.wl-drawer-loading svg { width: 32px; height: 32px; }

/* ── Drawer: desktop — centered modal ───────────────────────────────── */
@media (min-width: 768px) {
  #wl-drawer-overlay {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }
  .wl-drawer-panel {
    border-radius: 16px;
    max-width: 560px;
    width: 100%;
    max-height: 88vh;
    box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  }
  .wl-drawer-handle { display: none; }
  /* Two-column profile sections on desktop */
  .wl-profile-section .wl-badge-wrap {
    gap: 8px;
  }
  .wl-payment-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .wl-protecao-block {
    padding: 20px 24px;
  }
  .wl-info-confirmadas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── Profile content (drawer & profile page) ─────────────────────────── */
.wl-profile-hero-card {
  position: relative;
  overflow: hidden;
}
.wl-profile-cover {
  position: relative;
  height: 176px; /* h-44 */
  overflow: hidden;
}
.wl-profile-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
.wl-profile-cover-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 60%);
}
.wl-profile-hero-body {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 0 16px 16px;
  margin-top: 0;
  position: relative;
}
.wl-profile-hero-body-nocov {
  margin-top: 0;
  padding-top: 16px;
  align-items: center;
}
.wl-profile-hero-layout {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  align-items: end;
}
.wl-profile-avatar-column {
  display: flex;
  align-self: stretch;
}
.wl-profile-avatar-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.wl-profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  flex-shrink: 0;
}
.wl-profile-hero-body:not(.wl-profile-hero-body-nocov) .wl-profile-avatar {
  margin-top: -40px;
}
.wl-profile-avatar.wl-profile-avatar-initials {
  background: var(--brand-primary, #2AD2BC);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-body, sans-serif);
}
.wl-profile-name-block { flex: 1; min-width: 0; }
.wl-profile-copy-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.wl-profile-hero-body:not(.wl-profile-hero-body-nocov) .wl-profile-copy-column {
  padding-top: 10px;
}
.wl-profile-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 4px;
  line-height: 1.2;
}
.wl-profile-actions-column {
  grid-column: 1 / -1;
  padding-top: 8px;
}

/* ── Profile sections ────────────────────────────────────────────────── */
.wl-profile-section {
  padding: 16px;
  border-top: 1px solid var(--border-100, #edf0f3);
}
.wl-profile-section:first-child { border-top: none; }
.wl-profile-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 12px;
  line-height: 1.3;
}
.wl-profile-section-title-lg {
  font-size: 16px;
  margin-bottom: 16px;
}
.wl-profile-subsection {
  margin-top: 16px;
}
.wl-profile-subsection:first-child { margin-top: 0; }
.wl-profile-bio {
  font-size: 14px;
  color: var(--text-700, #374151);
  line-height: 1.65;
  margin: 0;
}
.wl-profile-empty {
  font-size: 13px;
  color: var(--text-500, #6b7280);
  margin: 0;
}

/* ── Badge wrap ──────────────────────────────────────────────────────── */
.wl-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ── Gallery scroll ──────────────────────────────────────────────────── */
.wl-gallery-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.wl-gallery-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  cursor: zoom-in;
}

/* ── Review cards ────────────────────────────────────────────────────── */
.wl-review-card {
  border: 1px solid var(--border-100, #edf0f3);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
}
.wl-review-card:last-child { margin-bottom: 0; }
.wl-review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.wl-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.wl-review-avatar.wl-review-avatar-initials {
  background: var(--brand-secondary, #7C3AED);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-body, sans-serif);
}
.wl-review-meta { flex: 1; min-width: 0; }
.wl-review-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 2px;
}
.wl-review-region {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: var(--text-500, #6b7280);
  margin: 0;
}
.wl-review-region svg { width: 11px; height: 11px; flex-shrink: 0; }
.wl-review-msg {
  font-size: 13px;
  color: var(--text-700, #374151);
  line-height: 1.5;
  margin: 0;
}

/* ── Service cards ───────────────────────────────────────────────────── */
.wl-service-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--border-100, #edf0f3);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
}
.wl-service-card:last-child { margin-bottom: 0; }
.wl-service-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(42, 210, 188, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2AD2BC;
}
.wl-service-icon svg { width: 20px; height: 20px; }
.wl-service-info { flex: 1; min-width: 0; }
.wl-service-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 2px;
}
.wl-service-desc {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 0 0 4px;
}
.wl-service-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-primary, #2AD2BC);
  margin: 0;
}

/* ── Pets que aceito ─────────────────────────────────────────────────── */
.wl-pets-accept-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 10px;
  padding: 10px 16px;
  background: var(--surface-1, #f7f8fa);
}
.wl-pets-accept-icon { color: var(--brand-primary, #2AD2BC); display: flex; }
.wl-pets-accept-icon svg { width: 20px; height: 20px; }
.wl-pets-accept-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-900, #0f1114);
}

/* ── Proteção Augo block ─────────────────────────────────────────────── */
.wl-protecao-block {
  margin: 0 16px 0;
  padding: 16px;
  border-radius: 12px;
  background: #E3F0EF;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.wl-protecao-text { flex: 1; min-width: 0; }
.wl-protecao-title {
  font-size: 18px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 4px;
}
.wl-protecao-desc {
  font-size: 13px;
  color: #546E7A;
  margin: 0 0 10px;
}
.wl-protecao-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #2AD2BC;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-body, sans-serif);
  cursor: pointer;
  transition: background 0.15s;
}
.wl-protecao-btn:hover { background: #22B8A6; }
.wl-protecao-selo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ── Informações confirmadas ─────────────────────────────────────────── */
.wl-info-confirmadas {
  border: 1px solid var(--border-100, #edf0f3);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-700, #374151);
}
.wl-info-check { color: #059669; display: flex; }
.wl-info-check svg { width: 16px; height: 16px; }
.wl-info-item > svg { width: 16px; height: 16px; color: var(--text-500, #6b7280); }

/* ── Payment grid ────────────────────────────────────────────────────── */
.wl-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.wl-payment-cell {
  border: 1px solid var(--border-100, #edf0f3);
  border-radius: 10px;
  background: #fff;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.wl-payment-logo {
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
}
.wl-payment-logo-visa { max-height: 24px; }
.wl-payment-icon { color: var(--text-500, #6b7280); display: flex; }
.wl-payment-icon svg { width: 24px; height: 24px; }

/* ── Contact popup ───────────────────────────────────────────────────── */
#wl-contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.wl-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.wl-contact-modal {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 16px 64px rgba(0,0,0,0.18);
}
@media (max-width: 520px) {
  .wl-contact-modal { padding: 24px 18px; border-radius: 12px; }
}
.wl-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  border-radius: 8px;
  color: var(--text-500, #6b7280);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-contact-close:hover { background: var(--surface-1, #f7f8fa); }
.wl-contact-close svg { width: 18px; height: 18px; }
.wl-contact-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-900, #0f1114);
  margin: 0 0 20px;
  line-height: 1.3;
  padding-right: 32px; /* room for close btn */
}
.wl-contact-section {
  border: 1px solid var(--border-200, #dde1e7);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-contact-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wl-contact-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-700, #374151);
}
.wl-contact-label-bold {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-700, #374151);
  margin-bottom: 6px;
  display: block;
}
.wl-contact-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-200, #dde1e7);
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font-body, sans-serif);
  color: var(--text-900, #0f1114);
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s;
  resize: vertical;
}
.wl-contact-input:focus { outline: none; border-color: #5B6EF5; }
.wl-contact-helper {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 4px 0 0;
}
.wl-contact-legal {
  font-size: 12px;
  color: var(--text-500, #6b7280);
  margin: 0 0 16px;
  line-height: 1.5;
}
.wl-contact-legal-link {
  color: var(--text-700, #374151);
  text-decoration: underline;
}
.wl-contact-error {
  font-size: 13px;
  color: #E53E3E;
  margin-bottom: 8px;
  display: none;
}

/* ── Gallery lightbox ────────────────────────────────────────────────── */
#wl-gallery-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.wl-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 18, 0.88);
}
.wl-gallery-modal {
  position: relative;
  width: min(1120px, 96vw);
  height: min(82vh, 820px);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 12px;
}
.wl-gallery-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-gallery-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.wl-gallery-close,
.wl-gallery-nav {
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.wl-gallery-close {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 2;
  font-size: 18px;
}
.wl-gallery-nav {
  font-size: 28px;
  line-height: 1;
}
.wl-gallery-counter {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

/* ── Contact success ─────────────────────────────────────────────────── */
.wl-success-icon { font-size: 48px; margin-bottom: 16px; }
.wl-success-text { color: var(--text-700, #374151); margin-bottom: 6px; font-size: 15px; }
.wl-success-sub  { color: var(--text-500, #6b7280); font-size: 13px; margin-bottom: 20px; }

/* ── Legacy static listing classes (kept for page HTML) ─────────────── */
.walker-listing-section { padding: 64px 0; }
.walker-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .walker-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .walker-card-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ── Profile page (walker-profile.js) ───────────────────────────────── */
.profile-hero { padding: 56px 0 40px; background: var(--surface-1, #f7f8fa); }
.profile-hero-inner { display: flex; align-items: flex-start; gap: 36px; }
.profile-hero-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--brand-primary, #2AD2BC); }
.profile-hero-initials { width: 120px; height: 120px; border-radius: 50%; background: var(--brand-primary, #2AD2BC); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 700; flex-shrink: 0; font-family: var(--font-body, sans-serif); }
.profile-hero-info { flex: 1; min-width: 0; }
.profile-hero-name { font-family: var(--font-headings, sans-serif); font-size: 36px; font-weight: 700; color: var(--text-900, #0f1114); margin: 0 0 10px; line-height: 1.15; }
.profile-hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--brand-primary-button, #2AD2BC); background: rgba(52,204,198,0.12); border-radius: 20px; padding: 4px 12px; margin-bottom: 20px; }
.profile-hero-badge svg { width: 14px; height: 14px; }
.profile-hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; font-family: var(--font-body, sans-serif); color: #fff; background: #5B6EF5; border: none; text-decoration: none; cursor: pointer; transition: background 0.15s; }
.profile-hero-cta:hover { background: #4A5CD4; }
@media (max-width: 580px) { .profile-hero-inner { flex-direction: column; align-items: center; text-align: center; gap: 20px; } .profile-hero-name { font-size: 26px; } }

.profile-section { padding: 48px 0; }
.profile-section + .profile-section { border-top: 1px solid var(--border-100, #edf0f3); }
.profile-section-title { font-size: var(--fs-h3, 20px); font-family: var(--font-headings, sans-serif); color: var(--text-900, #0f1114); margin-bottom: 20px; }

.profile-gallery { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.profile-gallery img { width: 200px; height: 160px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }

.profile-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.profile-service-card { background: var(--surface-1, #f7f8fa); border: 1px solid var(--border-100, #edf0f3); border-radius: 10px; padding: 18px; }
.profile-service-name { font-size: 14px; font-weight: 700; color: var(--text-900, #0f1114); margin-bottom: 6px; }
.profile-service-price { font-size: 13px; color: var(--text-700, #374151); }
.profile-service-price strong { color: var(--brand-primary, #2AD2BC); }

.profile-reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.profile-review-card { background: var(--surface-1, #f7f8fa); border-radius: 10px; padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.profile-review-author { display: flex; align-items: center; gap: 10px; }
.profile-review-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.profile-review-avatar-initials { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-secondary, #7C3AED); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; font-family: var(--font-body, sans-serif); flex-shrink: 0; }
.profile-review-name { font-size: 14px; font-weight: 700; color: var(--text-900, #0f1114); margin: 0; }
.profile-review-region { font-size: 12px; color: var(--text-500, #6b7280); margin: 0; }
.profile-review-message { font-size: 14px; color: var(--text-700, #374151); line-height: 1.55; margin: 0; }

.profile-not-found { text-align: center; padding: 80px 24px; }
.profile-not-found h1 { font-size: var(--fs-h2, 28px); font-family: var(--font-headings, sans-serif); color: var(--text-900, #0f1114); margin-bottom: 16px; }
.profile-not-found p { color: var(--text-700, #374151); margin-bottom: 28px; }

.profile-cta-bottom { text-align: center; padding: 56px 0; background: var(--surface-1, #f7f8fa); }
.profile-cta-bottom h2 { font-family: var(--font-headings, sans-serif); font-size: var(--fs-h2, 28px); color: var(--text-900, #0f1114); margin-bottom: 24px; }

.profile-hero-standalone {
  padding: 8px 0 28px;
  background:
    linear-gradient(180deg, rgba(247, 248, 250, 0.92) 0%, rgba(247, 248, 250, 0.72) 72%, rgba(255, 255, 255, 0) 100%);
}

.wl-profile-hero-card-standalone {
  background: #fff;
  border: 1px solid var(--border-100, #edf0f3);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* Kicker outside hero card */
.wl-profile-kicker-hero {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text-500, #6b7280);
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding-left: 4px;
}

.wl-profile-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-500, #6b7280);
  margin: 0 0 8px;
}

.wl-profile-services-inline {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-700, #374151);
}

.wl-profile-hero-cta-row {
  padding: 0 16px 16px;
}

.wl-btn-primary-hero,
.wl-btn-primary-summary {
  height: 42px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(91, 110, 245, 0.16);
}

.profile-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.profile-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.profile-trust-column .profile-section-title {
  margin-bottom: 14px;
}

.wl-profile-bio {
  max-width: 72ch;
}

/* ── Standalone profile page: desktop layout ─────────────────────────── */
@media (min-width: 768px) {
  #profile-main.profile-main-standalone .container {
    max-width: 1080px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #profile-main.profile-main-standalone .profile-hero-standalone {
    padding-top: 6px;
    padding-bottom: 20px;
  }

  #profile-main.profile-main-standalone .wl-profile-hero-card .wl-profile-cover { height: 248px; }
  #profile-main.profile-main-standalone .wl-profile-hero-body {
    padding: 0 28px 24px;
    margin-top: 0;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-layout {
    grid-template-columns: 136px minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-body:not(.wl-profile-hero-body-nocov) .wl-profile-copy-column {
    padding-top: 18px;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-body-nocov .wl-profile-hero-layout {
    gap: 28px;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-body-nocov {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
  }
  #profile-main.profile-main-standalone .wl-profile-avatar-column {
    align-self: end;
  }
  #profile-main.profile-main-standalone .wl-profile-avatar-row {
    align-items: flex-end;
  }
  #profile-main.profile-main-standalone .wl-profile-avatar {
    width: 104px;
    height: 104px;
    border-width: 4px;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-body:not(.wl-profile-hero-body-nocov) .wl-profile-avatar {
    margin-top: -52px;
  }
  #profile-main.profile-main-standalone .wl-profile-hero-body-nocov .wl-profile-avatar {
    box-shadow: none;
  }
  #profile-main.profile-main-standalone .wl-profile-name {
    font-size: 28px;
    line-height: 1.04;
    margin-bottom: 8px;
  }
  #profile-main.profile-main-standalone .wl-verified-badge-lg .wl-verified-text {
    font-size: 13px;
  }
  #profile-main.profile-main-standalone .wl-profile-actions-column {
    grid-column: auto;
    padding-top: 0;
    align-self: center;
  }
  #profile-main.profile-main-standalone .wl-btn-primary-hero {
    width: auto;
    min-width: 190px;
    max-width: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #profile-main.profile-main-standalone .wl-profile-services-inline {
    max-width: 46ch;
    margin-top: 14px;
  }

  #profile-main.profile-main-standalone .profile-section {
    padding: 32px 0;
  }

  #profile-main.profile-main-standalone .profile-section > .container {
    max-width: 980px;
  }

  #profile-main.profile-main-standalone .profile-section-title {
    font-size: 26px;
    margin-bottom: 18px;
  }

  #profile-main.profile-main-standalone .wl-profile-section-title,
  #profile-main.profile-main-standalone .wl-profile-name {
    letter-spacing: -0.02em;
  }

  #profile-main.profile-main-standalone .wl-profile-bio {
    font-size: 16px;
    line-height: 1.8;
  }

  #profile-main.profile-main-standalone .wl-card-badge-outline {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 999px;
    background: #fff;
  }

  #profile-main.profile-main-standalone .wl-gallery-scroll {
    gap: 14px;
  }

  #profile-main.profile-main-standalone .wl-gallery-thumb {
    width: 132px;
    height: 132px;
    border-radius: 14px;
  }

  #profile-main.profile-main-standalone .profile-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #profile-main.profile-main-standalone .wl-review-card,
  #profile-main.profile-main-standalone .wl-service-card {
    margin-bottom: 0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  #profile-main.profile-main-standalone .wl-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  #profile-main.profile-main-standalone .wl-service-name,
  #profile-main.profile-main-standalone .wl-review-name {
    font-size: 15px;
  }

  #profile-main.profile-main-standalone .wl-service-desc,
  #profile-main.profile-main-standalone .wl-review-msg {
    font-size: 13px;
  }

  #profile-main.profile-main-standalone .wl-pets-accept-card {
    padding: 12px 18px;
    border-radius: 14px;
  }

  #profile-main.profile-main-standalone .wl-protecao-block {
    margin: 0;
    padding: 24px 28px;
    border-radius: 20px;
    gap: 28px;
  }

  #profile-main.profile-main-standalone .wl-protecao-title {
    font-size: 22px;
  }

  #profile-main.profile-main-standalone .wl-protecao-desc {
    font-size: 14px;
    max-width: 42ch;
  }

  #profile-main.profile-main-standalone .wl-protecao-selo {
    width: 104px;
    height: 104px;
  }

  #profile-main.profile-main-standalone .profile-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
  }

  #profile-main.profile-main-standalone .wl-info-confirmadas {
    padding: 16px;
    gap: 12px;
  }

  #profile-main.profile-main-standalone .wl-info-item {
    min-height: 48px;
  }

  #profile-main.profile-main-standalone .wl-payment-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  #profile-main.profile-main-standalone .wl-payment-cell {
    min-height: 76px;
    border-radius: 14px;
  }

  #profile-main.profile-main-standalone .wl-btn-primary-summary {
    width: 100%;
  }

  #profile-main.profile-main-standalone .profile-cta-bottom {
    padding: 44px 0;
  }
}

@media (min-width: 1200px) {
  #profile-main.profile-main-standalone .profile-section > .container {
    max-width: 1020px;
  }
}

@media (max-width: 767px) {
  .wl-gallery-modal {
    width: 100%;
    height: min(74vh, 620px);
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }
  .wl-gallery-close,
  .wl-gallery-nav {
    width: 38px;
    height: 38px;
  }
  .wl-gallery-counter {
    bottom: -2px;
    font-size: 12px;
  }
}

/* ==========================================================================
   Proteção Augo Drawer for Profile Pages
   ========================================================================== */

#wl-protecao-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#wl-protecao-overlay[hidden],
#wl-protecao-overlay[style*="display:none"],
#wl-protecao-overlay:not(.active) {
  display: none !important;
}

.wl-protecao-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: wl-fade-in 0.2s ease;
}

.wl-protecao-drawer {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 90vh;
  max-height: 800px;
  background: #f9fafb;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  animation: wl-slide-up 0.3s ease;
  display: flex;
  flex-direction: column;
}

@keyframes wl-slide-up {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.wl-protecao-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wl-protecao-close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.wl-protecao-content {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Hero Section */
.wl-protecao-hero {
  position: relative;
  height: 520px;
}

.wl-protecao-hero-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.wl-protecao-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wl-protecao-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 100%);
  border-radius: 0 0 40px 40px;
}

.wl-protecao-hero-text {
  position: absolute;
  bottom: 96px;
  left: 0;
  right: 0;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.wl-protecao-badge {
  background: rgba(52, 204, 198, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wl-protecao-hero-text h2 {
  font-family: 'Libre Caslon Text', serif;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  margin-bottom: 12px;
}

.wl-protecao-hero-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  max-width: 280px;
  line-height: 1.5;
  background: rgba(0,0,0,0.5);
  padding: 8px 16px;
  border-radius: 8px;
}

/* Guarantee Card */
.wl-protecao-guarantee-card {
  position: absolute;
  bottom: -60px;
  left: 16px;
  right: 16px;
  z-index: 20;
}

.wl-protecao-guarantee-inner {
  background: #1a4d2e;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.wl-protecao-guarantee-inner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(52, 204, 198, 0.2);
  border-radius: 50%;
  filter: blur(40px);
}

.wl-protecao-guarantee-inner::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: rgba(250, 204, 21, 0.2);
  border-radius: 50%;
  filter: blur(20px);
}

.wl-protecao-guarantee-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 1;
  padding-left: 8px;
}

.wl-protecao-seal-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wl-protecao-seal-badge span:first-child {
  width: 20px;
  height: 20px;
  background: #34CCC6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.wl-protecao-seal-badge span:last-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #34CCC6;
}

.wl-protecao-guarantee-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.wl-protecao-seal {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transform: rotate(12deg);
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

.wl-protecao-guarantee-inner:hover .wl-protecao-seal {
  transform: rotate(0deg);
}

/* Body Content */
.wl-protecao-body {
  padding: 80px 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Feature Cards */
.wl-protecao-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid #f3f4f6;
  transition: transform 0.3s ease;
}

.wl-protecao-feature:hover {
  transform: scale(1.02);
}

.wl-protecao-feature-reverse {
  flex-direction: row-reverse;
  background: #f3f4f6;
  border-color: #e5e7eb;
}

.wl-protecao-feature-img {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: rotate(2deg);
  transition: transform 0.3s ease;
}

.wl-protecao-feature:hover .wl-protecao-feature-img {
  transform: rotate(0deg);
}

.wl-protecao-feature-img-round {
  border-radius: 50%;
  border: 4px solid #fff;
  transform: rotate(-2deg);
}

.wl-protecao-feature-img-soft {
  border-radius: 24px 24px 24px 4px;
}

.wl-protecao-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wl-protecao-feature-text {
  flex: 1;
  padding: 8px 4px;
}

.wl-protecao-feature-text-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wl-protecao-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.wl-protecao-feature h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a4d2e;
  line-height: 1.2;
  margin-bottom: 4px;
}

.wl-protecao-feature p {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.4;
}

/* Commitment Section */
.wl-protecao-commitment {
  position: relative;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wl-protecao-commitment-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #34CCC6, transparent);
  border-radius: 2px;
}

.wl-protecao-commitment h4 {
  font-family: 'Libre Caslon Text', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a4d2e;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.wl-protecao-commitment p {
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 12px;
}

.wl-protecao-commitment p:last-child {
  margin-bottom: 0;
}

/* Footer CTA */
.wl-protecao-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #fff 60%, transparent);
  padding: 24px 20px max(24px, env(safe-area-inset-bottom));
  z-index: 30;
}

.wl-protecao-cta {
  width: 100%;
  padding: 16px 24px;
  border-radius: 16px;
  background: #34CCC6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(52, 204, 198, 0.3);
  transition: all 0.2s ease;
}

.wl-protecao-cta:hover {
  opacity: 0.9;
  transform: scale(0.98);
}

.wl-protecao-cta span:last-child {
  transition: transform 0.2s ease;
}

.wl-protecao-cta:hover span:last-child {
  transform: rotate(12deg);
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  .wl-protecao-drawer {
    height: 95vh;
    max-height: none;
    border-radius: 20px 20px 0 0;
  }

  .wl-protecao-hero {
    height: 440px;
  }

  .wl-protecao-hero-text h2 {
    font-size: 22px;
  }

  .wl-protecao-guarantee-inner {
    padding: 16px;
  }

  .wl-protecao-guarantee-title {
    font-size: 20px;
  }

  .wl-protecao-seal {
    width: 80px;
    height: 80px;
  }

  .wl-protecao-body {
    padding-top: 70px;
  }

  .wl-protecao-feature h3 {
    font-size: 16px;
  }

  .wl-protecao-feature-img {
    width: 72px;
    height: 72px;
  }
}

/* Update Protecao button cursor in profile */
#profile-main.profile-main-standalone .wl-protecao-btn {
  cursor: pointer;
}

/* ==========================================================================
   Fixed Contact Footer
   ========================================================================== */

.wl-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(to top, #fff 80%, transparent);
  padding: 16px 16px max(16px, env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.wl-fixed-footer.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.wl-fixed-footer-inner {
  max-width: 560px;
  margin: 0 auto;
}

.wl-fixed-cta {
  width: 100%;
  padding: 14px 24px;
  border-radius: 14px;
  background: #5B6EF5;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(91, 110, 245, 0.35);
  transition: all 0.2s ease;
}

.wl-fixed-cta:hover {
  opacity: 0.9;
  transform: scale(0.98);
}

/* Hide fixed footer on larger screens */
@media (min-width: 1024px) {
  .wl-fixed-footer {
    display: none;
  }
}
