/* privacy.html: bloco 1 */
@font-face {
        font-family: "Patua One";
        src: url("/assets/fonts/PatuaOne-Regular.ttf") format("truetype");
        font-weight: 400;
        font-display: swap;
      }
      :root { --bg: #f8fafc; --card: #fafbfc; --text: #111827; --muted: #6b7280; --border: #e5e7eb; --primary: #13b8a7; }
      * { box-sizing: border-box; }
      body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
      header, main, footer { width: min(980px, calc(100% - 32px)); margin: 0 auto; }
      header { padding: 32px 0 20px; }
      main { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: clamp(20px, 4vw, 44px); box-shadow: 0 20px 50px rgb(15 23 42 / 0.06); overflow-wrap: anywhere; }
      footer { padding: 24px 0 40px; color: var(--muted); font-size: 0.95rem; }
      footer .brand { margin-bottom: 10px; }
      footer p { margin: 0; }
      footer a { color: var(--muted); font-weight: 500; }
      footer a:hover { color: var(--primary); }
      a { color: var(--primary); font-weight: 700; text-decoration: none; }
      a:hover { text-decoration: underline; }
      .brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); }
      .brand img { width: 40px; height: 40px; }
      .brand span { font-family: "Patua One", sans-serif; font-size: 1.25rem; font-weight: 400; letter-spacing: .01em; }
      .termly-policy { max-width: 100%; }
      .termly-policy h1, .termly-policy h2, .termly-policy h3 { line-height: 1.25; }
      .termly-policy ul, .termly-policy ol { padding-left: 1.5rem; }

/* privacy.html: bloco 2 */
[data-custom-class='body'], [data-custom-class='body'] * {
          background: transparent !important;
        }
[data-custom-class='title'], [data-custom-class='title'] * {
          font-family: Arial !important;
font-size: 26px !important;
color: #000000 !important;
        }
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
          font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
        }
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
          font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
        }
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
          font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
        }
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
          color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
        }
[data-custom-class='link'], [data-custom-class='link'] * {
          color: #3030F1 !important;
font-size: 14px !important;
font-family: Arial !important;
word-break: break-word !important;
        }

/* privacy.html: bloco 3 */
ul {
        list-style-type: square;
      }
      ul > li > ul {
        list-style-type: circle;
      }
      ul > li > ul > li > ul {
        list-style-type: square;
      }
      ol li {
        font-family: Arial ;
      }
