:root{--content-width:min(100%,900px)}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:clamp(1rem,4vw,2.5rem);background:#f5f7fb;color:#101828}a{color:inherit;text-decoration:none}main{width:var(--content-width);margin:0 auto}.site-footer{width:var(--content-width);margin:2rem auto 0;background:#fff;border:1px solid #ececec;border-radius:1rem;padding:1.5rem;box-shadow:0 15px 50px rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1.5rem;color:#101828}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.footer-intro{margin:.25rem 0 0;color:#475467}.footer-sitemap-links{display:flex;flex-direction:column;gap:.25rem}.footer-link{color:#2563eb}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.5rem 1rem;gap:.5rem 1rem}.footer-links a{color:#2563eb}.footer-note{margin:0;color:#475467;font-size:.85rem}.whatsapp-float{position:fixed;right:1.5rem;bottom:1.5rem;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease;z-index:10}.whatsapp-float:hover{transform:scale(1.06);box-shadow:0 20px 40px rgba(37,211,102,.4)}.site-header{width:var(--content-width);margin:0 auto 2rem;background:#fff;border-radius:999px;padding:.75rem 1.25rem;border:1px solid #ececec;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo-wrap,.site-header{display:flex;align-items:center}.logo-wrap{gap:.75rem}.logo-wrap img{border-radius:999px;border:1px solid #e4e7ec;background:#f2f4f7}.site-title{font-size:1rem;font-weight:600;margin:0}.site-tagline{margin:0;font-size:.85rem;color:#475467}.question-list{display:flex;flex-direction:column;gap:1rem;padding:0;list-style:none}.question-list li{background:#fff;border:1px solid #ececec;border-radius:.75rem;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease}.question-list li:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(15,23,42,.08)}.question-list a{color:#2563eb;font-weight:600}.question-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #ececec;box-shadow:0 30px 80px rgba(15,23,42,.05)}.question-card header{margin-bottom:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#7f8c9f;margin:0 0 .25rem}.question-card h1{margin:0;font-size:1.75rem}.answer-summary{font-weight:600}details{margin-top:.5rem;border-left:3px solid #d0d5dd;padding-left:1rem}@media (max-width:900px){.site-footer,.site-header,main{width:100%}}@media (max-width:768px){.site-header{border-radius:1rem;gap:.75rem;padding:1rem 1.25rem}.question-list li,.site-header{flex-direction:column;align-items:flex-start}.question-card{padding:1.5rem}.question-card h1{font-size:1.5rem}.footer-top{flex-direction:column}.footer-links{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:540px){body{padding:1rem}.logo-wrap{flex-direction:column;align-items:flex-start}.question-card{padding:1.25rem}.whatsapp-float{right:1rem;bottom:1rem;width:48px;height:48px}}