:root{color-scheme:light;--ink:#0d1f33;--muted:#5d6e82;--line:#dbe7f1;--paper:#f8fbfe;--blue:#2d6cdf;--soft:#eef6fc;--good:#176a47}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f6fbff 0,#fff 32%,#f9fbfd 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.68}.legal-shell{width:min(100% - 32px,1040px);margin:0 auto}.legal-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;background:#ffffffeb;backdrop-filter:blur(16px);border-bottom:1px solid #e8eef5}.legal-brand{font-weight:850;letter-spacing:.09em;text-decoration:none;color:var(--ink);font-size:13px}.legal-nav{display:flex;flex-wrap:wrap;gap:14px}.legal-nav a,.legal-footer a{color:var(--ink);text-decoration:none;font-size:13px;font-weight:700}.legal-nav a:hover,.legal-footer a:hover{text-decoration:underline}.legal-main{padding:72px 0 84px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px;color:#5f7c9b}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:32px;align-items:end;padding:40px 0 48px;border-bottom:1px solid var(--line)}h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(44px,8vw,76px);line-height:.98;letter-spacing:-.035em;margin:10px 0 18px}.hero p{font-size:18px;max-width:720px;color:var(--muted)}.hero-card{padding:22px;border:1px solid var(--line);border-radius:24px;background:#ffffffd9;box-shadow:0 22px 60px #3b75a916}.hero-card strong{display:block;font-size:15px;margin-bottom:8px}.hero-card p{font-size:14px;margin:0}.legal-section{padding:34px 0;border-bottom:1px solid var(--line)}.legal-section h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500;margin:0 0 12px}.legal-section h3{font-size:16px;margin:24px 0 6px}.legal-section p,.legal-section li{color:#33465a}.legal-section ul{padding-left:22px}.notice{padding:18px 20px;border:1px solid #cfe4f4;border-radius:18px;background:var(--soft);color:#26435e}.notice strong{color:var(--ink)}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.price-card{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.price-card h2{font-size:24px}.price{font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1;margin:14px 0}.price small{font-family:inherit;font-size:14px;color:var(--muted)}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf6ff;color:#285d8d;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;background:var(--ink);color:#fff;text-decoration:none;font-weight:800;margin-top:10px}.fine{font-size:13px;color:var(--muted)}.legal-footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:28px 0 42px;border-top:1px solid var(--line)}.legal-footer nav{display:flex;flex-wrap:wrap;gap:14px}.status-good{color:var(--good);font-weight:800}@media(max-width:760px){.hero{grid-template-columns:1fr;padding-top:22px}.pricing-grid{grid-template-columns:1fr}.legal-header{align-items:flex-start;flex-direction:column}.legal-main{padding-top:34px}}