/* ==========================================================================
   EaseFlow Privacy Policy page styles
   Additive, page-scoped styles that build on styles.css's shared tokens,
   header, footer and button rules. Keeps the homepage's own stylesheet
   untouched so this page cannot regress the homepage layout.
   ========================================================================== */

.policy-hero {
  background: var(--color-navy-900);
  padding-block: 48px 40px;
}

.policy-hero .container {
  max-width: 760px;
}

.policy-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-royal-400);
  margin-bottom: 10px;
}

.policy-title {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.15;
  color: var(--color-white);
  letter-spacing: -0.01em;
  font-weight: 800;
}

.policy-updated {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.policy-content {
  padding-block: 48px 56px;
  background: var(--color-white);
}

.policy-content .container {
  max-width: 760px;
}

.policy-intro {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.policy-section {
  padding-top: 36px;
  border-top: 1px solid var(--color-border);
  margin-top: 36px;
}

.policy-section:first-of-type {
  border-top: none;
  margin-top: 28px;
  padding-top: 0;
}

.policy-section h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-navy-900);
  margin-bottom: 12px;
  letter-spacing: -0.005em;
}

.policy-section p {
  color: var(--color-text);
  font-size: 0.96rem;
  line-height: 1.75;
}

.policy-section p + p {
  margin-top: 14px;
}

.policy-section ul {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.policy-section ul + p {
  margin-top: 16px;
}

.policy-section li {
  color: var(--color-text);
  font-size: 0.96rem;
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}

.policy-section li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-royal-500);
}

.policy-section li strong {
  color: var(--color-navy-900);
  font-weight: 700;
}

.policy-contact-card {
  margin-top: 16px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
}

.policy-contact-card p {
  margin: 0;
}

.policy-contact-card p + p {
  margin-top: 6px;
}

.policy-contact-card a {
  color: var(--color-royal-600);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-royal-600);
}

.policy-back:hover {
  color: var(--color-royal-700);
}
