/* ------------------------------------------------------------------
   Agentic Solar — legal pages. Standalone from the Framer bundle so the
   policies stay readable no matter what happens to the marketing page.
   ------------------------------------------------------------------ */

:root {
    --as-bg: #0b2242;
    --as-ink: #10305a;
    --as-accent: #4a86d0;
    --as-page: #f5f8fc;
    --as-line: rgba(11, 34, 66, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--as-page);
    color: var(--as-bg);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--as-ink);
}

.as-doc__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 24px;
}

.as-doc__logo {
    display: block;
    width: 148px;
    height: 34px;
    background: url("img/logo-navy.png") left center / contain no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.as-doc__back {
    font-size: 14px;
    text-decoration: none;
    color: rgba(11, 34, 66, 0.6);
}

.as-doc__back:hover {
    color: var(--as-bg);
}

main {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 24px 96px;
}

h1 {
    margin: 24px 0 8px;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.as-doc__updated {
    margin: 0 0 40px;
    font-size: 14px;
    color: rgba(11, 34, 66, 0.55);
}

h2 {
    margin: 40px 0 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

h3 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: 600;
}

p,
li {
    color: rgba(11, 34, 66, 0.78);
}

ul {
    padding-left: 20px;
}

li {
    margin: 6px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 15px;
}

th,
td {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid var(--as-line);
    vertical-align: top;
}

th {
    font-weight: 600;
    color: var(--as-bg);
}

.as-doc__note {
    margin: 32px 0;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--as-line);
    border-radius: 16px;
    font-size: 15px;
}

footer {
    border-top: 1px solid var(--as-line);
}

.as-doc__foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 24px 56px;
    font-size: 13px;
    color: rgba(11, 34, 66, 0.55);
}

.as-doc__foot a {
    color: rgba(11, 34, 66, 0.55);
    text-decoration: none;
}

.as-doc__foot a:hover {
    color: var(--as-bg);
}
