:root {
    --bg-main: #f3f6fb;
    --bg-soft: #eef3f9;
    --bg-card: #ffffff;
    --text-main: #172033;
    --text-soft: #5b6475;
    --text-muted: #7b8496;
    --primary: #174a8b;
    --primary-dark: #102f5f;
    --primary-light: #e7f0ff;
    --border: #d9e1ec;
    --shadow-soft: 0 14px 35px rgba(15, 23, 42, 0.08);
    --shadow-strong: 0 20px 55px rgba(15, 23, 42, 0.12);
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 9px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    padding: 0;
    font-family: Inter, Arial, sans-serif;
    background: radial-gradient(circle at top left, rgba(23, 74, 139, 0.12), transparent 32%), linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
    color: var(--text-main);
}
a { color: #0d6efd; text-decoration: none; }
a:hover { text-decoration: underline; }
.topbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(217, 225, 236, 0.9);
    padding: 16px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.logo-wrapper { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-wrapper:hover { text-decoration: none; }
.logo-image { height: 52px; width: auto; display: block; }
.logo-text-group { display: flex; flex-direction: column; }
.logo-text { font-size: 24px; font-weight: 900; letter-spacing: -1px; color: var(--primary-dark); }
.logo-sub { margin-top: 2px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav a { font-weight: 800; color: var(--primary); padding: 10px 12px; border-radius: 999px; }
.nav a:hover { background: var(--primary-light); text-decoration: none; }
.container { max-width: 1320px; margin: 44px auto; padding: 0 28px; }
.page-title { margin-top: 0; margin-bottom: 34px; font-size: 42px; font-weight: 900; letter-spacing: -1.4px; color: #111827; }
.card { background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 32px; border: 1px solid rgba(217,225,236,0.9); box-shadow: var(--shadow-soft); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-strong); }
.card h2 { margin-top: 0; margin-bottom: 18px; font-size: 26px; letter-spacing: -0.5px; }
.card p { font-size: 17px; line-height: 1.65; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: none; background: linear-gradient(135deg, var(--primary), #2168bd); color: #fff; padding: 13px 20px; border-radius: var(--radius-md); cursor: pointer; font-weight: 800; font-size: 15px; transition: transform 0.15s ease, box-shadow 0.15s ease; box-shadow: 0 10px 24px rgba(27, 75, 145, 0.22); }
.btn:hover { transform: translateY(-1px); text-decoration: none; box-shadow: 0 14px 32px rgba(27, 75, 145, 0.28); }
.btn-secondary { background: white; color: var(--primary-dark); }
.btn-muted { background: #eef3f9; color: var(--text-soft); box-shadow: none; cursor: default; }
.hero-badge { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.18); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.public-hero, .legal-hero { margin-bottom: 34px; padding: 48px; border-radius: 28px; background: linear-gradient(135deg, #132b4f 0%, #173b73 100%); color: white; box-shadow: 0 24px 60px rgba(23,74,139,0.22); }
.public-hero h1, .legal-hero h1 { margin: 18px 0; font-size: 54px; font-weight: 900; letter-spacing: -2px; line-height: 1.05; }
.legal-hero h1 { font-size: 48px; }
.public-hero p, .legal-hero p { max-width: 850px; color: rgba(255,255,255,0.82); font-size: 19px; line-height: 1.7; }
.public-hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.public-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.two-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.section-title { margin: 58px 0 24px; font-size: 36px; font-weight: 900; letter-spacing: -1.2px; color: #111827; }
.lead { max-width: 900px; color: var(--text-soft); font-size: 18px; line-height: 1.75; }
.notice-card { background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%); border: 1px solid #dbeafe; }
.legal-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.legal-meta-row span { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.18); font-size: 13px; font-weight: 800; }
.legal-layout { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.legal-sidebar { position: sticky; top: 110px; }
.legal-sidebar a { display: block; padding: 11px 0; color: var(--primary-dark); font-weight: 800; border-bottom: 1px solid var(--border); }
.legal-sidebar a:hover { text-decoration: none; color: var(--primary); }
.legal-section h2 { color: var(--primary-dark); }
.legal-section h3 { margin-top: 28px; font-size: 20px; color: var(--text-main); }
.legal-section p, .legal-section li { font-size: 16px; line-height: 1.75; }
.table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.table th, .table td { padding: 15px 16px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.table th { background: #f7f9fc; color: var(--text-soft); font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.table tr:last-child td { border-bottom: none; }
.footer { margin-top: 70px; padding: 42px 34px; border-top: 1px solid var(--border); background: rgba(255,255,255,0.7); }
.footer-inner { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; color: var(--text-soft); }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { font-weight: 800; color: var(--primary-dark); }
@media (max-width: 1200px) { .public-grid, .feature-grid, .two-grid, .legal-layout { grid-template-columns: 1fr; } .legal-sidebar { position: static; } .public-hero h1, .legal-hero h1 { font-size: 38px; } .topbar { flex-direction: column; align-items: flex-start; gap: 16px; } }
@media (max-width: 700px) { .container { margin: 28px auto; padding: 0 18px; } .public-hero, .legal-hero { padding: 32px 24px; } .page-title { font-size: 32px; } .section-title { font-size: 30px; } .logo-text { font-size: 20px; } }