/* Shared styles for the answer-shaped pages. Inlined into each page at publish time. */
:root { --navy: #001228; --navy2: #002D62; --blue: #4A9EFF; --blue2: #7BC4FF; --text: rgba(255,255,255,0.85); --muted: rgba(255,255,255,0.6); --line: rgba(74,158,255,0.18); }
* { box-sizing: border-box; }
body { margin: 0; background: var(--navy); color: var(--text); font-family: 'Montserrat', system-ui, sans-serif; line-height: 1.7; }
a { color: var(--blue2); }
h1, h2, h3 { font-family: 'Poppins', system-ui, sans-serif; color: #fff; line-height: 1.2; }
h1 { font-size: clamp(30px, 4vw, 46px); margin: 0 0 16px; }
h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 48px 0 12px; }
h3 { font-size: 18px; margin: 28px 0 8px; }
.wrap { max-width: 860px; margin: 0 auto; padding: 0 20px; }
nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
nav .brand { color: #fff; text-decoration: none; font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
nav .links a { margin-left: 18px; font-size: 14px; text-decoration: none; color: var(--muted); }
.hero { padding: 56px 0 24px; }
.lede { font-size: 18px; color: var(--text); max-width: 700px; }
.answer { border-left: 3px solid var(--blue); background: rgba(74,158,255,0.06); padding: 16px 20px; margin: 24px 0; border-radius: 0 8px 8px 0; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #fff; background: rgba(74,158,255,0.08); font-family: 'Poppins', sans-serif; font-weight: 600; }
.table-wrap { overflow-x: auto; }
.cta { display: inline-block; background: linear-gradient(135deg, #4A9EFF, #1E6FD9); color: #fff; text-decoration: none; padding: 14px 24px; border-radius: 8px; font-weight: 600; font-family: 'Poppins', sans-serif; }
.cta-block { margin: 56px 0; padding: 32px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(160deg, rgba(0,45,98,0.6), rgba(0,18,40,0.6)); }
.note { font-size: 13px; color: var(--muted); }
footer { margin-top: 64px; padding: 28px 0 40px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
details { border-bottom: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 500; }
details p { margin: 10px 0 0; color: var(--muted); }
ul { padding-left: 22px; }
li { margin: 6px 0; }
