/** SEOX-2495 bakteriform.com — recolor multi-1 to macet GREEN palette **/

:root {
    --accent-green: #75A54E;
    --accent-green-dark: #75A54E;
    --accent-green-soft: #F1F7EA;
    --accent-green-border: #75A54E;
    --primary-yellow: #F1F7EA;
    --big-button-gradient: linear-gradient(90deg, #FFD9AF 0%, #FFAA57 100%);
}

/* H1 + brand highlight — green */
#start h1 {
    color: #75A54E;
}

#start .selected {
    -webkit-text-fill-color: #75A54E;
}

.selected {
    background: #75A54E;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Order CTA buttons — orange gradient, dark text */
.big-button {
    background: linear-gradient(90deg, #FFD9AF 0%, #FFAA57 100%);
    color: #28261B;
}

.big-button:hover {
    filter: brightness(0.93);
}

/* Secondary / internal cross-link buttons — solid brand green */
.big-button.green-btn {
    background: #75A54E;
    color: #fff;
}

.big-button.green-btn:hover {
    filter: brightness(0.93);
    background: #75A54E;
}

/* Hero stat cards — macet: white / white / dark (.black stays #28261B) */
#start .section__item.yellow {
    background: #F5F5F5;
}

/* SEOX-2495 review (Anastasiya M): highlight compliance declaration (green palette) */
.declaration-note {
    background: #F1F7EA;
    border-left: 4px solid #75A54E;
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.declaration-note strong {
    color: #75A54E;
}
