:root {
    --bg: #ffffff;
    --text: #0e141b;
    --muted: #5b6774;
    --line: #e6e9ee;
    --primary: #1f6fe5;
    --primary2: #0b3a99;
    --teal: #0b8f7a;
    --shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    --radius: 16px;
    --container: 1160px;
}

.header-brand__logo {
    height: 38px;
}

.header-contact {
    background: linear-gradient(135deg, #2f8f77, #47ab85);
}

.lateral-buttons {
    scrollbar-color: #0f5092 rgba(15, 80, 146, 0.08);
}

.button.lateral.active {
    border-color: rgba(15, 80, 146, 0.16);
    border-left-color: #0f5092;
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.96), rgba(230, 246, 241, 0.92));
    color: #18324b;
}

.category-content__eyebrow,
.category-content strong {
    color: #007a64;
}
