/* ── Privacy Policy — Bless Florist Tema Coklat ── */

.privacy-policy-page { background: var(--cream); }

.privacy-policy-page .page-header { text-align: center; padding: 2.5rem 1rem 2rem; }

.pp-header-icon { font-size: 56px; color: var(--amber); display: block; margin-bottom: 1rem; }

.privacy-policy-page .page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; font-weight: 700; color: var(--brown); margin-bottom: 1rem;
}

.privacy-policy-page .page-header .lead {
  font-size: 1.05rem; color: var(--brown-lt);
  line-height: 1.9; max-width: 680px; margin: 0 auto .5rem;
}

.pp-updated { font-size: .85rem; color: var(--brown-lt); margin-bottom: 1.25rem; }

.pp-divider { width: 80px; height: 3px; background: var(--amber); border-radius: 2px; margin: 0 auto; }

/* ── Content Card ── */
.policy-content {
  background: var(--white);
  padding: 3rem; border-radius: 20px;
  border: 1px solid var(--cream-3);
  box-shadow: 0 4px 24px rgba(42,31,14,.07);
}

/* ── Policy Section ── */
.policy-section {
  margin-bottom: 2.5rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--cream-2);
}

.policy-section:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.policy-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--brown);
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: .6rem;
}

.policy-section h2 i { color: var(--amber); font-size: 1.15rem; flex-shrink: 0; }

.policy-section h4 {
  font-size: 1rem; font-weight: 700; color: var(--brown-md);
  margin: 1.2rem 0 .7rem;
  padding-left: .75rem; border-left: 3px solid var(--amber);
}

.policy-section p {
  font-size: .97rem; line-height: 1.85; color: var(--brown-md); margin-bottom: .85rem;
}

.policy-section ul { list-style: none; padding: 0; margin-bottom: 1rem; }

.policy-section ul li {
  font-size: .95rem; line-height: 1.8; color: var(--brown-md);
  margin-bottom: .55rem; padding-left: 1.4rem; position: relative;
}

.policy-section ul li::before {
  content: '';
  position: absolute; left: 0; top: .65em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber);
}

.policy-section ul li strong { color: var(--brown); }

/* ── Contact Info Box ── */
.contact-info-box {
  background: var(--cream); padding: 1.75rem 2rem;
  border-radius: 14px; border-left: 4px solid var(--amber); margin-top: 1.25rem;
}

.contact-info-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--brown); margin-bottom: 1.1rem; margin-top: 0;
}

.contact-list { list-style: none; margin: 0; padding: 0; }

.contact-list li {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .5rem 0; border-bottom: 1px solid var(--cream-2);
  font-size: .95rem; color: var(--brown-md);
}

.contact-list li:last-child { border-bottom: none; }
.contact-list li::before { display: none; }
.contact-list li i { color: var(--amber); font-size: 1rem; margin-top: .15rem; width: 18px; flex-shrink: 0; }
.contact-list li a { color: var(--amber); font-weight: 600; text-decoration: none; }
.contact-list li a:hover { color: var(--amber-dk); text-decoration: underline; }

/* ── Policy Note ── */
.policy-note {
  background: var(--cream-2); border: 1px solid var(--cream-3);
  border-left: 4px solid var(--amber); border-radius: 12px;
  padding: 1.5rem 1.75rem; margin-top: 2rem;
}

.pp-note-icon { color: var(--amber); font-size: 1.3rem; margin-bottom: .6rem; display: block; }

.policy-note p { font-size: .93rem; line-height: 1.75; color: var(--brown-md); margin: 0; }
.policy-note strong { color: var(--brown); }

/* ── CTA ── */
.policy-cta {
  background: linear-gradient(135deg, #3E2A14 0%, #7B4F2E 100%);
  border-radius: 20px; padding: 3.5rem 2rem;
  position: relative; overflow: hidden;
}

.policy-cta::before {
  content: ''; position: absolute; top: -50px; right: -50px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(200,146,42,.1); pointer-events: none;
}

.policy-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem; color: #fff; position: relative; z-index: 1;
}

.policy-cta .lead { color: rgba(255,255,255,.85); font-size: 1.05rem; position: relative; z-index: 1; }

.pp-btn-wa {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--amber); color: #fff !important;
  text-decoration: none; padding: .9rem 2.5rem;
  border-radius: 50px; font-weight: 700; font-size: 1.05rem;
  transition: all .25s; position: relative; z-index: 1;
}

.pp-btn-wa:hover { background: var(--amber-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.3); color: #fff !important; }

/* ── Responsive ── */
@media (max-width: 992px) {
  .privacy-policy-page .page-header h1 { font-size: 2rem; }
  .policy-content { padding: 2.25rem; }
  .policy-section h2 { font-size: 1.3rem; }
}

@media (max-width: 768px) {
  .privacy-policy-page .page-header h1 { font-size: 1.7rem; }
  .pp-header-icon { font-size: 44px; }
  .policy-content { padding: 1.75rem; }
  .policy-section { margin-bottom: 2rem; padding-bottom: 1.75rem; }
  .policy-section h2 { font-size: 1.2rem; }
  .contact-info-box { padding: 1.25rem 1.5rem; }
  .policy-cta { padding: 2.5rem 1.5rem; }
  .policy-cta h3 { font-size: 1.55rem; }
}

@media (max-width: 576px) {
  .privacy-policy-page .page-header h1 { font-size: 1.5rem; }
  .policy-content { padding: 1.25rem; }
  .policy-section h2 { font-size: 1.1rem; }
  .policy-section p, .policy-section ul li { font-size: .87rem; }
  .policy-note { padding: 1.1rem 1.25rem; }
  .policy-cta { padding: 2rem 1rem; }
  .policy-cta h3 { font-size: 1.3rem; }
  .pp-btn-wa { width: 100%; justify-content: center; }
}
