/* =========================================================
   Cat Corner — Privacy Policy (page-privacy-policy.php)
   DS-compliant, plain CSS, scoped under .cc-privacy.
   Palette: Oatmeal #F8FAFC base · Electric Cyan #00B4D8 (30%)
   · Goldenrod #FFC300 (CTA-only, 10%) · Pitch Black #000.
   Support: Cream #F3E9D5 editorial warmth.
   Fonts: Outfit (display, !important to beat elementor-kit-74
   Chewy rule) · Plus Jakarta Sans (body) · Chewy (stickers only).
   Mirrors the legal-page template established by terms-condition.css
   (shared .cc-btn, sticky TOC, numbered sections, callout, CTA) so
   both legal pages read as one recognizable system.
   ========================================================= */

.cc-privacy {
  --cc-cyan:    #00B4D8;
  --cc-cyan-700:#0090AD;
  --cc-cyan-300:#7FDCEC;
  --cc-cyan-100:#D6F2F8;
  --cc-gold:    #FFC300;
  --cc-oatmeal: #F8FAFC;
  --cc-black:   #000000;
  --cc-ink-soft:#2A2A2A;
  --cc-muted:   #6B7280;
  --cc-line:    #E4E9EE;
  --cc-cream:   #F3E9D5;
  --cc-orange:    #F26C2A; /* secondary CTA (WhatsApp) — matches About/Terms */
  --cc-orange-700:#D9591C;

  background: var(--cc-oatmeal);
  color: var(--cc-black);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  overflow-x: clip;
  scroll-behavior: smooth;
}

.cc-privacy *,
.cc-privacy *::before,
.cc-privacy *::after { box-sizing: border-box; }

.cc-privacy__wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Headings — force Outfit over the elementor-kit-74 Chewy rule */
.cc-privacy h1,
.cc-privacy h2,
.cc-privacy h3,
.cc-privacy h4 {
  font-family: 'Outfit', system-ui, sans-serif !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  color: var(--cc-black);
  margin: 0;
  line-height: 1.15 !important;
}

.cc-privacy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cc-cyan-700);
}
.cc-privacy__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--cc-cyan);
  border-radius: 2px;
}

/* Shared buttons (same as about-us.css / terms-condition.css) */
.cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 9999px;
  border: 2px solid var(--cc-black);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.cc-btn--gold {
  background: var(--cc-gold);
  color: var(--cc-black);
  box-shadow: 3px 3px 0 var(--cc-black);
}
.cc-btn--gold:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--cc-black); }
.cc-btn--wa {
  background: var(--cc-orange);
  color: #fff !important;
  box-shadow: 3px 3px 0 var(--cc-black);
}
.cc-btn--wa:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--cc-black); background: var(--cc-orange-700); }
.cc-btn--outline {
  background: #fff;
  color: var(--cc-black);
}
.cc-btn--outline:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--cc-black); }

/* ───────────────────────── HERO (cyan band) ───────────────────────── */
.cc-privacy-hero {
  position: relative;
  background: var(--cc-cyan);
  padding: 80px 0 96px;
  overflow: hidden;
}
.cc-privacy-hero__bubble {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  opacity: 0.10;
  pointer-events: none;
}
.cc-privacy-hero__bubble--a { width: 280px; height: 280px; top: -90px;  left: -70px; }
.cc-privacy-hero__bubble--b { width: 170px; height: 170px; bottom: -50px; right: 6%; opacity: 0.08; }

.cc-privacy-hero__inner {
  position: relative;
  max-width: 760px;
}
.cc-privacy-hero__eyebrow { color: #003c47; }
.cc-privacy-hero__eyebrow::before { background: #003c47; }

.cc-privacy-hero__title {
  font-size: clamp(36px, 5.4vw, 60px) !important;
  color: #fff !important;
  margin: 18px 0 0;
  text-shadow: 0 2px 0 rgba(0,0,0,0.08);
}
.cc-privacy-hero__title em {
  font-style: normal;
  color: var(--cc-black);
}
.cc-privacy-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #013038;
  max-width: 58ch;
  margin: 20px 0 0;
  font-weight: 500;
}
.cc-privacy-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  background: #fff;
  border: 2px solid var(--cc-black);
  border-radius: 9999px;
  box-shadow: 3px 3px 0 var(--cc-black);
  padding: 9px 18px;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--cc-black);
}
.cc-privacy-hero__meta svg { color: var(--cc-cyan-700); }

/* ───────────────── BODY: TOC + content two-column ───────────────── */
.cc-privacy-body {
  padding: 64px 0 88px;
}
.cc-privacy-body__grid {
  display: grid;
  grid-template-columns: 264px 1fr;
  gap: 56px;
  align-items: start;
}

