:root { --fe-bg: #fafafa; --fe-text: #1a1a1a; --fe-accent: #d9480f; }
body { margin:0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background: var(--fe-bg); color: var(--fe-text); }
a { text-decoration: none; color: inherit; }
.fe-top-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 50px; background: #fff; border-bottom: 1px solid #eee; }
.fe-brand { font-size: 24px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; }
.fe-menu a { margin-left: 20px; font-size: 14px; text-transform: uppercase; color: #555; }
.fe-menu a:hover { color: var(--fe-accent); }
.fe-hero-img { width: 100%; height: 60vh; object-fit: cover; display: block; }
.fe-content-area { max-width: 1000px; margin: 60px auto; padding: 0 20px; }
.fe-title { font-size: 42px; font-weight: 300; margin-bottom: 30px; text-align: center; }
.fe-text-block { font-size: 18px; line-height: 1.8; color: #444; margin-bottom: 40px; text-align: justify; }
.fe-text-block p { margin-bottom: 20px; }
.fe-masonry { column-count: 3; column-gap: 20px; margin-top:40px; }
.fe-masonry-item { break-inside: avoid; margin-bottom: 20px; background: #fff; padding: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); border-left: 4px solid var(--fe-accent); }
.fe-masonry-item h3 { margin-top: 0; color: var(--fe-accent); font-size: 20px; }
.fe-btn { display: inline-block; padding: 15px 30px; background: var(--fe-accent); color: #fff; text-transform: uppercase; font-size: 14px; font-weight: bold; margin-top: 20px; text-align: center; transition: 0.3s; }
.fe-btn:hover { background: #b03a0b; }
.fe-footer { text-align: center; padding: 40px 20px; background: #111; color: #fff; margin-top: 60px; }
.fe-footer a { color: #aaa; margin: 0 10px; font-size: 14px; }
.fe-footer a:hover { color: #fff; }
.fe-form input, .fe-form textarea, .fe-form select { width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; background: #fff; font-family: inherit; font-size: 16px; box-sizing: border-box; }
.fe-form button { background: var(--fe-accent); color: #fff; border: none; padding: 15px 30px; font-size: 16px; cursor: pointer; text-transform: uppercase; font-weight: bold; width: 100%; }
