
:root{
  --bg:#f7f9fc;
  --surface:#ffffff;
  --surface-2:#eef3f8;
  --text:#101828;
  --muted:#5f6b7a;
  --line:#dfe6ee;
  --primary:#0b7f79;
  --primary-2:#16b6a8;
  --dark:#0c1720;
  --accent:#7ee0d6;
  --shadow:0 18px 55px rgba(16,24,40,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.narrow{width:min(900px,100%)}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(247,249,252,.9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,230,238,.8);
}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand-mark{
  width:42px;height:42px;border-radius:13px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:white;font-family:"Space Grotesk",sans-serif;
  font-weight:700;letter-spacing:-1px;
}
.brand-text{font-size:1.05rem}
.nav-links{display:flex;align-items:center;gap:26px;font-size:.95rem;font-weight:600}
.nav-links a{color:#465264}
.nav-links a:hover,.nav-links .active{color:var(--text)}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.5rem;cursor:pointer}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;padding:13px 19px;
  font-weight:700;transition:.2s ease;border:1px solid transparent;
}
.btn:hover{transform:translateY(-1px)}
.btn-small{padding:9px 14px;border-radius:10px;font-size:.9rem}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(11,127,121,.18)}
.btn-primary:hover{background:#086f69}
.btn-secondary{background:#fff;border-color:var(--line)}
.btn-outline{border-color:var(--line);background:rgba(255,255,255,.65)}
.hero{padding:92px 0 64px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.eyebrow{
  display:inline-block;
  font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;
  font-weight:800;color:var(--primary);margin-bottom:16px
}
.hero h1,.page-hero h1{
  font-family:"Space Grotesk",sans-serif;
  line-height:1.02;letter-spacing:-.045em;margin:0;
}
.hero h1{font-size:clamp(3.2rem,7vw,6.5rem);max-width:780px}
.gradient-text{
  background:linear-gradient(90deg,var(--primary),#20c7b5);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-lead{font-size:1.18rem;color:var(--muted);max-width:700px;margin:28px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.micro-proof{display:flex;gap:18px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.9rem}
.micro-proof strong{color:#314053}
.hero-card{
  border:1px solid var(--line);background:#fff;border-radius:24px;
  box-shadow:var(--shadow);overflow:hidden;transform:rotate(1.2deg)
}
.window-bar{display:flex;align-items:center;gap:7px;padding:15px 18px;background:#edf2f6;border-bottom:1px solid var(--line)}
.window-bar span{width:10px;height:10px;border-radius:50%;background:#b8c1cc}
.window-bar small{margin-left:auto;color:#738092}
.code-card{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:24px;background:#0e1821;color:#dfe8f1}
.code-card div{padding:10px 12px;border-radius:9px}
.code-card div+div{margin-top:4px}
.code-muted{display:inline-block;width:34px;color:#697887}
.code-highlight{background:rgba(22,182,168,.14);color:#a8f4ea}
.hero-card-footer{padding:17px 20px;color:#44515f;font-size:.92rem}
.status-dot{display:inline-block;width:9px;height:9px;background:#22c55e;border-radius:50%;margin-right:9px}
.section{padding:82px 0}
.compact-section{padding:20px 0 60px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 20px rgba(16,24,40,.04)}
.stat-card strong{display:block;font-family:"Space Grotesk";font-size:2rem}
.stat-card span{color:var(--muted);font-size:.9rem}
.section-heading{max-width:760px;margin-bottom:38px}
.section-heading h2,.split-layout h2,.cta-card h2,.about-main h2,.callout-box h2{
  font-family:"Space Grotesk";letter-spacing:-.03em;line-height:1.1;margin:0 0 15px
}
.section-heading h2,.split-layout h2,.cta-card h2{font-size:clamp(2rem,4vw,3.5rem)}
.section-heading p,.light-copy{font-size:1.05rem;color:var(--muted)}
.row-heading{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px;min-height:230px}
.feature-number{font-family:"Space Grotesk";font-weight:700;color:#90a0ae}
.feature-card h3{font-family:"Space Grotesk";font-size:1.45rem;margin:36px 0 8px}
.feature-card p{margin:0;color:var(--muted)}
.section-dark{background:var(--dark);color:#fff}
.split-layout{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}
.eyebrow-dark{color:var(--accent)}
.light-copy{color:#aebbc6;max-width:620px}
.light-link{color:#fff}
.flow-card{background:#121f2a;border:1px solid #263642;border-radius:24px;padding:30px}
.flow-step{background:#182a36;border:1px solid #2f4655;padding:17px;border-radius:13px;text-align:center;font-weight:700}
.flow-final{border-color:#3ab9ad;background:rgba(22,182,168,.12)}
.flow-arrow{text-align:center;color:#6f8491;padding:8px}
.text-link{font-weight:700;color:var(--primary)}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.project-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;
  padding:24px;display:flex;flex-direction:column;min-height:310px;
  transition:.2s ease
}
.project-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.project-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}
.project-year{font-size:.82rem;color:#718093}
.project-country{font-size:.82rem;font-weight:700;color:var(--primary)}
.project-card h3{font-family:"Space Grotesk";font-size:1.35rem;line-height:1.2;margin:0 0 10px}
.project-owner{font-size:.92rem;color:#485565;margin-bottom:11px}
.project-desc{color:var(--muted);font-size:.94rem;margin:0 0 18px}
.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}
.tag{font-size:.74rem;font-weight:700;padding:6px 9px;border-radius:999px;background:#edf6f5;color:#176f69}
.project-actions{display:flex;gap:12px;margin-top:20px;padding-top:17px;border-top:1px solid var(--line)}
.project-actions a{font-size:.86rem;font-weight:700;color:var(--primary)}
.cta-section{padding-top:30px}
.cta-card{
  background:linear-gradient(135deg,#e8f8f6,#ffffff);
  border:1px solid #c9e9e5;border-radius:26px;padding:42px;
  display:flex;justify-content:space-between;gap:30px;align-items:center
}
.cta-card h2{max-width:760px;margin:0}
.page-hero{padding:78px 0 40px}
.page-hero h1{font-size:clamp(2.8rem,6vw,5rem);max-width:980px}
.page-hero p{font-size:1.12rem;color:var(--muted);max-width:820px}
.directory-section{padding-top:30px}
.filter-panel{
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px
}
.filter-panel label{display:flex;flex-direction:column;gap:7px}
.filter-panel label span{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#657283}
.filter-panel input,.filter-panel select{
  width:100%;border:1px solid var(--line);background:#f9fbfc;border-radius:12px;
  padding:13px 14px;color:var(--text);outline:none
}
.filter-panel input:focus,.filter-panel select:focus{border-color:#78c9c2;box-shadow:0 0 0 3px rgba(22,182,168,.1)}
.directory-meta{display:flex;justify-content:space-between;align-items:center;margin:24px 2px}
.text-button{border:0;background:transparent;color:var(--primary);font-weight:700;cursor:pointer}
.empty-state{text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cad5df;border-radius:20px}
.hidden{display:none}
.steps-list{display:flex;flex-direction:column;gap:16px}
.step-item{display:grid;grid-template-columns:70px 1fr;gap:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.step-item>span{font-family:"Space Grotesk";font-size:1.25rem;color:var(--primary);font-weight:700}
.step-item h3{font-family:"Space Grotesk";margin:0 0 6px}
.step-item p{margin:0;color:var(--muted)}
.callout-box{
  margin-top:34px;padding:30px;border-radius:22px;background:#0e1b24;color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.callout-box p{color:#aebbc6;margin-bottom:0}
.about-grid{display:grid;grid-template-columns:1.15fr .75fr;gap:70px}
.about-main>p{font-size:1.06rem;color:var(--muted)}
.about-main h2{font-size:2rem;margin-top:0}
.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
.value-grid div{background:#fff;border:1px solid var(--line);padding:20px;border-radius:16px}
.value-grid strong{display:block;margin-bottom:4px}
.value-grid span{color:var(--muted);font-size:.9rem}
.quote-card,.mini-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}
.quote-card p{font-family:"Space Grotesk";font-size:1.5rem;line-height:1.35;margin:0}
.mini-card{margin-top:16px}
.clean-list{margin:0;padding-left:18px;color:var(--muted)}
.site-footer{margin-top:30px;padding:50px 0 24px;border-top:1px solid var(--line);background:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-brand{margin-bottom:10px}
.footer-grid p{color:var(--muted);margin:0}
.footer-links{display:flex;gap:22px;flex-wrap:wrap;align-items:center;font-weight:600;color:#536170}
.footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#7a8795;font-size:.85rem}
@media(max-width:900px){
  .hero-grid,.split-layout,.about-grid{grid-template-columns:1fr}
  .feature-grid,.project-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .hero{padding-top:62px}
  .hero-card{max-width:620px}
  .filter-panel{grid-template-columns:1fr}
}
@media(max-width:720px){
  .container{width:min(100% - 26px,1180px)}
  .menu-toggle{display:block}
  .nav-links{
    display:none;position:absolute;top:76px;left:13px;right:13px;
    padding:18px;background:#fff;border:1px solid var(--line);
    border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch
  }
  .nav-links.open{display:flex}
  .feature-grid,.project-grid,.value-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .row-heading,.cta-card,.callout-box,.footer-grid,.footer-bottom{align-items:flex-start;flex-direction:column}
  .hero h1{font-size:3.4rem}
  .page-hero h1{font-size:3rem}
  .section{padding:60px 0}
  .cta-card{padding:28px}
}
@media(max-width:460px){
  .stats-grid{grid-template-columns:1fr}
  .hero h1{font-size:2.8rem}
  .step-item{grid-template-columns:1fr}
}
