:root{--brand-bg:#f8fafc;--brand-surface:#fff;--brand-surface-alt:#eef5ff;--brand-text:#0f172a;--brand-text-muted:#475569;--brand-border:#dbe4ee;--brand-primary:#2563eb;--brand-primary-hover:#1d4ed8;--brand-secondary:#14b8a6;--brand-success:#16a34a;--brand-warning:#f59e0b;--brand-danger:#dc2626;--brand-focus:#1d4ed8;--radius-control:8px;--radius-card:12px;--radius-panel:16px;--shadow:0 14px 36px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--brand-surface);color:var(--brand-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--brand-focus);outline-offset:3px}.site-header{height:80px;gap:32px;padding:0 clamp(20px,5vw,80px);border-bottom:1px solid #edf1f5;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand,.site-header{display:flex;align-items:center}.brand{gap:10px;font-family:Manrope,Inter,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.brand-mark{display:flex;align-items:flex-end;gap:4px;height:27px}.brand-mark i{display:block;width:4px;background:var(--brand-primary);border-radius:4px}.brand-mark i:first-child{height:10px}.brand-mark i:nth-child(2){height:18px}.brand-mark i:nth-child(3){height:26px;background:var(--brand-secondary)}.brand-mark.small{transform:scale(.72);transform-origin:left center;margin-right:-6px}nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:650}nav a:hover{color:var(--brand-primary)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--brand-primary);border-radius:10px;background:var(--brand-primary);color:white;font-weight:700;transition:background .18s,transform .18s}.button:hover{background:var(--brand-primary-hover);transform:translateY(-1px)}.button.secondary{background:#fff;color:var(--brand-primary)}.button.compact{min-height:40px;padding:0 14px;font-size:14px}.hero,.section{padding:clamp(64px,10vw,132px) clamp(20px,5vw,80px)}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);grid-gap:70px;gap:70px;align-items:center;min-height:650px}.hero h1,.section h1,.section h2{font-family:Manrope,Inter,sans-serif;line-height:1.05;letter-spacing:-.055em;margin:0}.hero h1{font-size:clamp(48px,5.2vw,78px)}.hero h1 span{color:#0f9e9b}.hero p{max-width:590px;font-size:20px;color:var(--brand-text-muted);margin:28px 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.report-preview{border:1px solid var(--brand-border);border-radius:var(--radius-panel);padding:26px;background:#fff;box-shadow:var(--shadow)}.preview-heading{display:flex;justify-content:space-between;font-weight:800;font-size:18px;margin-bottom:20px}.chart{height:245px;border:1px solid var(--brand-border);border-radius:10px;padding:16px;background:#fff;position:relative;overflow:hidden}.chart:before{content:"";position:absolute;inset:35px 16px 34px;background:repeating-linear-gradient(180deg,transparent 0,transparent 39px,#e8eef5 40px)}.chart svg{position:relative;width:100%;height:100%}.insights{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:16px}.insights div{border-top:1px solid var(--brand-border);padding:14px 0;font-size:14px}.insights strong{display:block;font-size:15px}.band{background:var(--brand-bg);padding:72px clamp(20px,5vw,80px)}.split-intro{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:60px;gap:60px;align-items:start}.split-intro h2{font-size:clamp(34px,3.8vw,56px)}.value-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.value-list h3{margin:12px 0 6px;font:700 20px/1.2 Manrope,Inter,sans-serif}.value-list p{margin:0;color:var(--brand-text-muted)}.section.narrow{max-width:900px;margin:auto;padding-left:20px;padding-right:20px}.section h1{font-size:clamp(42px,5vw,64px);margin-bottom:20px}.section h2{font-size:clamp(32px,4vw,48px)}.lede{font-size:19px;color:var(--brand-text-muted);max-width:720px}.pricing{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));grid-gap:16px;gap:16px;overflow-x:auto;padding:42px 0}.price-card{border:1px solid var(--brand-border);border-radius:var(--radius-card);padding:24px;min-height:390px;background:#fff}.price-card.recommended{border:2px solid var(--brand-secondary);box-shadow:var(--shadow)}.price-card h3{font:800 21px/1.2 Manrope,Inter,sans-serif;margin:0 0 18px}.price{font:800 31px/1 Manrope,Inter,sans-serif;color:var(--brand-primary);margin:8px 0}.price-card p{min-height:66px}.price-card p,.price-card ul{font-size:14px;color:var(--brand-text-muted)}.price-card ul{padding-left:18px}.form-shell{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:60px;gap:60px;align-items:start}.form-card{background:white;border:1px solid var(--brand-border);box-shadow:var(--shadow);border-radius:var(--radius-panel);padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.field{display:grid;grid-gap:6px;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:11px 12px;min-height:44px;width:100%;background:#fff}.field textarea{min-height:114px;resize:vertical}.consent{font-size:13px;color:var(--brand-text-muted);display:flex;gap:9px;align-items:flex-start;margin:18px 0}.notice{padding:16px;border-radius:10px;background:#effcf8;border:1px solid #6ee7b7;color:#14532d;margin-top:18px}.site-footer{display:flex;align-items:center;gap:24px;padding:36px clamp(20px,5vw,80px);background:var(--brand-text);color:#e2e8f0;font-size:14px}.site-footer p{margin:0}.site-footer div{margin-left:auto;display:flex;gap:18px}.owner-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:var(--brand-bg)}.owner-side{background:var(--brand-text);color:white;padding:26px 18px}.owner-side nav{display:grid;margin:42px 0 0;grid-gap:6px;gap:6px}.owner-side nav a{padding:10px 12px;border-radius:8px;color:#dbeafe}.owner-side nav a:first-child{background:var(--brand-primary);color:#fff}.owner-main{padding:28px}.owner-top{display:flex;justify-content:space-between;align-items:center}.owner-top h1{font:800 34px/1.1 Manrope,Inter,sans-serif;margin:0}.owner-top input{width:min(390px,40vw);border:1px solid var(--brand-border);padding:12px;border-radius:8px}.owner-panel,.table-panel{background:#fff;border:1px solid var(--brand-border);border-radius:12px;padding:20px;margin-top:22px}.table-panel table{width:100%;border-collapse:collapse;text-align:left}.table-panel td,.table-panel th{padding:13px 10px;border-bottom:1px solid #e8eef5;font-size:14px}.status{font-size:12px;font-weight:800;color:var(--brand-primary)}.owner-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.owner-panel h2{font:800 18px/1.2 Manrope,Inter,sans-serif;margin:0 0 16px}.owner-panel ul{padding:0;margin:0;list-style:none}.owner-panel li{padding:10px 0;border-bottom:1px solid #eef2f7;font-size:14px}.muted{color:var(--brand-text-muted)}@media(max-width:960px){.site-header nav{display:none}.site-header .compact{margin-left:auto}.form-shell,.hero,.split-intro{grid-template-columns:1fr}.hero{gap:36px;min-height:0}.report-preview{min-width:0}.owner-grid,.value-list{grid-template-columns:1fr}.site-footer{align-items:flex-start;flex-direction:column}.site-footer div{margin-left:0}.owner-shell{grid-template-columns:1fr}.owner-side{display:none}.owner-main{padding:20px}.owner-top input{display:none}}@media(max-width:620px){.form-grid{grid-template-columns:1fr}.hero-actions{display:grid}.button{width:100%}.insights{grid-template-columns:1fr}.site-header{padding:0 20px}.brand{font-size:21px}}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-cyrillic-ext-700-normal.87e56809.woff2) format("woff2"),url(/_next/static/media/manrope-cyrillic-ext-700-normal.70743ae3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-cyrillic-700-normal.dd58b6b0.woff2) format("woff2"),url(/_next/static/media/manrope-cyrillic-700-normal.74fcb1d0.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-greek-700-normal.e662d7dc.woff2) format("woff2"),url(/_next/static/media/manrope-greek-700-normal.5ad5aba3.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-vietnamese-700-normal.b605ff8d.woff2) format("woff2"),url(/_next/static/media/manrope-vietnamese-700-normal.a3f59d50.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-latin-ext-700-normal.732399b6.woff2) format("woff2"),url(/_next/static/media/manrope-latin-ext-700-normal.4654181f.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/manrope-latin-700-normal.cc0e4e1d.woff2) format("woff2"),url(/_next/static/media/manrope-latin-700-normal.21cfd907.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-cyrillic-ext-800-normal.6116f425.woff2) format("woff2"),url(/_next/static/media/manrope-cyrillic-ext-800-normal.d87d3cc5.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-cyrillic-800-normal.ab755530.woff2) format("woff2"),url(/_next/static/media/manrope-cyrillic-800-normal.0dfcd89c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-greek-800-normal.6d007e98.woff2) format("woff2"),url(/_next/static/media/manrope-greek-800-normal.24e7a32f.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-vietnamese-800-normal.badeca7c.woff2) format("woff2"),url(/_next/static/media/manrope-vietnamese-800-normal.f73d16c2.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-latin-ext-800-normal.32983b69.woff2) format("woff2"),url(/_next/static/media/manrope-latin-ext-800-normal.474e574a.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/manrope-latin-800-normal.2793745a.woff2) format("woff2"),url(/_next/static/media/manrope-latin-800-normal.0f73e0c3.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.2440d5f8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.6e13bad4.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.547767ef.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.4cc6e28c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.f8992900.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.f196e968.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.573bacd1.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.d6adbb78.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.de4fc44f.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.1411920a.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.732723e2.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.d1f6a5a2.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.360a94a9.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.38abad60.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.dd95b020.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.62fe61a7.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.8c69e1bb.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.c0105440.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.d05f940f.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.a46b5cba.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.ee808ffe.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.61c756cf.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.9d518599.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.8b0a74d0.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.43dc1cee.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.8756e10d.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.efad9519.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.8ad7b5a9.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-cyrillic-ext-700-normal.94d4fa7d.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-700-normal.9fa0c048.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-cyrillic-700-normal.9ce56ec3.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-700-normal.571aeb62.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-greek-ext-700-normal.411652e2.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-700-normal.fa338c24.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-greek-700-normal.a094cf2b.woff2) format("woff2"),url(/_next/static/media/inter-greek-700-normal.384941e3.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-vietnamese-700-normal.c48feea2.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-700-normal.26a4f6eb.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-latin-ext-700-normal.e8daf0b5.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-700-normal.a2935e03.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-latin-700-normal.6b51d3fc.woff2) format("woff2"),url(/_next/static/media/inter-latin-700-normal.ac2885ce.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}