:root { --me-yellow: #ffb703; --me-dark: #212529; --me-gray: #6c757d; --me-bg: #f8f9fa; }
body { margin:0; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background: var(--me-bg); color: var(--me-dark); padding-bottom: 70px; }
a { text-decoration: none; color: inherit; }
.me-nav { display: flex; align-items: center; justify-content: space-between; padding: 25px 5vw; background: #fff; border-bottom: 5px solid var(--me-yellow); box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.me-logo { font-size: 34px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; }
.me-logo span { color: var(--me-yellow); }
.me-menu a { margin-left: 25px; font-size: 16px; font-weight: bold; text-transform: uppercase; color: var(--me-dark); transition: 0.2s; }
.me-menu a:hover { color: var(--me-yellow); }
.me-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 550px; background: var(--me-dark); color: #fff; }
.me-hero-text { padding: 60px 5vw; display: flex; flex-direction: column; justify-content: center; }
.me-hero-text h1 { font-size: 56px; margin-top: 0; margin-bottom: 25px; line-height: 1.1; color: var(--me-yellow); }
.me-hero-text p { font-size: 22px; line-height: 1.6; color: #ccc; margin-bottom: 40px; }
.me-hero-img-container { width: 100%; height: 100%; overflow: hidden; }
.me-hero-img { width: 100%; height: 100%; object-fit: cover; }
.me-container { max-width: 1100px; margin: 80px auto; padding: 0 20px; }
.me-section-title { font-size: 40px; text-transform: uppercase; margin-top: 0; margin-bottom: 45px; position: relative; padding-bottom: 15px; }
.me-section-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100px; height: 6px; background: var(--me-yellow); }
.me-paragraph { font-size: 19px; line-height: 1.8; color: #444; margin-bottom: 30px; text-align: justify; }
.me-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 50px; }
.me-card { background: #fff; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; overflow: hidden; }
.me-card::before { content: ''; position: absolute; top: 0; left: 0; width: 10px; height: 100%; background: var(--me-yellow); }
.me-card h3 { margin-top: 0; font-size: 26px; text-transform: uppercase; margin-bottom: 15px; }
.me-card p { font-size: 17px; line-height: 1.7; color: #555; margin-bottom: 0; }
.me-form input, .me-form select, .me-form textarea { width: 100%; padding: 18px; margin-bottom: 25px; border: 2px solid #e9ecef; background: #fff; box-sizing: border-box; font-size: 17px; font-family: inherit; }
.me-form input:focus, .me-form textarea:focus { border-color: var(--me-yellow); outline: none; }
.me-btn { display: inline-block; background: var(--me-yellow); color: var(--me-dark); padding: 18px 45px; font-weight: 900; font-size: 18px; border: none; cursor: pointer; text-transform: uppercase; transition: 0.2s; box-shadow: 5px 5px 0px var(--me-dark); text-align: center; }
.me-btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0px var(--me-dark); }
.me-floating-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: var(--me-yellow); padding: 20px 0; text-align: center; z-index: 9999; box-shadow: 0 -5px 20px rgba(0,0,0,0.15); display: flex; justify-content: center; align-items: center; gap: 20px; }
.me-floating-bar a { color: var(--me-dark); font-weight: 900; font-size: 22px; text-transform: uppercase; display: flex; align-items: center; }
.me-footer { background: var(--me-dark); color: #fff; padding: 60px 5vw; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 80px; }
.me-footer-links a { color: #aaa; margin-right: 25px; font-size: 15px; text-transform: uppercase; font-weight: bold; }
.me-footer-links a:hover { color: var(--me-yellow); }
