:root {
    --primary-color: #9f3444;
    --primary-color-rgb: 159, 52, 68;
}

html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", Arial, sans-serif; }
#section-hero { position: relative; }
#section-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(20, 16, 20, .84), rgba(65, 25, 37, .55)); }
#section-hero .container { position: relative; }
.hero-credentials { font-size: 1.08rem; font-weight: 600; letter-spacing: .06em; margin-top: 1rem; text-transform: uppercase; }
.lead { line-height: 1.85; }
.f-box { border-radius: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, .12); height: 100%; }
.f-box h4, .f-box h3 { letter-spacing: -.01em; }
.bloglist.item { height: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, .16); }
.post-text h4 a { color: inherit; pointer-events: none; }
#section-contact a { overflow-wrap: anywhere; }
#section-contact .form-control { min-height: 52px; }
#section-contact textarea.form-control { min-height: 154px; }
footer { padding: 28px 0; }
@media (max-width: 991px) { .hero-credentials { font-size: .9rem; letter-spacing: .04em; } }
@media (max-width: 575px) { .hero-credentials { line-height: 1.7; } }
