:root { color: #edf5f8; background: #03111c; font-family: Inter, Arial, sans-serif; --cyan: #22c5f6; --line: #294052; --muted: #9daab5; }
* { box-sizing: border-box; }
body { margin: 0; background: #03111c; color: #edf5f8; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.content-header { min-height: 86px; display: flex; align-items: center; gap: 48px; padding: 0 max(4vw, 24px); background: #020d16; border-bottom: 1px solid #182d3c; }
.content-header img { width: 235px; display: block; }
.content-header nav { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; }
.content-header a { text-decoration: none; font-size: 14px; }
.content-header a:hover, .content-header a:focus { color: var(--cyan); }
.content-main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0 100px; }
.eyebrow { color: var(--cyan); font: 600 12px ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
h1 { max-width: 920px; margin: 17px 0 24px; font-size: clamp(45px, 7vw, 82px); line-height: 1.02; letter-spacing: -.05em; }
.lede { max-width: 820px; color: #bdc8cf; font-size: 19px; line-height: 1.75; }
.disclosure { margin: 34px 0 0; padding: 15px 18px; border-left: 3px solid var(--cyan); background: #081b29; color: #c8d7df; font-size: 13px; line-height: 1.6; }
.content-section { padding: 64px 0 0; }
.content-section h2 { max-width: 760px; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.content-section > p { max-width: 820px; color: #aebbc4; font-size: 16px; line-height: 1.8; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.content-card { border: 1px solid var(--line); border-radius: 8px; background: #071724; padding: 27px; }
.content-card strong { color: var(--cyan); font-size: 17px; }
.content-card h2, .content-card h3 { margin: 8px 0 12px; letter-spacing: -.02em; }
.content-card p, .content-card li { color: #aebbc4; line-height: 1.7; }
.content-card a { color: var(--cyan); }
.content-list { max-width: 820px; color: #b8c4cb; line-height: 1.8; }
.framework-note { border: 1px solid #64494a; color: #ddc9c6; padding: 18px; margin-top: 36px; line-height: 1.6; }
.content-footer { padding: 45px max(4vw, 24px); border-top: 1px solid #182d3c; background: #020d16; color: #7f909c; font-size: 12px; line-height: 1.7; }
.content-footer a { color: var(--cyan); }
@media (max-width: 760px) { .content-header { align-items: flex-start; flex-direction: column; gap: 22px; padding-block: 22px; } .content-header nav { margin-left: 0; justify-content: flex-start; gap: 16px; } .content-grid { grid-template-columns: 1fr; } .content-main { padding-top: 58px; } }
