*{box-sizing:border-box;margin:0;padding:0}:root{--gold: #d4af37;--gold-dim: #b8962e;--bg: #ffffff;--surface: #f7f6f3;--surface-2: #efeee9;--border: #e5e3dc;--text: #14130f;--text-muted: #5c5a52;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--body: "DM Sans", sans-serif}body{font-family:var(--body);background:var(--bg);color:var(--text)}h1,h2,h3{font-family:var(--heading)}a{color:inherit}.section{max-width:1080px;margin:0 auto;padding:80px 24px}.nav{display:flex;align-items:center;justify-content:space-between;max-width:1080px;margin:0 auto;padding:20px 24px}.nav-links{display:flex;gap:28px;font-size:14px;color:var(--text-muted)}.nav-links a:hover{color:var(--gold-dim)}.hero{text-align:center;padding:100px 24px 80px}.hero h1{font-size:44px;font-weight:600;line-height:1.2;max-width:720px;margin:0 auto;color:var(--text)}.hero p{font-size:17px;color:var(--text-muted);margin-top:18px;max-width:560px;margin-left:auto;margin-right:auto}.btn-gold{display:inline-block;margin-top:32px;padding:12px 28px;border-radius:8px;background:var(--gold);color:#14130f;font-weight:600;text-decoration:none;font-size:15px;border:none;cursor:pointer}.btn-gold:hover{background:var(--gold-dim)}.section h2{font-size:30px;font-weight:600;margin-bottom:8px;color:var(--text)}.section .section-sub{color:var(--text-muted);font-size:15px;margin-bottom:40px}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px;text-decoration:none;color:inherit;display:block;transition:border-color .15s;position:relative}.card:hover{border-color:var(--gold)}.card h3{margin:10px 0 4px;font-size:17px;color:var(--text)}.card p{color:var(--text-muted);font-size:14px}.badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px}.badge.live{background:#dcf3e3;color:#1d7a3c}.badge.upcoming,.badge.pending{background:#fbeccb;color:#92660a}.services-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.service-card{background:var(--surface);border-radius:12px;padding:24px;border:1px solid var(--border)}.service-card h3{font-size:16px;margin-bottom:6px;color:var(--text)}.service-card p{font-size:14px;color:var(--text-muted);line-height:1.5}.testi-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testi-card{background:var(--surface);border-radius:12px;padding:22px;border:1px solid var(--border)}.testi-card p.quote{font-size:14px;color:var(--text);line-height:1.6;margin-bottom:16px}.testi-author{display:flex;align-items:center;gap:10px}.testi-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#14130f}.testi-name{font-size:13px;font-weight:600;color:var(--text)}.testi-role{font-size:12px;color:var(--text-muted)}.about-text{font-size:16px;line-height:1.8;color:var(--text-muted);max-width:720px;white-space:pre-wrap}.footer{border-top:1px solid var(--border);padding:40px 24px}.footer-inner{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-links{display:flex;gap:20px;font-size:13px;color:var(--text-muted)}.footer-links a:hover{color:var(--gold-dim)}.admin-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}input,select,textarea{width:100%;padding:8px 10px;margin-bottom:10px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);font-family:inherit}button{padding:8px 14px;border-radius:8px;border:none;background:var(--gold);color:#14130f;font-weight:600;cursor:pointer}button.secondary{background:var(--surface-2);color:var(--text)}button.small{padding:4px 10px;font-size:13px}table{width:100%;border-collapse:collapse;margin-top:20px}td,th{text-align:left;padding:8px;border-bottom:1px solid var(--border);font-size:14px}.row-actions button{margin-right:6px}.container{max-width:880px;margin:0 auto;padding:48px 24px}.admin-controls{display:flex;gap:8px;margin-top:16px}.card-admin-controls{display:flex;gap:6px;margin-top:10px}.hero-bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-bg-svg{width:100%;height:100%;display:block}.gear-spin-cw{transform-origin:50px 50px;animation-name:spin-cw;animation-timing-function:linear;animation-iteration-count:infinite}.gear-spin-ccw{transform-origin:50px 50px;animation-name:spin-ccw;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
