:root {
    --vp-navy: #091a34;
    --vp-green: #004d3f;
    --vp-orange: #ff6600;
    --text-main: #1a1a1a;
    --text-muted: #595959;
    --bg-light: #f4f4f4;
    --radius-sharp: 3px;
}


/* Newsletter */
.newsletter-section { padding: 80px 0; background: var(--bg-light); text-align: center; }
.newsletter-box { max-width: 600px; margin: 0 auto; }
.news-form { display: flex; gap: 10px; margin-top: 25px; }
.news-form input { flex: 1; padding: 15px; border: 1px solid #ddd; border-radius: var(--radius-sharp); }
.news-form button { background: #000; color: #fff; border: none; padding: 0 30px; cursor: pointer; font-weight: 700; }