:root{
  --ink:#1d2b32;--ink-soft:#40535c;--muted:#708087;--navy:#19323f;--navy-2:#254956;--teal:#356f6b;--teal-dark:#285b58;
  --sand:#c7aa70;--sand-soft:#eee4d0;--paper:#f5f3ee;--paper-2:#fbfaf7;--white:#fff;--line:#dfe4e1;--line-dark:#cad3cf;
  --danger:#9a5149;--success:#427462;--shadow:0 16px 42px rgba(32,49,55,.09);--shadow-lg:0 26px 70px rgba(25,50,63,.14);
  --radius:14px;--radius-sm:9px;--shell:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper-2);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}.narrow{max-width:840px}.page-space{padding:76px 0 96px}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px;z-index:999}.skip-link:focus{left:8px}.icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.topline{background:#0e2632;color:#c9d5d8;font-size:12px;letter-spacing:.02em}.topline-inner{height:32px;display:flex;align-items:center;justify-content:space-between}.topline a{color:#e8ecec}.site-header{background:rgba(251,250,247,.96);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(203,212,208,.8)}.nav{height:78px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:11px;min-width:170px}.brand-symbol{width:38px;height:38px;border-radius:9px;background:var(--navy);color:#f4ead5;display:grid;place-items:center;font-family:Georgia,serif;font-weight:700;font-size:22px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.brand-copy{display:flex;align-items:baseline;gap:5px;line-height:1}.brand-copy strong{font-size:20px;letter-spacing:-.03em}.brand-copy small{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#75878e;font-weight:800}.nav nav{display:flex;gap:28px;margin-left:auto}.nav nav a{font-size:14px;color:#44565f;font-weight:650;position:relative;padding:27px 0}.nav nav a:after{content:"";position:absolute;height:2px;background:var(--teal);left:0;right:100%;bottom:18px;transition:.2s}.nav nav a:hover:after{right:0}.nav-toggle{display:none;border:0;background:none;padding:8px}.nav-toggle span{display:block;width:23px;height:2px;background:var(--ink);margin:5px}.mobile-nav{display:none}.btn{appearance:none;border:1px solid transparent;border-radius:8px;padding:13px 18px;display:inline-flex;gap:10px;align-items:center;justify-content:center;font-weight:750;font-size:14px;line-height:1.2;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,border .15s}.btn:hover{transform:translateY(-1px)}.btn .icon{width:17px;height:17px}.btn-small{padding:10px 14px;font-size:13px}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 7px 16px rgba(25,50,63,.13)}.btn-primary:hover{background:#102a37}.btn-accent{background:var(--sand);color:#152a34;box-shadow:0 8px 18px rgba(160,131,74,.2)}.btn-accent:hover{background:#d2b679}.btn-secondary{border-color:#bac7c4;background:#fff;color:var(--navy)}.btn-secondary:hover{border-color:#8fa6a1}.btn-ghost{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.04)}.btn-ghost:hover{background:rgba(255,255,255,.09)}.btn-block{width:100%}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--teal-dark);font-weight:750;font-size:14px}.text-link .icon{width:16px}.text-link.light{color:#f0ddbb}.section{padding:82px 0}.section-kicker{display:inline-block;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.13em;font-size:11px;margin-bottom:9px}.section-kicker.light{color:#dbc79e}.overline{display:flex;gap:10px;align-items:center;font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:800;color:#d6c59f}.overline>span{width:34px;height:1px;background:var(--sand)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.12}h1{font-size:clamp(42px,5vw,68px);font-weight:680}h2{font-size:clamp(30px,3.4vw,45px);font-weight:670}h3{font-size:22px;font-weight:690}.section-heading{margin-bottom:34px}.section-heading h2{max-width:820px;margin-bottom:0}.section-heading>p{color:var(--muted);max-width:620px;margin:13px 0 0}.section-heading.split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr);gap:50px;align-items:end}.section-heading.split>p{margin:0}.home-hero{background:linear-gradient(135deg,#17313f 0%,#1d3d4a 56%,#224651 100%);color:#fff;padding:92px 0 86px;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;width:780px;height:780px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-330px;top:-380px}.home-hero:after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.05);border-radius:50%;left:-350px;bottom:-360px}.home-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;position:relative;z-index:1}.hero-copy-block h1{font-size:clamp(48px,5.7vw,72px);max-width:760px;margin:20px 0 24px}.hero-copy-block>p{font-size:18px;line-height:1.72;color:#d9e1e3;max-width:730px;margin-bottom:30px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.hero-trust{margin-top:34px;display:flex;flex-wrap:wrap;gap:18px;color:#bdcdd1;font-size:12px}.hero-trust span{display:flex;gap:7px;align-items:center}.hero-trust .icon{width:16px}.hero-dashboard{background:#f8f7f3;color:var(--ink);border-radius:12px;box-shadow:0 32px 70px rgba(4,18,25,.22);padding:25px;border:1px solid rgba(255,255,255,.65)}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.dash-head div{display:flex;flex-direction:column}.dash-head small{font-size:10px;letter-spacing:.13em;font-weight:800;color:#789096}.dash-head strong{font-size:18px}.data-chip{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#e8eeeb;color:#516d67;font-size:10px;font-weight:750;letter-spacing:.03em}.dash-score{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;gap:12px;padding:24px 0}.dash-score>div:first-child,.dash-score>div:last-child{display:flex;flex-direction:column}.dash-score span{font-size:12px;color:#75848b}.dash-score strong{font-size:33px;letter-spacing:-.05em}.dash-score strong small{font-size:13px;color:#75848b;margin-left:4px}.benchmark-arrow{display:grid!important;place-items:center!important;color:#7d8c91}.dash-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0}.dash-lines>div{display:grid;grid-template-columns:100px 1fr 52px;gap:12px;align-items:center;padding:9px 0}.dash-lines span{font-size:11px;font-weight:700}.dash-lines em{font-style:normal;color:var(--danger);font-size:11px;font-weight:800;text-align:right}.dash-lines .positive-text{color:var(--success)}.mini-bar{height:7px;background:#e7ece9;border-radius:99px;position:relative}.mini-bar i{display:block;height:100%;background:#a96a62;border-radius:99px}.mini-bar i.positive{background:#5e8a78}.mini-bar b{position:absolute;width:2px;height:13px;background:var(--navy);top:-3px}.dash-foot{display:flex;justify-content:space-between;gap:18px;padding-top:17px;color:#718087;font-size:11px}.dash-foot b{display:flex;align-items:center;gap:5px;color:var(--teal);white-space:nowrap}.home-search{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 7px 24px rgba(28,50,59,.04)}.home-search .shell{padding-top:46px;padding-bottom:46px}.search-intro{display:grid;grid-template-columns:1fr .65fr;gap:50px;align-items:end;margin-bottom:22px}.search-intro h2{font-size:31px;margin:0}.search-intro p{margin:0;color:var(--muted)}.search-box{position:relative;max-width:930px}.search-row{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;background:#fbfbf9;border:1px solid #bdc9c6;padding:8px 8px 8px 16px;border-radius:10px;box-shadow:0 10px 30px rgba(34,59,67,.06)}.search-row:focus-within{border-color:#6f918b;box-shadow:0 0 0 4px rgba(53,111,107,.08)}.search-row>.icon{color:#698087}.search-row input{border:0;outline:0;background:transparent;padding:10px 2px;font-size:16px;color:var(--ink);min-width:0}.search-row input::placeholder{color:#92a09f}.search-results{position:absolute;z-index:40;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--line-dark);border-radius:10px;box-shadow:var(--shadow-lg);overflow:hidden;max-height:480px;overflow-y:auto}.search-result{display:grid;grid-template-columns:1fr auto;gap:20px;padding:15px 18px;border-bottom:1px solid #edf0ee;align-items:center}.search-result:last-child{border-bottom:0}.search-result:hover{background:#f6f8f6}.search-result>div{display:flex;flex-direction:column}.search-result>div:last-child{text-align:right}.search-result b{font-size:14px}.search-result small{color:#7a898d;font-size:11px}.search-empty,.loader{padding:18px;color:#6d7d82}.search-foot{display:flex;justify-content:space-between;margin-top:12px;color:#899595;font-size:11px}.search-foot a{text-decoration:underline;text-underline-offset:3px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-grid article{background:#fff;border:1px solid var(--line);padding:30px;border-radius:var(--radius-sm);position:relative;min-height:285px;box-shadow:0 9px 30px rgba(28,48,56,.035)}.process-no{position:absolute;right:24px;top:23px;font-family:Georgia,serif;color:#c9d0cd;font-size:31px}.process-icon,.source-icon,.metric-icon{width:45px;height:45px;border-radius:10px;background:#e9efec;color:var(--teal);display:grid;place-items:center;margin-bottom:25px}.process-icon .icon,.source-icon .icon,.metric-icon .icon{width:23px;height:23px}.process-grid h3{margin-bottom:9px}.process-grid p{color:var(--muted);margin-bottom:0}.data-section{background:#19323f;color:#fff;padding:76px 0}.data-section-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.data-section h2{font-size:42px;margin-bottom:18px}.data-section p{color:#cbd7da;max-width:520px}.data-numbers{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}.data-numbers>div{padding:26px 28px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.data-numbers strong{display:block;font-size:36px;line-height:1;color:#f0ddbb;letter-spacing:-.04em}.data-numbers span{display:block;margin-top:9px;color:#c6d2d5;font-size:12px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;display:flex;flex-direction:column;min-height:230px;transition:.18s;box-shadow:0 7px 25px rgba(28,48,56,.03)}.category-card:hover{transform:translateY(-3px);border-color:#a9bbb6;box-shadow:var(--shadow)}.category-top{display:flex;align-items:center;justify-content:space-between;color:#7a898e;font-size:11px}.category-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#edf2ef;color:var(--teal)}.category-icon .icon{width:18px}.category-card h3{font-size:19px;margin:22px 0 18px;min-height:42px}.mini-quality{margin-top:auto}.mini-quality>span{height:5px;display:block;background:#e7ece9;border-radius:99px;overflow:hidden}.mini-quality i{height:100%;display:block;background:var(--teal)}.mini-quality small{display:block;color:#85918f;margin-top:7px}.category-card>b{margin-top:17px;font-size:12px;display:flex;align-items:center;gap:6px;color:var(--teal-dark)}.category-card>b .icon{width:14px}.institution-panel{border:1px solid #cfd8d5;border-radius:12px;background:#f0f1ed;display:grid;grid-template-columns:1.3fr .7fr;overflow:hidden}.institution-copy{padding:46px}.institution-copy h2{font-size:38px;max-width:720px}.institution-copy>p{color:#5c6d74;max-width:760px}.institution-links{display:flex;gap:24px;margin-top:23px}.institution-links a{display:flex;gap:6px;align-items:center;font-size:13px;font-weight:750;color:var(--teal-dark)}.institution-links .icon{width:14px}.institution-quote{background:#e2e6e2;padding:46px;display:flex;flex-direction:column;justify-content:center}.quote-mark{font-family:Georgia,serif;font-size:64px;line-height:.6;color:#819c94}.institution-quote p{font-family:Georgia,serif;font-size:23px;line-height:1.42;margin:16px 0;color:#29404a}.institution-quote small{color:#68797d}.purchase-panel{background:#17313f;color:#fff;border-radius:13px;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;padding:48px;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.purchase-panel:after{content:"";width:380px;height:380px;border:1px solid rgba(255,255,255,.07);border-radius:50%;position:absolute;right:-170px;bottom:-250px}.purchase-copy{position:relative;z-index:1}.purchase-copy .section-kicker{color:#d4bd8c}.purchase-copy h2{font-size:38px;max-width:650px}.purchase-copy>p{color:#cad6d9;max-width:700px}.purchase-points{display:grid;gap:10px;margin-top:26px;color:#dbe2e4;font-size:13px}.purchase-points span{display:flex;align-items:center;gap:9px}.purchase-points .icon{color:#e2c98f;width:17px}.buy-form{background:#fbfaf7;color:var(--ink);border-radius:10px;padding:25px;position:relative;z-index:2;box-shadow:0 15px 35px rgba(0,0,0,.12)}.buy-form label{font-size:12px;font-weight:750;color:#4f6067;display:block;margin-bottom:13px}.buy-form input,.buy-form select{width:100%;border:1px solid #cbd4d1;border-radius:7px;background:#fff;color:var(--ink);padding:12px 13px;margin-top:6px;outline:0}.buy-form input:focus,.buy-form select:focus{border-color:#6d9088;box-shadow:0 0 0 3px rgba(53,111,107,.08)}.secure-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#7c8a8e;margin-top:11px;font-size:10px}.secure-note .icon{width:13px}.select-first .form-caption{font-size:11px;color:#718086;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.select-first h3{font-size:23px;margin:9px 0}.select-first p{color:#718086;font-size:13px}.page-hero{background:#eaece8;border-bottom:1px solid #d4dbd7;padding:67px 0 64px}.page-hero h1{font-size:clamp(43px,5vw,61px);max-width:900px;margin:8px 0 16px}.page-hero p{font-size:17px;color:#596b72;max-width:820px}.page-hero-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.hero-stat{border-left:1px solid #bdc9c4;padding-left:34px;min-width:210px}.hero-stat strong{display:block;font-size:43px;color:var(--navy);line-height:1}.hero-stat span{display:block;color:#66777c;font-size:12px;margin-top:10px;max-width:180px}.breadcrumb{display:flex;align-items:center;gap:8px;color:#74858a;font-size:11px;margin-bottom:26px}.breadcrumb a:hover{text-decoration:underline}.entity-hero{background:#f0f1ed;border-bottom:1px solid #d9dfdc;padding:45px 0 42px}.entity-title{display:flex;justify-content:space-between;gap:40px;align-items:center}.entity-title h1{font-size:48px;margin:4px 0 12px}.entity-meta{color:#66767c;margin:0}.entity-meta span{margin:0 4px;color:#b1bab7}.quality-badge{display:inline-flex;align-items:center;gap:8px;background:#eef1ef;border:1px solid #d5ddda;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:750;color:#526369;white-space:nowrap}.quality-badge small{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.quality-badge strong{font-size:18px;line-height:1}.quality-badge.is-large{min-width:106px;min-height:79px;flex-direction:column;justify-content:center;gap:1px;border-radius:10px}.quality-badge.is-large strong{font-size:38px}.quality-a{background:#e5efe8;border-color:#bdd2c5;color:#315d49}.quality-b{background:#e8efee;border-color:#c0d2cf;color:#315f5c}.quality-c{background:#f3ead8;border-color:#ddcda9;color:#765e32}.quality-d{background:#f2e2df;border-color:#dcbbb5;color:#864a43}.quality-na{background:#f0f1ef;color:#728085}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:10px;margin-top:28px;box-shadow:0 9px 30px rgba(28,48,56,.04)}.summary-strip>div{padding:20px 23px;border-right:1px solid var(--line)}.summary-strip>div:last-child{border-right:0}.summary-strip span{display:block;color:#7b898c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.summary-strip strong{display:block;margin-top:6px;font-size:14px}.entity-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px}.content-column .section-heading h2{font-size:36px}.side-column{display:flex;flex-direction:column;gap:15px}.side-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:23px;box-shadow:0 7px 22px rgba(35,55,61,.03)}.side-card.subtle{background:#f0f2ef}.side-card h3{font-size:19px}.side-card p{color:#68777c;font-size:13px}.side-card small{color:#7a898c;font-size:11px}.professional-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:12px}.professional-list li{position:relative;padding-left:22px;color:#53656d;font-size:13px}.professional-list li:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--teal);left:1px;top:.68em}.criterion-table,.data-table{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 26px rgba(30,50,58,.03)}.criterion-head,.criterion-line{display:grid;grid-template-columns:1.1fr .7fr .8fr .55fr .55fr;gap:16px;align-items:center;padding:13px 16px}.criterion-head{background:#eef1ee;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#758388;font-weight:800}.criterion-line{border-bottom:1px solid #edf0ef;font-size:13px}.criterion-line:last-child{border-bottom:0}.criterion-line>div:first-child{display:flex;flex-direction:column}.criterion-line strong{font-size:14px}.criterion-line small{font-size:10px;color:#83908f}.score-pill{display:inline-flex!important;flex-direction:row!important;gap:2px;align-items:baseline;font-weight:800;color:#223b45}.delta{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.delta-neg{background:#f3e6e3;color:#8d5149}.delta-pos{background:#e6efea;color:#3c725d}.insight-panel{margin-top:24px;background:#eef1ed;border:1px solid #d7ded9;border-radius:10px;padding:24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.insight-panel h3{font-size:19px;margin:0}.insight-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.insight-list span{background:#fff;border:1px solid #dce2df;border-radius:8px;padding:12px;display:flex;flex-direction:column}.insight-list small{color:#778687;font-size:10px}.category-overview{display:grid;grid-template-columns:1.3fr .7fr;gap:20px}.distribution-card,.method-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:28px}.card-title{display:flex;justify-content:space-between;gap:20px;align-items:start}.card-title h2{font-size:30px;margin:0}.method-card{background:#eef0ed}.method-card h3{font-size:24px}.method-card p{color:#617177}.distribution{display:grid;gap:14px;margin-top:30px}.dist-row{display:grid;grid-template-columns:100px 1fr 55px;align-items:center;gap:12px}.dist-label{display:flex;align-items:baseline;gap:8px}.dist-label b{font-size:16px}.dist-label small{color:#82908e;font-size:10px}.dist-track{height:9px;border-radius:99px;background:#edf0ef;overflow:hidden}.dist-track i{display:block;height:100%}.dist-A{background:#547f6b}.dist-B{background:#5b817e}.dist-C{background:#c19a57}.dist-D{background:#a7645b}.dist-row>strong{text-align:right;font-size:12px}.data-head,.data-row{display:grid;grid-template-columns:1fr .7fr .7fr .7fr;gap:18px;padding:14px 18px;align-items:center}.data-head{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#758489;background:#eef1ee}.data-row{font-size:13px;border-top:1px solid #edf0ef}.data-row strong{font-size:14px}.data-empty{padding:22px;color:#6f7e82}.est-list{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.est-row{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 18px;border-bottom:1px solid #edf0ef;transition:.15s}.est-row:hover{background:#f5f7f4}.est-row:last-child{border-bottom:0}.est-row>div{display:flex;align-items:center;gap:12px}.est-row>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.est-row small{color:#7d898d;font-size:10px}.row-arrow{color:#79908b}.row-arrow .icon{width:16px}.search-callout{background:#e7ebe7;border:1px solid #d4dcd8;border-radius:10px;padding:34px;display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:center}.search-callout h2{font-size:30px;margin-bottom:10px}.search-callout p{color:#66767c;margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.pricing-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:31px;display:flex;flex-direction:column;position:relative}.pricing-card.featured{border:1px solid #7b9993;box-shadow:var(--shadow);transform:translateY(-8px)}.featured-flag{position:absolute;top:-12px;left:25px;background:var(--teal);color:#fff;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.plan-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#718087;font-weight:800}.plan-price{font-size:41px;line-height:1;margin:18px 0;color:var(--navy);font-weight:720;letter-spacing:-.05em}.pricing-card h2{font-size:25px}.pricing-card>p{color:#6a7a7f;font-size:13px;min-height:62px}.pricing-card .professional-list{margin-bottom:28px}.pricing-card .btn{margin-top:auto}.pricing-note{margin-top:30px;border-left:3px solid var(--sand);background:#f0f1ed;padding:20px 22px}.pricing-note p{margin:5px 0 0;color:#607077}.method-layout{display:grid;grid-template-columns:230px 1fr;gap:70px}.method-nav{position:sticky;top:130px;align-self:start;display:flex;flex-direction:column;border-left:1px solid #cdd6d2}.method-nav a{font-size:12px;color:#708084;padding:8px 0 8px 16px}.method-nav a:hover{color:var(--teal);border-left:2px solid var(--teal);margin-left:-1px}.professional-prose{max-width:820px}.professional-prose section{padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid var(--line)}.professional-prose h2,.prose h2{font-size:29px}.professional-prose p,.prose p{color:#586b72;font-size:15px}.professional-prose code{background:#eceeea;border:1px solid #dce2de;border-radius:4px;padding:2px 5px;font-size:13px}.method-callout{margin-top:25px;background:#e9ece8;border:1px solid #d3dcd7;border-radius:8px;padding:22px}.method-callout p{margin:5px 0 0}.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.source-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px}.source-card h2{font-size:24px}.source-card p{color:#67777c}.source-detail{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.source-detail h2{font-size:32px}.source-detail p{max-width:760px;color:#617177}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0}.metric-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px;display:flex;gap:15px;align-items:center}.metric-icon{width:38px;height:38px;margin:0;flex:0 0 auto}.metric-icon .icon{width:19px}.metric-card>div:last-child{display:flex;flex-direction:column}.metric-card strong{font-size:21px;line-height:1.2}.metric-card span{font-size:11px;color:#738287}.metric-card small{font-size:10px;color:#8a9695}.admin-head{max-width:740px}.admin-table{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px}.admin-table dl{margin:0}.admin-table dl>div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line);padding:12px 0}.admin-table dl>div:last-child{border-bottom:0}.admin-table dt{font-weight:750}.admin-table dd{margin:0;color:#65767b}.state-card,.success-layout{background:#fff;border:1px solid var(--line);border-radius:12px;padding:46px;max-width:760px;margin:auto;box-shadow:var(--shadow)}.state-card h1,.success-layout h1{font-size:40px}.state-card p,.success-layout p{color:#64757a}.success-mark{width:58px;height:58px;border-radius:50%;background:#e3efe9;color:#36705b;display:grid;place-items:center;margin-bottom:22px}.success-mark .icon{width:27px}.notice-box{background:#f2efe7;border:1px solid #e0d5bd;border-left:3px solid var(--sand);border-radius:7px;padding:16px 18px;color:#5e6b6d;font-size:13px}.legal-dl{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 22px}.legal-dl>div{display:grid;grid-template-columns:220px 1fr;padding:13px 0;border-bottom:1px solid var(--line)}.legal-dl>div:last-child{border-bottom:0}.legal-dl dt{font-weight:800}.legal-dl dd{margin:0;color:#64757a}.site-footer{background:#102935;color:#d2dcde;margin-top:30px}.footer-top{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:70px;padding:58px 0 42px}.brand-footer .brand-symbol{background:#e8dcc1;color:#19323f}.brand-footer .brand-copy strong{color:#fff}.brand-footer .brand-copy small{color:#aebdc1}.footer-brand p{max-width:450px;color:#aebfc3;font-size:13px;margin-top:18px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col strong{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:7px}.footer-col a{font-size:12px;color:#b6c5c8}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);padding:20px 0 24px;display:flex;justify-content:space-between;gap:35px;align-items:flex-start}.footer-bottom p{font-size:10px;color:#82979d;max-width:820px;margin:0}.footer-bottom span{font-size:10px;color:#82979d;white-space:nowrap}
@media(max-width:1050px){.nav nav{gap:18px}.nav>.btn{display:none}.home-hero-grid{grid-template-columns:1fr}.hero-dashboard{max-width:700px}.data-section-grid,.institution-panel,.purchase-panel{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}.entity-grid{grid-template-columns:1fr}.side-column{display:grid;grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.method-layout{grid-template-columns:1fr}.method-nav{display:none}.footer-top{grid-template-columns:1.2fr .8fr .8fr}.summary-strip{grid-template-columns:1fr 1fr}.summary-strip>div:nth-child(2){border-right:0}.summary-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.shell{width:min(calc(100% - 28px),var(--shell))}.topline{display:none}.site-header{top:0}.nav{height:66px}.nav nav{display:none}.nav-toggle{display:block;margin-left:auto}.mobile-nav{background:#fff;border-top:1px solid var(--line);padding:8px 14px 14px}.mobile-nav:not([hidden]){display:flex;flex-direction:column}.mobile-nav a{padding:11px 10px;border-bottom:1px solid #eef0ef;font-size:14px}.home-hero{padding:62px 0 54px}.home-hero-grid{gap:40px}.hero-copy-block h1{font-size:46px}.hero-copy-block>p{font-size:16px}.hero-cta{flex-direction:column;align-items:stretch}.hero-trust{display:grid;gap:9px}.dash-score{grid-template-columns:1fr 30px 1fr}.dash-lines>div{grid-template-columns:82px 1fr 46px}.search-intro,.section-heading.split,.data-section-grid,.category-overview,.source-detail,.search-callout{grid-template-columns:1fr;gap:20px}.home-search .shell{padding-top:34px;padding-bottom:34px}.search-row{grid-template-columns:24px 1fr}.search-row .btn{grid-column:1/-1;width:100%}.search-foot{flex-direction:column;gap:5px}.process-grid,.source-grid,.category-grid{grid-template-columns:1fr}.section{padding:58px 0}.data-section{padding:58px 0}.data-section h2{font-size:34px}.data-numbers{grid-template-columns:1fr 1fr}.institution-copy,.institution-quote,.purchase-panel{padding:30px}.institution-copy h2,.purchase-copy h2{font-size:31px}.institution-links{flex-direction:column;gap:9px}.page-hero{padding:48px 0}.page-hero-grid{grid-template-columns:1fr}.hero-stat{border-left:0;border-top:1px solid #bdc9c4;padding:22px 0 0}.entity-title{align-items:flex-start;flex-direction:column}.entity-title h1{font-size:38px}.summary-strip{grid-template-columns:1fr}.summary-strip>div{border-right:0;border-bottom:1px solid var(--line)}.summary-strip>div:last-child{border-bottom:0}.side-column{grid-template-columns:1fr}.criterion-table{overflow-x:auto}.criterion-head,.criterion-line{min-width:690px}.insight-panel{grid-template-columns:1fr}.insight-list{grid-template-columns:1fr}.card-title{flex-direction:column}.data-table{overflow-x:auto}.data-head,.data-row{min-width:570px}.est-row{align-items:flex-start}.est-row>div:last-child{flex-direction:column;align-items:flex-end}.metric-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr;gap:30px;padding:44px 0 28px}.footer-bottom{flex-direction:column;gap:9px}.legal-dl>div,.admin-table dl>div{grid-template-columns:1fr;gap:4px}.state-card,.success-layout{padding:30px}.page-space{padding:50px 0 70px}}
@media(max-width:470px){.brand{min-width:auto}.brand-copy small{display:none}.home-hero{padding-top:48px}.hero-copy-block h1{font-size:40px}.hero-dashboard{padding:18px}.dash-head{gap:10px}.data-numbers{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr}.purchase-panel{padding:22px}.buy-form{padding:19px}.page-hero h1{font-size:39px}.entity-title h1{font-size:34px}}
