:root {
--color-primary: #2dd36f;
--color-primary-rgb: 45, 211, 111;
}
.nexus-gradient {
background: linear-gradient(45deg, #2dd36f, #1cb058);
}
.nexus-glow {
box-shadow: 0 0 15px rgba(45, 211, 111, 0.5);
}
.nexus-border {
border: 1px solid rgba(45, 211, 111, 0.3);
}
.header-anchor {
scroll-margin-top: 80px;
}
body {
scroll-behavior: smooth;
}
.terms-section {
margin-bottom: 2rem;
}
.terms-section h3 {
border-bottom: 1px solid rgba(45, 211, 111, 0.3);
padding-bottom: 0.5rem;
}
:root {
--color-primary: #2dd36f;
--color-primary-rgb: 45, 211, 111;
}
.nexus-gradient {
background: linear-gradient(45deg, #2dd36f, #1cb058);
}
.nexus-glow {
box-shadow: 0 0 15px rgba(45, 211, 111, 0.5);
}
.nexus-border {
border: 1px solid rgba(45, 211, 111, 0.3);
}
.header-anchor {
scroll-margin-top: 80px;
}
body {
scroll-behavior: smooth;
}
.policy-section {
margin-bottom: 2rem;
}
.policy-section h3 {
border-bottom: 1px solid rgba(45, 211, 111, 0.3);
padding-bottom: 0.5rem;
}