*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#0B1F3A;--teal:#0E7490;--teal-light:#CFFAFE;--teal-pale:#ECFEFF;
  --surface:#F8FAFC;--white:#fff;--border:#E2E8F0;--text:#1E293B;
  --text-muted:#64748B;--radius:12px;--radius-lg:16px;
  --amber:#F59E0B;--red:#DC2626;
}
body{font-family:'Outfit',sans-serif;background:var(--surface);color:var(--text);min-height:100vh;line-height:1.6}
a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}

/* Header */
.terms-header{background:var(--ink);padding:64px 24px 48px;text-align:center}
.terms-header h1{color:#fff;font-size:clamp(28px,5vw,42px);margin-bottom:8px}
.terms-header p{color:rgba(255,255,255,.6);font-size:15px}
.terms-header .badge{display:inline-block;background:rgba(245,158,11,.2);color:var(--amber);padding:4px 14px;border-radius:99px;font-size:12px;font-weight:600;margin-bottom:16px}

/* Container */
.terms-container{max-width:800px;margin:0 auto;padding:40px 20px 80px}

/* Sections */
.terms-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-bottom:24px}
.terms-section h2{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--ink);display:flex;align-items:center;gap:10px}
.terms-section h2 .num{background:var(--teal-pale);color:var(--teal);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}
.terms-section h3{font-size:16px;font-weight:600;margin:16px 0 8px;color:var(--ink)}
.terms-section p{color:var(--text-muted);margin-bottom:12px;font-size:14px}
.terms-section ul{margin:8px 0 12px 20px;color:var(--text-muted);font-size:14px}
.terms-section ul li{margin-bottom:6px}
.terms-section .note{background:var(--teal-pale);border-left:3px solid var(--teal);padding:12px 16px;border-radius:0 var(--radius) var(--radius) 0;font-size:13px;color:var(--teal);margin-top:8px}
.terms-section .warning{background:#FEF3C7;border-left:3px solid var(--amber);padding:12px 16px;border-radius:0 var(--radius) var(--radius) 0;font-size:13px;color:#92400E;margin-top:8px}
.terms-section .danger{background:var(--red);color:#FEE2E2;padding:12px 16px;border-radius:var(--radius);font-size:13px;margin-top:8px}

/* Footer */
.terms-footer{text-align:center;padding:32px 20px;border-top:1px solid var(--border);margin-top:40px}
.terms-footer p{color:var(--text-muted);font-size:13px;margin-bottom:8px}
.terms-footer .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:99px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:transform .18s,box-shadow .18s}
.btn-primary{background:var(--teal);color:#fff;box-shadow:0 4px 12px rgba(14,116,144,.2)}
.btn-primary:hover{box-shadow:0 6px 20px rgba(14,116,144,.3);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--ink);border:1.5px solid var(--border)}
.btn-secondary:hover{border-color:var(--teal)}

@media(max-width:640px){
  .terms-section{padding:24px 20px}
  .terms-header{padding:48px 20px 36px}
}

/* -- privacy-policy overrides -- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{   --ink:#0B1F3A;--teal:#0E7490;--teal-light:#CFFAFE;--teal-pale:#ECFEFF;   --surface:#F8FAFC;--white:#fff;--border:#E2E8F0;--text:#1E293B;   --text-muted:#64748B;--radius:12px;--radius-lg:16px; } body{font-family:'Outfit',sans-serif;background:var(--surface);color:var(--text);min-height:100vh;line-height:1.6} a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}  /* Header */ .privacy-header{background:var(--ink);padding:64px 24px 48px;text-align:center} .privacy-header h1{color:#fff;font-size:clamp(28px,5vw,42px);margin-bottom:8px} .privacy-header p{color:rgba(255,255,255,.6);font-size:15px} .privacy-header .badge{display:inline-block;background:rgba(14,116,144,.2);color:var(--teal-light);padding:4px 14px;border-radius:99px;font-size:12px;font-weight:600;margin-bottom:16px}  /* Container */ .privacy-container{max-width:800px;margin:0 auto;padding:40px 20px 80px}  /* Sections */ .privacy-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-bottom:24px} .privacy-section h2{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--ink);display:flex;align-items:center;gap:10px} .privacy-section h2 .num{background:var(--teal-pale);color:var(--teal);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0} .privacy-section h3{font-size:16px;font-weight:600;margin:16px 0 8px;color:var(--ink)} .privacy-section p{color:var(--text-muted);margin-bottom:12px;font-size:14px} .privacy-section ul{margin:8px 0 12px 20px;color:var(--text-muted);font-size:14px} .privacy-section ul li{margin-bottom:6px} .privacy-section .note{background:var(--teal-pale);border-left:3px solid var(--teal);padding:12px 16px;border-radius:0 var(--radius) var(--radius) 0;font-size:13px;color:var(--teal);margin-top:8px}  /* Footer */ .privacy-footer{text-align:center;padding:32px 20px;border-top:1px solid var(--border);margin-top:40px} .privacy-footer p{color:var(--text-muted);font-size:13px;margin-bottom:8px} .privacy-footer .actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:12px} .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:99px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:transform .18s,box-shadow .18s} .btn-primary{background:var(--teal);color:#fff;box-shadow:0 4px 12px rgba(14,116,144,.2)} .btn-primary:hover{box-shadow:0 6px 20px rgba(14,116,144,.3);transform:translateY(-1px)} .btn-secondary{background:#fff;color:var(--ink);border:1.5px solid var(--border)} .btn-secondary:hover{border-color:var(--teal)}  @media(max-width:640px){   .privacy-section{padding:24px 20px}   .privacy-header{padding:48px 20px 36px} }

