﻿/* ================== HERO ================== */
.hero {
    margin-top: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 600px;
}

.hero h1 { font-size: 45px; line-height: 1.1; color: #fff; font-weight: 500; }
.hero h2 { font-size: 45px; line-height: 1.1; color: #b8923e; font-weight: 500; margin-top: -8px; }
.hero p { font-size: 15px; margin-top: 5px; color: #9a8f83; max-width: 520px; line-height: 1.5; }

/* ================== SECTION HEADER ================== */
.section-header {
    width: 1130px; margin: 0 auto 10px;
    display: flex; justify-content: space-between; align-items: center;
}
.section-header h2 { font-size: 18px; font-weight: 500; letter-spacing: 0.5px; color: #f2c86b; margin-bottom: 12px; }
.section-header a { color: #888; text-decoration: none; font-size: 14px; transition: 0.2s; }
.section-header a:hover { color: #fff; }