@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#15231f;--muted:#63716d;--line:#dce5e1;--paper:#fff;--soft:#f4f7f5;--soft-2:#eaf3ef;--green:#176b57;--green-dark:#0d493c;--mint:#dff3eb;--amber:#df942f;--max:1180px;font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-size:16px;line-height:1.65;background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section{padding:68px 0}.soft{background:var(--soft);border-block:1px solid var(--line)}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;letter-spacing:-.035em;line-height:1.15;margin-top:0}h1{font-size:clamp(40px,5vw,64px)}h2{font-size:clamp(27px,3.4vw,38px)}h3{font-size:19px}p{margin-top:0}.muted{color:var(--muted)}.eyebrow{display:block;margin-bottom:12px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:1px solid var(--green);border-radius:10px;background:var(--green);color:#fff;font-weight:750;font-size:13px}.btn:hover{background:var(--green-dark)}.btn.secondary{background:#fff;color:var(--green);border-color:#b8cbc4}.btn.secondary:hover{background:var(--soft-2)}
.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.header-inner{height:68px;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.035em;font-size:21px}.brand-mark{width:25px;height:25px;display:grid;grid-template-columns:1fr 1fr;gap:2px}.brand-mark i{border-radius:4px;background:var(--green)}.brand-mark i:nth-child(2){background:#3fa083}.brand-mark i:nth-child(3){background:#7bc2aa}.brand-mark i:nth-child(4){background:var(--amber)}.primary-nav{display:flex;gap:25px;margin-left:16px;color:#4e5f59;font-size:14px;font-weight:650}.primary-nav a{padding:22px 0 19px;border-bottom:3px solid transparent}.primary-nav a:hover,.primary-nav a.active{color:var(--green);border-color:var(--green)}.header-search{margin-left:auto;padding:8px 13px;border:1px solid var(--line);border-radius:9px;color:var(--green);font-size:13px;font-weight:750}.header-search:hover{background:var(--soft)}
.home-hero{position:relative;overflow:hidden;padding:86px 0 76px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f7faf8 0,#fff 58%,#e7f5ef 100%)}.home-hero:after{content:"";position:absolute;width:430px;height:430px;right:-150px;top:-180px;border:80px solid rgba(44,140,111,.09);border-radius:50%}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:70px;align-items:center}.hero-copy h1{max-width:770px;margin-bottom:20px}.hero-copy>p{max-width:680px;margin-bottom:29px;color:#50605b;font-size:19px}.search-box{display:flex;align-items:center;max-width:700px;height:58px;padding:6px;border:1px solid #c7d4cf;border-radius:13px;background:#fff;box-shadow:0 12px 35px rgba(20,61,50,.08)}.search-box span{padding:0 13px;color:var(--green);font-size:23px}.search-box input{min-width:0;flex:1;height:100%;border:0;outline:0;color:var(--ink)}.search-box button{height:44px;padding:0 20px;border:0;border-radius:9px;background:var(--green);color:#fff;font-weight:750}.hero-note{margin:9px 0 0!important;color:#7b8984!important;font-size:12px!important}.hero-card{padding:28px;border:1px solid #d3e1dc;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 18px 55px rgba(23,68,56,.08)}.hero-card strong{display:block;font-family:Manrope,sans-serif;font-size:24px;letter-spacing:-.03em}.hero-card p{margin:9px 0 20px;color:var(--muted);font-size:13px}.hero-card ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.hero-card li{display:flex;align-items:center;gap:9px;font-size:13px}.hero-card li:before{content:'✓';display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--mint);color:var(--green);font-weight:900}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}.section-head h2{margin-bottom:0}.section-head p{max-width:620px;margin:0;color:var(--muted)}.section-link{white-space:nowrap;color:var(--green);font-size:13px;font-weight:800}.sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sector-card{position:relative;min-height:265px;padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(19,52,43,.04);overflow:hidden}.sector-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--green),#79bea6)}.sector-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}.sector-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--mint);color:var(--green);font-family:Manrope,sans-serif;font-weight:800}.sector-card h3{margin:0}.sector-card>p{min-height:42px;color:var(--muted);font-size:12px}.category-pills{display:flex;flex-wrap:wrap;gap:7px}.category-pills a{padding:7px 10px;border:1px solid #dce6e2;border-radius:8px;background:var(--soft);color:#41534d;font-size:11px;font-weight:650}.category-pills a:hover{border-color:#9dbeb2;background:var(--mint);color:var(--green)}
.profile-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(19,52,43,.045)}.profile-card-main{display:flex;gap:16px;min-width:0}.brand-logo{display:grid;place-items:center;width:68px;height:68px;flex:0 0 auto;border:1px solid #e2e8e5;border-radius:15px;background:#fff;overflow:hidden}.brand-logo img{width:56px;height:43px;object-fit:contain}.profile-card h3{margin:1px 0 2px;font-size:22px}.profile-card .domain{color:#7a8883;font-size:12px}.profile-card .category{display:inline-block;margin-top:6px;color:var(--green);font-size:12px;font-weight:750}.profile-card>p{grid-column:1/-1;margin:0;color:#52635d;font-size:14px;line-height:1.65}.profile-card .btn{align-self:start}
.page-hero{padding:52px 0 48px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f4f8f6,#fff)}.page-hero .shell{max-width:1040px}.breadcrumbs{display:flex;gap:8px;margin-bottom:21px;color:#83908c;font-size:11px}.breadcrumbs a:hover{color:var(--green)}.page-hero h1{margin-bottom:14px;font-size:clamp(36px,4.5vw,54px)}.page-hero p{max-width:760px;margin:0;color:#596b65;font-size:17px}.directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.industry-card{display:flex;flex-direction:column;min-height:320px;padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff}.industry-card .sector-head{margin-bottom:10px}.industry-card>p{color:var(--muted);font-size:12px}.industry-list{display:grid;gap:8px;margin-top:5px}.industry-list a{padding:9px 11px;border:1px solid #e3e9e6;border-radius:9px;background:var(--soft);font-size:12px;font-weight:650}.industry-list a:hover{border-color:#a9c6bc;color:var(--green)}.industry-card>a:last-child{margin-top:auto;padding-top:18px;color:var(--green);font-size:12px;font-weight:800}.empty-note{padding:25px;border:1px dashed #b9c9c3;border-radius:14px;background:var(--soft);color:var(--muted)}
.profile-hero{padding:45px 0 50px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f4f8f6,#fff)}.profile-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:center}.profile-title{display:flex;align-items:center;gap:18px}.profile-title .brand-logo{width:82px;height:82px}.profile-title .brand-logo img{width:68px}.profile-title h1{margin:0;font-size:clamp(39px,5vw,58px)}.profile-intro{max-width:780px;margin:22px 0 24px;color:#4f625b;font-size:17px}.rating-card{padding:25px;border:1px solid #cbdad4;border-radius:17px;background:#fff;box-shadow:0 15px 40px rgba(17,64,51,.08)}.rating-card h2{margin:0 0 8px;font-size:22px}.rating-card>p{margin-bottom:16px;color:var(--muted);font-size:12px}.stars{display:flex;gap:3px}.stars button{padding:0;border:0;background:transparent;color:#c8d0cd;font-size:36px;line-height:1;cursor:pointer}.stars button:hover,.stars button.is-on{color:var(--amber)}.rating-card.is-locked .stars button{cursor:default}.rating-meta{display:flex;justify-content:space-between;gap:10px;margin-top:12px;color:var(--muted);font-size:11px}.rating-status{min-height:20px;margin-top:9px;color:var(--green);font-size:11px;font-weight:700}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}.about-card,.details-card{border:1px solid var(--line);border-radius:15px;background:#fff}.about-card{padding:30px}.about-card h2{font-size:30px}.about-card p{margin:0;color:#364a43;font-size:15.5px;line-height:1.85}.details-card{position:sticky;top:91px;overflow:hidden}.details-card h2{margin:0;padding:20px 21px;border-bottom:1px solid var(--line);background:var(--soft);font-size:20px}.fact-list{margin:0}.fact-list>div{display:grid;grid-template-columns:115px 1fr;gap:12px;padding:13px 20px;border-bottom:1px solid #edf1ef}.fact-list dt{color:#75827e;font-size:11px;font-weight:750}.fact-list dd{margin:0;color:#263a33;font-size:12px;font-weight:650}.resources{padding:18px 20px}.resources h3{margin-bottom:10px;font-size:14px}.resources a{display:block;padding:10px 0;border-top:1px solid #edf1ef}.resources strong{display:block;color:var(--green);font-size:12px}.resources small{display:block;margin-top:2px;color:#7a8883;font-size:10px}.channels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.channel{padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff}.channel strong{display:block;color:var(--green);font-size:13px}.channel small{display:block;margin-top:3px;color:var(--muted);font-size:11px}
.news-card{display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(19,52,43,.04)}.news-meta{display:flex;justify-content:space-between;gap:15px;color:var(--green);font-size:11px;font-weight:750}.news-card h2{margin:15px 0 10px;font-size:24px}.news-card p{color:var(--muted);font-size:13px}.news-card>a:last-child{margin-top:auto;color:var(--green);font-size:12px;font-weight:800}.story-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:55px;align-items:start;max-width:1040px}.story-body p{margin:0 0 23px;color:#40534c;font-size:16px;line-height:1.82}.source-box,.related-box{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.source-box{margin-top:34px}.source-box h2,.related-box h2{font-size:19px}.source-box a{color:var(--green);font-size:13px;font-weight:750}.related-box{position:sticky;top:91px}.related-box .profile-card-main{margin-bottom:18px}.related-box .brand-logo{width:55px;height:55px}.related-box .brand-logo img{width:45px}
.content-page{max-width:900px}.content-page h1{font-size:clamp(38px,4.7vw,54px)}.content-page h2{margin-top:38px;font-size:25px}.content-page p,.content-page li{color:#475b54}.content-page li+li{margin-top:8px}.notice{padding:18px 20px;border-left:4px solid var(--green);background:var(--soft);color:#42564f}.contact-form{display:grid;gap:14px;margin-top:28px}.contact-form label{font-size:12px;font-weight:750}.contact-form input,.contact-form textarea{width:100%;padding:12px 13px;border:1px solid #cbd7d2;border-radius:9px;background:#fff}.contact-form textarea{min-height:150px;resize:vertical}.search-page{max-width:900px}.search-results{display:grid;gap:11px;margin-top:23px}.search-result{padding:18px;border:1px solid var(--line);border-radius:12px}.search-result span{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase}.search-result h2{margin:5px 0;font-size:19px}.search-result p{margin:0;color:var(--muted);font-size:12px}.status{color:var(--muted);font-size:13px}
.site-footer{padding:42px 0 20px;border-top:1px solid var(--line);background:#f8faf9}.footer-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:55px}.footer-brand p{max-width:430px;margin:12px 0 0;color:var(--muted);font-size:12px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid strong{margin-bottom:4px;font-size:12px}.footer-grid a{color:#52635d;font-size:12px}.footer-grid a:hover{color:var(--green)}.footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid var(--line);color:#84918d;font-size:11px}
@media(max-width:950px){.hero-grid,.profile-hero-grid,.profile-layout,.story-layout{grid-template-columns:1fr}.hero-grid{gap:32px}.hero-card{max-width:620px}.rating-card{max-width:480px}.details-card,.related-box{position:static}.sector-grid,.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channels{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.shell{width:min(var(--max),calc(100% - 24px))}.section{padding:48px 0}.primary-nav{display:none}.home-hero{padding:54px 0 46px}.hero-copy>p{font-size:16px}.search-box button{padding-inline:14px}.section-head{display:block}.section-head .section-link{display:inline-block;margin-top:12px}.sector-grid,.industry-grid,.directory-grid{grid-template-columns:1fr}.profile-card{grid-template-columns:1fr}.profile-card .btn{justify-self:start}.profile-title{align-items:flex-start}.profile-title .brand-logo{width:67px;height:67px}.profile-title .brand-logo img{width:55px}.channels{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}}


:root{--green:#203b66;--green-dark:#203b66;--amber:#d64a38;--mint:color-mix(in srgb,#203b66 13%,white);--soft-2:color-mix(in srgb,#203b66 8%,white)}
.about-card p+p{margin-top:18px}.published{margin-top:20px;color:var(--muted);font-size:12px}.related-box .muted{font-size:11px}.content-page>p{font-size:16px;line-height:1.8}
