/* ============================================================
   Hawaiian VVC LLC — Shared Legal Stylesheet
   Loaded by privacy.html and terms-of-service.html ONLY.
   ============================================================ */

.legal-page {
  background-color: #F9F5F4;
  color: #221A18;
}

.legal-page * {
  box-sizing: border-box;
}

.legal-page {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #221A18;
  background-color: #F9F5F4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
  line-height: 1.25;
  font-weight: 700;
}

.legal-page a {
  color: #7B1E26;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-page a:hover {
  color: #5C141A;
}

/* Scope isolation: keep legal section backgrounds transparent */
.legal-page .legal-content section {
  background-color: transparent !important;
}

/* ============ LEGAL HEADER ============ */
.legal-header {
  background-color: #7B1E26;
  padding: 64px 24px 56px;
  border-bottom: 4px solid #F5DCD9;
}

.legal-header-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-header .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F5DCD9;
  margin-bottom: 18px;
}

.legal-header h1 {
  color: #FFFFFF;
  font-size: 44px;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.legal-header .updated {
  color: #F5DCD9;
  font-size: 15px;
  font-weight: 600;
}

/* ============ LEGAL CONTENT ============ */
.legal-content {
  padding: 60px 0 72px;
}

.legal-content .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-intro {
  font-size: 18px;
  color: #6B5A55;
  margin-bottom: 44px;
}

/* ============ TABLE OF CONTENTS ============ */
.toc {
  background-color: #FFFFFF;
  border: 1px solid #E8DAD6;
  border-left: 4px solid #7B1E26;
  border-radius: 6px;
  padding: 28px 30px;
  margin-bottom: 48px;
}

.toc h2 {
  font-size: 18px;
  color: #221A18;
  margin-bottom: 16px;
}

.toc ol {
  list-style: none;
  counter-reset: toc;
  margin: 0;
  padding: 0;
}

.toc li {
  counter-increment: toc;
  margin-bottom: 10px;
}

.toc li:last-child {
  margin-bottom: 0;
}

.toc a {
  color: #6B5A55;
  font-weight: 600;
  font-size: 15px;
}

.toc a::before {
  content: counter(toc, decimal-leading-zero) ". ";
  color: #7B1E26;
  font-weight: 800;
}

.toc a:hover {
  color: #7B1E26;
}

/* ============ LEGAL SECTIONS ============ */
.legal-content section {
  margin-bottom: 44px;
}

.legal-content h2 {
  font-size: 26px;
  color: #7B1E26;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F5DCD9;
  scroll-margin-top: 24px;
}

.legal-content h3 {
  font-size: 19px;
  color: #221A18;
  margin: 26px 0 12px;
}

.legal-content p {
  color: #3A2F2B;
  margin-bottom: 18px;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 20px 22px;
  color: #3A2F2B;
}

.legal-content li {
  margin-bottom: 10px;
}

.legal-content strong {
  color: #221A18;
}

.legal-content address {
  font-style: normal;
  line-height: 1.6;
  color: #3A2F2B;
}

.legal-content blockquote {
  border-left: 4px solid #7B1E26;
  padding-left: 22px;
  margin: 24px 0;
  color: #3A2F2B;
}

/* ============ BACK TO HOME + FOOTER ============ */
.back-home {
  margin-top: 16px;
  margin-bottom: 40px;
}

.back-home a {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 6px;
  border: 2px solid #7B1E26;
  color: #7B1E26;
  font-weight: 700;
  font-size: 15px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.back-home a:hover {
  background-color: #F5DCD9;
  color: #5C141A;
}

.legal-footer {
  background-color: #FFFFFF;
  border-top: 3px solid #7B1E26;
}

.legal-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.legal-footer-name {
  font-weight: 800;
  color: #221A18;
}

.legal-footer-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.legal-footer-links a {
  color: #6B5A55;
  font-weight: 600;
  font-size: 15px;
}

.legal-footer-links a:hover {
  color: #7B1E26;
}

.legal-footer-sep {
  color: #C99B9E;
  padding: 0 12px;
}

.legal-footer-contact {
  display: flex;
  align-items: center;
  gap: 0;
}

.legal-footer-contact a {
  color: #6B5A55;
  font-weight: 600;
  font-size: 15px;
}

.legal-footer-contact a:hover {
  color: #7B1E26;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 700px) {
  .legal-header h1 {
    font-size: 32px;
  }

  .legal-content h2 {
    font-size: 22px;
  }

  .legal-footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
