/* Start custom CSS for html, class: .elementor-element-ba27f91 *//* ══════════════════════════════════════════════════
   eSolutify — Legal Pages Full CSS
   Covers: Privacy Policy, Terms of Service, Refund Policy
══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

.prv {
  font-family: 'DM Sans', sans-serif;
  background: #0a0a0a;
  color: #f0ede8;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.prv *, .prv *::before, .prv *::after { box-sizing: border-box; }
.prv h1, .prv h2, .prv h3 { font-family: 'Syne', sans-serif; margin: 0; }
.prv p { margin: 0; }
.prv a { color: #C8973A; text-decoration: none; }
.prv a:hover { text-decoration: underline; }
.prv-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; }

/* ══════════ HERO ══════════ */
.prv-hero { position: relative; padding: 88px 0 72px; background: linear-gradient(145deg, #0a0a0a 0%, #0f0c07 55%, #0a0a0a 100%); overflow: hidden; text-align: center; }
.prv-hero::before { content: ''; position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 60%; height: 180%; background: radial-gradient(ellipse, rgba(200,151,58,0.06) 0%, transparent 65%); pointer-events: none; }
.prv-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(200,151,58,0.3), transparent); }
.prv-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #C8973A; margin-bottom: 20px; }
.prv-eyebrow::before, .prv-eyebrow::after { content: ''; width: 24px; height: 1px; background: #C8973A; }
.prv-hero h1 { font-size: 48px; font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; color: #fff; margin-bottom: 16px; }
.prv-hero h1 em { font-style: normal; color: #C8973A; }
.prv-hero-meta { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #555; flex-wrap: wrap; justify-content: center; }
.prv-hero-meta span { color: #C8973A; }

/* ══════════ BODY ══════════ */
.prv-body { padding: 80px 0 100px; }
.prv-layout { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; }

/* ══════════ SIDEBAR ══════════ */
.prv-nav { position: sticky; top: 100px; }
.prv-nav-title { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #555; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.prv-nav-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.prv-nav-list a { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #666; padding: 8px 12px; border-radius: 8px; transition: background 0.2s, color 0.2s; text-decoration: none; }
.prv-nav-list a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #333; flex-shrink: 0; transition: background 0.2s; }
.prv-nav-list a:hover { background: rgba(200,151,58,0.08); color: #C8973A; }
.prv-nav-list a:hover::before { background: #C8973A; }

/* ══════════ CONTENT ══════════ */
.prv-content { display: flex; flex-direction: column; gap: 48px; }
.prv-section { scroll-margin-top: 100px; }
.prv-section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #C8973A; background: rgba(200,151,58,0.08); border: 1px solid rgba(200,151,58,0.2); border-radius: 100px; padding: 4px 12px; margin-bottom: 14px; }
.prv-section h2 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -0.3px; }
.prv-section p { font-size: 14px; color: #888; line-height: 1.9; margin-bottom: 14px; }
.prv-section p:last-child { margin-bottom: 0; }
.prv-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.prv-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #888; line-height: 1.7; }
.prv-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #C8973A; flex-shrink: 0; margin-top: 8px; }
.prv-highlight { background: rgba(200,151,58,0.05); border: 1px solid rgba(200,151,58,0.2); border-left: 3px solid #C8973A; border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 20px 0; }
.prv-highlight p { font-size: 13.5px; color: #aaa; margin: 0; line-height: 1.8; }
.prv-highlight strong { color: #C8973A; }
.prv-divider { height: 1px; background: rgba(255,255,255,0.07); border: none; margin: 0; }
.prv-contact-card { background: #111111; border: 1px solid rgba(200,151,58,0.2); border-radius: 16px; padding: 28px 32px; position: relative; overflow: hidden; }
.prv-contact-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, #C8973A, #e8b84b); }
.prv-contact-card h3 { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.prv-contact-row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 13.5px; }
.prv-contact-row:last-child { margin-bottom: 0; }
.prv-contact-row span:first-child { font-size: 18px; flex-shrink: 0; }
.prv-contact-row a { color: #C8973A; }

/* ══════════ TABLET ≤1024px ══════════ */
@media (max-width: 1024px) {
  .prv-inner { padding: 0 32px; }
  .prv-layout { grid-template-columns: 1fr; gap: 0; }
  .prv-nav { position: static; background: #111111; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 20px; margin-bottom: 40px; }
  .prv-nav-title { margin-bottom: 14px; padding-bottom: 10px; }
  .prv-nav-list { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .prv-nav-list a { font-size: 12px; padding: 6px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 100px; white-space: nowrap; }
  .prv-nav-list a::before { display: none; }
  .prv-nav-list a:hover { background: rgba(200,151,58,0.1); border-color: rgba(200,151,58,0.3); }
}

/* ══════════ MOBILE ≤768px ══════════ */
@media (max-width: 768px) {
  .prv-inner { padding: 0 20px; }
  .prv-hero { padding: 64px 0 48px; }
  .prv-hero h1 { font-size: 30px; letter-spacing: -0.8px; }
  .prv-hero-meta { flex-direction: column; gap: 4px; font-size: 12px; }
  .prv-body { padding: 40px 0 60px; }
  .prv-content { gap: 32px; }
  .prv-section h2 { font-size: 18px; margin-bottom: 12px; }
  .prv-section p { font-size: 13px; }
  .prv-list li { font-size: 13px; }
  .prv-highlight { padding: 14px 16px; }
  .prv-highlight p { font-size: 12.5px; }
  .prv-contact-card { padding: 20px 18px; }
  .prv-contact-card h3 { font-size: 15px; margin-bottom: 14px; }
  .prv-contact-row { font-size: 13px; gap: 10px; margin-bottom: 8px; }
  .prv-contact-row span:first-child { font-size: 16px; }
  .prv-nav { padding: 16px; margin-bottom: 28px; }
  .prv-nav-list a { font-size: 11px; padding: 5px 12px; }
}

/* ══════════ SMALL MOBILE ≤480px ══════════ */
@media (max-width: 480px) {
  .prv-inner { padding: 0 16px; }
  .prv-hero { padding: 56px 0 40px; }
  .prv-hero h1 { font-size: 24px; letter-spacing: -0.5px; }
  .prv-eyebrow { font-size: 10px; letter-spacing: 2px; }
  .prv-eyebrow::before, .prv-eyebrow::after { width: 16px; }
  .prv-hero-meta { font-size: 11px; }
  .prv-body { padding: 32px 0 48px; }
  .prv-content { gap: 28px; }
  .prv-section h2 { font-size: 16px; }
  .prv-section p, .prv-list li { font-size: 12.5px; line-height: 1.8; }
  .prv-section-label { font-size: 9px; padding: 3px 10px; letter-spacing: 1.5px; }
  .prv-highlight { padding: 12px 14px; border-radius: 0 8px 8px 0; }
  .prv-highlight p { font-size: 12px; }
  .prv-contact-card { padding: 18px 16px; border-radius: 12px; }
  .prv-contact-card h3 { font-size: 14px; }
  .prv-contact-row { font-size: 12px; margin-bottom: 8px; }
  .prv-nav { padding: 14px; overflow: hidden; }
  .prv-nav-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 6px; }
  .prv-nav-list::-webkit-scrollbar { display: none; }
  .prv-nav-list a { font-size: 10.5px; padding: 5px 10px; flex-shrink: 0; }
  .prv-list { gap: 8px; }
  .prv-list li::before { width: 5px; height: 5px; margin-top: 7px; }
}

/* ── REFUND PAGE MOBILE OVERFLOW FIX ── */
.prv {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

.prv-inner {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.prv-hero-meta {
  max-width: 100% !important;
  word-break: break-word !important;
}

.prv-highlight p,
.prv-section p,
.prv-list li {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.prv-contact-row a {
  word-break: break-all !important;
}

@media (max-width: 768px) {
  .prv {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

/* ── REFUND PAGE SPECIFIC FIXES ── */

/* Fix hero meta separator on mobile */
@media (max-width: 600px) {
  .prv-hero-meta .prv-meta-sep {
    display: none !important;
  }

  .prv-hero-meta {
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.8 !important;
  }
}

/* Fix broken list item layout — the core bug */
.prv-list li {
  display: block !important;
  padding-left: 18px !important;
  position: relative !important;
}

.prv-list li::before {
  position: absolute !important;
  left: 0 !important;
  top: 8px !important;
  margin-top: 0 !important;
  flex-shrink: unset !important;
}

/* Fix links inside list items breaking layout */
.prv-list li a {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  display: inline !important;
}

/* Fix strong tags inside list items */
.prv-list li strong {
  display: inline !important;
}

/* ── ON THIS PAGE NAV — MOBILE FIX ── */
@media (max-width: 768px) {
  .prv-nav {
    padding: 16px !important;
    margin-bottom: 28px !important;
    overflow: visible !important;
  }

  .prv-nav-list {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    overflow: visible !important;
    gap: 8px !important;
    -webkit-overflow-scrolling: unset !important;
  }

  .prv-nav-list li {
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }

  .prv-nav-list a {
    white-space: normal !important;
    word-break: break-word !important;
    flex-shrink: 1 !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    display: inline-flex !important;
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .prv-nav-list {
    flex-wrap: wrap !important;
    overflow: visible !important;
  }

  .prv-nav-list a {
    white-space: nowrap !important;
    font-size: 10.5px !important;
    padding: 5px 10px !important;
  }
}/* End custom CSS */