:root{--primary: #0047AB;--primary-light: #2E6FD9;--primary-dark: #003380;--accent: #FFB81C;--accent-light: #FFD666;--accent-dark: #E5A300;--black: #0A0A0A;--gray-900: #1A1A1A;--gray-800: #2D2D2D;--gray-700: #404040;--gray-600: #6B6B6B;--gray-500: #9B9B9B;--gray-400: #B8B8B8;--gray-300: #D4D4D4;--gray-200: #E8E8E8;--gray-100: #F5F5F5;--gray-50: #FAFAFA;--white: #FFFFFF;--bg: var(--white);--text: var(--gray-900);--muted: var(--gray-600);--border: var(--gray-200);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}.container{max-width:1040px;margin:0 auto;padding:20px}.site-header{border-bottom:1px solid var(--gray-200);background:var(--white);box-shadow:var(--shadow-sm)}.site-header-inner{max-width:1200px;margin:0 auto;padding:20px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:0;font-weight:800;font-size:18px;color:var(--gray-900);text-decoration:none;letter-spacing:-.02em}.brand img{height:72px;width:auto}.nav{display:flex;align-items:center;gap:4px}.nav a{padding:8px 14px;color:var(--gray-700);text-decoration:none;font-size:14px;font-weight:600;border-radius:var(--radius-md);transition:all .15s ease}.nav a:hover{background:var(--gray-100);color:var(--gray-900)}.page{padding:20px}.footer{border-top:1px solid var(--border);font-size:14px;color:var(--muted);padding:20px}.card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;background:var(--white);transition:all .2s ease;box-shadow:var(--shadow-sm)}.card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-title{margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.3;letter-spacing:-.01em}.card-title a{color:var(--gray-900);text-decoration:none}.card-title a:hover{color:var(--primary)}.card-meta{margin:0 0 12px;color:var(--gray-600);font-size:14px;font-weight:500}.badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.badge{font-size:12px;font-weight:600;padding:4px 10px;border:none;border-radius:var(--radius-sm);background:var(--gray-100);color:var(--gray-700);text-transform:lowercase}.badge-primary{background:var(--primary);color:var(--white)}.badge-accent{background:var(--accent);color:var(--gray-900)}.ctabox{border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px;background:var(--gray-50);display:flex;justify-content:space-between;align-items:flex-start;gap:20px;box-shadow:var(--shadow-sm)}.ctabox-title{font-weight:800;font-size:20px;margin-bottom:8px;color:var(--gray-900);letter-spacing:-.01em}.ctabox-text{color:var(--gray-600);font-size:15px;line-height:1.5}.btn{display:inline-block;padding:12px 20px;border-radius:var(--radius-md);border:2px solid var(--gray-300);text-decoration:none;color:var(--gray-900);font-weight:700;font-size:15px;background:var(--white);transition:all .15s ease;white-space:nowrap}.btn:hover{border-color:var(--gray-400);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-primary{background:var(--primary);border-color:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:var(--shadow-md)}.btn-accent{background:var(--accent);border-color:var(--accent);color:var(--gray-900)}.btn-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark)}h1{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.03em;font-weight:900;margin-bottom:1.25rem;color:var(--gray-900)}h2{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.15;letter-spacing:-.02em;font-weight:800;margin-top:3rem;margin-bottom:1.25rem;color:var(--gray-900)}h3{font-size:1.25rem;line-height:1.3;font-weight:700;margin-top:1.75rem;margin-bottom:.875rem;color:var(--gray-900)}p{line-height:1.7;max-width:72ch;color:var(--gray-700);font-size:16px}table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;background:#fff;border-radius:12px;overflow:hidden}th,td{padding:12px 14px;border-bottom:1px solid #ececec;vertical-align:top}th{text-align:left;font-size:.92rem;color:#555;background:#fafafa}ul,ol{line-height:1.65}blockquote{font-size:1.05rem;line-height:1.6;color:#222}img{max-width:100%;height:auto}.page>section{margin-bottom:2.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:1rem 0 2rem}.soft-panel{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:18px}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:8px}.full-width-copy p{max-width:100%}.site-footer{margin-top:64px;border-top:1px solid #e5e5e5;background:#fafafa}.footer-inner{max-width:1100px;margin:0 auto;padding:40px 20px 28px;display:grid;gap:28px}.footer-brand{max-width:520px}.footer-logo{display:inline-block;font-size:1.05rem;font-weight:700;color:#111;text-decoration:none;margin-bottom:10px}.footer-brand p{margin:0;color:#666;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.footer-column h4{margin:0 0 10px;font-size:.95rem}.footer-column a{display:block;margin-bottom:8px;color:#444;text-decoration:none;font-size:.95rem}.footer-column a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #e5e5e5;padding:18px 20px 28px}.footer-bottom p{max-width:1100px;margin:0 auto;color:#666;font-size:.9rem;line-height:1.6}.hero{position:relative;margin-bottom:32px}.hero-image{width:100%;height:420px;object-fit:cover;border-radius:8px}.hero-content{position:absolute;bottom:28px;left:28px;color:#fff;max-width:600px}.hero-content h1{font-size:2.6rem;line-height:1.1;margin-bottom:8px}.hero-content p{font-size:1.1rem}
