/* ─────────────────────────────────────────────────────────────
   Activation Access — shared styles for content/legal sub-pages
   Mirrors the look of index.php (same palette, type, topbar, footer)
   ───────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:"Segoe UI","Open Sans",-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;color:#1f2d3d;background:#fff;line-height:1.55;font-size:15px;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:#198754;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{margin:0 0 12px;color:#1f2d3d;line-height:1.25;font-weight:700}
p{margin:0 0 12px}
.container{max-width:1180px;margin:0 auto;padding:0 20px;width:100%}

/* ─── Top logo bar ─── */
.topbar{background:#f5f6f8;padding:14px 0;border-bottom:1px solid #e6e8eb;text-align:center}
.logo{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:18px;color:#1f2d3d;letter-spacing:-0.01em}
.logo:hover{text-decoration:none}
.logo svg{width:26px;height:26px;color:#198754}
.logo .domain{color:#1f2d3d}

/* ─── Page content ─── */
.page{flex:1 0 auto;padding:56px 0 72px}
.page-head{text-align:center;max-width:760px;margin:0 auto 40px}
.page-head h1{font-size:30px;color:#1f3a5f;margin:0 0 10px;font-weight:800;letter-spacing:-0.01em}
.page-head .sub{color:#5a6b7e;font-size:15px;margin:0}
.page-card{max-width:860px;margin:0 auto;background:#fff;border:1px solid #e6e8eb;border-radius:14px;padding:40px 44px;box-shadow:0 6px 22px rgba(0,0,0,0.04)}
.page-card h2{font-size:19px;color:#1f3a5f;margin:30px 0 12px}
.page-card h2:first-child{margin-top:0}
.page-card h3{font-size:16px;color:#1f3a5f;margin:20px 0 8px}
.page-card p{font-size:14.5px;color:#415061;line-height:1.7;margin:0 0 14px}
.page-card ul{margin:0 0 14px;padding-left:22px;color:#415061;font-size:14.5px;line-height:1.7}
.page-card li{margin-bottom:8px}
.page-card strong{color:#1f3a5f}
.page-card .updated{font-size:12.5px;color:#7a8694;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid #eef0f3}
.page-card a{font-weight:600}

/* Contact + FAQ helpers */
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:6px 0 8px}
@media(max-width:600px){.contact-grid{grid-template-columns:1fr}}
.contact-card{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid #e6e8eb;border-radius:12px;background:#fafbfc}
.contact-card .c-ic{width:42px;height:42px;border-radius:10px;background:#e8f5ec;color:#198754;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-card .c-ic svg{width:20px;height:20px}
.contact-card .c-label{font-weight:700;color:#1f3a5f;font-size:14px;margin-bottom:2px}
.contact-card .c-val{font-size:13.5px;color:#5a6b7e;margin:0}
.faq-q{border-bottom:1px solid #eef0f3;padding:0}
.faq-q summary{padding:16px 30px 16px 0;font-weight:600;font-size:15px;color:#1f3a5f;cursor:pointer;list-style:none;position:relative}
.faq-q summary::-webkit-details-marker{display:none}
.faq-q summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:22px;color:#7a8694;font-weight:300}
.faq-q[open] summary::after{content:"\2212";color:#198754}
.faq-q .a{padding:0 0 16px;color:#5a6b7e;font-size:14px;line-height:1.7}

@media(max-width:600px){
  .page{padding:36px 0 48px}
  .page-head h1{font-size:25px}
  .page-card{padding:26px 22px;border-radius:12px}
}

/* ─── Footer ─── */
footer{flex-shrink:0;background:#1f2d3d;color:#a6b1bd;padding:34px 0 32px;text-align:center;font-size:13px}
footer a{color:#cbd5e1;text-decoration:underline;font-weight:500}
footer a:hover{color:#fff}
.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;margin-bottom:24px;font-size:14px}
.footer-company{font-size:12px;color:#94a3b8;line-height:1.65}
.footer-company .company-title{font-weight:700;color:#cbd5e1;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:13px}
footer .copyright{margin-top:18px;font-size:11px;color:#7a8694;padding-top:18px;border-top:1px solid rgba(255,255,255,0.06)}
@media(max-width:600px){
  .footer-nav{gap:12px 18px}
  .footer-nav a{font-size:13px}
}
