main {
  padding-top: var(--header-height);
  color: var(--title-color);
  background-color: var(--section-color);
}

/* Mobile fix */
@media (max-width: 768px) {
  main {
    padding-top: calc(var(--header-height) - 1rem);
  }
}

/* =============== PRIVACY POLICY PAGE =============== */
/* Matches ZENSOL brand: Poppins, navy theme, teal accent */

/* ── Wrapper ── */
.privacy-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 100px 80px 80px;
    font-family: "Poppins", sans-serif;
    color: #b9c6e3;
}

/* ── Breadcrumb ── */
.privacy-breadcrumb {
    padding: 20px 0 0;
    font-size: 0.82rem;
    color: #b9c6e3;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    font-family: "Poppins", sans-serif;
}

.privacy-breadcrumb a {
    color: #b9c6e3;
    text-decoration: none;
    transition: color 0.3s;
}

.privacy-breadcrumb a:hover {
    color: #1DC9A9;
}

.privacy-breadcrumb .arrow {
    color: #b9c6e3;
    font-size: 0.9rem;
}

.privacy-breadcrumb .current {
    color: #1DC9A9;
    font-weight: 600;
}

/* ── Page Title ── */
.privacy-wrapper h1.page-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 28px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

/* ── Intro Card ── */
.privacy-intro {
    background-color: var(--section-color);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 16px;
    border: 1px solid rgba(29, 201, 169, 0.08);
    transition: border-color 0.3s;
}

.privacy-intro:hover {
    border-color: rgba(29, 201, 169, 0.2);
}

.privacy-intro p {
    font-size: 0.938rem;
    line-height: 1.9;
    color: #b9c6e3;
    margin-bottom: 16px;
}

.privacy-intro p:last-child {
    margin-bottom: 0;
}

.privacy-intro p strong {
    color: #ffffff;
    font-weight: 600;
}

.last-updated {
    font-weight: 600;
    font-size: 0.938rem;
    color: #ffffff;
    margin-top: 8px;
    margin-bottom: 0;
}

/* ── Section Headings ── */
.privacy-wrapper h2.section-heading {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(29, 201, 169, 0.2);
}

/* ── Paragraphs ── */
.privacy-wrapper p {
    font-size: 0.938rem;
    line-height: 1.9;
    color: #b9c6e3;
    margin-bottom: 14px;
}

.privacy-wrapper p strong {
    color: #ffffff;
    font-weight: 600;
}

/* ── Lists ── */
.privacy-wrapper ul {
    margin: 6px 0 16px 20px;
    list-style: disc;
}

.privacy-wrapper ul li {
    font-size: 0.938rem;
    line-height: 1.85;
    color: #b9c6e3;
    margin-bottom: 8px;
    padding-left: 4px;
}

.privacy-wrapper ul li::marker {
    color: #1DC9A9;
}

/* ── Contact block ── */
.contact-info {
    background: #112340;
    border: 1px solid rgba(29, 201, 169, 0.18);
    border-left: 3px solid #1DC9A9;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 10px;
    font-size: 0.938rem;
    line-height: 2.1;
    color: #b9c6e3;
}

.contact-info strong {
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.contact-info a {
    color: #1DC9A9;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contact-info a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* ── Policy Section Cards ── */
.policy-section {
    background-color: var(--section-color);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 16px;
    border: 1px solid rgba(29, 201, 169, 0.08);
    transition: border-color 0.3s;
}

.policy-section:hover {
    border-color: rgba(29, 201, 169, 0.2);
}

/* Remove top margin from h2 inside card */
.policy-section .section-heading {
    margin-top: 0;
}

/* Remove bottom margin from last child inside card */
.policy-section > *:last-child {
    margin-bottom: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .privacy-wrapper {
        padding: 100px 40px 80px;
    }
}

@media (max-width: 768px) {
    .privacy-wrapper {
        padding: 90px 20px 56px;
    }

    .privacy-wrapper h1.page-title {
        font-size: 1.5rem;
    }

    .privacy-wrapper h2.section-heading {
        font-size: 1rem;
    }

    .privacy-wrapper p,
    .privacy-wrapper ul li,
    .privacy-intro p {
        font-size: 0.875rem;
    }

    .policy-section,
    .privacy-intro {
        padding: 18px 16px;
    }
}

@media (max-width: 480px) {
    .privacy-wrapper h1.page-title {
        font-size: 1.3rem;
    }

    .privacy-wrapper h2.section-heading {
        font-size: 0.95rem;
    }
}



/* ===================== Chat Button ========================== */

#chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1DC9A9;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
}

/* Chat Box */
#chat-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Header */
.chat-header {
  background: #1DC9A9;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.chat-header button {

  border: none;
  background: none;

  color: white;
}

/* Body */
.chat-body {
  padding: 10px;
  height: 250px;
  overflow-y: auto;
}

.bot-message {
  background: #f1f1f1;
  color:var(--text-color);
  padding: 8px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 5px;
}

.user-message {
  background: #1DC9A9;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 5px;
  text-align: right;
}

/* Footer */
.chat-footer {
  display: flex;
}

.chat-footer input {
  flex: 1;
  border: none;
  padding: 10px;
}

.chat-footer button {
  background: #1DC9A9;
  color: #fff;
  border: none;
  padding: 10px;
}