:root { --jp-primary: #2d6a4f; --jp-secondary: #40916c; --jp-bg: #f8f9fa; --jp-text: #212529; }
body { margin:0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: var(--jp-bg); color: var(--jp-text); }
a { text-decoration: none; color: inherit; }
.jp-header { background: #fff; padding: 25px 50px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: relative; z-index: 100; }
.jp-logo { font-size: 28px; font-weight: 800; color: var(--jp-primary); text-transform: uppercase; letter-spacing: 1px; }
.jp-nav a { margin-left: 25px; font-size: 16px; font-weight: 600; color: #495057; }
.jp-nav a:hover { color: var(--jp-secondary); }
.jp-hero-wrapper { position: relative; }
.jp-hero-img { width: 100%; height: 70vh; object-fit: cover; display: block; }
.jp-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; flex-direction: column; padding: 0 20px; box-sizing: border-box; }
.jp-hero-overlay h1 { font-size: 56px; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); font-weight: 800; }
.jp-hero-overlay p { font-size: 22px; max-width: 800px; margin-bottom: 30px; }
.jp-btn { background: var(--jp-primary); color: #fff; padding: 15px 40px; font-size: 18px; font-weight: bold; border-radius: 4px; transition: 0.3s; display: inline-block; }
.jp-btn:hover { background: #1b4332; }
.jp-container { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.jp-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.jp-card { background: #fff; padding: 40px; text-align: center; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-top: 5px solid var(--jp-secondary); }
.jp-card h3 { color: var(--jp-primary); font-size: 24px; margin-bottom: 15px; }
.jp-card p { color: #6c757d; font-size: 16px; line-height: 1.7; }
.jp-content-box { background: #fff; padding: 60px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 40px; }
.jp-content-box h2 { color: var(--jp-primary); font-size: 36px; margin-bottom: 30px; text-align: center; }
.jp-content-box p { font-size: 18px; line-height: 1.8; color: #495057; margin-bottom: 25px; text-align: justify; }
.jp-form input, .jp-form textarea, .jp-form select { width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ced4da; border-radius: 4px; font-family: inherit; font-size: 16px; box-sizing: border-box; }
.jp-form button { background: var(--jp-secondary); color: #fff; border: none; padding: 15px 30px; font-size: 18px; font-weight: bold; border-radius: 4px; cursor: pointer; width: 100%; }
.jp-footer { background: #1b4332; color: #fff; padding: 60px 20px; text-align: center; margin-top: 60px; }
.jp-footer-links { margin-bottom: 20px; }
.jp-footer-links a { color: #d8f3dc; margin: 0 15px; font-size: 16px; }
.jp-footer-links a:hover { color: #fff; }
