*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1a56db;--blue-dark: #1241a3;--blue-light: #e8f0fe;--green: #057a55;--text: #111827;--text-muted: #6b7280;--border: #e5e7eb;--bg: #f9fafb;--white: #ffffff;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;font-size:16px}.skip-link{position:absolute;top:-40px;left:0;background:var(--blue);color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 8px;z-index:100}.skip-link:focus{top:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;box-shadow:var(--shadow)}.site-header .container{display:flex;align-items:center;gap:2rem;height:64px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;flex-shrink:0}.site-header nav ul{display:flex;list-style:none;gap:.25rem;flex-wrap:wrap}.site-header nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;padding:6px 12px;border-radius:6px;transition:background .15s,color .15s}.site-header nav a:hover{background:var(--blue-light);color:var(--blue)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}.currency-wrapper{display:flex;align-items:center;gap:4px;margin-left:auto;margin-right:.5rem}.currency-label{color:var(--text-muted);display:flex;align-items:center}#currency-select{border:1.5px solid var(--border);border-radius:8px;padding:5px 28px 5px 10px;font-size:.8rem;font-family:inherit;font-weight:600;color:var(--text);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .15s;white-space:nowrap}#currency-select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1a56db26}#currency-select:hover{border-color:#9ca3af}@media(max-width:768px){.nav-toggle{display:flex}.site-header nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1rem 1.5rem;box-shadow:var(--shadow-md)}.site-header nav.open{display:block}.site-header nav ul{flex-direction:column}}.site-footer{background:var(--text);color:#d1d5db;margin-top:4rem;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand strong{color:#fff;font-size:1.1rem;display:block;margin-bottom:.5rem}.footer-brand p{font-size:.875rem}.site-footer h3{color:#fff;font-size:.875rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.4rem}.site-footer a{color:#9ca3af;text-decoration:none;font-size:.875rem}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:#6b7280}.disclaimer{font-style:italic}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:transform .1s,box-shadow .15s,background .15s;text-decoration:none}.btn:active{transform:scale(.98)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 1px 2px #1a56db66}.btn-primary:hover{background:var(--blue-dark);box-shadow:0 4px 12px #1a56db66}.btn-outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}.btn-outline:hover{background:var(--blue-light)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.ad-slot{background:#f3f4f6;border:1px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.8rem;min-height:90px;text-align:center}