/* Sticky table of contents */
.cc-privacy-toc {
  position: sticky;
  top: 24px;
}
.cc-privacy-toc__card {
  background: #fff;
  border: 2px solid var(--cc-black);
  border-radius: 20px;
  box-shadow: 4px 4px 0 var(--cc-black);
  padding: 22px 20px;
}
.cc-privacy-toc__title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cc-cyan-700);
  margin: 0 0 14px;
}
.cc-privacy-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: cc-toc;
}
.cc-privacy-toc__list li { margin: 0; }
.cc-privacy-toc__link {
  display: flex;
  gap: 11px;
  align-items: baseline;
  padding: 9px 10px;
  border-radius: 11px;
  text-decoration: none;
  color: var(--cc-ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: background .15s ease, color .15s ease;
}
.cc-privacy-toc__link:hover,
.cc-privacy-toc__link.is-active {
  background: var(--cc-cyan-100);
  color: var(--cc-cyan-700);
}
.cc-privacy-toc__num {
  counter-increment: cc-toc;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: var(--cc-cyan-700);
  min-width: 18px;
}
.cc-privacy-toc__num::before { content: counter(cc-toc, decimal-leading-zero); }

.cc-privacy-toc__help {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1.5px solid var(--cc-line);
  font-size: 13px;
  line-height: 1.55;
  color: var(--cc-muted);
}
.cc-privacy-toc__help a { color: var(--cc-cyan-700); font-weight: 700; text-decoration: none; }
.cc-privacy-toc__help a:hover { text-decoration: underline; }

/* Content column */
.cc-privacy-content { min-width: 0; }

.cc-privacy-section {
  scroll-margin-top: 24px;
  padding: 34px 0;
  border-bottom: 1.5px solid var(--cc-line);
}
.cc-privacy-section:first-child { padding-top: 4px; }
.cc-privacy-section:last-of-type { border-bottom: none; }

.cc-privacy-section__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.cc-privacy-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 14px;
  background: var(--cc-cyan-100);
  color: var(--cc-cyan-700);
  border: 2px solid var(--cc-black);
  box-shadow: 3px 3px 0 var(--cc-black);
}
.cc-privacy-section__titles { min-width: 0; }
.cc-privacy-section__kicker {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cc-cyan-700);
}
.cc-privacy-section__title {
  font-size: clamp(20px, 2.6vw, 26px) !important;
  margin-top: 2px !important;
}
.cc-privacy-section__body p {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--cc-ink-soft);
  margin: 0 0 16px;
  max-width: 68ch;
}
.cc-privacy-section__body p:last-child { margin-bottom: 0; }
.cc-privacy-section__body strong { color: var(--cc-black); font-weight: 700; }

/* Data-type chips (used in "what we collect") */
.cc-privacy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 4px;
}
.cc-privacy-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--cc-line);
  border-radius: 9999px;
  padding: 8px 15px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--cc-ink-soft);
}
.cc-privacy-chip svg { color: var(--cc-cyan-700); }

/* Important callout (security / your rights) */
.cc-privacy-callout {
  display: flex;
  gap: 16px;
  background: var(--cc-cream);
  border: 2px solid var(--cc-black);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--cc-black);
  padding: 20px 22px;
  margin: 4px 0 0;
}
.cc-privacy-callout__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 11px;
  background: var(--cc-gold);
  color: var(--cc-black);
  border: 2px solid var(--cc-black);
}
.cc-privacy-callout__title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 15px;
  margin: 2px 0 6px;
}
.cc-privacy-callout__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--cc-ink-soft);
  margin: 0;
}

/* Signature / last-updated block at end of content */
.cc-privacy-sign {
  margin-top: 36px;
  background: #fff;
  border: 2px solid var(--cc-black);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--cc-black);
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cc-privacy-sign__label {
  font-size: 13px;
  color: var(--cc-muted);
  font-weight: 600;
}
.cc-privacy-sign__date {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--cc-black);
}
.cc-privacy-sign__by {
  font-size: 14px;
  font-weight: 700;
  color: var(--cc-cyan-700);
}

/* ───────────────────── CONTACT CTA BAND ───────────────────── */
.cc-privacy-cta {
  padding: 0 32px 88px;
}
.cc-privacy-cta__card {
  max-width: 920px;
  margin: 0 auto;
  background: var(--cc-cyan);
  border: 2px solid var(--cc-black);
  border-radius: 28px;
  box-shadow: 6px 6px 0 var(--cc-black);
  padding: 52px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cc-privacy-cta__card::before,
.cc-privacy-cta__card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #000;
  opacity: 0.06;
  pointer-events: none;
}
.cc-privacy-cta__card::before { width: 140px; height: 140px; top: -40px; right: -30px; }
.cc-privacy-cta__card::after  { width: 90px;  height: 90px;  bottom: -24px; left: -20px; }
.cc-privacy-cta__title {
  position: relative;
  font-size: clamp(24px, 3.6vw, 36px) !important;
  color: #fff !important;
}
.cc-privacy-cta__title em { font-style: normal; color: var(--cc-black); }
.cc-privacy-cta__sub {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #013038;
  font-weight: 500;
  margin: 16px auto 30px;
  max-width: 50ch;
}
.cc-privacy-cta__btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ───────────────────────── RESPONSIVE ───────────────────────── */
@media (max-width: 980px) {
  .cc-privacy-body__grid { grid-template-columns: 1fr; gap: 32px; }
  .cc-privacy-toc { position: static; }
  .cc-privacy-toc__card { box-shadow: 3px 3px 0 var(--cc-black); }
  .cc-privacy-toc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cc-privacy-toc__link { padding: 8px 12px; border: 1.5px solid var(--cc-line); border-radius: 9999px; }
  .cc-privacy-toc__link.is-active,
  .cc-privacy-toc__link:hover { border-color: var(--cc-cyan-300); }
}

@media (max-width: 600px) {
  .cc-privacy__wrap { padding: 0 20px; }
  .cc-privacy-hero { padding: 56px 0 64px; }
  .cc-privacy-body { padding: 44px 0 64px; }
  .cc-privacy-section__head { gap: 12px; }
  .cc-privacy-section__icon { width: 44px; height: 44px; min-width: 44px; }
  .cc-privacy-cta { padding: 0 20px 64px; }
  .cc-privacy-cta__card { padding: 40px 24px; }
  .cc-privacy-sign { flex-direction: column; align-items: flex-start; }
}
