.glass-nav {
    background: rgba(248, 249, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(114, 121, 110, 0.1);
}

.ai-glow-border {
    position: relative;
}

.ai-glow-border::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, #2d5a27, #825500);
    z-index: -1;
    border-radius: inherit;
    opacity: 0.15;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.feature-card {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
    transform-origin: center;
}

.feature-card:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
    border-color: rgba(21, 66, 18, 0.35);
    box-shadow: 0 24px 50px rgba(21, 66, 18, 0.14);
    transform: translateY(-10px) scale(1.01);
}

.legal-content {
    color: #42493e;
    font-size: 1rem;
    line-height: 1.8;
}

.legal-content > *:first-child {
    margin-top: 0;
}

.legal-content > *:last-child {
    margin-bottom: 0;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4 {
    color: #154212;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-content h1 {
    font-size: 2.25rem;
}

.legal-content h2 {
    font-size: 1.625rem;
}

.legal-content h3 {
    font-size: 1.25rem;
}

.legal-content p,
.legal-content ul,
.legal-content ol,
.legal-content blockquote {
    margin: 1rem 0;
}

.legal-content ul,
.legal-content ol {
    padding-left: 1.5rem;
}

.legal-content ul {
    list-style: disc;
}

.legal-content ol {
    list-style: decimal;
}

.legal-content li {
    margin: 0.5rem 0;
    padding-left: 0.25rem;
}

.legal-content strong {
    color: #121c28;
    font-weight: 700;
}

.legal-content em {
    font-style: italic;
}

.legal-content a {
    color: #825500;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.legal-content code {
    background: #eef4ff;
    border-radius: 0.375rem;
    color: #154212;
    font-size: 0.95em;
    padding: 0.15rem 0.35rem;
}

.legal-content pre {
    background: #121c28;
    border-radius: 1rem;
    color: #f8f9ff;
    margin: 1.25rem 0;
    overflow-x: auto;
    padding: 1rem 1.25rem;
}

.legal-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.legal-content blockquote {
    border-left: 4px solid #feb23d;
    color: #303c34;
    margin-left: 0;
    padding-left: 1rem;
}

.legal-content hr {
    border: 0;
    border-top: 1px solid #c2c9bb;
    margin: 2rem 0;
}
