/* Extracted verbatim from privacy.html — Batch 2c, 22 Aug 2026.
   Byte-identical to the <style> block(s) it replaces; the <link> sits at
   exactly the position the first block occupied, so the cascade is
   unchanged. Shared rules are hoisted to style.css in a separate pass. */
.privacy-page {
      min-height: 100vh;
      background: #f9f9f9;
      padding: 60px 24px;
    }

    .privacy-container {
      max-width: 720px;
      margin: 0 auto;
    }

    .privacy-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 48px;
      text-decoration: none;
    }

    .privacy-logo-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1;
    }

    .privacy-logo-text span:first-child {
      font-size: 11px;
      font-weight: 700;
      color: #f58220;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .privacy-logo-text span:last-child {
      font-size: 22px;
      font-weight: 800;
      color: #1fb376;
      letter-spacing: -0.5px;
    }

    .privacy-header {
      margin-bottom: 48px;
      padding-bottom: 32px;
      border-bottom: 1px solid #e5e7eb;
    }

    .privacy-eyebrow {
      font-size: 11px;
      font-weight: 700;
      color: #1fb376;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .privacy-title {
      font-size: 36px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 12px;
      letter-spacing: -0.02em;
    }

    .privacy-updated {
      font-size: 14px;
      color: #9ca3af;
    }

    .privacy-intro {
      background: #f0f7f4;
      border: 1px solid #d4f4e2;
      border-radius: 12px;
      padding: 20px 24px;
      font-size: 15px;
      color: #374151;
      line-height: 1.7;
      margin-bottom: 40px;
    }

    .privacy-section {
      margin-bottom: 40px;
    }

    .privacy-section h2 {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 12px;
      padding-bottom: 8px;
      border-bottom: 2px solid #f0f7f4;
    }

    .privacy-section p {
      font-size: 15px;
      color: #4b5563;
      line-height: 1.8;
      margin-bottom: 12px;
    }

    .privacy-section ul {
      margin: 0 0 12px 0;
      padding-left: 20px;
    }

    .privacy-section ul li {
      font-size: 15px;
      color: #4b5563;
      line-height: 1.8;
      margin-bottom: 4px;
    }

    .privacy-highlight {
      background: #fff8e8;
      border-left: 3px solid #f58220;
      padding: 12px 16px;
      border-radius: 0 8px 8px 0;
      font-size: 14px;
      color: #555;
      line-height: 1.7;
      margin: 16px 0;
    }

    .privacy-contact {
      background: #0d3d2a;
      border-radius: 12px;
      padding: 28px 32px;
      margin-top: 48px;
    }

    .privacy-contact h2 {
      font-size: 18px;
      font-weight: 700;
      color: white;
      margin-bottom: 8px;
    }

    .privacy-contact p {
      font-size: 15px;
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
      margin-bottom: 8px;
    }

    .privacy-contact a {
      color: #1fb376;
      text-decoration: none;
      font-weight: 600;
    }

    .privacy-contact a:hover {
      text-decoration: underline;
    }

    .privacy-footer {
      margin-top: 48px;
      padding-top: 24px;
      border-top: 1px solid #e5e7eb;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .privacy-footer p {
      font-size: 13px;
      color: #9ca3af;
    }

    .privacy-footer a {
      font-size: 13px;
      color: #1fb376;
      text-decoration: none;
    }

    .privacy-footer a:hover {
      text-decoration: underline;
    }
